Skip to content

Commit dbc36db

Browse files
authored
ci: fix deploy link (#10)
* ci: fix deploy link * ci: fix deploy link
1 parent ce4e9f5 commit dbc36db

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@
7878
"test": "hardhat test",
7979
"test:sepolia": "hardhat test --network sepolia",
8080
"build:ts": "tsc --project tsconfig.json",
81-
"typechain": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain"
81+
"typechain": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain",
82+
"chain": "hardhat node --network hardhat --no-deploy",
83+
"deploy:localhost": "hardhat deploy --network localhost",
84+
"deploy:sepolia": "hardhat deploy --network sepolia",
85+
"verify:sepolia": "hardhat verify --network sepolia"
8286
},
8387
"overrides": {
8488
"ws@>=7.0.0 <7.5.10": ">=7.5.10",

0 commit comments

Comments
 (0)