Skip to content

Commit ce34c91

Browse files
committed
pretty
1 parent e8b3392 commit ce34c91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

omnibus-mainnet.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func = "setPoolCollateralConfiguration"
130130
args = [
131131
"<%= settings.sc_pool_id %>",
132132
"<%= settings.snx_address %>",
133-
{ collateralLimitD18 = "<%= MaxUint256 %>", issuanceRatioD18 = 0 }
133+
{ collateralLimitD18 = "<%= MaxUint256 %>", issuanceRatioD18 = 0 },
134134
]
135135

136136
[invoke.setScPoolConfig]

omnibus-sepolia.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func = "setPoolCollateralConfiguration"
168168
args = [
169169
"<%= settings.sc_pool_id %>",
170170
"<%= settings.snx_address %>",
171-
{ collateralLimitD18 = "<%= MaxUint256 %>", issuanceRatioD18 = 0 }
171+
{ collateralLimitD18 = "<%= MaxUint256 %>", issuanceRatioD18 = 0 },
172172
]
173173

174174
[invoke.setScPoolConfig]

0 commit comments

Comments
 (0)