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
127 changes: 124 additions & 3 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 @@ -1308,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 All @@ -1319,6 +1363,17 @@ const chains = [
},
chain: "Vizing Mainnet",
},
{
name: "Ethiq",
infoURL: "https://www.ethiq.network",
chainId: 30303,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18,
},
chain: "ETH",
},
{
name: "Ethersocial Network",
infoURL: "https://ethersocial.org",
Expand Down Expand Up @@ -1418,6 +1473,17 @@ const chains = [
},
chain: "ETH",
},
{
name: "Billions",
infoURL: "https://billions.network",
chainId: 45056,
nativeCurrency: {
name: "ETHER",
symbol: "ETH",
decimals: 18,
},
chain: "Billions",
},
{
name: "Blessnet",
infoURL: "https://blessnet.io",
Expand Down Expand Up @@ -1462,6 +1528,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 @@ -1638,6 +1715,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 @@ -1649,6 +1737,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 @@ -1726,6 +1825,17 @@ const chains = [
},
chain: "re.al",
},
{
name: "Ethernova Mainnet",
infoURL: "https://ethnova.net",
chainId: 121525,
nativeCurrency: {
name: "Ethernova",
symbol: "NOVA",
decimals: 18,
},
chain: "NOVA",
},
{
name: "Eventum Mainnet",
infoURL: "https://evedex.com",
Expand All @@ -1749,9 +1859,9 @@ const chains = [
chain: "ETH",
},
{
name: "Taiko Hekla",
infoURL: "https://taiko.xyz",
chainId: 167009,
name: "HPP Mainnet",
infoURL: "https://www.hpp.io",
chainId: 190415,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
Expand Down Expand Up @@ -1958,6 +2068,17 @@ const chains = [
},
chain: "ETH",
},
{
name: "Testethiq",
infoURL: "https://www.ethiq.network",
chainId: 853211,
nativeCurrency: {
name: "Ether",
symbol: "ETH",
decimals: 18,
},
chain: "ETH",
},
{
name: "Owshen Mainnet",
infoURL: "https://owshen.io",
Expand Down