Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
147 changes: 145 additions & 2 deletions src/data/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,17 @@ const chains = [
},
chain: "ETH",
},
{
name: "zkXPLA Mainnet",
infoURL: "https://xpla.io",
chainId: 375,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18,
},
chain: "zkXPLA",
},
{
name: "Lisinski",
infoURL: "https://lisinski.online",
Expand Down Expand Up @@ -923,6 +934,28 @@ const chains = [
},
chain: "ETH",
},
{
name: "Alpha Chain Mainnet",
infoURL: "https://docs.alphatoken.com/AlphaChain/about-alpha-chain",
chainId: 3111,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18,
},
chain: "Alpha Chain",
},
{
name: "Edge",
infoURL: "https://www.edgex.exchange",
chainId: 3343,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18,
},
chain: "ETH",
},
{
name: "Astar zkEVM",
infoURL: "https://astar.network",
Expand Down Expand Up @@ -967,6 +1000,17 @@ const chains = [
},
chain: "Muster",
},
{
name: "MegaETH Mainnet",
infoURL: "https://megaeth.com",
chainId: 4326,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18,
},
chain: "ETH",
},
{
name: "OEV Network",
infoURL: "https://api3.org/oev/",
Expand Down Expand Up @@ -1297,6 +1341,17 @@ const chains = [
},
chain: "Everclear Mainnet",
},
{
name: "Horizen Mainnet",
infoURL: "https://horizen.hub.caldera.xyz",
chainId: 26514,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18,
},
chain: "horizen",
},
{
name: "Vizing Mainnet",
infoURL: "https://vizing.com",
Expand Down Expand Up @@ -1451,6 +1506,17 @@ const chains = [
},
chain: "ETH",
},
{
name: "Memento Mainnet",
infoURL: "",
chainId: 51888,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18,
},
chain: "Memento",
},
{
name: "BirdLayer",
infoURL: "https://www.dodochain.com",
Expand Down Expand Up @@ -1627,6 +1693,17 @@ const chains = [
},
chain: "ETH",
},
{
name: "Codex",
infoURL: "https://www.codex.xyz/",
chainId: 81224,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18,
},
chain: "ETH",
},
{
name: "Blast",
infoURL: "https://blast.io/",
Expand All @@ -1638,6 +1715,17 @@ const chains = [
},
chain: "ETH",
},
{
name: "Cycle Network Mainnet Frigate",
infoURL: "https://www.cyclenetwork.io/",
chainId: 88688,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18,
},
chain: "ETH",
},
{
name: "Nautilus Trition Chain",
infoURL: "https://docs.nautchain.xyz",
Expand Down Expand Up @@ -1682,6 +1770,28 @@ const chains = [
},
chain: "ETH",
},
{
name: "Doma",
infoURL: "https://doma.xyz",
chainId: 97477,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18,
},
chain: "ETH",
},
{
name: "Sova",
infoURL: "https://sova.io",
chainId: 100021,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18,
},
chain: "ETH",
},
{
name: "re.al",
infoURL: "https://re.al",
Expand Down Expand Up @@ -1716,9 +1826,20 @@ const chains = [
chain: "ETH",
},
{
name: "Taiko Hekla",
name: "Taiko Hoodi",
infoURL: "https://taiko.xyz",
chainId: 167009,
chainId: 167013,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18,
},
chain: "ETH",
},
{
name: "HPP Mainnet",
infoURL: "https://www.hpp.io",
chainId: 190415,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
Expand Down Expand Up @@ -1826,6 +1947,17 @@ const chains = [
},
chain: "ETH",
},
{
name: "Silent Data Mainnet",
infoURL: "https://www.silentdata.com",
chainId: 380929,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18,
},
chain: "Silent Data",
},
{
name: "Infinaeon",
infoURL: "hhttps://rpc.infinaeon.com",
Expand Down Expand Up @@ -2013,6 +2145,17 @@ const chains = [
},
chain: "WCal",
},
{
name: "Jovay Mainnet",
infoURL: "https://jovay.io",
chainId: 5734951,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18,
},
chain: "ETH",
},
{
name: "Astar zKyoto",
infoURL: "https://astar.network",
Expand Down