Skip to content

Commit

Permalink
Add links to external docs into the code
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit committed Sep 6, 2023
1 parent 276ed08 commit 29c507f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions omnibus-base-mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ defaultValue = "0x6E1613B5c68B4Cf2A58400D8019a97849A678139"
defaultValue = "0x3330363734343032330000000000000000000000000000000000000000000000"

[setting.weth_address]
# https://docs.base.org/base-contracts/#base-mainnet
defaultValue = "0x4200000000000000000000000000000000000006"

[setting.eth_aggregator_address]
# https://docs.chain.link/data-feeds/price-feeds/addresses/?network=base
defaultValue = "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70"

[setting.minimum_liquidity_ratio]
Expand All @@ -39,12 +41,12 @@ defaultValue = "1"
[setting.sc_pool_owner]
defaultValue = "0x302d2451d9f47620374B54c521423Bf0403916A2"

# TODO: Update when CCIP is available for Base Mainnet yet, wrong address for now
[setting.ccip_router]
# TODO: Update when CCIP is available for Base Mainnet yet, wrong address for now
defaultValue = "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"

# TODO: Update when CCIP is available for Base Mainnet yet, wrong address for now
[setting.ccip_token_pool]
# TODO: Update when CCIP is available for Base Mainnet yet, wrong address for now
defaultValue = "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"

# ETH Synth Configuration
Expand Down Expand Up @@ -74,9 +76,11 @@ defaultValue = "15"
defaultValue = "https://api.synthetix.io/pyth-mainnet/api/get_vaa_ccip?data={data}"

[setting.pythEthFeedId]
# https://pyth.network/developers/price-feed-ids#pyth-evm-mainnet
defaultValue = "0xff61491a931112ddf1bd8147cd1b641375f79f5825126d665480874634fd0ace"

[setting.pythPriceVerificationAddress]
# https://docs.pyth.network/documentation/pythnet-price-feeds/evm
defaultValue = "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a"

[invoke.setScPoolConfig]
Expand Down

0 comments on commit 29c507f

Please sign in to comment.