Skip to content

Commit 7d762e4

Browse files
authored
hyperevm megaeth monad (#426)
1 parent 553c807 commit 7d762e4

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/components/connections/networks-helpers.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,24 @@ const NETWORKS = [
6262
color: '#8e71c7',
6363
category: 'main',
6464
},
65+
{
66+
name: 'HyperEVM',
67+
chainId: '0x3e7',
68+
color: '#50e3a4',
69+
category: 'main',
70+
},
71+
{
72+
name: 'MegaETH',
73+
chainId: '0x10e6',
74+
color: '#f43f5e',
75+
category: 'main',
76+
},
77+
{
78+
name: 'Monad',
79+
chainId: '0x8f',
80+
color: '#836ef9',
81+
category: 'main',
82+
},
6583

6684
// Test networks
6785
{

0 commit comments

Comments
 (0)