Implement uniswap-v2 prototype

This commit is contained in:
kayibal
2023-11-01 00:19:13 +00:00
parent d76ecf263e
commit cbf380eaf8
8 changed files with 550 additions and 77 deletions

View File

@@ -3,4 +3,12 @@ src = "src"
out = "out"
libs = ["lib"]
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
[rpc_endpoints]
mainnet = "${ETH_RPC_URL}"
[fmt]
line_length = 80
[etherscan]
mainnet = { key = "${ETHERSCAN_MAINNET_KEY}" }