From f5d646cc2432358ea3daa95212620e31dc850154 Mon Sep 17 00:00:00 2001 From: jmzwar Date: Wed, 11 Oct 2023 15:41:34 +0200 Subject: [PATCH] bump op goerli --- README.md | 2 +- omnibus-optimism-goerli.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 05d282ad..42091f97 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,6 @@ _The --provider-url and --private-key parameters are unnecessary if using [Frame ### Finalize Release - If you've updated the provisioned packages, verify your new contracts on Etherscan: `cannon verify synthetix-omnibus: --api-key --chain-id `. Make sure you set your preset if it's set in the toml files. -- Publish your new packages on the Cannon registry: `cannon publish synthetix-omnibus: --private-key --tags latest,3` (_The --private-key parameter is unnecessary if using [Frame](https://frame.sh/)_) +- Publish your new packages on the Cannon registry: `cannon publish synthetix-omnibus: --private-key --tags latest,3 --chain-id ` (_The --private-key parameter is unnecessary if using [Frame](https://frame.sh/)_) - Commit and merge the change to this repository. - Run the [**Export ABIs** action](https://github.com/Synthetixio/v3-abi-exporter/actions/workflows/main.yml) in the `v3-abi-exporter` repository. diff --git a/omnibus-optimism-goerli.toml b/omnibus-optimism-goerli.toml index 3eaa6798..dbef3145 100644 --- a/omnibus-optimism-goerli.toml +++ b/omnibus-optimism-goerli.toml @@ -1,5 +1,5 @@ name = "synthetix-omnibus" -version = "3.3.4" +version = "3.3.3-dev.9b6781de" description = "Includes the full synthetix system with configurations applied" include = [ "tomls/settings-testnet.toml", @@ -35,13 +35,13 @@ include = [ ] [setting.snx_package] -defaultValue = "synthetix:3.3.4" +defaultValue = "synthetix:3.3.3-dev.9b6781de" [setting.spot_market_package] -defaultValue = "synthetix-spot-market:3.3.4" +defaultValue = "synthetix-spot-market:3.3.3-dev.9b6781de" [setting.perps_market_package] -defaultValue = "synthetix-perps-market:3.3.4" +defaultValue = "synthetix-perps-market:3.3.3-dev.9b6781de" [setting.owner] defaultValue = "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"