Skip to content

Commit

Permalink
Rename new invoke step
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit committed Sep 2, 2024
1 parent 8a0fd5d commit 9128781
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion omnibus-mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ source = "usde-token"
#"<%= settings.synth_usde_max_market_collateral %>",
#]

[invoke.CoreProxy_setPoolCollateralConfiguration_SNX]
[invoke.CoreProxy_setPoolCollateralConfiguration_SpartanCouncilPool_SNX]
target = ["system.CoreProxy"]
fromCall.func = "getPoolOwner"
fromCall.args = ["<%= settings.sc_pool_id %>"]
Expand Down
2 changes: 1 addition & 1 deletion omnibus-sepolia.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ targetPreset = "<%= settings.target_preset %>"
options.salt = "<%= settings.salt %>"
options.pythAddress = "<%= settings.pyth_price_verification_address %>"

[invoke.CoreProxy_setPoolCollateralConfiguration_SNX]
[invoke.CoreProxy_setPoolCollateralConfiguration_SpartanCouncilPool_SNX]
target = ["system.CoreProxy"]
fromCall.func = "getPoolOwner"
fromCall.args = ["<%= settings.sc_pool_id %>"]
Expand Down
2 changes: 1 addition & 1 deletion tomls/pools/spartan-council.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func = "setPoolName"
args = ["<%= settings.sc_pool_id %>", "Spartan Council Pool"]
depends = ["invoke.createScPool"]

[invoke.setScCollateralDisabledByDefault]
[invoke.CoreProxy_setPoolCollateralDisabledByDefault_SpartanCouncilPool]
target = ["system.CoreProxy"]
fromCall.func = "getPoolOwner"
fromCall.args = ["<%= settings.sc_pool_id %>"]
Expand Down

0 comments on commit 9128781

Please sign in to comment.