{ "name": "camelot_algebra_weth_usdc", "description": "Camelot/Algebra concentrated liquidity sample", "pool": { "address": "0x0000000000000000000000000000000000000004", "exchange": "camelot", "token0": { "symbol": "WETH", "decimals": 18 }, "token1": { "symbol": "USDC", "decimals": 18 }, "reserve0": { "value": "400000000000000000000", "decimals": 18, "symbol": "WETH" }, "reserve1": { "value": "900000000000000000000", "decimals": 18, "symbol": "USDC" }, "fee": { "value": "500", "decimals": 6, "symbol": "FEE" }, "liquidity": "1" }, "tests": [ { "name": "amount_out_0_1_weth", "type": "amount_out", "amount_in": { "value": "100000000000000000", "decimals": 18, "symbol": "WETH" }, "expected": { "value": "224831320273846572", "decimals": 18, "symbol": "USDC" }, "tolerance_bps": 1 } ] }