Replies: 2 comments 1 reply
-
On this line const { cumulativeGasUsed, effectiveGasPrice } = withdrawReceipt you are pulling out cumulativeGasUsed and effectiveGasPrice from withdrawReceipt. But there is no cumulativeGasUsed in your withdrawReceipt. Replace this line with this line const { gasUsed, effectiveGasPrice } = withdrawReceipt I'm pretty sure this will work |
Beta Was this translation helpful? Give feedback.
1 reply
-
@dme1emd Please leave your repository link, I have to see the code. |
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
-
hello , i'm getting this error
from this code
Beta Was this translation helpful? Give feedback.
All reactions