mirror of
https://github.com/Instadapp/dsa-periphery-contract.git
synced 2024-07-29 22:27:13 +00:00
update foundry
This commit is contained in:
parent
e7f83499c1
commit
e38c287196
|
@ -2,5 +2,5 @@
|
||||||
src = 'contracts'
|
src = 'contracts'
|
||||||
out = 'out'
|
out = 'out'
|
||||||
libs = ['node_modules', 'lib']
|
libs = ['node_modules', 'lib']
|
||||||
test = 'test'
|
test = 'forge-test'
|
||||||
cache_path = 'cache_forge'
|
cache_path = 'cache_forge'
|
|
@ -7,7 +7,10 @@
|
||||||
"build": "npm run clean && npm run compile",
|
"build": "npm run clean && npm run compile",
|
||||||
"clean": "npx hardhat clean",
|
"clean": "npx hardhat clean",
|
||||||
"compile": "npx hardhat compile",
|
"compile": "npx hardhat compile",
|
||||||
"test": "npx hardhat test"
|
"test": "npx hardhat test",
|
||||||
|
"forge:install": "forge install",
|
||||||
|
"forge:build": "forge build --via-ir",
|
||||||
|
"forge:test": "forge test --via-ir"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -24,7 +27,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@connext/interfaces": "^2.0.5",
|
"@connext/interfaces": "^2.0.5",
|
||||||
"@openzeppelin/contracts": "^4.8.3"
|
"@openzeppelin/contracts": "^4.8.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nomicfoundation/hardhat-foundry": "^1.0.1",
|
"@nomicfoundation/hardhat-foundry": "^1.0.1",
|
||||||
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
|
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user