Skip to content

Commit 6b50b7e

Browse files
committed
watcher: remove chains we don't watch
1 parent f569e9f commit 6b50b7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

watcher/src/index.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const supportedChains: Chain[] =
2929
'Algorand',
3030
'Fantom',
3131
// 'Karura',
32-
'Acala',
32+
// 'Acala',
3333
'Klaytn',
3434
'Celo',
3535
// 'Near',
@@ -42,7 +42,7 @@ const supportedChains: Chain[] =
4242
// 'Optimism',
4343
'Xpla',
4444
// 'Base',
45-
'Sei',
45+
// 'Sei',
4646
'Blast',
4747
'Scroll',
4848
'Wormchain',
@@ -52,14 +52,14 @@ const supportedChains: Chain[] =
5252
'OptimismSepolia',
5353
'Holesky',
5454
'PolygonSepolia',
55-
'Berachain',
55+
// 'Berachain',
5656
'Seievm',
5757
'Snaxchain',
5858
'Unichain',
5959
'Worldchain',
6060
'Monad',
6161
'Ink',
62-
'HyperEVM',
62+
// 'HyperEVM',
6363
]
6464
: [
6565
// This is the list of chains supported in MAINNET.

0 commit comments

Comments
 (0)