Skip to content

Commit b948969

Browse files
authored
Merge pull request #14556 from ethereum/update-chains-1735316926
Update chains data
2 parents 89c68ec + 02b7389 commit b948969

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed

src/data/chains.ts

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,17 @@ const chains = [
494494
},
495495
chain: "ETH",
496496
},
497+
{
498+
name: "River",
499+
infoURL: "https://www.river.build",
500+
chainId: 550,
501+
nativeCurrency: {
502+
name: "Ether",
503+
symbol: "ETH",
504+
decimals: 18,
505+
},
506+
chain: "river",
507+
},
497508
{
498509
name: "Redstone",
499510
infoURL: "https://redstone.xyz",
@@ -505,6 +516,17 @@ const chains = [
505516
},
506517
chain: "ETH",
507518
},
519+
{
520+
name: "Rivalz",
521+
infoURL: "https://rivalz.hub.caldera.xyz",
522+
chainId: 753,
523+
nativeCurrency: {
524+
name: "Ether",
525+
symbol: "ETH",
526+
decimals: 18,
527+
},
528+
chain: "rivalz",
529+
},
508530
{
509531
name: "Patex",
510532
infoURL: "https://patex.io/",
@@ -912,6 +934,17 @@ const chains = [
912934
},
913935
chain: "Muster",
914936
},
937+
{
938+
name: "OEV Network",
939+
infoURL: "https://api3.org/oev/",
940+
chainId: 4913,
941+
nativeCurrency: {
942+
name: "Ether",
943+
symbol: "ETH",
944+
decimals: 18,
945+
},
946+
chain: "oev-network",
947+
},
915948
{
916949
name: "Mantle",
917950
infoURL: "https://mantle.xyz",
@@ -1088,6 +1121,17 @@ const chains = [
10881121
},
10891122
chain: "ETH",
10901123
},
1124+
{
1125+
name: "Huddle01",
1126+
infoURL: "https://huddle01.com/",
1127+
chainId: 12323,
1128+
nativeCurrency: {
1129+
name: "Ether",
1130+
symbol: "ETH",
1131+
decimals: 18,
1132+
},
1133+
chain: "huddle01",
1134+
},
10911135
{
10921136
name: "L3X Protocol",
10931137
infoURL: "https://l3x.com",
@@ -1121,6 +1165,17 @@ const chains = [
11211165
},
11221166
chain: "ETHW",
11231167
},
1168+
{
1169+
name: "Fluent Developer Preview",
1170+
infoURL: "https://fluent.xyz",
1171+
chainId: 20993,
1172+
nativeCurrency: {
1173+
name: "Ether",
1174+
symbol: "ETH",
1175+
decimals: 18,
1176+
},
1177+
chain: "Fluent",
1178+
},
11241179
{
11251180
name: "Lestnet",
11261181
infoURL: "https://lestnet.org",
@@ -1330,6 +1385,17 @@ const chains = [
13301385
},
13311386
chain: "Lambda Chain",
13321387
},
1388+
{
1389+
name: "Ink",
1390+
infoURL: "https://inkonchain.com",
1391+
chainId: 57073,
1392+
nativeCurrency: {
1393+
name: "Ether",
1394+
symbol: "ETH",
1395+
decimals: 18,
1396+
},
1397+
chain: "ETH",
1398+
},
13331399
{
13341400
name: "Linea",
13351401
infoURL: "https://linea.build",
@@ -1462,6 +1528,17 @@ const chains = [
14621528
},
14631529
chain: "ETH",
14641530
},
1531+
{
1532+
name: "Henez Chain Mainnet",
1533+
infoURL: "https://www.henez.fi/",
1534+
chainId: 91111,
1535+
nativeCurrency: {
1536+
name: "Ether",
1537+
symbol: "ETH",
1538+
decimals: 18,
1539+
},
1540+
chain: "henez",
1541+
},
14651542
{
14661543
name: "Plume Devnet",
14671544
infoURL: "https://www.plumenetwork.xyz/",
@@ -1639,6 +1716,17 @@ const chains = [
16391716
},
16401717
chain: "DUSTBOY",
16411718
},
1719+
{
1720+
name: "Zether Mainnet",
1721+
infoURL: "https://zether.org",
1722+
chainId: 715131,
1723+
nativeCurrency: {
1724+
name: "Zether",
1725+
symbol: "ZTH",
1726+
decimals: 18,
1727+
},
1728+
chain: "Zether",
1729+
},
16421730
{
16431731
name: "zkLink Nova Mainnet",
16441732
infoURL: "https://zklink.io",

0 commit comments

Comments
 (0)