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 01a37c0 commit 674e14eCopy full SHA for 674e14e
src/contexts/wallet/WalletProvider.tsx
@@ -71,6 +71,7 @@ function WalletProvider({
71
side: type,
72
chain,
73
wallet: wallet.getName().toLowerCase(),
74
+ address: wallet.getAddress(),
75
},
76
});
77
src/telemetry/types.ts
@@ -94,6 +94,7 @@ export interface ConnectWalletEvent {
94
side: TransferWallet;
95
chain: Chain;
96
wallet: string;
97
+ address: string | undefined;
98
};
99
}
100
0 commit comments