Skip to content

Commit 67af294

Browse files
committed
fix: add missing partner id for ecosystem wallet
1 parent 522968a commit 67af294

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/thirdweb/src/wallets/in-app/web/ecosystem.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export function ecosystemWallet(
7676
...createOptions?.auth,
7777
options: [], // controlled by ecosystem
7878
},
79+
partnerId: ecosystem.partnerId,
7980
},
8081
connectorFactory: async (client: ThirdwebClient) => {
8182
const { InAppWebConnector } = await import("./lib/web-connector.js");

0 commit comments

Comments
 (0)