File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -199,8 +199,8 @@ and suggestions.
199
199
- [ GitHub issues] ( https://github.com/cosmos/cosmjs/issues ) for bugs and feature
200
200
requests
201
201
- The ` #dev-chat ` channel, or ` #dev-support-ai ` on the
202
- [ interchain Discord server] ( https://discord.gg/interchain ) for
203
- questions and open discussions
202
+ [ interchain Discord server] ( https://discord.gg/interchain ) for questions and
203
+ open discussions
204
204
- [ #CosmJS on Twitter] ( https://twitter.com/search?q=%23CosmJS ) to spread the
205
205
word
206
206
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if [ -n "${SIMAPP44_ENABLED:-}" ]; then
10
10
fi
11
11
yarn node ./bin/cosmjs-cli --init examples/faucet_addresses.ts --code " process.exit(0)"
12
12
yarn node ./bin/cosmjs-cli --init examples/generate_address.ts --code " process.exit(0)"
13
- yarn node ./bin/cosmjs-cli --init examples/instantiate2_addresses.ts --code " process.exit(0)"
13
+ yarn node ./bin/cosmjs-cli --init examples/instantiate2_addresses.ts --code " process.exit(0)"
14
14
yarn node ./bin/cosmjs-cli --init examples/local_faucet.ts --code " process.exit(0)"
15
15
yarn node ./bin/cosmjs-cli --init examples/mask.ts --code " process.exit(0)"
16
16
yarn node ./bin/cosmjs-cli --init examples/multisig_address.ts --code " process.exit(0)"
You can’t perform that action at this time.
0 commit comments