{ "name": "ramses_v3_weth_usdc", "description": "Ramses V3 concentrated liquidity example", "pool": { "address": "0x0000000000000000000000000000000000000005", "exchange": "ramses", "token0": { "symbol": "WETH", "decimals": 18 }, "token1": { "symbol": "USDC", "decimals": 18 }, "reserve0": { "value": "200000000000000000000", "decimals": 18, "symbol": "WETH" }, "reserve1": { "value": "400000000000000000000", "decimals": 18, "symbol": "USDC" }, "fee": { "value": "3000", "decimals": 6, "symbol": "FEE" }, "sqrt_price_x96": "79228162514264337593543950336", "liquidity": "1" }, "tests": [ { "name": "amount_out_0_05_weth", "type": "amount_out", "amount_in": { "value": "50000000000000000", "decimals": 18, "symbol": "WETH" }, "expected": { "value": "99675155967375131", "decimals": 18, "symbol": "USDC" }, "tolerance_bps": 1 } ] }