We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
worm info contract
1 parent 6a9a706 commit c512800Copy full SHA for c512800
scripts/register-chain-governance.sh
@@ -90,7 +90,7 @@ shift $((OPTIND - 1))
90
[ -z "$module" ] && usage
91
92
# Use the worm client to get the emitter address and wormhole chain ID.
93
-[ -z "$address" ] && address=`worm info contract --emitter mainnet $chain_name $module`
+[ -z "$address" ] && address=`worm info contract mainnet $chain_name $module`
94
[ -z "$address" ] && usage
95
96
chain=`worm info chain-id $chain_name`
0 commit comments