wormhole/sui/scripts/init_tokenbridge.sh

6 lines
181 B
Bash
Raw Normal View History

2023-01-12 11:36:42 -08:00
#!/bin/bash -f
. env.sh
sui client call --function init_and_share_state --module bridge_state --package $TOKEN_PACKAGE --gas-budget 20000 --args \"$TOKEN_STATE\" \"$EMITTER_CAP\"