Restructure repository file structure.

Adds an outer layer to hold docs, cairo contracts
and other related files.
This commit is contained in:
kayibal
2023-11-01 00:47:15 +00:00
parent cbf380eaf8
commit 82c815fdf2
16 changed files with 45 additions and 2 deletions

14
evm/foundry.toml Normal file
View 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}" }