-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: its hub v1.1.0 #550
base: main
Are you sure you want to change the base?
Conversation
@@ -28,7 +28,7 @@ Changes in this release: | |||
Upload new ITS Hub contract | |||
|
|||
```bash | |||
node cosmwasm/submit-proposal.js store -c InterchainTokenService -t "Upload InterchainTokenService contract v1.1.0" -d "Upload InterchainTokenService contract v1.1.0" -r $RUN_AS_ACCOUNT --deposit 2000000000 -a ./wasm | |||
node cosmwasm/submit-proposal.js store -c InterchainTokenService -t "Upload InterchainTokenService contract v1.1.0" -d "Upload InterchainTokenService contract v1.1.0" -r $RUN_AS_ACCOUNT --deposit 2000000000 --instantiateAddresses $INIT_ADDRESSES -a ./wasm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is INIT_ADDRESSES
defined? Create a params table. This wasn't added during devnet deployment, is that a problem? And why can't this set automatically via the script, discuss with Edwin?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same for RUN_AS_ACCOUNT, add to the table
Upgrade ITS hub -> v1.1.0
node cosmwasm/submit-proposal.js store -c InterchainTokenService -t "Upload InterchainTokenService contract v1.1.0" -d "Upload InterchainTokenService contract v1.1.0" -r axelar10d07y265gmmuvt4z0w9aw880jnsr700j7v9daj --deposit 2000000000 --instantiateAddresses axelar1pumrull7z8y5kc9q4azfrmcaxd8w0779kg6anm,axelar10d07y265gmmuvt4z0w9aw880jnsr700j7v9daj,axelar12qvsvse32cjyw60ztysd3v655aj5urqeup82ky -a ./wasm
./wasm_migrate.sh axelar1ph8qufmsh556e40uk0ceaufc06nwhnw0ksgdqqk6ldszxchh8llq8x52dk 29 '{}'
Upgrade ITS edge contract -> v2.1.0
node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n avalanche
node evm/deploy-its.js --upgrade -n avalanche
node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n flow
node evm/deploy-its.js --upgrade -n flow
node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n fantom
node evm/deploy-its.js --upgrade -n fantom
node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n moonbeam
node evm/deploy-its.js --upgrade -n moonbeam
node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n kava
node evm/deploy-its.js --upgrade -n kava
node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n ethereum-sepolia
node evm/deploy-its.js --upgrade -n ethereum-sepolia
node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n arbitrum-sepolia
node evm/deploy-its.js --upgrade -n arbitrum-sepolia
node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n linea-sepolia
node evm/deploy-its.js --upgrade -n linea-sepolia
node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n polygon-sepolia
node evm/deploy-its.js --upgrade -n polygon-sepolia
node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n base-sepolia
node evm/deploy-its.js --upgrade -n base-sepolia
node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n blast-sepolia
node evm/deploy-its.js --upgrade -n blast-sepolia
node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n fraxtal
node evm/deploy-its.js --upgrade -n fraxtal
node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n mantle-sepolia
node evm/deploy-its.js --upgrade -n mantle-sepolia
node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n optimism-sepolia
node evm/deploy-its.js --upgrade -n optimism-sepolia