Skip to content

Commit

Permalink
chore: goerli support
Browse files Browse the repository at this point in the history
  • Loading branch information
greenlucid committed Oct 3, 2022
1 parent f7ab3eb commit b271c4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"start:mainnet": "env-cmd -f ./.env.mainnet ts-node --transpile-only --files -r dotenv-safe/config ./src/index.ts",
"start:xdai": "env-cmd -f ./.env.xdai ts-node --transpile-only --files -r dotenv-safe/config ./src/index.ts",
"start:rinkeby": "env-cmd -f ./.env.rinkeby ts-node --transpile-only --files -r dotenv-safe/config ./src/index.ts",
"start:goerli": "env-cmd -f ./.env.goerli ts-node --transpile-only --files -r dotenv-safe/config ./src/index.ts",
"start:kovan": "env-cmd -f ./.env.kovan ts-node --transpile-only --files -r dotenv-safe/config ./src/index.ts",
"start:arb_rinkeby": "env-cmd -f ./.env.arb_rinkeby ts-node --transpile-only --files -r dotenv-safe/config ./src/index.ts",
"lint:secrets": "secretlint \"**/*\"",
Expand Down

0 comments on commit b271c4f

Please sign in to comment.