You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2023. It is now read-only.
Hello,
I am using the multicall contract on Mumbai with address: 0x08411ADd0b5AA8ee47563b146743C13b3556c9Cc
When calling the method aggregate the block number returned in the result sometimes is not the current block number and I have to make multiple more calls, so the result in the contract to be for the current block.
The current block is taken from the web3 provider.
How can I optimise it ?
Thank you.
The text was updated successfully, but these errors were encountered:
ochikov
changed the title
Polygon Testnet (Mumbai) block number lags behind current block number.
Polygon Testnet (Mumbai) block number lags behind provider current block number.
Aug 19, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I am using the multicall contract on Mumbai with address: 0x08411ADd0b5AA8ee47563b146743C13b3556c9Cc
When calling the method
aggregate
the block number returned in the result sometimes is not the current block number and I have to make multiple more calls, so the result in the contract to be for the current block.The current block is taken from the web3 provider.
How can I optimise it ?
Thank you.
The text was updated successfully, but these errors were encountered: