Skip to content

Commit

Permalink
correct argument to disable all new collateral
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalier-eth authored Sep 20, 2023
1 parent 4ea94c3 commit 33b73e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomls/pools/passive-snx.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ target = ["system.CoreProxy"]
fromCall.func = "getPoolOwner"
fromCall.args = ["<%= settings.snx_pool_id %>"]
func = "setPoolCollateralDisabledByDefault"
args = ["<%= settings.snx_pool_id %>", false]
args = ["<%= settings.snx_pool_id %>", true]
depends = ["invoke.create_snx_pool"]

[invoke.configure_snx_collateral_for_snx_pool]
Expand Down

0 comments on commit 33b73e6

Please sign in to comment.