Skip to content

Commit

Permalink
Add links to external docs
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit committed Sep 6, 2023
1 parent 1ba23df commit 19a12a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion omnibus-base-goerli.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ defaultValue = "1"
defaultValue = "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"

[setting.ccip_router]
# https://docs.chain.link/ccip/supported-networks#base-goerli
defaultValue = "0xa8c0c11bf64af62cdca6f93d3769b88bdd7cb93d"

# TODO: There is no CCIP token pool available yet, using temporary address
[setting.ccip_token_pool]
# TODO: There is no CCIP token pool available yet, using temporary address
defaultValue = "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"

# ETH Synth Configuration
Expand Down Expand Up @@ -72,9 +73,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-testnet
defaultValue = "0xca80ba6dc32e08d06f1aa886011eed1d77c77be9eb761cc10d72b7d0a2fd57a6"

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

[invoke.setScPoolConfig]
Expand Down
1 change: 1 addition & 0 deletions tomls/settings-testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ include = [
target = ["system.CoreProxy"]
fromCall.func = "owner"
func = "setSupportedCrossChainNetworks"
# https://docs.chain.link/ccip/supported-networks
args = [
["11155111", "420", "421613", "80001", "84531"],
["16015286601757825753", "2664363617261496610", "6101244977088475029", "12532609583862916517", "5790810961207155433"]
Expand Down

0 comments on commit 19a12a5

Please sign in to comment.