# information about the author helps us reach out in case of issues. author: name: YourCompany email: developer@yourcompany.xyz # Protocol Constants constants: # The expected average gas cost of a swap protocol_gas: 30000 # Minimum capabilities we can expect, individual pools may extend these capabilities: - SellSide - BuySide - PriceFunction # The file containing the adapter contract contract: TemplateSwapAdapter.sol # Deployment instances used to generate chain specific bytecode. instances: - chain: name: mainnet id: 1 arguments: - "0xBA12222222228d8Ba445958a75a0704d566BF2C8" # Specify some automatic test cases in case getPoolIds and # getTokens are not implemented. tests: instances: - pool_id: "0xB4e16d0168e52d35CaCD2c6185b44281Ec28C9Dc" sell_token: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2" buy_token: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" block: 17000000 chain: name: mainnet id: 1