{ "name": "uniswap_v3_weth_usdc", "description": "Uniswap V3 style pool around price 1:1 for deterministic regression", "pool": { "address": "0x0000000000000000000000000000000000000003", "exchange": "uniswap_v3", "token0": { "symbol": "WETH", "decimals": 18 }, "token1": { "symbol": "USDC", "decimals": 18 }, "reserve0": { "value": "500000000000000000000", "decimals": 18, "symbol": "WETH" }, "reserve1": { "value": "1000000000000000000000", "decimals": 18, "symbol": "USDC" }, "fee": { "value": "3000", "decimals": 6, "symbol": "FEE" }, "sqrt_price_x96": "79228162514264337593543950336", "liquidity": "1" }, "tests": [ { "name": "amount_out_0_1_weth", "type": "amount_out", "amount_in": { "value": "100000000000000000", "decimals": 18, "symbol": "WETH" }, "expected": { "value": "199360247566635212", "decimals": 18, "symbol": "USDC" }, "tolerance_bps": 1 } ] }