Replies: 1 comment
-
I'm also seeing this issue, we're on 5.6.4. {
blockHash: '0xa7fd801c75cf0c4a0935228305e1a2dd4bb261e7d16e973063e57b707983c164',
blockNumber: '0x2657960',
from: '0x0000000000000000000000000000000000000000',
gas: '0x0',
gasPrice: '0x0',
hash: '0x42889bfdcd4d73c956ad9ab6e89e77b6b0a32ce9dacb1cdc168f9364715fb2c4',
input: '0x',
nonce: '0x0',
to: '0x0000000000000000000000000000000000000000',
transactionIndex: '0xb',
value: '0x0',
type: '0x0',
chainId: '0x7fffffffffffffee',
v: '0x0',
r: '0x0',
s: '0x0',
confirmations: 181190,
gasLimit: '0x0',
data: '0x'
} |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi, everybody!
Sorry, if this problem was already discussed, facing such a problem for the first time. Anyway...
Please check a very strange transaction:
https://mumbai.polygonscan.com/tx/0x50bdfdc511f994ead3295abbe872543adcc892e2478ec74a4243ff592fa90c21
The problem is that if you will try to parse this transaction with ethers 5.7 (just call provider.getTransaction method) you will fail with the error:
My RPC provider for mumbai testnet is quiknode.
Is it possible to avoid this error?
Beta Was this translation helpful? Give feedback.
All reactions