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 871ad99 commit 58bc4a9Copy full SHA for 58bc4a9
apps/wallet-ui/src/components/ConnectButton.tsx
@@ -1,15 +1,6 @@
1
"use client";
2
import { client } from "@/lib/client";
3
import { useTheme } from "next-themes";
4
-import {
5
- arbitrum,
6
- base,
7
- blast,
8
- defineChain,
9
- mainnet,
10
- optimism,
11
- zkSync,
12
-} from "thirdweb/chains";
13
import { ConnectButton as ThirdwebConnectButton } from "thirdweb/react";
14
import { ecosystemWallet } from "thirdweb/wallets";
15
@@ -20,15 +11,6 @@ export default function ConnectButton({
20
21
return (
22
<ThirdwebConnectButton
23
- chains={[
24
25
26
27
28
29
30
- defineChain(61166), // Treasure mainnet
31
- ]}
32
wallets={[ecosystemWallet(ecosystem)]}
33
client={client}
34
16
theme={theme === "light" ? "light" : "dark"}
0 commit comments