Migration from Ethers V5 to V6 #4639
SajjadReactDeveloper
started this conversation in
General
Replies: 1 comment
-
Let me know if you still have any issues. :) |
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
-
Hi, i have some code written in ethers v5 and i want to convert it to v6. How can i do that
const currentAllowance = BigNumber.from(
await approvalTokenContract.allowance(
user?.publicWalletAddress,
paymentContractAddress
)
)
const maxApproval = BigNumber.from(2).pow(256).sub(1)
Beta Was this translation helpful? Give feedback.
All reactions