Skip to content

Commit c1cef04

Browse files
committed
feat: 🎸 add opBNB chain
1 parent a0654ad commit c1cef04

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

‎apps/tlink-web/app/wagmi.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {
44
base,
55
baseSepolia,
66
mainnet,
7+
opBNB,
78
optimism,
89
polygon,
910
sepolia,
@@ -12,6 +13,15 @@ import {
1213
export const config = getDefaultConfig({
1314
appName: 'Tlink',
1415
projectId: process.env.NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID!,
15-
chains: [mainnet, polygon, optimism, arbitrum, base, sepolia, baseSepolia],
16+
chains: [
17+
mainnet,
18+
polygon,
19+
optimism,
20+
arbitrum,
21+
base,
22+
sepolia,
23+
baseSepolia,
24+
opBNB,
25+
],
1626
ssr: true, // If your dApp uses server side rendering (SSR)
1727
})

0 commit comments

Comments
 (0)