Replies: 1 comment
-
In v6, you want to use In v5, you shouldn’t be using |
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.
-
Ethers Version
6.3.0
Search Terms
No response
Describe the Problem
input: 0x01b55c1c
output: 0x01b55c1c
i want: 0x1b55c1c
in 5.7.2 it works properly
console.log(utils.hexStripZeros(utils.hexlify(28662812)))
output: 0x1b55c1c
I think I'll stay on version 5 for now. a lot of bugs in 6 still
Code Snippet
Contract ABI
No response
Errors
No response
Environment
No response
Environment (Other)
No response
Beta Was this translation helpful? Give feedback.
All reactions