Skip to content

Commit

Permalink
fix: yul remapping issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeoneth committed May 6, 2024
1 parent fea1074 commit 22d228b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ optimizer = true
optimizer_runs = 2000
via_ir = false
solc_version = '0.8.17'
remappings = ['@openzeppelin/contracts-upgradeable/=node_modules/@openzeppelin/contracts-upgradeable/', '@openzeppelin/contracts/=node_modules/@openzeppelin/contracts/', '@offchainlabs/upgrade-executor/=node_modules/@offchainlabs/upgrade-executor/']

[profile.yul]
src = 'yul'
out = 'out/yul'
libs = ['node_modules', 'lib']
cache_path = 'forge-cache/yul'
remappings = []
auto_detect_remappings = false

# See more config options https://github.com/foundry-rs/foundry/tree/master/config
3 changes: 0 additions & 3 deletions contracts/remappings.txt

This file was deleted.

0 comments on commit 22d228b

Please sign in to comment.