We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f569e9f commit 6b50b7eCopy full SHA for 6b50b7e
watcher/src/index.ts
@@ -29,7 +29,7 @@ const supportedChains: Chain[] =
29
'Algorand',
30
'Fantom',
31
// 'Karura',
32
- 'Acala',
+ // 'Acala',
33
'Klaytn',
34
'Celo',
35
// 'Near',
@@ -42,7 +42,7 @@ const supportedChains: Chain[] =
42
// 'Optimism',
43
'Xpla',
44
// 'Base',
45
- 'Sei',
+ // 'Sei',
46
'Blast',
47
'Scroll',
48
'Wormchain',
@@ -52,14 +52,14 @@ const supportedChains: Chain[] =
52
'OptimismSepolia',
53
'Holesky',
54
'PolygonSepolia',
55
- 'Berachain',
+ // 'Berachain',
56
'Seievm',
57
'Snaxchain',
58
'Unichain',
59
'Worldchain',
60
'Monad',
61
'Ink',
62
- 'HyperEVM',
+ // 'HyperEVM',
63
]
64
: [
65
// This is the list of chains supported in MAINNET.
0 commit comments