Skip to content

Commit 131eef0

Browse files
authored
update minimum liquidity ratio - optimism mainnet (#674)
* update minimum liquidity ratio - optimism mainnet * fix version
1 parent 0d79176 commit 131eef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

omnibus-optimism-mainnet.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "synthetix-omnibus"
2-
version = "8"
2+
version = "9"
33
description = "Includes the full synthetix system with configurations applied"
44
deployers = [
55
"0x1C8236B406911A376369e33D39189F1b4B39F27D",
@@ -81,7 +81,7 @@ defaultValue = "0xD702DD976Fb76Fffc2D3963D037dfDae5b04E593"
8181
defaultValue = "<%= parseEther('10') %>"
8282

8383
[setting.minimum_liquidity_ratio]
84-
defaultValue = "<%= parseEther('2') %>"
84+
defaultValue = "1100000000000000000"
8585

8686
[setting.account_timeout_withdraw]
8787
defaultValue = "86400"

0 commit comments

Comments
 (0)