Skip to content

Commit

Permalink
Fix compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Dec 18, 2024
1 parent ede0df6 commit 23fd5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokenOperations/codec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function bigIntToBuffer(value: BigNumber.Value): Buffer {
return contractsCodecUtils.bigIntToBuffer(value);
}

export { addressToHex, bigIntToHex, utf8ToHex } from "../utils.codec";
export { bigIntToHex, utf8ToHex } from "../utils.codec";

export function bufferToHex(value: Buffer) {
const hex = value.toString("hex");
Expand Down

0 comments on commit 23fd5cf

Please sign in to comment.