-
Notifications
You must be signed in to change notification settings - Fork 0
/
foundry.toml
30 lines (25 loc) · 1010 Bytes
/
foundry.toml
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"]
fs_permissions = [{ access = "read-write", path = "./"}]
cache_path = 'forge-cache'
remappings = [
'@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/',
'@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/',
'@superfluid-finance/=lib/protocol-monorepo/packages/',
'erc721a-upgradeable/=lib/ERC721A-Upgradeable/'
]
[rpc_endpoints]
optimism-goerli = "${OPTIMISM_GOERLI_RPC}"
base-goerli = "${BASE_GOERLI_RPC}"
base-sepolia = "${BASE_SEPOLIA_RPC}"
base = "${BASE_RPC}"
[etherscan]
optimism-goerli = { key = "${OPTIMISM_ETHERSCAN_API_KEY}", chain = 420 }
base-goerli = { key = "${ETHERSCAN_API_KEY}", chain = 84531, url = "https://api-goerli.basescan.org/api" }
base-sepolia = { key = "${BASE_ETHERSCAN_API_KEY}" }
base = { key = "${BASE_ETHERSCAN_API_KEY}", chain = 8453 }
[fuzz]
seed = "0x3130"
# See more config options https://github.com/foundry-rs/foundry/tree/master/config