forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
395 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "Fuse Testnet", | ||
"chain": "Fuse", | ||
"rpc": ["https://rpc.flash.fuse.io"], | ||
"faucets": ["https://faucet.flash.fuse.io"], | ||
"nativeCurrency": { | ||
"name": "Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "", | ||
"shortName": "fuseZK", | ||
"chainId": 12001, | ||
"networkId": 12001, | ||
"explorers": [ | ||
{ | ||
"name": "Blockscout", | ||
"url": "https://explorer.flash.fuse.io", | ||
"standard": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "Memento Testnet", | ||
"chain": "Memento", | ||
"rpc": ["https://test-rpc.mementoblockchain.com/IRkghvI3FfEArEJMr4zC/rpc"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "", | ||
"shortName": "memento-test", | ||
"chainId": 12052024, | ||
"networkId": 12052024, | ||
"explorers": [ | ||
{ | ||
"name": "Tracehawk", | ||
"url": "https://test-explorer.mementoblockchain.com", | ||
"standard": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "Abyss Protocol", | ||
"chain": "Abyss Protocol Testnet", | ||
"rpc": ["https://testnet.rpc.abyssprotocol.ai/"], | ||
"faucets": ["https://faucet.abyssprotocol.ai/"], | ||
"nativeCurrency": { | ||
"name": "AbyssETH", | ||
"symbol": "aETH", | ||
"decimals": 18 | ||
}, | ||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], | ||
"infoURL": "https://abyssprotocol.ai/", | ||
"shortName": "abyss", | ||
"chainId": 229772, | ||
"networkId": 229772, | ||
"icon": "abyss", | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://testnet.abyssprotocol.ai", | ||
"icon": "blockscout", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "Curtis", | ||
"chain": "Curtis", | ||
"rpc": ["https://curtis.rpc.caldera.xyz/http"], | ||
"faucets": ["https://curtis.hub.caldera.xyz"], | ||
"nativeCurrency": { | ||
"name": "ApeCoin", | ||
"symbol": "APE", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://curtis.hub.caldera.xyz", | ||
"shortName": "curtis", | ||
"chainId": 33111, | ||
"networkId": 33111, | ||
"icon": "curtis", | ||
"explorers": [ | ||
{ | ||
"name": "Curtis Explorer", | ||
"url": "https://curtis.explorer.caldera.xyz", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "ZEUS Mainnet", | ||
"chain": "ZEUS", | ||
"icon": "zeusicon", | ||
"rpc": ["https://mainnet-rpc.zeuschainscan.io"], | ||
"nativeCurrency": { | ||
"name": "The ZEUS Token", | ||
"symbol": "ZEUS", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://zeuschainscan.io", | ||
"shortName": "ZEUS", | ||
"chainId": 34504, | ||
"networkId": 34504, | ||
"faucets": [], | ||
"explorers": [ | ||
{ | ||
"name": "ZEUS Mainnet Explorer", | ||
"url": "https://zeuschainscan.io", | ||
"icon": "zeusicon", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "EdgaMatrix Chain", | ||
"chain": "EMC", | ||
"icon": "emc", | ||
"rpc": ["https://rpc1-mainnet.emc.network"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "EdgaMatrix Chain Token", | ||
"symbol": "EMC", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "", | ||
"shortName": "EMC", | ||
"chainId": 6678, | ||
"networkId": 6678, | ||
|
||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://emcscan.com", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "ZEUS Testnet", | ||
"chain": "tZEUS", | ||
"icon": "zeusicon", | ||
"rpc": ["https://testnet-rpc.zeuschainscan.io"], | ||
"nativeCurrency": { | ||
"name": "The ZEUS Token", | ||
"symbol": "ZEUS", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://testnet-explorer.zeuschainscan.io", | ||
"shortName": "ZEUS-Testnet", | ||
"chainId": 7244, | ||
"networkId": 7244, | ||
"faucets": ["https://faucet.zeuschainscan.io"], | ||
"explorers": [ | ||
{ | ||
"name": "ZEUS Testnet Explorer", | ||
"url": "https://testnet-explorer.zeuschainscan.io", | ||
"icon": "zeusicon", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "Ternoa Testnet", | ||
"chain": "Ternoa", | ||
"rpc": ["https://rpc.zkevm.ternoa.network"], | ||
"faucets": ["https://faucet.zkevm.ternoa.network"], | ||
"nativeCurrency": { | ||
"name": "Capsule Coin", | ||
"symbol": "CAPS", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "", | ||
"shortName": "ternoa", | ||
"chainId": 752024, | ||
"networkId": 7502024, | ||
"explorers": [ | ||
{ | ||
"name": "Tracehawk", | ||
"url": "https://explorer.zkevm.ternoa.network", | ||
"standard": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "PandaSea Mainnet", | ||
"chain": "PandaSea", | ||
"rpc": ["https://rpc1.pandasea.io"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "PandaSea Coin", | ||
"symbol": "PANDA", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "", | ||
"shortName": "pandaSea-mainnet", | ||
"chainId": 7776, | ||
"networkId": 7776, | ||
"explorers": [ | ||
{ | ||
"name": "Tracehawk", | ||
"url": "https://pandaseascan.com", | ||
"standard": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "MaalChain V2", | ||
"chain": "MAAL", | ||
"icon": "maal", | ||
"rpc": [ | ||
"https://node1-mainnet-new.maalscan.io/", | ||
"https://node2-mainnet-new.maalscan.io/", | ||
"https://node3-mainnet-new.maalscan.io/" | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "MAAL", | ||
"symbol": "MAAL", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.maalchain.com/", | ||
"shortName": "maal-v2", | ||
"chainId": 7862, | ||
"networkId": 7862, | ||
"explorers": [ | ||
{ | ||
"name": "maalscan", | ||
"url": "https://maalscan.io", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "MaalChain Testnet V2", | ||
"chain": "MaalChain Testnet V2", | ||
"icon": "maal-test", | ||
"rpc": [ | ||
"https://node-testnet.maalscan.io/", | ||
"https://node2-testnet.maalscan.io/" | ||
], | ||
"faucets": ["https://faucet-new-testnet.maalscan.io/"], | ||
"nativeCurrency": { | ||
"name": "MAAL", | ||
"symbol": "MAAL", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.maalchain.com/", | ||
"shortName": "maal-test-v2", | ||
"chainId": 7863, | ||
"networkId": 7863, | ||
"slip44": 1, | ||
"explorers": [ | ||
{ | ||
"name": "maalscan testnet", | ||
"url": "https://new-testnet.maalscan.io", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "Polynomia Sepolia", | ||
"chain": "polynomialSepolia", | ||
"rpc": ["https://rpc.sepolia.polynomial.fi"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://polynomial.fi", | ||
"shortName": "polynomialSepolia", | ||
"chainId": 80008, | ||
"networkId": 80008, | ||
"icon": "polynomialSepolia", | ||
"explorers": [ | ||
{ | ||
"name": "Polynomial Sepolia Explorer", | ||
"url": "https://sepolia.polynomialscan.io", | ||
"standard": "none", | ||
"icon": "polynomialSepolia" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "Polynomial", | ||
"chain": "Polynomial", | ||
"rpc": ["https://rpc.polynomial.fi"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://polynomial.fi", | ||
"shortName": "polynomial", | ||
"chainId": 8008, | ||
"networkId": 8008, | ||
"icon": "polynomial", | ||
"explorers": [ | ||
{ | ||
"name": "Polynomial Explorer", | ||
"url": "https://polynomialscan.io", | ||
"standard": "none", | ||
"icon": "polynomial" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.