Skip to content

Commit

Permalink
Merge pull request #14835 from ethereum/update-chains-1738945758
Browse files Browse the repository at this point in the history
Update chains data
  • Loading branch information
corwintines authored Feb 7, 2025
2 parents 7e501c8 + 8e1166d commit 0c7c948
Showing 1 changed file with 48 additions and 4 deletions.
52 changes: 48 additions & 4 deletions src/data/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,8 @@ const chains = [
infoURL: "https://xr-one.gitbook.io",
chainId: 273,
nativeCurrency: {
name: "XR",
symbol: "XR",
name: "XR1",
symbol: "XR1",
decimals: 18,
},
chain: "ETH",
Expand All @@ -395,6 +395,17 @@ const chains = [
},
chain: "ETH",
},
{
name: "ZKcandy Mainnet",
infoURL: "https://zkcandy.io/",
chainId: 320,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18,
},
chain: "ETH",
},
{
name: "zkSync Mainnet",
infoURL: "https://zksync.io/",
Expand Down Expand Up @@ -1110,6 +1121,17 @@ const chains = [
},
chain: "SuperLumio",
},
{
name: "Rebus Mainnet",
infoURL: "https://www.rebuschain.com",
chainId: 9696,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18,
},
chain: "ETH",
},
{
name: "Zytron Linea Mainnet",
infoURL: "https://zytron.zypher.network/",
Expand Down Expand Up @@ -1374,6 +1396,17 @@ const chains = [
},
chain: "ETH",
},
{
name: "BirdLayer",
infoURL: "https://www.dodochain.com",
chainId: 53456,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18,
},
chain: "BirdLayer",
},
{
name: "Titan",
infoURL: "https://tokamak.network",
Expand Down Expand Up @@ -1595,7 +1628,7 @@ const chains = [
chain: "re.al",
},
{
name: "Taiko Mainnet",
name: "Taiko Alethia",
infoURL: "https://taiko.xyz",
chainId: 167000,
nativeCurrency: {
Expand All @@ -1606,7 +1639,7 @@ const chains = [
chain: "ETH",
},
{
name: "Taiko Hekla L2",
name: "Taiko Hekla",
infoURL: "https://taiko.xyz",
chainId: 167009,
nativeCurrency: {
Expand Down Expand Up @@ -2092,6 +2125,17 @@ const chains = [
},
chain: "RARI",
},
{
name: "WITNESS CHAIN",
infoURL: "https://www.witnesschain.com",
chainId: 1702448187,
nativeCurrency: {
name: "ETHER",
symbol: "ETH",
decimals: 18,
},
chain: "Witness-Chain",
},
{
name: "Pirl",
infoURL: "https://pirl.io",
Expand Down

0 comments on commit 0c7c948

Please sign in to comment.