Skip to content

Commit

Permalink
bump op goerli
Browse files Browse the repository at this point in the history
  • Loading branch information
jmzwar committed Oct 11, 2023
1 parent 9e1ae3e commit f5d646c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<VERSION_NUMBER> --api-key <ETHERSCAN_API_KEY> --chain-id <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:<VERSION_NUMBER> --private-key <KEY_THAT_HAS_ETH_ON_MAINNET> --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:<VERSION_NUMBER> --private-key <KEY_THAT_HAS_ETH_ON_MAINNET> --tags latest,3 --chain-id <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.
8 changes: 4 additions & 4 deletions omnibus-optimism-goerli.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f5d646c

Please sign in to comment.