mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Rename to instantiate2_addresses.ts and add to example runner
This commit is contained in:
parent
be0bd7a3c3
commit
bf5e854d08
@ -10,6 +10,7 @@ if [ -n "${SIMAPP44_ENABLED:-}" ]; then
|
||||
fi
|
||||
yarn node ./bin/cosmjs-cli --init examples/faucet_addresses.ts --code "process.exit(0)"
|
||||
yarn node ./bin/cosmjs-cli --init examples/generate_address.ts --code "process.exit(0)"
|
||||
yarn node ./bin/cosmjs-cli --init examples/instantiate2_addresses.ts --code "process.exit(0)"
|
||||
yarn node ./bin/cosmjs-cli --init examples/local_faucet.ts --code "process.exit(0)"
|
||||
yarn node ./bin/cosmjs-cli --init examples/mask.ts --code "process.exit(0)"
|
||||
yarn node ./bin/cosmjs-cli --init examples/multisig_address.ts --code "process.exit(0)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user