Skip to content

Commit

Permalink
contracts: migration: Add yarn scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bingen committed Apr 30, 2021
1 parent 9f93670 commit 4f5520d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"prepare:set-version": "node scripts/set-version.js",
"test": "hardhat test",
"coverage": "hardhat coverage",
"coveralls": "cat coverage/lcov.info | coveralls"
"coveralls": "cat coverage/lcov.info | coveralls",
"migrate:prepare": "rm -f migration/output/*",
"migrate:query": "node migration/migration.js",
"merkle:build": "ts-node migration/uniswap-merkle/scripts/generate-merkle-root.ts --input migration/output/migrationBalances.json --output migration/output/merkleTree.json",
"merkle:test": "GAS_PRICE=0 BLOCK_NUMBER=12317707 hardhat test migration/test/ClaimTest.js --config hardhat.config.mainnet-fork.js"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 4f5520d

Please sign in to comment.