14 lines
396 B
TOML
14 lines
396 B
TOML
[profile.default]
|
|
src = "src"
|
|
out = "out"
|
|
libs = ["lib"]
|
|
remappings = ['@chainlink/contracts/=lib/chainlink-brownie-contracts/contracts/', '@solmate=lib/solmate/src/']
|
|
|
|
[etherscan]
|
|
mainnet = { key = "${ETHERSCAN_API_KEY}" }
|
|
sepolia = {key = "${ETHERSCAN_API_KEY}"}
|
|
|
|
[rpc_endpoints]
|
|
sepolia = "${SEPOLIA_RPC_URL}"
|
|
|
|
# See more config options https://github.com/foundry-rs/foundry/tree/master/config |