Skip to content

Commit 0c7c948

Browse files
authored
Merge pull request #14835 from ethereum/update-chains-1738945758
Update chains data
2 parents 7e501c8 + 8e1166d commit 0c7c948

File tree

1 file changed

+48
-4
lines changed

1 file changed

+48
-4
lines changed

src/data/chains.ts

Lines changed: 48 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,8 @@ const chains = [
367367
infoURL: "https://xr-one.gitbook.io",
368368
chainId: 273,
369369
nativeCurrency: {
370-
name: "XR",
371-
symbol: "XR",
370+
name: "XR1",
371+
symbol: "XR1",
372372
decimals: 18,
373373
},
374374
chain: "ETH",
@@ -395,6 +395,17 @@ const chains = [
395395
},
396396
chain: "ETH",
397397
},
398+
{
399+
name: "ZKcandy Mainnet",
400+
infoURL: "https://zkcandy.io/",
401+
chainId: 320,
402+
nativeCurrency: {
403+
name: "Ether",
404+
symbol: "ETH",
405+
decimals: 18,
406+
},
407+
chain: "ETH",
408+
},
398409
{
399410
name: "zkSync Mainnet",
400411
infoURL: "https://zksync.io/",
@@ -1110,6 +1121,17 @@ const chains = [
11101121
},
11111122
chain: "SuperLumio",
11121123
},
1124+
{
1125+
name: "Rebus Mainnet",
1126+
infoURL: "https://www.rebuschain.com",
1127+
chainId: 9696,
1128+
nativeCurrency: {
1129+
name: "Ether",
1130+
symbol: "ETH",
1131+
decimals: 18,
1132+
},
1133+
chain: "ETH",
1134+
},
11131135
{
11141136
name: "Zytron Linea Mainnet",
11151137
infoURL: "https://zytron.zypher.network/",
@@ -1374,6 +1396,17 @@ const chains = [
13741396
},
13751397
chain: "ETH",
13761398
},
1399+
{
1400+
name: "BirdLayer",
1401+
infoURL: "https://www.dodochain.com",
1402+
chainId: 53456,
1403+
nativeCurrency: {
1404+
name: "Ether",
1405+
symbol: "ETH",
1406+
decimals: 18,
1407+
},
1408+
chain: "BirdLayer",
1409+
},
13771410
{
13781411
name: "Titan",
13791412
infoURL: "https://tokamak.network",
@@ -1595,7 +1628,7 @@ const chains = [
15951628
chain: "re.al",
15961629
},
15971630
{
1598-
name: "Taiko Mainnet",
1631+
name: "Taiko Alethia",
15991632
infoURL: "https://taiko.xyz",
16001633
chainId: 167000,
16011634
nativeCurrency: {
@@ -1606,7 +1639,7 @@ const chains = [
16061639
chain: "ETH",
16071640
},
16081641
{
1609-
name: "Taiko Hekla L2",
1642+
name: "Taiko Hekla",
16101643
infoURL: "https://taiko.xyz",
16111644
chainId: 167009,
16121645
nativeCurrency: {
@@ -2092,6 +2125,17 @@ const chains = [
20922125
},
20932126
chain: "RARI",
20942127
},
2128+
{
2129+
name: "WITNESS CHAIN",
2130+
infoURL: "https://www.witnesschain.com",
2131+
chainId: 1702448187,
2132+
nativeCurrency: {
2133+
name: "ETHER",
2134+
symbol: "ETH",
2135+
decimals: 18,
2136+
},
2137+
chain: "Witness-Chain",
2138+
},
20952139
{
20962140
name: "Pirl",
20972141
infoURL: "https://pirl.io",

0 commit comments

Comments
 (0)