{ "name": "default_formatted", "description": "Default formatted test vectors for MEV Bot math validation", "pool": { "address": "0x0000000000000000000000000000000000000001", "exchange": "uniswap_v2", "token0": { "symbol": "WETH", "decimals": 18 }, "token1": { "symbol": "USDC", "decimals": 18 }, "reserve0": { "value": "1000000000000000000000", "decimals": 18, "symbol": "WETH" }, "reserve1": { "value": "2000000000000", "decimals": 18, "symbol": "USDC" } }, "tests": [ { "name": "default_amount_out_test", "type": "amount_out", "amount_in": { "value": "1000000000000000000", "decimals": 18, "symbol": "WETH" }, "expected": { "value": "1994006985000", "decimals": 18, "symbol": "USDC" }, "tolerance_bps": 500 } ] }