From c2602b6958dfb629a392d07c0c931ffcb3d99aed Mon Sep 17 00:00:00 2001 From: rick <157115594+deferlogic@users.noreply.github.com> Date: Mon, 27 Jan 2025 20:46:21 +0200 Subject: [PATCH 1/2] Update constants.py --- packages/eth_typeshed/src/eth_typeshed/uniswap_v3/constants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 From 890ea32ab8922a45d661093de72c90fd8a96e873 Mon Sep 17 00:00:00 2001 From: rick <157115594+deferlogic@users.noreply.github.com> Date: Mon, 27 Jan 2025 20:46:41 +0200 Subject: [PATCH 2/2] Update VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index d8a023e..f7325d0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.19 +0.1.19.post1