Skip to content

Commit 2d2e6cb

Browse files
test: Update ERC1967 proxy constructor data parameter (#4563)
1 parent 03c2190 commit 2d2e6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/utils/bytecode/resolveImplementation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ describe("Resolve implementation", async () => {
5757
abi: ERC1967_PROXY_CONSTRUCTOR_ABI as Abi,
5858
constructorParams: {
5959
logic: implementationAddress,
60-
data: "",
60+
data: "0x",
6161
},
6262
});
6363

0 commit comments

Comments
 (0)