Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit 9ddb405

Browse files
committed
Add chain command
1 parent 7922742 commit 9ddb405

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"generate-typings": "abi-gen --abis './build/contracts/*.json' --out './types/generated' --template './types/contract_templates/contract.mustache' --partials './types/contract_templates/partials/*.mustache'",
2727
"lint-ts": "tslint --fix test/*.ts",
2828
"lint-sol": "solhint contracts/*.sol",
29-
"lint": "yarn run lint-sol && yarn run lint-ts"
29+
"lint": "yarn run lint-sol && yarn run lint-ts",
30+
"chain": "ganache-cli --networkId 70 --accounts 20"
3031
},
3132
"repository": "[email protected]:SetProtocol/set-protocol-contracts.git",
3233
"author": "Felix Feng <[email protected]>",

0 commit comments

Comments
 (0)