Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi still unable to resolve this if anyone has any ideas thanks! |
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
-
I'm trying to use
useContractRead
with this functionquoteLayerZeroFee(uint16 chainId, bytes memory payload, IStargateRouter.lzTxObj memory lzParams)
but it's giving me this error for all three inputs, which makes me think that it's trying to convert each argument to a BigNumber:Error: invalid BigNumber value (argument="value", value=undefined, code=INVALID_ARGUMENT, version=bignumber/5.6.2)
I'm using
encode
from ethers to get the bytes and an array to create the struct.Beta Was this translation helpful? Give feedback.
All reactions