Skip to content

Commit

Permalink
Remove gear-testnet config (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit authored Sep 13, 2023
1 parent 18cab29 commit 6b99699
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 460 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/docker-build-testnet.yml

This file was deleted.

77 changes: 0 additions & 77 deletions .github/workflows/renew-testnet.yml

This file was deleted.

79 changes: 0 additions & 79 deletions Dockerfile-testnet

This file was deleted.

96 changes: 0 additions & 96 deletions config/gear-testnet.json

This file was deleted.

15 changes: 0 additions & 15 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,5 @@ services:
depends_on:
- gear-testnet

gear-testnet:
user: root
ports:
- "9933:9933"
- "9944:9944"
image: ghcr.io/gear-tech/node:latest
profiles: ["online-testnet"]
pull_policy: always
container_name: gear-node
volumes:
- "/tmp/gear-testnet:/data/"
command: >
gear --base-path /data/ --unsafe-ws-external --unsafe-rpc-external --rpc-methods Unsafe --rpc-cors all --pruning archive --name=gear-testnet
volumes:
gear-dev:
gear-testnet:
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
"build:util": "yarn workspace gear-util run build",
"start:dev": "yarn workspace rosetta-api run start:dev",
"start:offline": "yarn workspace rosetta-api run start:offline",
"start:gear-test": "yarn workspace rosetta-api run start:gear-test",
"start:vara": "yarn workspace rosetta-api run start:vara",
"start:vara-test": "yarn workspace rosetta-api run start:vara-test",
"watch:dev": "yarn workspace rosetta-api run watch:dev",
"watch:gear-test": "yarn workspace rosetta-api run watch:gear-test",
"watch:vara": "yarn workspace rosetta-api run watch:vara",
"watch:vara-test": "yarn workspace rosetta-api run watch:vara-test",
"watch:offline": "yarn workspace rosetta-api run watch:offline"
Expand Down
2 changes: 0 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
"main": "dist/index.js",
"scripts": {
"start:dev": "node dist/index.js --config-name development",
"start:gear-test": "node dist/index.js --config-name gear_testnet",
"start:vara": "node dist/index.js --config-name vara",
"start:vara-test": "node dist/index.js --config-name vara_testnet",
"start:offline": "node dist/index.js --mode offline",
"watch:dev": "nodemon src/index.ts --config-name development",
"watch:gear-test": "nodemon src/index.ts --config-name gear_testnet",
"watch:vara": "nodemon src/index.ts --config-name vara",
"watch:vara-test": "nodemon src/index.ts --config-name vara_testnet",
"watch:offline": "nodemon src/index.ts --mode offline",
Expand Down
2 changes: 0 additions & 2 deletions spec-testnet.info

This file was deleted.

10 changes: 0 additions & 10 deletions supervisord-testnet.conf

This file was deleted.

66 changes: 0 additions & 66 deletions test/testnet/config.json

This file was deleted.

1 change: 0 additions & 1 deletion test/testnet/exempt_accounts.json

This file was deleted.

66 changes: 0 additions & 66 deletions test/testnet/gear.ros

This file was deleted.

Loading

0 comments on commit 6b99699

Please sign in to comment.