Skip to content

Commit

Permalink
push testnet changes
Browse files Browse the repository at this point in the history
  • Loading branch information
barrasso committed Jul 10, 2023
1 parent 8378f8e commit 17d3f5d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 20 deletions.
16 changes: 8 additions & 8 deletions omnibus-base-goerli.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name = "synthetix-omnibus"
version = "3.1.1"
version = "3.2.0"
description = "Includes the full synthetix system with configurations applied"
include = [
"tomls/settings.toml",
"tomls/settings-testnet.toml",
"tomls/core.toml",
"tomls/permissions.toml",
#"tomls/collaterals/snx.toml",
Expand All @@ -21,12 +21,6 @@ defaultValue = "0x4200000000000000000000000000000000000006"
[setting.weth_aggregator_address]
defaultValue = "0xcD2A119bD1F7DF95d706DE6F2057fDD45A0503E2"

#[setting.snx_address]
#defaultValue = ""

#[setting.snx_aggregator_address]
#defaultValue = ""

#[setting.snx_liquidation_reward]
#defaultValue = "10000000000000000000"

Expand All @@ -47,3 +41,9 @@ defaultValue = "1"

[setting.sc_pool_owner]
defaultValue = "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"

[setting.ccip_router]
defaultValue = "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"

[setting.ccip_token_pool]
defaultValue = "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"
10 changes: 8 additions & 2 deletions omnibus-goerli.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name = "synthetix-omnibus"
version = "3.1.1"
version = "3.2.0"
description = "Includes the full synthetix system with configurations applied"
include = [
"tomls/settings.toml",
"tomls/settings-testnet.toml",
"tomls/core.toml",
"tomls/permissions.toml",
"tomls/collaterals/snx.toml",
Expand Down Expand Up @@ -44,3 +44,9 @@ defaultValue = "1"

[setting.sc_pool_owner]
defaultValue = "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"

[setting.ccip_router]
defaultValue = "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"

[setting.ccip_token_pool]
defaultValue = "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"
10 changes: 0 additions & 10 deletions tomls/settings.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,3 @@ args = [
"<%= settings.ccip_token_pool %>"
]
depends = ["provision.system"]

[invoke.setSupportedCrossChainNetworks]
target = ["system.CoreProxy"]
fromCall.func = "owner"
func = "setSupportedCrossChainNetworks"
args = [
["11155111", "420", "421613", "80001"],
["16015286601757825753", "2664363617261496610", "6101244977088475029", "12532609583862916517"]
]
depends = ["provision.system"]

0 comments on commit 17d3f5d

Please sign in to comment.