Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martillansky committed Mar 12, 2024
1 parent a2419fe commit 5d62a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"play": "env-cmd cross-var hardhat run scripts/play.ts --network $NETWORK --show-stack-traces",
"test": "hardhat test",
"size": "hardhat size-contracts",
"verify-poh": "npx hardhat run scripts/verify/poh.ts --network",
"verify-ccpoh": "npx hardhat run scripts/verify/ccpoh.ts --network"
"verify-poh": "hardhat run scripts/verify/poh.ts --network",
"verify-ccpoh": "hardhat run scripts/verify/ccpoh.ts --network"
},
"devDependencies": {
"@types/chai": "^4.3.0",
Expand Down

0 comments on commit 5d62a1a

Please sign in to comment.