Skip to content
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

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

Conversation

RiceAndMeet
Copy link
Contributor

@RiceAndMeet RiceAndMeet commented Feb 12, 2025

Upgrade ITS hub -> v1.1.0

task cmd tx
Upload new ITS Hub contract(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 proposal tx
Migrate ITS Hub contract(v1.1.0) ./wasm_migrate.sh axelar1ph8qufmsh556e40uk0ceaufc06nwhnw0ksgdqqk6ldszxchh8llq8x52dk 29 '{}' contract migrate tx

Upgrade ITS edge contract -> v2.1.0

chain deploy implementation upgrade proxy txs
avalanche node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n avalanche node evm/deploy-its.js --upgrade -n avalanche ITS Proxy , ITS Factory Proxy
flow node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n flow node evm/deploy-its.js --upgrade -n flow ITS Proxy , ITS Factory Proxy
fantom node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n fantom node evm/deploy-its.js --upgrade -n fantom ITS Proxy , ITS Factory Proxy
moonbeam node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n moonbeam node evm/deploy-its.js --upgrade -n moonbeam ITS Proxy , ITS Factory Proxy
kava node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n kava node evm/deploy-its.js --upgrade -n kava ITS Proxy , ITS Factory Proxy
ethereum-sepolia node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n ethereum-sepolia node evm/deploy-its.js --upgrade -n ethereum-sepolia ITS Proxy , ITS Factory Proxy
arbitrum-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 ITS Proxy , ITS Factory Proxy
linea-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 ITS Proxy , ITS Factory Proxy
polygon-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 ITS Proxy , ITS Factory Proxy
base-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 ITS Proxy , ITS Factory Proxy
blast-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 ITS Proxy , ITS Factory Proxy
fraxtal node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n fraxtal node evm/deploy-its.js --upgrade -n fraxtal ITS Proxy , ITS Factory Proxy
mantle-sepolia node evm/deploy-its.js -s "v2.1.0" -m create2 --reuseProxy -n mantle-sepolia node evm/deploy-its.js --upgrade -n mantle-sepolia ITS Proxy , ITS Factory Proxy
optimism-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 ITS Proxy , ITS Factory Proxy

@RiceAndMeet RiceAndMeet changed the title chore: ITS hub v1.1.0 chore: its hub v1.1.0 Feb 12, 2025
@RiceAndMeet RiceAndMeet marked this pull request as ready for review February 13, 2025 03:25
@RiceAndMeet RiceAndMeet requested a review from a team as a code owner February 13, 2025 03:25
@@ -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
Copy link
Member

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?

Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants