Skip to content

Commit 508661d

Browse files
committed
feat: track ecosystem on enclave wallet
1 parent 9f1264e commit 508661d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/thirdweb/src/wallets/in-app/core/wallet/enclave-wallet.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export class EnclaveWallet implements IWebWallet {
131131
const client = this.client;
132132
const storage = this.localStorage;
133133
const address = this.address;
134+
const ecosystem = this.ecosystem;
134135

135136
const _signTransaction = async (tx: SendTransactionOption) => {
136137
const rpcRequest = getRpcClient({
@@ -198,9 +199,9 @@ export class EnclaveWallet implements IWebWallet {
198199
signedTx,
199200
);
200201

201-
// Non-blocking wait for receipt to track transaction
202202
trackTransaction({
203203
client,
204+
ecosystem,
204205
walletAddress: address,
205206
walletType: "inApp",
206207
transactionHash,

0 commit comments

Comments
 (0)