Skip to content

Commit be0117d

Browse files
committed
updated block numbers and poolId
1 parent ee4cec0 commit be0117d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

constants/uniswap_v4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from utils.web3_utils import w3
55

66
UNISWAP_V4_USDE_POOL = Web3.to_bytes(
7-
hexstr="0xaae9da4a878406eb1de54efac30e239fd56d54fb8051e59f6fee529bc9609b3b"
7+
hexstr="0x63bb22f47c7ede6578a25c873e77eb782ec8e4c19778e36ce64d37877b5bd1e7"
88
)
99

1010
UNISWAP_V4_STATE_VIEW = Web3.to_checksum_address(

integrations/uniswap_v4.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
def get_all_users(
29-
start=21688329,
29+
start=23479850,
3030
end=None,
3131
) -> Dict[ChecksumAddress, Set[int]]:
3232
if end is None:
@@ -218,9 +218,9 @@ def get_participants_with_deposit_ids(
218218
print("=" * 60)
219219

220220
# The specific USDe pool was created at this block.
221-
v4_integration = UniswapV4Integration(IntID.UNISWAP_V4_POOL, 23485700)
221+
v4_integration = UniswapV4Integration(IntID.UNISWAP_V4_POOL, 23479850)
222222

223-
BLOCK = 23491700
223+
BLOCK = 23479855
224224
# BLOCK = 23393544
225225

226226
print(f"Block: {BLOCK:,}")

0 commit comments

Comments
 (0)