-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathfoundry.toml
28 lines (22 loc) · 1.06 KB
/
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
[profile.default]
src = "src"
out = "out"
libs = ["lib"]
solc = "0.8.26"
evm_version = "paris"
# Gives access to deploy script to read/write to filesystem
fs_permissions = [{ access = "read-write", path = "./"}]
[fmt]
line_length = 79
[rpc_endpoints]
ethereum-holesky-testnet = "https://api-eu1.tatum.io/v3/blockchain/node/ethereum-holesky/${TATUM_API_KEY}"
bnb-testnet = "https://api-eu1.tatum.io/v3/blockchain/node/BSC/${TATUM_API_KEY}"
avax-testnet = "https://api-eu1.tatum.io/v3/blockchain/node/AVAX/${TATUM_API_KEY}"
polygon-testnet = "https://api-eu1.tatum.io/v3/blockchain/node/MATIC/${TATUM_API_KEY}"
cronos-testnet = "https://api-eu1.tatum.io/v3/blockchain/node/CRO/${TATUM_API_KEY}"
sonic-testnet = "https://rpc.testnet.soniclabs.com/"
sonic-blaze-testnet = "https://rpc.blaze.soniclabs.com"
celo-testnet = "https://alfajores-forno.celo-testnet.org"
local-8545 = "http://127.0.0.1:8545"
local-8546 = "http://127.0.0.1:8546"
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options