File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
apps/wallet-ui/src/components Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 11"use client" ;
22import { client } from "@/lib/client" ;
33import { useTheme } from "next-themes" ;
4- import {
5- arbitrum ,
6- base ,
7- blast ,
8- defineChain ,
9- mainnet ,
10- optimism ,
11- zkSync ,
12- } from "thirdweb/chains" ;
134import { ConnectButton as ThirdwebConnectButton } from "thirdweb/react" ;
145import { ecosystemWallet } from "thirdweb/wallets" ;
156
@@ -20,15 +11,6 @@ export default function ConnectButton({
2011
2112 return (
2213 < ThirdwebConnectButton
23- chains = { [
24- mainnet ,
25- base ,
26- optimism ,
27- arbitrum ,
28- blast ,
29- zkSync ,
30- defineChain ( 61166 ) , // Treasure mainnet
31- ] }
3214 wallets = { [ ecosystemWallet ( ecosystem ) ] }
3315 client = { client }
3416 theme = { theme === "light" ? "light" : "dark" }
You can’t perform that action at this time.
0 commit comments