-
Notifications
You must be signed in to change notification settings - Fork 15
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: update devnet-amplifier.json after ITS hub release #444
base: main
Are you sure you want to change the base?
Conversation
}, | ||
"InterchainTokenService": { | ||
"adminAddress": "axelar1zlr7e5qf3sz7yf890rkh9tcnu87234k6k7ytd9", | ||
"governanceAddress": "axelar1zlr7e5qf3sz7yf890rkh9tcnu87234k6k7ytd9", | ||
"codeId": 738, | ||
"address": "axelar10jzzmv5m7da7dn2xsfac0yqe7zamy34uedx3e28laq0p6f3f8dzqp649fp" | ||
"address": "axelar10jzzmv5m7da7dn2xsfac0yqe7zamy34uedx3e28laq0p6f3f8dzqp649fp", |
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.
the address didn't change, doesn't look like this was redeployed?
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.
This is contract deployed, its strange that it didn't get updated. Could it be because I run store
and Instantiate
steps separately here instead of running storeInstantiate
in 1 go ?
$ axelard q wasm contract axelar157hl7gpuknjmhtac2qnphuazv2yerfagva7lsu9vuj2pgn32z22qa26dk4
address: axelar157hl7gpuknjmhtac2qnphuazv2yerfagva7lsu9vuj2pgn32z22qa26dk4
contract_info:
admin: axelar10d07y265gmmuvt4z0w9aw880jnsr700j7v9daj
code_id: "843"
created:
block_height: "4194806"
tx_index: "0"
creator: axelar10d07y265gmmuvt4z0w9aw880jnsr700j7v9daj
extension: null
ibc_port_id: ""
label: InterchainTokenService
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.
Changed the address manually. The contract is indeed deployed, not sure why the script didn't change the file afterwards
axelard query wasm contract-state raw axelar157hl7gpuknjmhtac2qnphuazv2yerfagva7lsu9vuj2pgn32z22qa26dk4 636F6E74726163745F696E666F --node http://devnet-amplifier.axelar.dev:26657 -o json | jq -r '.data' | base64 -d
{"contract":"interchain-token-service","version":"1.0.0"}`
No description provided.