Different V3 pool reserve values on my local node vs. public node #15646
Unanswered
Pasterfild
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I’m running a local Erigon node and querying the V3 pool reserves at address 0xf369277650aD6654f25412ea8BFBD5942733BaBC. The sqrtPriceX96, tick and resulting price I see don’t match the values returned by the public Erigon endpoint. What could be causing these discrepancies?
Thanks in advance!
V3 POOL RESERVES TESTING
Address: 0xf369277650aD6654f25412ea8BFBD5942733BaBC
Token0: 0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359
Token1: 0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063
📊 MAIN NODE:
Block: 72,953,042
sqrtPriceX96: 79,224,320,288,451,567,034,901,010,585,671,618
Tick: 276323
Liquidity: 1,027,402,596,641,052,403,293
Price: 999,903,010,936.3863525391
📈 HISTORICAL NODE:
Block: 72,953,042
sqrtPriceX96: 79,224,321,601,462,653,901,980,881,846,708,227
Tick: 276323
Liquidity: 1,027,402,596,641,052,403,293
Price: 999,903,044,079.8391113281
🔄 COMPARISON:
Block Difference: 0
Liquidity:
Change: +0
Change %: +0.0000%
Tick:
Change: +0
Price (token1/token0):
Before: 999,903,044,079.8391113281
After: 999,903,010,936.3863525391
Change: –33,143.4527587891
Change %: –0.0000%
my erigon settings
Beta Was this translation helpful? Give feedback.
All reactions