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.
Merge branch 'master' into automata-orbit-testnet
- Loading branch information
Showing
39 changed files
with
472 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "Metacces Testnet", | ||
"chain": "Metacces Testnet", | ||
"icon": "metacces", | ||
"rpc": ["https://tapi.accesscan.io"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Metacces", | ||
"symbol": "ACCES", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://metacces.com", | ||
"shortName": "ACCESt", | ||
"chainId": 1260, | ||
"networkId": 1260, | ||
"explorers": [ | ||
{ | ||
"name": "accesscan", | ||
"url": "https://testnet.accesscan.io", | ||
"icon": "metacces", | ||
"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,16 @@ | ||
{ | ||
"name": "Cannon Testnet", | ||
"title": "Cannon Private Testnet", | ||
"chain": "ETH", | ||
"rpc": ["http://127.0.0.1:8545"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Cannon Testnet Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://usecannon.com", | ||
"shortName": "cannon", | ||
"chainId": 13370, | ||
"networkId": 13370 | ||
} |
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": "Vana Moksha Testnet", | ||
"chain": "Vana Moksha Testnet", | ||
"rpc": ["https://rpc.moksha.vana.org"], | ||
"nativeCurrency": { | ||
"name": "VANA", | ||
"symbol": "VANA", | ||
"decimals": 18 | ||
}, | ||
"faucets": [], | ||
"infoURL": "", | ||
"shortName": "vana-moksha", | ||
"chainId": 14800, | ||
"networkId": 14800, | ||
"explorers": [ | ||
{ | ||
"name": "Vana Moksha Testnet", | ||
"url": "https://vanascan.io", | ||
"icon": "vanamoksha", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "Metacces Mainnet", | ||
"chain": "Metacces Mainnet", | ||
"icon": "metacces", | ||
"rpc": ["https://oli.accesscan.io"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Metacces", | ||
"symbol": "ACCES", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://metacces.com", | ||
"shortName": "ACCES", | ||
"chainId": 2071, | ||
"networkId": 2071, | ||
"explorers": [ | ||
{ | ||
"name": "accesscan", | ||
"url": "https://accesscan.io", | ||
"icon": "metacces", | ||
"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,31 @@ | ||
{ | ||
"name": "6Degree of Outreach - Testnet", | ||
"chain": "6DO", | ||
"rpc": ["https://rpc-testnet.6do.world"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "6Degree-Testnet Coin", | ||
"symbol": "6DO-T", | ||
"decimals": 18 | ||
}, | ||
"features": [ | ||
{ | ||
"name": "EIP155" | ||
}, | ||
{ | ||
"name": "EIP1559" | ||
} | ||
], | ||
"infoURL": "https://6do.world", | ||
"shortName": "6dotest", | ||
"chainId": 24772477, | ||
"networkId": 24772477, | ||
"icon": "6do", | ||
"explorers": [ | ||
{ | ||
"name": "6Degree Testnet Chain Explorer", | ||
"url": "https://explorer-testnet.6do.world", | ||
"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": "Everclear Mainnet", | ||
"chain": "Everclear Mainnet", | ||
"rpc": ["https://rpc.everclear.raas.gelato.cloud"], | ||
"nativeCurrency": { | ||
"name": "ETH", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"faucets": [], | ||
"infoURL": "", | ||
"shortName": "Everclear", | ||
"chainId": 25327, | ||
"networkId": 25327, | ||
"explorers": [ | ||
{ | ||
"name": "Everclear", | ||
"url": "https://scan.everclear.org", | ||
"icon": "everclear", | ||
"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,23 @@ | ||
{ | ||
"name": "HyperAGI Mainnet", | ||
"chain": "HyperAGI", | ||
"rpc": [], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Hyperdust", | ||
"symbol": "HYPT", | ||
"decimals": 18 | ||
}, | ||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], | ||
"infoURL": "https://hyperagi.network", | ||
"shortName": "hypt", | ||
"chainId": 2868, | ||
"networkId": 1, | ||
"explorers": [ | ||
{ | ||
"name": "hyptscan", | ||
"url": "https://block.hyperagi.network", | ||
"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": "Aarma Mainnet", | ||
"chain": "Aarma", | ||
"rpc": ["https://aarmarpc.com/"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Aarma", | ||
"symbol": "ARMA", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://aarmachain.com", | ||
"shortName": "ARMA", | ||
"chainId": 2889, | ||
"networkId": 2889, | ||
"icon": "arma", | ||
"explorers": [ | ||
{ | ||
"name": "aarmascan", | ||
"url": "https://aarmascan.com", | ||
"icon": "arma", | ||
"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
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,17 @@ | ||
{ | ||
"name": "DuckChain Mainnet", | ||
"title": "DuckChain Mainnet", | ||
"chain": "DuckChain", | ||
"icon": "duckchain", | ||
"rpc": ["https://rpc.duckchain.io", "https://rpc-hk.duckchain.io"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "TON", | ||
"symbol": "TON", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://duckchain.io", | ||
"shortName": "Duck-Chain-Mainnet", | ||
"chainId": 5545, | ||
"networkId": 5545 | ||
} |
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": "DM2 Verse Testnet", | ||
"chain": "DM2 Verse", | ||
"icon": "dm2verse", | ||
"rpc": ["https://rpc.testnet.dm2verse.dmm.com"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "OAS", | ||
"symbol": "OAS", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://seamoon.dmm.com", | ||
"shortName": "dm2t", | ||
"chainId": 68775, | ||
"networkId": 68775, | ||
"explorers": [ | ||
{ | ||
"name": "DM2Verse Testnet Explorer", | ||
"url": "https://explorer.testnet.dm2verse.dmm.com", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-248" | ||
} | ||
} |
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": "Mtt Mainnet", | ||
"chain": "MTT", | ||
"rpc": ["https://evm-rpc.mtt.network"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Mtt mainnet native coin", | ||
"symbol": "MTT", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://mtt.network", | ||
"shortName": "mtt-mainnet", | ||
"chainId": 6880, | ||
"networkId": 6880, | ||
"icon": "mttnetwork", | ||
"explorers": [ | ||
{ | ||
"name": "Mtt explorer", | ||
"url": "https://explorer.mtt.network", | ||
"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,25 @@ | ||
{ | ||
"name": "COTI Testnet", | ||
"title": "COTI Testnet", | ||
"chain": "COTI", | ||
"icon": "coti", | ||
"rpc": ["https://testnet.coti.io/rpc"], | ||
"faucets": ["https://faucet.coti.io"], | ||
"nativeCurrency": { | ||
"name": "COTI", | ||
"symbol": "COTI", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://coti.io/", | ||
"shortName": "coti-testnet", | ||
"chainId": 7082400, | ||
"networkId": 7082400, | ||
"explorers": [ | ||
{ | ||
"name": "COTI Testnet Explorer", | ||
"url": "https://testnet.cotiscan.io", | ||
"icon": "ethernal", | ||
"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,26 @@ | ||
{ | ||
"name": "iSunCoin Mainnet", | ||
"chain": "iSunCoin", | ||
"icon": "isuncoin", | ||
"rpc": ["https://mainnet.isuncoin.com"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "ISC", | ||
"symbol": "ISC", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://isuncoin.com", | ||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], | ||
"shortName": "isc", | ||
"chainId": 8017, | ||
"networkId": 8017, | ||
"slip44": 8017, | ||
"explorers": [ | ||
{ | ||
"name": "iSunCoin Explorer", | ||
"icon": "isuncoin", | ||
"url": "https://baifa.io/app/chains/8017", | ||
"standard": "none" | ||
} | ||
] | ||
} |
Oops, something went wrong.