fix: oz contracts path after relayer dependency installation

This commit is contained in:
moebius
2025-05-15 17:16:19 +02:00
parent 6b38184fec
commit cfc2a2dbae
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ sort_imports = true
[profile.default]
solc_version = '0.8.28'
libs = ['../../node_modules', 'lib']
libs = ['../../node_modules', 'node_modules', 'lib']
optimizer_runs = 10_000
bytecode_hash = "none"
cbor_metadata = false

View File

@@ -1,8 +1,8 @@
forge-std/=../../node_modules/forge-std/src
halmos-cheatcodes=../../node_modules/halmos-cheatcodes
lean-imt/=../../node_modules/@zk-kit/lean-imt.sol
@oz/=../../node_modules/@openzeppelin/contracts
@oz-upgradeable/=../../node_modules/@openzeppelin/contracts-upgradeable
@oz/=node_modules/@openzeppelin/contracts
@oz-upgradeable/=node_modules/@openzeppelin/contracts-upgradeable
@upgrades/=../../node_modules/@openzeppelin/foundry-upgrades/src/
poseidon/=../../node_modules/poseidon-solidity