Skip to content

Commit

Permalink
upgrade to latest perps market (#516)
Browse files Browse the repository at this point in the history
* upgrade to latest perps market

* bump versions
  • Loading branch information
dbeal-eth authored Oct 27, 2024
1 parent 91f1ec8 commit 1c131af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions omnibus-arbitrum-sepolia.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "synthetix-omnibus"
version = "34"
version = "35"
description = "Arbitrum deployment"
preset = "main"
include = [
Expand Down Expand Up @@ -256,7 +256,7 @@ defaultValue = "arbitrum-gas-price-oracle:3.3.16"
defaultValue = "synthetix-spot-market:3.8.1"

[setting.perps_market_package]
defaultValue = "synthetix-perps-market:3.8.1"
defaultValue = "synthetix-perps-market:3.9.0"

[setting.buyback_snx_package]
defaultValue = "buyback-snx:3.3.15"
Expand Down
4 changes: 2 additions & 2 deletions omnibus-base-sepolia-andromeda.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "synthetix-omnibus"
version = "56"
version = "57"
description = "Andromeda dev deployment"
preset = "andromeda"
include = [
Expand Down Expand Up @@ -224,7 +224,7 @@ defaultValue = "op-gas-price-oracle:3.4.0"
defaultValue = "synthetix-spot-market:3.8.1"

[setting.perps_market_package]
defaultValue = "synthetix-perps-market:3.8.1"
defaultValue = "synthetix-perps-market:3.9.0"

[setting.buyback_snx_package]
defaultValue = "buyback-snx:3.3.14" # Do not update! This package isn't upgradeable. A version change will deploy a new contract.
Expand Down

0 comments on commit 1c131af

Please sign in to comment.