-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoundry.toml
More file actions
29 lines (21 loc) · 848 Bytes
/
foundry.toml
File metadata and controls
29 lines (21 loc) · 848 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
[profile.default]
src = "src"
out = "out"
libs = ["lib"]
rpc_url = "https://mainnet.infura.io/v3/YOUR_INFURA_PROJECT_ID"
[profile.dotenv]
path = ".env"
[rpc_endpoints]
mainnet = "https://mainnet.infura.io/v3/YOUR_INFURA_PROJECT_ID"
sepolia = "https://ethereum-sepolia-rpc.publicnode.com"
sepolia_optimism = "https://sepolia.optimism.io"
base_sepolia = "https://sepolia.base.org"
base_mainnet = "https://mainnet.base.org"
bsc_mainnet = "https://binance.llamarpc.com"
bsc_testnet = "https://bsc-testnet.publicnode.com"
[profile.dependencies]
OpenZeppelin = { git = "https://github.com/OpenZeppelin/openzeppelin-contracts.git", tag = "v5.0.2" }
remappings = [
"@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/"
]
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options