Skip to content

Commit

Permalink
3.2.0 mainnet release
Browse files Browse the repository at this point in the history
  • Loading branch information
barrasso committed Jul 10, 2023
1 parent 17d3f5d commit 1822d78
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
10 changes: 8 additions & 2 deletions omnibus-mainnet.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-mainnet.toml",
"tomls/core.toml",
"tomls/permissions.toml",
"tomls/collaterals/snx.toml",
Expand Down Expand Up @@ -42,3 +42,9 @@ defaultValue = "1"

[setting.sc_pool_owner]
defaultValue = "0x302d2451d9f47620374B54c521423Bf0403916A2"

[setting.ccip_router]
defaultValue = "0xE561d5E02207fb5eB32cca20a699E0d8919a1476"

[setting.ccip_token_pool]
defaultValue = "0x057152DB365B47851B0A0bd431644b8eE21fE1b4"
10 changes: 8 additions & 2 deletions omnibus-optimism-mainnet.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-mainnet.toml",
"tomls/core.toml",
"tomls/permissions.toml",
"tomls/collaterals/snx.toml",
Expand Down Expand Up @@ -47,6 +47,12 @@ defaultValue = "1"
[setting.sc_pool_owner]
defaultValue = "0x302d2451d9f47620374B54c521423Bf0403916A2"

[setting.ccip_router]
defaultValue = "0x261c05167db67B2b619f9d312e0753f3721ad6E8"

[setting.ccip_token_pool]
defaultValue = "0xe470A3068302CF045Eec3B800dDBFf42B42e18D8"

# ETH Synth Configuration

[setting.synthEthAsyncFixedFee]
Expand Down
4 changes: 2 additions & 2 deletions tomls/settings-mainnet.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include = [
"tomls/settings.toml",
"settings.toml",
]

[invoke.setSupportedCrossChainNetworks]
Expand All @@ -8,6 +8,6 @@ fromCall.func = "owner"
func = "setSupportedCrossChainNetworks"
args = [
["1", "10"],
["", ""]
["5009297550715157269", "3734403246176062136"]
]
depends = ["provision.system"]

0 comments on commit 1822d78

Please sign in to comment.