{ "name": "uniswap_v2_usdc_weth", "description": "Uniswap V2 style pool with 10k WETH against 20M USDC", "pool": { "address": "0x0000000000000000000000000000000000000001", "exchange": "uniswap_v2", "token0": { "symbol": "WETH", "decimals": 18 }, "token1": { "symbol": "USDC", "decimals": 18 }, "reserve0": { "value": "500000000000000000000", "decimals": 18, "symbol": "WETH" }, "reserve1": { "value": "1000000000000000000000000", "decimals": 18, "symbol": "USDC" } }, "tests": [ { "name": "amount_out_5_weth", "type": "amount_out", "amount_in": { "value": "5000000000000000000", "decimals": 18, "symbol": "WETH" }, "expected": { "value": "9871580343970612988504", "decimals": 18, "symbol": "USDC" }, "tolerance_bps": 1 } ] }