Skip to content

Commit e8db269

Browse files
committed
Create merged foundry.toml
1 parent 64ce26c commit e8db269

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
[profile.default]
22
src = "src"
33
out = "out"
4-
libs = ["lib"]#
4+
libs = ["src/common/lib"]
55
solc = "0.8.22"
66

7-
remappings = [
8-
"openzeppelin/=lib/openzeppelin-contracts/",
9-
]
10-
117
extra_output = ['devdoc', 'userdoc', 'metadata', 'storageLayout']
128
bytecode_hash = 'none'
139
build_info = true
@@ -16,4 +12,4 @@ build_info_path = 'artifacts/build-info'
1612
[rpc_endpoints]
1713
hardhat = "${HARDHAT_RPC_URL}"
1814

19-
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
15+
# See more config options https://github.com/foundry-rs/foundry/tree/master/config

gnosh_orig/foundry.toml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)