Lower weth address

This commit is contained in:
Luke Van Seters 2021-09-20 13:28:16 -04:00
parent 747dc5dfe1
commit 18e45ee437

View File

@ -2,7 +2,7 @@ from typing import List, Optional
from mev_inspect.schemas import Block, Trace, TraceType
weth_address = "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
weth_address = "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
cache_directory = "./cache"