Skip to content

Commit

Permalink
Merge pull request #455 from axelarnetwork/chore/bring-back-wallet-co…
Browse files Browse the repository at this point in the history
…nnect

feat: add back wallet connect
  • Loading branch information
canhtrinh authored Dec 19, 2023
2 parents 0507c66 + bcd877c commit eda77a6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/wagmi.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
} from "wagmi";
import { CoinbaseWalletConnector } from "wagmi/connectors/coinbaseWallet";
import { MetaMaskConnector } from "wagmi/connectors/metaMask";
// import { WalletConnectConnector } from "wagmi/connectors/walletConnect";
import { WalletConnectConnector } from "wagmi/connectors/walletConnect";
import { jsonRpcProvider } from "wagmi/providers/jsonRpc";
import { publicProvider } from "wagmi/providers/public";

Expand Down Expand Up @@ -46,13 +46,13 @@ export const wagmiConfig = createConfig({
darkMode: true,
},
}),
// new WalletConnectConnector({
// chains,
// options: {
// showQrModal: true,
// projectId: String(process.env.NEXT_PUBLIC_WALLETCONNNECT_PROJECT_ID),
// },
// }),
new WalletConnectConnector({
chains,
options: {
showQrModal: true,
projectId: String(process.env.NEXT_PUBLIC_WALLETCONNNECT_PROJECT_ID),
},
}),
],
publicClient,
});
Expand Down

1 comment on commit eda77a6

@vercel
Copy link

@vercel vercel bot commented on eda77a6 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.