Skip to content

Commit

Permalink
update lm on mainnet (#346)
Browse files Browse the repository at this point in the history
update migration scheme to allow liquidations from v3 side rather than v2x

Co-authored-by: kaleb <[email protected]>
  • Loading branch information
dbeal-eth and kaleb-keny authored Aug 13, 2024
1 parent bfc05e9 commit 61cac15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions omnibus-mainnet.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "synthetix-omnibus"
version = "8"
version = "9"
description = "Includes the full synthetix system with configurations applied"
include = [
"tomls/settings.toml",
Expand All @@ -20,7 +20,7 @@ include = [
]

[setting.snx_package]
defaultValue = "synthetix:3.3.18"
defaultValue = "synthetix:3.5.0"

[setting.spot_market_package]
defaultValue = "synthetix-spot-market:3.3.15"
Expand All @@ -29,7 +29,7 @@ defaultValue = "synthetix-spot-market:3.3.15"
defaultValue = "synthetix-perps-market:3.3.19"

[setting.legacy_market_package]
defaultValue = "synthetix-legacy-market:3.3.6"
defaultValue = "synthetix-legacy-market:3.5.0"

[setting.susde_package]
defaultValue = 'susde-token'
Expand Down

0 comments on commit 61cac15

Please sign in to comment.