Skip to content

Commit

Permalink
sccp-342 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleb-keny authored Jul 30, 2024
1 parent ad38039 commit d4a5878
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions omnibus-arbitrum-mainnet.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "synthetix-omnibus"
version = "6"
version = "7"
description = "Includes the full synthetix system with configurations applied"
preset = "main"
include = [
Expand Down Expand Up @@ -158,7 +158,7 @@ defaultValue = "0xff61491a931112ddf1bd8147cd1b641375f79f5825126d665480874634fd0a
description = "https://pyth.network/developers/price-feed-ids#pyth-evm-mainnet"

[setting.max_collateral_limit_weth]
defaultValue = "<%= parseEther(String(2_700)) %>"
defaultValue = "<%= parseEther(String(5_400)) %>"

#
#
Expand Down
4 changes: 2 additions & 2 deletions omnibus-arbitrum-sepolia.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "synthetix-omnibus"
version = "13"
version = "14"
description = "Arbitrum deployment"
preset = "main"
include = [
Expand Down Expand Up @@ -221,7 +221,7 @@ defaultValue = "0xff61491a931112ddf1bd8147cd1b641375f79f5825126d665480874634fd0a
description = "https://pyth.network/developers/price-feed-ids#pyth-evm-mainnet"

[setting.max_collateral_limit_weth]
defaultValue = "<%= parseEther(String(2_700)) %>"
defaultValue = "<%= parseEther(String(5_400)) %>"

#
#
Expand Down

0 comments on commit d4a5878

Please sign in to comment.