LibertyDSNP / eth-sdk-ts

TypeScript SDK for DSNP on Ethereum
Apache License 2.0
9 stars 1 forks source link

Bugs/zero x prefixing 178965517 #98

Closed rosalinekarr closed 3 years ago

rosalinekarr commented 3 years ago

Problem

Ethers requires a 0x prefix on all hexadecimal values, and our code is inconsistent in hexadecimal prefixes. #178965517

Solution

Update all hexadecimal values everywhere to start with a "0x"