Skip to content

Commit

Permalink
pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeal-eth authored and noisekit committed Sep 2, 2024
1 parent 8867e00 commit 8a0fd5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion omnibus-mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func = "setPoolCollateralConfiguration"
args = [
"<%= settings.sc_pool_id %>",
"<%= settings.snx_address %>",
{ collateralLimitD18 = "<%= MaxUint256 %>", issuanceRatioD18 = 0 }
{ collateralLimitD18 = "<%= MaxUint256 %>", issuanceRatioD18 = 0 },
]

[invoke.pauseLMMigration]
Expand Down
2 changes: 1 addition & 1 deletion omnibus-sepolia.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,5 @@ func = "setPoolCollateralConfiguration"
args = [
"<%= settings.sc_pool_id %>",
"<%= settings.snx_address %>",
{ collateralLimitD18 = "<%= MaxUint256 %>", issuanceRatioD18 = 0 }
{ collateralLimitD18 = "<%= MaxUint256 %>", issuanceRatioD18 = 0 },
]

0 comments on commit 8a0fd5d

Please sign in to comment.