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 %>"