-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfoundry.toml
More file actions
24 lines (19 loc) · 858 Bytes
/
foundry.toml
File metadata and controls
24 lines (19 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[profile.default]
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
solc = "0.8.25"
optimizer = true
optimizer_runs = 100000
evm_version = "cancun"
remappings = [
"openzeppelin-contracts/=lib/openzeppelin-contracts/",
"openzeppelin-contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/",
"rain.factory/=lib/rain.factory/src/",
"rain.intorastring/=lib/rain.interpreter/lib/rain.intorastring/src/",
"rain.flare/=lib/rain.flare/src/",
"chainlink/=lib/rain.chainlink/lib/chainlink/contracts/src/",
"rain.math.fixedpoint/=lib/rain.math.fixedpoint/src/",
"rain.extrospection/=lib/rain.factory/lib/rain.extrospection/src/",
"rain.math.float/=lib/rain.flare/lib/rain.interpreter/lib/rain.interpreter.interface/lib/rain.math.float/src/",
]
bytecode_hash = "none"
cbor_metadata = false