Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeal-eth committed Sep 7, 2023
1 parent 6b51507 commit cfe3d57
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions omnibus-base-goerli-competition.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,18 @@ include = [
"tomls/omnibus-base-goerli-competition/synths/snx.toml",
]

[setting.snx_package]
defaultValue = "synthetix:3.3.3-dev.05f72e70"

[setting.spot_market_package]
defaultValue = "synthetix-spot-market:3.3.4"
defaultValue = "synthetix-spot-market:3.3.3-dev.05f72e70"

[setting.perps_market_package]
defaultValue = "synthetix-perps-market:3.3.4"
defaultValue = "synthetix-perps-market:3.3.3-dev.05f72e70"

[setting.salt]
defaultValue = "competition"

[setting.snx_package]
defaultValue = "synthetix:3.3.4"

[setting.spot_market_package]
defaultValue = "synthetix-spot-market:3.3.4"

[setting.perps_market_package]
defaultValue = "synthetix-perps-market:3.3.4"

This comment has been minimized.

Copy link
@noisekit

noisekit Sep 7, 2023

Contributor

these settings are required on top level, there are no longer defaults in deep tomls.

This comment has been minimized.

Copy link
@noisekit

noisekit Sep 7, 2023

Contributor

nevermind it just reshuffled config didnt notice it moved up the file

[setting.pythPriceVerificationAddress]
defaultValue = "0x5955C1478F0dAD753C7E2B4dD1b4bC530C64749f"

Expand Down Expand Up @@ -122,6 +116,16 @@ defaultValue = "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"
[setting.ccip_token_pool]
defaultValue = "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"

[invoke.addMulticallThroughToPyth]
target = ["system.CoreProxy", "perpsFactory.PerpsMarketProxy", "spotFactory.SpotMarketProxy"]
fromCall.func = "owner"

func = "setAllowlistedMulticallTarget"

args = ["<%= settings.weth_aggregator_address %>", true]

depends = ["provision.perpsFactory"]

[invoke.setScPoolConfig]
target = ["system.CoreProxy"]
fromCall.func = "getPoolOwner"
Expand Down

0 comments on commit cfe3d57

Please sign in to comment.