Skip to content

Commit

Permalink
only RFQv2upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesjhongc committed Aug 21, 2023
1 parent c1712ec commit 3ebcf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint": "solhint \"contracts/**/*.sol\"",
"compile": "forge build --force",
"test-foundry-local": "DEPLOYED=false forge test --no-match-path 'test/forkMainnet/*.t.sol'",
"test-foundry-fork": "DEPLOYED=true forge test --fork-url $MAINNET_NODE_RPC_URL --fork-block-number 17861471 --match-path 'test/forkMainnet/*.t.sol'"
"test-foundry-fork": "DEPLOYED=true forge test --fork-url $MAINNET_NODE_RPC_URL --fork-block-number 17861471 --match-path 'test/forkMainnet/RFQv2UpgradeTest.t.sol'"
},
"devDependencies": {
"@types/node": "^18.11.18",
Expand Down

0 comments on commit 3ebcf49

Please sign in to comment.