We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553c807 commit 7d762e4Copy full SHA for 7d762e4
1 file changed
src/components/connections/networks-helpers.js
@@ -62,6 +62,24 @@ const NETWORKS = [
62
color: '#8e71c7',
63
category: 'main',
64
},
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
76
77
78
+ name: 'Monad',
79
+ chainId: '0x8f',
80
+ color: '#836ef9',
81
82
83
84
// Test networks
85
{
0 commit comments