Skip to content

Commit d0530b0

Browse files
[autofix.ci] apply automated fixes
1 parent 8a3df9c commit d0530b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ and suggestions.
199199
- [GitHub issues](https://github.com/cosmos/cosmjs/issues) for bugs and feature
200200
requests
201201
- 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
204204
- [#CosmJS on Twitter](https://twitter.com/search?q=%23CosmJS) to spread the
205205
word
206206

packages/cli/run_examples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [ -n "${SIMAPP44_ENABLED:-}" ]; then
1010
fi
1111
yarn node ./bin/cosmjs-cli --init examples/faucet_addresses.ts --code "process.exit(0)"
1212
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)"
1414
yarn node ./bin/cosmjs-cli --init examples/local_faucet.ts --code "process.exit(0)"
1515
yarn node ./bin/cosmjs-cli --init examples/mask.ts --code "process.exit(0)"
1616
yarn node ./bin/cosmjs-cli --init examples/multisig_address.ts --code "process.exit(0)"

0 commit comments

Comments
 (0)