Skip to content

Commit

Permalink
Update omnibus-mainnet.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeal-eth authored Aug 22, 2024
1 parent 38cd854 commit e8b3392
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions omnibus-mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,17 @@ source = "usde-token"
#"<%= settings.synth_usde_max_market_collateral %>",
#]

[invoke.setScPoolAcceptsSnx]
target = ["system.CoreProxy"]
fromCall.func = "getPoolOwner"
fromCall.args = ["<%= settings.sc_pool_id %>"]
func = "setPoolCollateralConfiguration"
args = [
"<%= settings.sc_pool_id %>",
"<%= settings.snx_address %>",
{ collateralLimitD18 = "<%= MaxUint256 %>", issuanceRatioD18 = 0 }
]

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

0 comments on commit e8b3392

Please sign in to comment.