forked from rango-exchange/rango-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglobal-wallets-env.d.ts
More file actions
40 lines (39 loc) · 1008 Bytes
/
Copy pathglobal-wallets-env.d.ts
File metadata and controls
40 lines (39 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
export {};
declare global {
interface Window {
// Some dependencies can override global environments, so maybe we needed to make some changes to make them compatible.
// This should be optional to `provider-solfare` can be compiled. see: `@solflare-wallet/metamask-sdk/lib/cjs/types.d.ts(74,18)`
ethereum?: any;
braveEthereum?: any;
braveSolana?: any;
BinanceChain?: any;
cosmostation?: any;
binancew3w?: any;
exodus?: any;
solana?: any;
phantom?: any;
xfi?: any;
coinbaseWalletExtension?: any;
coinbaseSolana?: any;
coin98?: any;
keplr?: any;
isSafePal?: any;
safePal?: any;
safepalProvider?: any;
trustwallet?: any;
okxwallet?: any;
starknet_argentX?: any;
starknet_braavos?: any;
tronLink?: any;
tokenpocket?: any;
leap?: any;
enkrypt?: any;
tally?: any;
bitkeep?: any;
offlineSigner?: any;
tomo_evm?: any;
solflare?: any;
unisat?: any;
XverseProviders?: any;
}
}