Skip to content

Commit f1ca52f

Browse files
kronosapiensarea
authored andcommitted
Delete obselete commands
1 parent 679f431 commit f1ca52f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434
"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",
3535
"start:reputation:oracle": "./scripts/start-reputation-oracle.js",
3636
"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",
3937
"pretest:contracts": "pnpm run stop:blockchain:client",
4038
"pretest:contracts:extensions": "pnpm run stop:blockchain:client",
4139
"test:contracts": "pnpm run start:blockchain:client && npx hardhat test ./test/contracts-network/* ./test/packages/* --network development",

0 commit comments

Comments
 (0)