-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathfoundry.toml
More file actions
34 lines (30 loc) · 946 Bytes
/
foundry.toml
File metadata and controls
34 lines (30 loc) · 946 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
25
26
27
28
29
30
31
32
33
34
[profile.default]
src = "src"
out = "out"
libs = ["lib"]
auto_detect_solc = true
solc_version = "0.8.23"
evm_version = "cancun"
remappings = [
"forge-std/=lib/forge-std/src/",
"morpho-blue/=lib/morpho-blue/src/",
"openzeppelin-contracts/=lib/openzeppelin-contracts/",
"solady/=lib/solady/src/",
"smart-wallet/=lib/smart-wallet/src/",
"account-abstraction/=lib/account-abstraction/contracts/",
"webauthn-sol/=lib/webauthn-sol/src/",
"magicspend/=lib/magicspend/src/",
]
[rpc_endpoints]
base_sepolia = "https://sepolia.base.org"
[etherscan]
base_sepolia = { key = "${ETHERSCAN_API_KEY}", url = "https://api.etherscan.io/v2/api?chainid=84532" }
[lint]
exclude_lints = [
"asm-keccak256",
"mixed-case-function",
"pascal-case-struct",
"unsafe-typecast",
"erc20-unchecked-transfer",
]
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options