Skip to content

Commit

Permalink
Merge pull request #182 from OffchainLabs/fix-ci
Browse files Browse the repository at this point in the history
fix: yul remapping issue
  • Loading branch information
gzeoneth committed May 6, 2024
2 parents 89f7655 + b9e21f0 commit a00d2fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 7 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,20 @@ optimizer = true
optimizer_runs = 100
via_ir = false
solc_version = '0.8.9'
remappings = ['ds-test/=lib/forge-std/lib/ds-test/src/',
'forge-std/=lib/forge-std/src/',
'@openzeppelin/contracts/=node_modules/@openzeppelin/contracts/',
'@openzeppelin/contracts-upgradeable/=node_modules/@openzeppelin/contracts-upgradeable/']

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

[fmt]
number_underscore = 'thousands'
line_length = 100
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
5 changes: 0 additions & 5 deletions remappings.txt

This file was deleted.

0 comments on commit a00d2fa

Please sign in to comment.