We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be80318 commit cfb3c95Copy full SHA for cfb3c95
packages/thirdweb/src/utils/abi/encodeAbiParameters.ts
@@ -23,7 +23,7 @@ import {
23
* @throws {Error} - If the number of parameters and values do not match.
24
* @example
25
* ```ts
26
- * import { encodeAbiParameters } from "viem";
+ * import { encodeAbiParameters } from "thirdweb/utils";
27
*
28
* const params = [
29
* { name: "param1", type: "uint256" },
0 commit comments