Skip to content

Commit 4cff7ef

Browse files
authored
Merge pull request #15104 from ethereum/update-chains-1741969755
Update chains data
2 parents 1531b86 + ea528e6 commit 4cff7ef

File tree

1 file changed

+56
-1
lines changed

1 file changed

+56
-1
lines changed

src/data/chains.ts

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,6 +1011,17 @@ const chains = [
10111011
},
10121012
chain: "Ham",
10131013
},
1014+
{
1015+
name: "Seismic devnet",
1016+
infoURL: "https://seismic.systems",
1017+
chainId: 5124,
1018+
nativeCurrency: {
1019+
name: "Seismic Ether",
1020+
symbol: "ETH",
1021+
decimals: 18,
1022+
},
1023+
chain: "Seismic",
1024+
},
10141025
{
10151026
name: "Superseed",
10161027
infoURL: "https://www.superseed.xyz",
@@ -1055,6 +1066,17 @@ const chains = [
10551066
},
10561067
chain: "ETH",
10571068
},
1069+
{
1070+
name: "Rarimo",
1071+
infoURL: "https://rarimo.com",
1072+
chainId: 7368,
1073+
nativeCurrency: {
1074+
name: "Rarimo Ether",
1075+
symbol: "ETH",
1076+
decimals: 18,
1077+
},
1078+
chain: "ETH",
1079+
},
10581080
{
10591081
name: "Cyber Mainnet",
10601082
infoURL: "https://cyber.co/",
@@ -1363,6 +1385,17 @@ const chains = [
13631385
},
13641386
chain: "ATH",
13651387
},
1388+
{
1389+
name: "Hemi",
1390+
infoURL: "https://hemi.xyz",
1391+
chainId: 43111,
1392+
nativeCurrency: {
1393+
name: "Ether",
1394+
symbol: "ETH",
1395+
decimals: 18,
1396+
},
1397+
chain: "ETH",
1398+
},
13661399
{
13671400
name: "Blessnet",
13681401
infoURL: "https://blessnet.io",
@@ -1605,6 +1638,17 @@ const chains = [
16051638
},
16061639
chain: "henez",
16071640
},
1641+
{
1642+
name: "XCHAIN",
1643+
infoURL: "https://kuma.bid",
1644+
chainId: 94524,
1645+
nativeCurrency: {
1646+
name: "Ether",
1647+
symbol: "ETH",
1648+
decimals: 18,
1649+
},
1650+
chain: "XCHAIN",
1651+
},
16081652
{
16091653
name: "Lumoz Chain Mainnet",
16101654
infoURL: "https://lumoz.org",
@@ -1628,7 +1672,7 @@ const chains = [
16281672
chain: "ETH",
16291673
},
16301674
{
1631-
name: "Plume Mainnet",
1675+
name: "Plume (Legacy)",
16321676
infoURL: "https://plumenetwork.xyz/",
16331677
chainId: 98865,
16341678
nativeCurrency: {
@@ -1782,6 +1826,17 @@ const chains = [
17821826
},
17831827
chain: "Infinaeon",
17841828
},
1829+
{
1830+
name: "EthereumFair",
1831+
infoURL: "https://etherfair.org/",
1832+
chainId: 513100,
1833+
nativeCurrency: {
1834+
name: "EthereumFair",
1835+
symbol: "ETHF",
1836+
decimals: 18,
1837+
},
1838+
chain: "ETHF",
1839+
},
17851840
{
17861841
name: "Scroll",
17871842
infoURL: "https://scroll.io",

0 commit comments

Comments
 (0)