File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44from utils .web3_utils import w3
55
66UNISWAP_V4_USDE_POOL = Web3 .to_bytes (
7- hexstr = "0xaae9da4a878406eb1de54efac30e239fd56d54fb8051e59f6fee529bc9609b3b "
7+ hexstr = "0x63bb22f47c7ede6578a25c873e77eb782ec8e4c19778e36ce64d37877b5bd1e7 "
88)
99
1010UNISWAP_V4_STATE_VIEW = Web3 .to_checksum_address (
Original file line number Diff line number Diff line change 2626
2727
2828def 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 :,} " )
You can’t perform that action at this time.
0 commit comments