Skip to content

Commit

Permalink
feat(extractIPFS): update cbor-x import to use decode module
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls committed Feb 7, 2024
1 parent eb8ffdf commit 511d056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/thirdweb/src/utils/bytecode/extractIPFS.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { hexToBytes } from "@noble/hashes/utils";
import { decode } from "cbor-x";
import { decode } from "cbor-x/decode";
import { encode } from "bs58";

/**
Expand Down

0 comments on commit 511d056

Please sign in to comment.