File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 88 "start:mainnet" : " env-cmd -f ./.env.mainnet ts-node --transpile-only --files -r dotenv-safe/config ./src/index.ts" ,
99 "start:xdai" : " env-cmd -f ./.env.xdai ts-node --transpile-only --files -r dotenv-safe/config ./src/index.ts" ,
1010 "start:rinkeby" : " env-cmd -f ./.env.rinkeby ts-node --transpile-only --files -r dotenv-safe/config ./src/index.ts" ,
11+ "start:goerli" : " env-cmd -f ./.env.goerli ts-node --transpile-only --files -r dotenv-safe/config ./src/index.ts" ,
1112 "start:kovan" : " env-cmd -f ./.env.kovan ts-node --transpile-only --files -r dotenv-safe/config ./src/index.ts" ,
1213 "start:arb_rinkeby" : " env-cmd -f ./.env.arb_rinkeby ts-node --transpile-only --files -r dotenv-safe/config ./src/index.ts" ,
1314 "lint:secrets" : " secretlint \" **/*\" " ,
You can’t perform that action at this time.
0 commit comments