Skip to content

Commit 647c285

Browse files
authored
add abstract chain to supported networks (#6284)
1 parent 45ca033 commit 647c285

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/playground-web/src/components/styled-connect-button.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import { THIRDWEB_CLIENT } from "@/lib/client";
44
import { useTheme } from "next-themes";
55
import {
6+
abstract,
67
arbitrumSepolia,
78
baseSepolia,
89
optimismSepolia,
@@ -26,6 +27,7 @@ export function StyledConnectButton(
2627
optimismSepolia,
2728
polygonAmoy,
2829
arbitrumSepolia,
30+
abstract,
2931
]}
3032
wallets={WALLETS}
3133
supportedNFTs={{

0 commit comments

Comments
 (0)