There was an error while loading. Please reload this page.
1 parent be0117d commit d1a4471Copy full SHA for d1a4471
1 file changed
integrations/uniswap_v4.py
@@ -26,7 +26,7 @@
26
27
28
def get_all_users(
29
- start=23479850,
+ start=21688329,
30
end=None,
31
) -> Dict[ChecksumAddress, Set[int]]:
32
if end is None:
@@ -218,7 +218,7 @@ def get_participants_with_deposit_ids(
218
print("=" * 60)
219
220
# The specific USDe pool was created at this block.
221
- v4_integration = UniswapV4Integration(IntID.UNISWAP_V4_POOL, 23479850)
+ v4_integration = UniswapV4Integration(IntID.UNISWAP_V4_POOL, 23479854)
222
223
BLOCK = 23479855
224
# BLOCK = 23393544
0 commit comments