Skip to content

Commit

Permalink
Base mainnet is not yet available, add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit committed Aug 30, 2023
1 parent 36d70b9 commit 2fb5551
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion omnibus-base-mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,15 @@ 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]
defaultValue = "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"

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

# ETH Synth Configuration

[setting.synthEthAsyncFixedFee]
defaultValue = "0.001"

Expand Down
5 changes: 3 additions & 2 deletions tomls/settings-mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ include = [
"settings.toml",
]

# TODO: Add Base Mainnet when CCIP supports it
[invoke.setSupportedCrossChainNetworks]
target = ["system.CoreProxy"]
fromCall.func = "owner"
func = "setSupportedCrossChainNetworks"
args = [
["1", "10"],
["1", "10"],
["5009297550715157269", "3734403246176062136"]
]
depends = ["provision.system"]
depends = ["provision.system"]

0 comments on commit 2fb5551

Please sign in to comment.