Skip to content

Commit

Permalink
chore: enable literal content
Browse files Browse the repository at this point in the history
  • Loading branch information
nxqbao authored and TuDo1403 committed Apr 9, 2024
1 parent 1fc52ad commit dde7aa5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ optimizer = true
optimizer_runs = 200
ffi = true

libs = [
'lib',
'node_modules/hardhat',
]
libs = ['lib', 'node_modules/hardhat']

# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options

Expand All @@ -17,6 +14,7 @@ extra_output = ["devdoc", "userdoc", "storagelayout"]
fs_permissions = [{ access = "read-write", path = "./" }]
evm_version = 'istanbul'
verbosity = 4
use_literal_content = true

[profile.ronin]
evm_version = 'istanbul'
Expand Down

0 comments on commit dde7aa5

Please sign in to comment.