Files
tycho-protocol-sdk/evm/foundry.toml
kayibal 82c815fdf2 Restructure repository file structure.
Adds an outer layer to hold docs, cairo contracts
and other related files.
2023-11-01 01:09:17 +00:00

15 lines
186 B
TOML

[profile.default]
src = "src"
out = "out"
libs = ["lib"]
[rpc_endpoints]
mainnet = "${ETH_RPC_URL}"
[fmt]
line_length = 80
[etherscan]
mainnet = { key = "${ETHERSCAN_MAINNET_KEY}" }