Skip to content

Commit

Permalink
leap had some chain issue on the build run so commented
Browse files Browse the repository at this point in the history
  • Loading branch information
SrijanCoinDCX committed Jul 23, 2024
1 parent 6c21934 commit 3c29e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/okto-cosmos-app/components/wallet.provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { chains, assets } from 'chain-registry';
// import { wallets as exodusWallets } from '@cosmos-kit/exodus';
// import { wallets as coin98Wallets } from '@cosmos-kit/coin98-extension';
import { wallets as oktoWallets } from '../../../wallets/okto-extension';
import { wallets as leapWallets } from "../../../wallets/leap-extension";
// import { wallets as leapWallets } from "../../../wallets/leap-extension";
// import { wallets as cosmostationWallets } from "@cosmos-kit/cosmostation";
// import { wallets as finWallets } from "@cosmos-kit/fin";

Expand All @@ -20,7 +20,7 @@ function CosmosApp({children}) {
wallets={[
// ...keplrWallets,
...oktoWallets,
...leapWallets,
// ...leapWallets,
// ...exodusWallets,
// ...coin98Wallets,
// ...cosmostationWallets,
Expand Down

0 comments on commit 3c29e11

Please sign in to comment.