Skip to content

Commit c512800

Browse files
scnaleevan-gray
authored andcommitted
script: fixes worm info contract usage in register chain governance
1 parent 6a9a706 commit c512800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/register-chain-governance.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ shift $((OPTIND - 1))
9090
[ -z "$module" ] && usage
9191

9292
# 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`
93+
[ -z "$address" ] && address=`worm info contract mainnet $chain_name $module`
9494
[ -z "$address" ] && usage
9595

9696
chain=`worm info chain-id $chain_name`

0 commit comments

Comments
 (0)