36 lines
939 B
YAML
36 lines
939 B
YAML
# information about the author helps us reach out in case of issues.
|
|
author:
|
|
name: Propellerheads.xyz
|
|
email: alan@propellerheads.xyz
|
|
|
|
# Protocol Constants
|
|
constants:
|
|
protocol_gas: 30000
|
|
# minimum capabilities we can expect, individual pools may extend these
|
|
capabilities:
|
|
- SellSide
|
|
- BuySide
|
|
|
|
# The file containing the adapter contract
|
|
contract: AngleAdapter.sol
|
|
|
|
# Deployment instances used to generate chain specific bytecode.
|
|
instances:
|
|
- chain:
|
|
name: mainnet
|
|
id: 0
|
|
arguments:
|
|
- "0x00253582b2a3FE112feEC532221d9708c64cEFAb"
|
|
|
|
# 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:
|
|
id: 0
|
|
name: mainnet
|