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 9f1264e commit 508661dCopy full SHA for 508661d
packages/thirdweb/src/wallets/in-app/core/wallet/enclave-wallet.ts
@@ -131,6 +131,7 @@ export class EnclaveWallet implements IWebWallet {
131
const client = this.client;
132
const storage = this.localStorage;
133
const address = this.address;
134
+ const ecosystem = this.ecosystem;
135
136
const _signTransaction = async (tx: SendTransactionOption) => {
137
const rpcRequest = getRpcClient({
@@ -198,9 +199,9 @@ export class EnclaveWallet implements IWebWallet {
198
199
signedTx,
200
);
201
- // Non-blocking wait for receipt to track transaction
202
trackTransaction({
203
client,
204
+ ecosystem,
205
walletAddress: address,
206
walletType: "inApp",
207
transactionHash,
0 commit comments