diff --git a/VERSION b/VERSION index d8a023e..f7325d0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.19 +0.1.19.post1 diff --git a/packages/eth_typeshed/src/eth_typeshed/uniswap_v3/constants.py b/packages/eth_typeshed/src/eth_typeshed/uniswap_v3/constants.py index 81fea6e..13e536a 100644 --- a/packages/eth_typeshed/src/eth_typeshed/uniswap_v3/constants.py +++ b/packages/eth_typeshed/src/eth_typeshed/uniswap_v3/constants.py @@ -5,8 +5,9 @@ class UniswapV3FactoryAddresses: class Ethereum: Uniswap = "0x1F98431c8aD98523631AE4a59f267346ea31F984" +class UniswapV3RouterAddress: class Base: - ROUTER = "0x2626664c2603336E57B271c5C0b26F421741e481" + Router = "0x2626664c2603336E57B271c5C0b26F421741e481" MAX_TICK = 887272