Skip to content

Commit

Permalink
hardhat foundry integration
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Dec 20, 2024
1 parent 9e47996 commit d36fa1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"format:check": "prettier --check 'src/**/*.*(sol|json)'",
"lint": "solhint 'src/**/*.sol'",
"lint:fix": "solhint --fix 'src/**/*.sol'",
"sepolia:deploy-strategy": "hardhat run --network sepolia hardhat-scripts/deploy-strategy.js",
"mainnet:deploy-strategy": "hardhat run --network mainnet hardhat-scripts/deploy-strategy.js"
"sepolia:deploy-strategy": "hardhat run --network sepolia hardhat-scripts/deploy-strategy.ts",
"mainnet:deploy-strategy": "hardhat run --network mainnet hardhat-scripts/deploy-strategy.ts"
},
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}

0 comments on commit d36fa1b

Please sign in to comment.