Restructure repository file structure.
Adds an outer layer to hold docs, cairo contracts and other related files.
This commit is contained in:
14
evm/foundry.toml
Normal file
14
evm/foundry.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[profile.default]
|
||||
src = "src"
|
||||
out = "out"
|
||||
libs = ["lib"]
|
||||
|
||||
[rpc_endpoints]
|
||||
mainnet = "${ETH_RPC_URL}"
|
||||
|
||||
|
||||
[fmt]
|
||||
line_length = 80
|
||||
|
||||
[etherscan]
|
||||
mainnet = { key = "${ETHERSCAN_MAINNET_KEY}" }
|
||||
Reference in New Issue
Block a user