We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1712ec commit 3ebcf49Copy full SHA for 3ebcf49
package.json
@@ -15,7 +15,7 @@
15
"lint": "solhint \"contracts/**/*.sol\"",
16
"compile": "forge build --force",
17
"test-foundry-local": "DEPLOYED=false forge test --no-match-path 'test/forkMainnet/*.t.sol'",
18
- "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'"
19
},
20
"devDependencies": {
21
"@types/node": "^18.11.18",
0 commit comments