Skip to content

Commit

Permalink
change base to arbitrum in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cmontecoding committed Oct 3, 2024
1 parent 0a77032 commit fdf008c
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 @@ -5,7 +5,7 @@
"homepage": "https://github.com/Kwenta/smart-margin-v3#readme",
"scripts": {
"compile": "forge build",
"test": "forge test --fork-url $(grep BASE_RPC_URL .env | cut -d '=' -f2) --etherscan-api-key $(grep BASESCAN_API_KEY .env | cut -d '=' -f2) --gas-report -vvv",
"test": "forge test --fork-url $(grep ARBITRUM_RPC_URL .env | cut -d '=' -f2) --etherscan-api-key $(grep ARBISCAN_API_KEY .env | cut -d '=' -f2) --gas-report -vvv",
"test:hh": "npx hardhat test",
"format": "forge fmt",
"coverage": "forge coverage --fork-url $(grep BASE_RPC_URL .env | cut -d '=' -f2)",
Expand Down

0 comments on commit fdf008c

Please sign in to comment.