File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 34
34
"start:blockchain:client:both" : " CHAIN_ID=$CHAIN_ID_1 pnpm run start:blockchain:client & sleep 1 && CHAIN_ID=$CHAIN_ID_2 pnpm run start:blockchain:client:2" ,
35
35
"start:reputation:oracle" : " ./scripts/start-reputation-oracle.js" ,
36
36
"stop:blockchain:client" : " bash ./scripts/stop-blockchain-client.sh" ,
37
- "fork:goerli" : " ganache --fork https://goerli.infura.io/v3/e21146aa267845a2b7b4da025178196d --port 8605" ,
38
- "fork:mainnet" : " ganache --fork https://mainnet.infura.io/v3/e21146aa267845a2b7b4da025178196d --port 8601" ,
39
37
"pretest:contracts" : " pnpm run stop:blockchain:client" ,
40
38
"pretest:contracts:extensions" : " pnpm run stop:blockchain:client" ,
41
39
"test:contracts" : " pnpm run start:blockchain:client && npx hardhat test ./test/contracts-network/* ./test/packages/* --network development" ,
You can’t perform that action at this time.
0 commit comments