@@ -8,31 +8,15 @@ import "@interchain-ui/react/styles";
8
8
import { Chain } from "@chain-registry/types" ;
9
9
import { Decimal } from "@cosmjs/math" ;
10
10
import { GasPrice } from "@cosmjs/stargate" ;
11
- import { wallets as cdcwalletWallets } from "@cosmos-kit/cdcwallet" ;
12
11
import { wallets as coin98Wallets } from "@cosmos-kit/coin98" ;
13
12
import { ChainName } from "@cosmos-kit/core" ;
14
13
import { MainWalletBase } from "@cosmos-kit/core" ;
15
- import { wallets as cosmostationWallets } from "@cosmos-kit/cosmostation" ;
16
- import { wallets as exodusWallets } from "@cosmos-kit/exodus" ;
17
- import { wallets as finWallets } from "@cosmos-kit/fin" ;
18
- import { wallets as frontierWallets } from "@cosmos-kit/frontier" ;
19
- import { wallets as galaxyStationWallets } from "@cosmos-kit/galaxy-station" ;
20
14
import { wallets as keplrWallets } from "@cosmos-kit/keplr" ;
21
15
import { wallets as leapWallets } from "@cosmos-kit/leap" ;
22
- import { wallets as snapWallet } from "@cosmos-kit/leap-metamask-cosmos-snap" ;
23
- import { wallets as ledgerWallets } from "@cosmos-kit/ledger" ;
24
- import { wallets as ninjiWallets } from "@cosmos-kit/ninji" ;
25
- import { wallets as omniWallets } from "@cosmos-kit/omni" ;
26
16
import { wallets as owalletWallets } from "@cosmos-kit/owallet" ;
27
17
// Show how to custom modal views
28
18
import { ChainProvider , defaultModalViews } from "@cosmos-kit/react" ;
29
- // import { ChainProvider } from "@cosmos-kit/react";
30
- import { wallets as shellWallets } from "@cosmos-kit/shell" ;
31
19
import { wallets as stationWallets } from "@cosmos-kit/station" ;
32
- import { wallets as tailwindWallet } from "@cosmos-kit/tailwind" ;
33
- import { wallets as trustWallets } from "@cosmos-kit/trust" ;
34
- import { wallets as vectisWallets } from "@cosmos-kit/vectis" ;
35
- // import { makeWeb3AuthWallets } from "@cosmos-kit/web3auth";
36
20
import { wallets as ctrlWallets } from "@cosmos-kit/ctrl" ;
37
21
import { useTheme } from "@interchain-ui/react" ;
38
22
import { assets , chains } from "chain-registry" ;
@@ -108,7 +92,6 @@ function MyApp({ Component, pageProps }: AppProps) {
108
92
// ...web3AuthWallets,
109
93
// ...trustWallets,
110
94
...stationWallets ,
111
- ...galaxyStationWallets ,
112
95
// ...tailwindWallet,
113
96
// ...cosmostationWallets,
114
97
// ...omniWallets,
@@ -175,17 +158,17 @@ function MyApp({ Component, pageProps }: AppProps) {
175
158
// },
176
159
} ,
177
160
} }
178
- // // ==== Custom base modal customization
179
- // // modalTheme={{
180
- // // modalContentClassName: "my-custom-modal-content",
181
- // }}
182
- // // ==== Custom components
183
- // // modalViews={{
184
- // // ...defaultModalViews,
185
- // // Connected: CustomConnectedView,
186
- // // }}
187
- // walletModal={CustomModal}
188
- // modalOptions={{ mobile: { displayQRCodeEveryTime: true } }}
161
+ // // ==== Custom base modal customization
162
+ // // modalTheme={{
163
+ // // modalContentClassName: "my-custom-modal-content",
164
+ // }}
165
+ // // ==== Custom components
166
+ // // modalViews={{
167
+ // // ...defaultModalViews,
168
+ // // Connected: CustomConnectedView,
169
+ // // }}
170
+ // walletModal={CustomModal}
171
+ // modalOptions={{ mobile: { displayQRCodeEveryTime: true } }}
189
172
>
190
173
< Component { ...pageProps } />
191
174
</ ChainProvider >
0 commit comments