Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/sparrowDom/nativeStaking' into s…
Browse files Browse the repository at this point in the history
…parrowDom/holeskyDeploy
  • Loading branch information
sparrowDom committed Apr 27, 2024
2 parents 187b182 + 00ec878 commit ccca1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prettier:check": "prettier -c \"*.js\" \"deploy/**/*.js\" \"scripts/**/*.js\" \"smoke/**/*.js\" \"scripts/**/*.js\" \"tasks/**/*.js\" \"test/**/*.js\" \"utils/**/*.js\"",
"prettier:js": "prettier --write \"*.js\" \"deploy/**/*.js\" \"scripts/**/*.js\" \"smoke/**/*.js\" \"scripts/**/*.js\" \"tasks/**/*.js\" \"test/**/*.js\" \"utils/**/*.js\"",
"prettier:sol": "prettier --write \"contracts/**/*.sol\"",
"test": "IS_TEST=true npx hardhat test",
"test": "rm -rf deployments/hardhat && IS_TEST=true npx hardhat test",
"test:fork": "./fork-test.sh",
"test:arb-fork": "FORK_NETWORK_NAME=arbitrumOne ./fork-test.sh",
"test:hol-fork": "FORK_NETWORK_NAME=holesky ./fork-test.sh",
Expand Down

0 comments on commit ccca1ad

Please sign in to comment.