From 510346823cf60da5af49f11ea428d834c4ccab55 Mon Sep 17 00:00:00 2001 From: Sunny Vempati <5723490+sunnyvempati@users.noreply.github.com> Date: Mon, 14 Aug 2023 12:33:20 -0500 Subject: [PATCH] new version --- omnibus-optimism-goerli.toml | 2 +- tomls/core.toml | 2 +- tomls/markets/perps-factory.toml | 2 +- tomls/markets/spot-factory.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/omnibus-optimism-goerli.toml b/omnibus-optimism-goerli.toml index 23df535f..9ac5c514 100644 --- a/omnibus-optimism-goerli.toml +++ b/omnibus-optimism-goerli.toml @@ -1,5 +1,5 @@ name = "synthetix-omnibus" -version = "3.2.1-dev.3c89ca90" +version = "3.2.1-dev.5e6e7365" description = "Includes the full synthetix system with configurations applied" include = [ "tomls/settings-testnet.toml", diff --git a/tomls/core.toml b/tomls/core.toml index 69134b0c..c1b25ddd 100644 --- a/tomls/core.toml +++ b/tomls/core.toml @@ -1,5 +1,5 @@ [setting.snx_package] -defaultValue = "synthetix:3.2.1-dev.3c89ca90" +defaultValue = "synthetix:3.2.1-dev.5e6e7365" [setting.owner] diff --git a/tomls/markets/perps-factory.toml b/tomls/markets/perps-factory.toml index eb73972e..ac5ea89e 100644 --- a/tomls/markets/perps-factory.toml +++ b/tomls/markets/perps-factory.toml @@ -3,7 +3,7 @@ include = [ ] [setting.perps_market_package] -defaultValue = "synthetix-perps-market:3.2.1-dev.3c89ca90" +defaultValue = "synthetix-perps-market:3.2.1-dev.5e6e7365" [provision.perpsFactory] source = "<%= settings.perps_market_package %>" diff --git a/tomls/markets/spot-factory.toml b/tomls/markets/spot-factory.toml index 59a07353..fed9c957 100644 --- a/tomls/markets/spot-factory.toml +++ b/tomls/markets/spot-factory.toml @@ -3,7 +3,7 @@ include = [ ] [setting.spot_market_package] -defaultValue = "synthetix-spot-market:3.2.1-dev.3c89ca90" +defaultValue = "synthetix-spot-market:3.2.1-dev.5e6e7365" [provision.spotFactory] source = "<%= settings.spot_market_package %>"