Skip to content

Commit

Permalink
Remove unmaintained coralnet.ts and helpers.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jul 22, 2021
1 parent 23c3706 commit 36c5cc3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 120 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,9 @@ jobs:
SKIP_BUILD: 1
command: |
yarn node ./bin/cosmwasm-cli --init examples/cosmwasm.ts --code "process.exit(0)"
yarn node ./bin/cosmwasm-cli --init examples/coralnet.ts --code "process.exit(0)"
yarn node ./bin/cosmwasm-cli --init examples/delegate.ts --code "process.exit(0)"
yarn node ./bin/cosmwasm-cli --init examples/faucet_addresses.ts --code "process.exit(0)"
yarn node ./bin/cosmwasm-cli --init examples/generate_address.ts --code "process.exit(0)"
yarn node ./bin/cosmwasm-cli --init examples/helpers.ts --code "process.exit(0)"
yarn node ./bin/cosmwasm-cli --init examples/local_faucet.ts --code "process.exit(0)"
yarn node ./bin/cosmwasm-cli --init examples/mask.ts --code "process.exit(0)"
- run:
Expand Down
32 changes: 0 additions & 32 deletions packages/cli/examples/coralnet.ts

This file was deleted.

84 changes: 0 additions & 84 deletions packages/cli/examples/helpers.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/cli/run_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ command -v shellcheck >/dev/null && shellcheck "$0"
if [ -n "${SIMAPP_ENABLED:-}" ]; then
yarn node ./bin/cosmwasm-cli --init examples/cosmwasm.ts --code "process.exit(0)"
fi
yarn node ./bin/cosmwasm-cli --init examples/coralnet.ts --code "process.exit(0)"
if [ -n "${LAUNCHPAD_ENABLED:-}" ]; then
yarn node ./bin/cosmwasm-cli --init examples/delegate.ts --code "process.exit(0)"
fi
yarn node ./bin/cosmwasm-cli --init examples/faucet_addresses.ts --code "process.exit(0)"
yarn node ./bin/cosmwasm-cli --init examples/generate_address.ts --code "process.exit(0)"
yarn node ./bin/cosmwasm-cli --init examples/helpers.ts --code "process.exit(0)"
yarn node ./bin/cosmwasm-cli --init examples/local_faucet.ts --code "process.exit(0)"
yarn node ./bin/cosmwasm-cli --init examples/mask.ts --code "process.exit(0)"
yarn node ./bin/cosmwasm-cli --init examples/multisig_address.ts --code "process.exit(0)"
Expand Down

0 comments on commit 36c5cc3

Please sign in to comment.