fix merge conflict

This commit is contained in:
Kevin Neilson 2022-01-05 10:04:38 -05:00
commit 471d0d6b50
350 changed files with 657 additions and 405 deletions

View File

@ -87,4 +87,6 @@ There are also aggregated json files with all chains automatically assembled:
* [TREZOR](https://trezor.io) * [TREZOR](https://trezor.io)
* [networks.vercel.app](https://networks.vercel.app) * [networks.vercel.app](https://networks.vercel.app)
* [eth-chains](https://github.com/taylorjdawson/eth-chains) * [eth-chains](https://github.com/taylorjdawson/eth-chains)
* [EVM-BOX](https://github.com/izayl/evm-box)
* [FaucETH](https://github.com/komputing/FaucETH)
* Your project - contact us to add it here! * Your project - contact us to add it here!

View File

@ -1,7 +1,6 @@
{ {
"name": "SoterOne Mainnet", "name": "SoterOne Mainnet",
"chain": "SOTER", "chain": "SOTER",
"network": "mainnet",
"rpc": [ "rpc": [
"https://rpc.soter.one" "https://rpc.soter.one"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Ethereum Mainnet", "name": "Ethereum Mainnet",
"chain": "ETH", "chain": "ETH",
"network": "mainnet",
"icon": "ethereum", "icon": "ethereum",
"rpc": [ "rpc": [
"https://mainnet.infura.io/v3/${INFURA_API_KEY}", "https://mainnet.infura.io/v3/${INFURA_API_KEY}",

View File

@ -1,7 +1,6 @@
{ {
"name": "Optimistic Ethereum", "name": "Optimistic Ethereum",
"chain": "ETH", "chain": "ETH",
"network": "mainnet",
"rpc": ["https://mainnet.optimism.io/"], "rpc": ["https://mainnet.optimism.io/"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {

View File

@ -1,7 +1,6 @@
{ {
"name": "xDAI Chain", "name": "Gnosis Chain (formerly xDai)",
"chain": "XDAI", "chain": "Gnosis",
"network": "mainnet",
"rpc": [ "rpc": [
"https://rpc.xdaichain.com", "https://rpc.xdaichain.com",
"https://xdai.poanetwork.dev", "https://xdai.poanetwork.dev",
@ -11,21 +10,21 @@
"https://dai.poa.network", "https://dai.poa.network",
"ws://xdai.poanetwork.dev:8546" "ws://xdai.poanetwork.dev:8546"
], ],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/","https://xdai-app.herokuapp.com/faucet"], "faucets": ["https://faucet.gimlu.com/gnosis", "https://stakely.io/faucet/xdai-chain", "https://faucet.prussia.dev/xdai"],
"nativeCurrency": { "nativeCurrency": {
"name": "xDAI", "name": "xDAI",
"symbol": "xDAI", "symbol": "xDAI",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://forum.poa.network/c/xdai-chain", "infoURL": "https://www.xdaichain.com/",
"shortName": "xdai", "shortName": "gno",
"chainId": 100, "chainId": 100,
"networkId": 100, "networkId": 100,
"slip44": 700, "slip44": 700,
"explorers": [{ "explorers": [{
"name": "blockscout", "name": "blockscout",
"url": "https://blockscout.com/poa/xdai", "url": "https://blockscout.com/xdai/mainnet",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
} }

View File

@ -1,7 +1,6 @@
{ {
"name": "Smart Bitcoin Cash", "name": "Smart Bitcoin Cash",
"chain": "smartBCH", "chain": "smartBCH",
"network": "mainnet",
"rpc": [ "rpc": [
"https://smartbch.greyh.at", "https://smartbch.greyh.at",
"https://rpc-mainnet.smartbch.org", "https://rpc-mainnet.smartbch.org",

View File

@ -1,7 +1,6 @@
{ {
"name": "QuarkChain Mainnet Root", "name": "QuarkChain Mainnet Root",
"chain": "QuarkChain", "chain": "QuarkChain",
"network": "mainnet",
"rpc": [ "rpc": [
"http://jrpc.mainnet.quarkchain.io:38391/" "http://jrpc.mainnet.quarkchain.io:38391/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "QuarkChain Mainnet Shard 0", "name": "QuarkChain Mainnet Shard 0",
"chain": "QuarkChain", "chain": "QuarkChain",
"network": "mainnet",
"rpc": [ "rpc": [
"http://eth-jrpc.mainnet.quarkchain.io:39000/" "http://eth-jrpc.mainnet.quarkchain.io:39000/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "QuarkChain Mainnet Shard 1", "name": "QuarkChain Mainnet Shard 1",
"chain": "QuarkChain", "chain": "QuarkChain",
"network": "mainnet",
"rpc": [ "rpc": [
"http://eth-jrpc.mainnet.quarkchain.io:39001/" "http://eth-jrpc.mainnet.quarkchain.io:39001/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "QuarkChain Mainnet Shard 2", "name": "QuarkChain Mainnet Shard 2",
"chain": "QuarkChain", "chain": "QuarkChain",
"network": "mainnet",
"rpc": [ "rpc": [
"http://eth-jrpc.mainnet.quarkchain.io:39002/" "http://eth-jrpc.mainnet.quarkchain.io:39002/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "QuarkChain Mainnet Shard 3", "name": "QuarkChain Mainnet Shard 3",
"chain": "QuarkChain", "chain": "QuarkChain",
"network": "mainnet",
"rpc": [ "rpc": [
"http://eth-jrpc.mainnet.quarkchain.io:39003/" "http://eth-jrpc.mainnet.quarkchain.io:39003/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "QuarkChain Mainnet Shard 4", "name": "QuarkChain Mainnet Shard 4",
"chain": "QuarkChain", "chain": "QuarkChain",
"network": "mainnet",
"rpc": [ "rpc": [
"http://eth-jrpc.mainnet.quarkchain.io:39004/" "http://eth-jrpc.mainnet.quarkchain.io:39004/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "QuarkChain Mainnet Shard 5", "name": "QuarkChain Mainnet Shard 5",
"chain": "QuarkChain", "chain": "QuarkChain",
"network": "mainnet",
"rpc": [ "rpc": [
"http://eth-jrpc.mainnet.quarkchain.io:39005/" "http://eth-jrpc.mainnet.quarkchain.io:39005/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "QuarkChain Mainnet Shard 6", "name": "QuarkChain Mainnet Shard 6",
"chain": "QuarkChain", "chain": "QuarkChain",
"network": "mainnet",
"rpc": [ "rpc": [
"http://eth-jrpc.mainnet.quarkchain.io:39006/" "http://eth-jrpc.mainnet.quarkchain.io:39006/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "QuarkChain Mainnet Shard 7", "name": "QuarkChain Mainnet Shard 7",
"chain": "QuarkChain", "chain": "QuarkChain",
"network": "mainnet",
"rpc": [ "rpc": [
"http://eth-jrpc.mainnet.quarkchain.io:39007/" "http://eth-jrpc.mainnet.quarkchain.io:39007/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Smart Bitcoin Cash Testnet", "name": "Smart Bitcoin Cash Testnet",
"chain": "smartBCHTest", "chain": "smartBCHTest",
"network": "testnet",
"rpc": [ "rpc": [
"https://rpc-testnet.smartbch.org", "https://rpc-testnet.smartbch.org",
"https://smartbch.devops.cash/testnet" "https://smartbch.devops.cash/testnet"

View File

@ -1,9 +1,8 @@
{ {
"name": "Klaytn Testnet Baobab", "name": "Klaytn Testnet Baobab",
"chain": "KLAY", "chain": "KLAY",
"network": "baobab",
"rpc": [ "rpc": [
"https://node-api.klaytnapi.com/v1/klaytn" "https://api.baobab.klaytn.net:8651"
], ],
"faucets": [ "faucets": [
"https://baobab.wallet.klaytn.com/access?next=faucet" "https://baobab.wallet.klaytn.com/access?next=faucet"

View File

@ -1,7 +1,6 @@
{ {
"name": "Newton Testnet", "name": "Newton Testnet",
"chain": "NEW", "chain": "NEW",
"network": "testnet",
"rpc": [ "rpc": [
"https://rpc1.newchain.newtonproject.org" "https://rpc1.newchain.newtonproject.org"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "EtherInc", "name": "EtherInc",
"chain": "ETI", "chain": "ETI",
"network": "mainnet",
"rpc": [ "rpc": [
"https://api.einc.io/jsonrpc/mainnet" "https://api.einc.io/jsonrpc/mainnet"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Evrice Network", "name": "Evrice Network",
"chain": "EVC", "chain": "EVC",
"network": "Evrice",
"rpc": [ "rpc": [
"https://meta.evrice.com" "https://meta.evrice.com"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Blockchain Genesis Mainnet", "name": "Blockchain Genesis Mainnet",
"chain": "GEN", "chain": "GEN",
"network": "mainnet",
"rpc": [ "rpc": [
"https://eu.mainnet.xixoio.com", "https://eu.mainnet.xixoio.com",
"https://us.mainnet.xixoio.com", "https://us.mainnet.xixoio.com",

View File

@ -1,7 +1,6 @@
{ {
"name": "Newton", "name": "Newton",
"chain": "NEW", "chain": "NEW",
"network": "mainnet",
"rpc": [ "rpc": [
"https://global.rpc.mainnet.newtonproject.org" "https://global.rpc.mainnet.newtonproject.org"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Web3Games Testnet", "name": "Web3Games Testnet",
"chain": "Web3Games", "chain": "Web3Games",
"network": "testnet",
"rpc": ["https://testnet.web3games.org/evm"], "rpc": ["https://testnet.web3games.org/evm"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {

View File

@ -1,7 +1,6 @@
{ {
"name": "Sakura", "name": "Sakura",
"chain": "Sakura", "chain": "Sakura",
"network": "sakura",
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {

View File

@ -1,7 +1,6 @@
{ {
"name": "Clover Testnet", "name": "Clover Testnet",
"chain": "Clover", "chain": "Clover",
"network": "clover testnet",
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {

View File

@ -1,7 +1,6 @@
{ {
"name": "Clover Mainnet", "name": "Clover Mainnet",
"chain": "Clover", "chain": "Clover",
"network": "clover mainnet",
"rpc": [ "rpc": [
"https://rpc-ivy.clover.finance", "https://rpc-ivy.clover.finance",
"https://rpc-ivy-2.clover.finance", "https://rpc-ivy-2.clover.finance",

View File

@ -1,7 +1,6 @@
{ {
"name": "BitTorrent Chain Testnet", "name": "BitTorrent Chain Testnet",
"chain": "BTTC", "chain": "BTTC",
"network": "testnet",
"rpc": [ "rpc": [
"https://testrpc.bittorrentchain.io/" "https://testrpc.bittorrentchain.io/"
], ],

View File

@ -0,0 +1,22 @@
{
"name": "Conflux",
"chain": "Conflux",
"rpc": ["https://ethcore.confluxrpc.com"],
"faucets": [],
"nativeCurrency": {
"name": "CFX",
"symbol": "CFX",
"decimals": 18
},
"infoURL": "https://confluxnetwork.org",
"shortName": "cfx",
"chainId": 1030,
"networkId": 1030,
"explorers": [
{
"name": "Conflux Scan",
"url": "https://confluxscan.io",
"standard": "none"
}
]
}

View File

@ -1,7 +1,6 @@
{ {
"name": "Velas EVM Mainnet", "name": "Velas EVM Mainnet",
"chain": "Velas", "chain": "Velas",
"network": "mainnet",
"icon": "velas", "icon": "velas",
"rpc": [ "rpc": [
"https://evmexplorer.velas.com/rpc", "https://evmexplorer.velas.com/rpc",

View File

@ -1,7 +1,6 @@
{ {
"name": "ThunderCore Mainnet", "name": "ThunderCore Mainnet",
"chain": "TT", "chain": "TT",
"network": "mainnet",
"rpc": [ "rpc": [
"https://mainnet-rpc.thundercore.com" "https://mainnet-rpc.thundercore.com"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Metis Andromeda Mainnet", "name": "Metis Andromeda Mainnet",
"chain": "ETH", "chain": "ETH",
"network": "mainnet",
"rpc": ["https://andromeda.metis.io/?owner=1088"], "rpc": ["https://andromeda.metis.io/?owner=1088"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {

View File

@ -1,7 +1,6 @@
{ {
"name": "Metadium Mainnet", "name": "Metadium Mainnet",
"chain": "META", "chain": "META",
"network": "mainnet",
"rpc": [ "rpc": [
"https://api.metadium.com/prod" "https://api.metadium.com/prod"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Proton Testnet", "name": "Proton Testnet",
"chain": "XPR", "chain": "XPR",
"network": "testnet",
"rpc": [ "rpc": [
"https://protontestnet.greymass.com/" "https://protontestnet.greymass.com/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "QuarkChain Devnet Root", "name": "QuarkChain Devnet Root",
"chain": "QuarkChain", "chain": "QuarkChain",
"network": "devnet",
"rpc": [ "rpc": [
"http://jrpc.devnet.quarkchain.io:38391/" "http://jrpc.devnet.quarkchain.io:38391/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "QuarkChain Devnet Shard 0", "name": "QuarkChain Devnet Shard 0",
"chain": "QuarkChain", "chain": "QuarkChain",
"network": "devnet",
"rpc": [ "rpc": [
"http://eth-jrpc.devnet.quarkchain.io:39900/" "http://eth-jrpc.devnet.quarkchain.io:39900/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "QuarkChain Devnet Shard 1", "name": "QuarkChain Devnet Shard 1",
"chain": "QuarkChain", "chain": "QuarkChain",
"network": "devnet",
"rpc": [ "rpc": [
"http://eth-jrpc.devnet.quarkchain.io:39901/" "http://eth-jrpc.devnet.quarkchain.io:39901/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "QuarkChain Devnet Shard 2", "name": "QuarkChain Devnet Shard 2",
"chain": "QuarkChain", "chain": "QuarkChain",
"network": "devnet",
"rpc": [ "rpc": [
"http://eth-jrpc.devnet.quarkchain.io:39902/" "http://eth-jrpc.devnet.quarkchain.io:39902/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "QuarkChain Devnet Shard 3", "name": "QuarkChain Devnet Shard 3",
"chain": "QuarkChain", "chain": "QuarkChain",
"network": "devnet",
"rpc": [ "rpc": [
"http://eth-jrpc.devnet.quarkchain.io:39903/" "http://eth-jrpc.devnet.quarkchain.io:39903/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "QuarkChain Devnet Shard 4", "name": "QuarkChain Devnet Shard 4",
"chain": "QuarkChain", "chain": "QuarkChain",
"network": "devnet",
"rpc": [ "rpc": [
"http://eth-jrpc.devnet.quarkchain.io:39904/" "http://eth-jrpc.devnet.quarkchain.io:39904/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "QuarkChain Devnet Shard 5", "name": "QuarkChain Devnet Shard 5",
"chain": "QuarkChain", "chain": "QuarkChain",
"network": "devnet",
"rpc": [ "rpc": [
"http://eth-jrpc.devnet.quarkchain.io:39905/" "http://eth-jrpc.devnet.quarkchain.io:39905/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "QuarkChain Devnet Shard 6", "name": "QuarkChain Devnet Shard 6",
"chain": "QuarkChain", "chain": "QuarkChain",
"network": "devnet",
"rpc": [ "rpc": [
"http://eth-jrpc.devnet.quarkchain.io:39906/" "http://eth-jrpc.devnet.quarkchain.io:39906/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "QuarkChain Devnet Shard 7", "name": "QuarkChain Devnet Shard 7",
"chain": "QuarkChain", "chain": "QuarkChain",
"network": "devnet",
"rpc": [ "rpc": [
"http://eth-jrpc.devnet.quarkchain.io:39907/" "http://eth-jrpc.devnet.quarkchain.io:39907/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "EtherLite Chain", "name": "EtherLite Chain",
"chain": "ETL", "chain": "ETL",
"network": "mainnet",
"rpc": [ "rpc": [
"https://rpc.etherlite.org" "https://rpc.etherlite.org"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "IPOS Network", "name": "IPOS Network",
"chain": "IPOS", "chain": "IPOS",
"network": "mainnet",
"rpc": [ "rpc": [
"https://rpc.iposlab.com", "https://rpc.iposlab.com",
"https://rpc2.iposlab.com" "https://rpc2.iposlab.com"

View File

@ -1,7 +1,6 @@
{ {
"name": "Palm Testnet", "name": "Palm Testnet",
"chain": "Palm", "chain": "Palm",
"network": "testnet",
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {

View File

@ -1,7 +1,6 @@
{ {
"name": "Palm Mainnet", "name": "Palm Mainnet",
"chain": "Palm", "chain": "Palm",
"network": "mainnet",
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {

View File

@ -1,7 +1,6 @@
{ {
"name": "MathChain", "name": "MathChain",
"chain": "MATH", "chain": "MATH",
"network": "mainnet",
"rpc": [ "rpc": [
"https://mathchain-asia.maiziqianbao.net/rpc", "https://mathchain-asia.maiziqianbao.net/rpc",
"https://mathchain-us.maiziqianbao.net/rpc" "https://mathchain-us.maiziqianbao.net/rpc"

View File

@ -1,7 +1,6 @@
{ {
"name": "MathChain Testnet", "name": "MathChain Testnet",
"chain": "MATH", "chain": "MATH",
"network": "testnet",
"rpc": [ "rpc": [
"https://galois-hk.maiziqianbao.net/rpc" "https://galois-hk.maiziqianbao.net/rpc"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Metadium Testnet", "name": "Metadium Testnet",
"chain": "META", "chain": "META",
"network": "testnet",
"rpc": [ "rpc": [
"https://api.metadium.com/dev" "https://api.metadium.com/dev"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "World Trade Technical Chain Mainnet", "name": "World Trade Technical Chain Mainnet",
"chain": "WTT", "chain": "WTT",
"network": "mainnet",
"rpc": [ "rpc": [
"https://rpc.cadaut.com", "https://rpc.cadaut.com",
"wss://rpc.cadaut.com/ws" "wss://rpc.cadaut.com/ws"

View File

@ -1,7 +1,6 @@
{ {
"name": "Singularity ZERO Testnet", "name": "Singularity ZERO Testnet",
"chain": "ZERO", "chain": "ZERO",
"network": "testnet",
"rpc": [ "rpc": [
"https://betaenv.singularity.gold:18545" "https://betaenv.singularity.gold:18545"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Singularity ZERO Mainnet", "name": "Singularity ZERO Mainnet",
"chain": "ZERO", "chain": "ZERO",
"network": "mainnet",
"rpc": [ "rpc": [
"https://zerorpc.singularity.gold" "https://zerorpc.singularity.gold"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Popcateum Mainnet", "name": "Popcateum Mainnet",
"chain": "POPCATEUM", "chain": "POPCATEUM",
"network": "mainnet",
"rpc": [ "rpc": [
"https://dataseed.popcateum.org" "https://dataseed.popcateum.org"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Fuse Mainnet", "name": "Fuse Mainnet",
"chain": "FUSE", "chain": "FUSE",
"network": "mainnet",
"rpc": [ "rpc": [
"https://rpc.fuse.io" "https://rpc.fuse.io"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Fuse Sparknet", "name": "Fuse Sparknet",
"chain": "fuse", "chain": "fuse",
"network": "testnet",
"rpc": [ "rpc": [
"https://rpc.fusespark.io" "https://rpc.fusespark.io"
], ],

View File

@ -2,7 +2,6 @@
"name": "Decentralized Web Mainnet", "name": "Decentralized Web Mainnet",
"shortName": "dwu", "shortName": "dwu",
"chain": "DWU", "chain": "DWU",
"network": "mainnet",
"chainId": 124, "chainId": 124,
"networkId": 124, "networkId": 124,
"rpc": ["https://decentralized-web.tech/dw_rpc.php"], "rpc": ["https://decentralized-web.tech/dw_rpc.php"],

View File

@ -1,7 +1,6 @@
{ {
"name": "Factory 127 Mainnet", "name": "Factory 127 Mainnet",
"chain": "FETH", "chain": "FETH",
"network": "factory127 mainnet",
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {

View File

@ -1,7 +1,6 @@
{ {
"name": "Huobi ECO Chain Mainnet", "name": "Huobi ECO Chain Mainnet",
"chain": "Heco", "chain": "Heco",
"network": "mainnet",
"rpc": [ "rpc": [
"https://http-mainnet.hecochain.com", "https://http-mainnet.hecochain.com",
"wss://ws-mainnet.hecochain.com" "wss://ws-mainnet.hecochain.com"

View File

@ -1,7 +1,6 @@
{ {
"name": "HALO Mainnet", "name": "HALO Mainnet",
"chain": "HALO", "chain": "HALO",
"network": "mainnet",
"rpc": [ "rpc": [
"https://nodes.halo.land" "https://nodes.halo.land"
], ],

View File

@ -1,8 +1,10 @@
{ {
"name": "Moonbeam", "name": "Moonbeam",
"chain": "MOON", "chain": "MOON",
"network": "moonbeam", "rpc": [
"rpc": [], "https://rpc.api.moonbeam.network",
"wss://wss.api.moonbeam.network"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Glimmer", "name": "Glimmer",

View File

@ -1,12 +1,11 @@
{ {
"name": "Moonriver", "name": "Moonriver",
"chain": "MOON", "chain": "MOON",
"network": "moonriver",
"rpc": [ "rpc": [
"https://rpc.moonriver.moonbeam.network", "https://rpc.moonriver.moonbeam.network",
"wss://wss.moonriver.moonbeam.network" "wss://wss.moonriver.moonbeam.network"
], ],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Moonriver", "name": "Moonriver",
"symbol": "MOVR", "symbol": "MOVR",
@ -16,10 +15,11 @@
"shortName": "mriver", "shortName": "mriver",
"chainId": 1285, "chainId": 1285,
"networkId": 1285, "networkId": 1285,
"explorers": [
"explorers": [{ {
"name": "moonscan", "name": "moonscan",
"url": "https://moonriver.moonscan.io/", "url": "https://moonriver.moonscan.io/",
"standard": "none" "standard": "none"
}] }
]
} }

View File

@ -1,7 +1,6 @@
{ {
"name": "Moonrock", "name": "Moonrock",
"chain": "MOON", "chain": "MOON",
"network": "moonrock",
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {

View File

@ -1,7 +1,6 @@
{ {
"name": "Moonbase Alpha", "name": "Moonbase Alpha",
"chain": "MOON", "chain": "MOON",
"network": "moonbase",
"rpc": [ "rpc": [
"https://rpc.api.moonbase.moonbeam.network", "https://rpc.api.moonbase.moonbeam.network",
"wss://wss.api.moonbase.moonbeam.network" "wss://wss.api.moonbase.moonbeam.network"
@ -15,5 +14,12 @@
"infoURL": "https://docs.moonbeam.network/networks/testnet/", "infoURL": "https://docs.moonbeam.network/networks/testnet/",
"shortName": "mbase", "shortName": "mbase",
"chainId": 1287, "chainId": 1287,
"networkId": 1287 "networkId": 1287,
"explorers": [
{
"name": "moonscan",
"url": "https://moonbase.moonscan.io/",
"standard": "none"
}
]
} }

View File

@ -1,7 +1,6 @@
{ {
"name": "Moonshadow", "name": "Moonshadow",
"chain": "MOON", "chain": "MOON",
"network": "moonshadow",
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {

View File

@ -1,7 +1,6 @@
{ {
"name": "Diode Testnet Staging", "name": "Diode Testnet Staging",
"chain": "DIODE", "chain": "DIODE",
"network": "testnet",
"rpc": [ "rpc": [
"https://staging.diode.io:8443/", "https://staging.diode.io:8443/",
"wss://staging.diode.io:8443/ws" "wss://staging.diode.io:8443/ws"

View File

@ -1,7 +1,6 @@
{ {
"name": "Etho Protocol", "name": "Etho Protocol",
"chain": "ETHO", "chain": "ETHO",
"network": "mainnet",
"rpc": [ "rpc": [
"https://rpc.ether1.org" "https://rpc.ether1.org"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Aurora MainNet", "name": "Aurora MainNet",
"chain": "NEAR", "chain": "NEAR",
"network": "mainnet",
"rpc": [ "rpc": [
"https://mainnet.aurora.dev" "https://mainnet.aurora.dev"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Aurora TestNet", "name": "Aurora TestNet",
"chain": "NEAR", "chain": "NEAR",
"network": "testnet",
"rpc": [ "rpc": [
"https://testnet.aurora.dev/" "https://testnet.aurora.dev/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Aurora BetaNet", "name": "Aurora BetaNet",
"chain": "NEAR", "chain": "NEAR",
"network": "betanet",
"rpc": [ "rpc": [
"https://betanet.aurora.dev/" "https://betanet.aurora.dev/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Xerom", "name": "Xerom",
"chain": "XERO", "chain": "XERO",
"network": "mainnet",
"rpc": [ "rpc": [
"https://rpc.xerom.org" "https://rpc.xerom.org"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "PepChain Churchill", "name": "PepChain Churchill",
"chain": "PEP", "chain": "PEP",
"network": "testnet",
"rpc": [ "rpc": [
"https://churchill-rpc.pepchain.io" "https://churchill-rpc.pepchain.io"
], ],

View File

@ -0,0 +1,25 @@
{
"name": "Kintsugi",
"title": "Kintsugi merge testnet",
"chain": "ETH",
"rpc": [
"https://rpc.kintsugi.themerge.dev"
],
"faucets": [
"https://faucet.kintsugi.themerge.dev"
],
"nativeCurrency": {
"name": "kintsugi Ethere",
"symbol": "kiETH",
"decimals": 18
},
"infoURL": "https://kintsugi.themerge.dev/",
"shortName": "kintsugi",
"chainId": 1337702,
"networkId": 1337702,
"explorers": [{
"name": "kintsugi explorer",
"url": "https://explorer.kintsugi.themerge.dev/",
"standard": "EIP3091"
}]
}

View File

@ -1,7 +1,6 @@
{ {
"name": "Polygon Mainnet", "name": "Polygon Mainnet",
"chain": "Polygon", "chain": "Polygon",
"network": "mainnet",
"rpc": [ "rpc": [
"https://polygon-rpc.com/", "https://polygon-rpc.com/",
"https://rpc-mainnet.matic.network", "https://rpc-mainnet.matic.network",

View File

@ -1,7 +1,6 @@
{ {
"name": "Flare Mainnet", "name": "Flare Mainnet",
"chain": "FLR", "chain": "FLR",
"network": "flare",
"rpc": [ "rpc": [
], ],
"faucets": [ "faucets": [

View File

@ -1,7 +1,6 @@
{ {
"name": "DAX CHAIN", "name": "DAX CHAIN",
"chain": "DAX", "chain": "DAX",
"network": "mainnet",
"rpc": [ "rpc": [
"https://rpc.prodax.io" "https://rpc.prodax.io"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Diode Prenet", "name": "Diode Prenet",
"chain": "DIODE", "chain": "DIODE",
"network": "mainnet",
"rpc": [ "rpc": [
"https://prenet.diode.io:8443/", "https://prenet.diode.io:8443/",
"wss://prenet.diode.io:8443/ws" "wss://prenet.diode.io:8443/ws"

View File

@ -1,7 +1,6 @@
{ {
"name": "Flare Testnet Coston", "name": "Flare Testnet Coston",
"chain": "FLR", "chain": "FLR",
"network": "coston",
"rpc": [ "rpc": [
], ],
"faucets": [ "faucets": [

View File

@ -1,7 +1,6 @@
{ {
"name": "MetaDot Mainnet", "name": "MetaDot Mainnet",
"chain": "MTT", "chain": "MTT",
"network": "mainnet",
"rpc": [ "rpc": [
"https://mainnet.metadot.network" "https://mainnet.metadot.network"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "MetaDot Testnet", "name": "MetaDot Testnet",
"chain": "MTTTest", "chain": "MTTTest",
"network": "devnet",
"rpc": [ "rpc": [
"https://testnet.metadot.network" "https://testnet.metadot.network"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Catecoin Chain Mainnet", "name": "Catecoin Chain Mainnet",
"chain": "Catechain", "chain": "Catechain",
"network": "mainnet",
"rpc": [ "rpc": [
"https://send.catechain.com" "https://send.catechain.com"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Lightstreams Testnet", "name": "Lightstreams Testnet",
"chain": "PHT", "chain": "PHT",
"network": "sirius",
"rpc": [ "rpc": [
"https://node.sirius.lightstreams.io" "https://node.sirius.lightstreams.io"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Atheios", "name": "Atheios",
"chain": "ATH", "chain": "ATH",
"network": "mainnet",
"rpc": [ "rpc": [
"https://wallet.atheios.com:8797" "https://wallet.atheios.com:8797"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Lightstreams Mainnet", "name": "Lightstreams Mainnet",
"chain": "PHT", "chain": "PHT",
"network": "mainnet",
"rpc": [ "rpc": [
"https://node.mainnet.lightstreams.io" "https://node.mainnet.lightstreams.io"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Btachain", "name": "Btachain",
"chain": "btachain", "chain": "btachain",
"network": "mainnet",
"rpc": [ "rpc": [
"https://dataseed1.btachain.com/" "https://dataseed1.btachain.com/"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Harmony Mainnet Shard 0", "name": "Harmony Mainnet Shard 0",
"chain": "Harmony", "chain": "Harmony",
"network": "mainnet",
"rpc": [ "rpc": [
"https://api.harmony.one" "https://api.harmony.one"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Harmony Mainnet Shard 1", "name": "Harmony Mainnet Shard 1",
"chain": "Harmony", "chain": "Harmony",
"network": "mainnet",
"rpc": [ "rpc": [
"https://s1.api.harmony.one" "https://s1.api.harmony.one"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Harmony Mainnet Shard 2", "name": "Harmony Mainnet Shard 2",
"chain": "Harmony", "chain": "Harmony",
"network": "mainnet",
"rpc": [ "rpc": [
"https://s2.api.harmony.one" "https://s2.api.harmony.one"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Harmony Mainnet Shard 3", "name": "Harmony Mainnet Shard 3",
"chain": "Harmony", "chain": "Harmony",
"network": "mainnet",
"rpc": [ "rpc": [
"https://s3.api.harmony.one" "https://s3.api.harmony.one"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Harmony Testnet Shard 0", "name": "Harmony Testnet Shard 0",
"chain": "Harmony", "chain": "Harmony",
"network": "testnet",
"rpc": [ "rpc": [
"https://api.s0.b.hmny.io" "https://api.s0.b.hmny.io"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Harmony Testnet Shard 1", "name": "Harmony Testnet Shard 1",
"chain": "Harmony", "chain": "Harmony",
"network": "testnet",
"rpc": [ "rpc": [
"https://api.s1.b.hmny.io" "https://api.s1.b.hmny.io"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Harmony Testnet Shard 2", "name": "Harmony Testnet Shard 2",
"chain": "Harmony", "chain": "Harmony",
"network": "testnet",
"rpc": [ "rpc": [
"https://api.s2.b.hmny.io" "https://api.s2.b.hmny.io"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Harmony Testnet Shard 3", "name": "Harmony Testnet Shard 3",
"chain": "Harmony", "chain": "Harmony",
"network": "testnet",
"rpc": [ "rpc": [
"https://api.s3.b.hmny.io" "https://api.s3.b.hmny.io"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "ThaiChain 2.0 ThaiFi", "name": "ThaiChain 2.0 ThaiFi",
"chain": "TCH", "chain": "TCH",
"network": "thaifi",
"rpc": [ "rpc": [
"https://rpc.thaifi.com" "https://rpc.thaifi.com"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "HOO Smart Chain Testnet", "name": "HOO Smart Chain Testnet",
"chain": "ETH", "chain": "ETH",
"network": "testnet",
"rpc": [ "rpc": [
"https://http-testnet.hoosmartchain.com" "https://http-testnet.hoosmartchain.com"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Latam-Blockchain Resil Testnet", "name": "Latam-Blockchain Resil Testnet",
"chain": "Resil", "chain": "Resil",
"network": "testnet",
"rpc": [ "rpc": [
"https://rpc.latam-blockchain.com", "https://rpc.latam-blockchain.com",
"wss://ws.latam-blockchain.com" "wss://ws.latam-blockchain.com"

View File

@ -1,7 +1,6 @@
{ {
"name": "ThunderCore Testnet", "name": "ThunderCore Testnet",
"chain": "TST", "chain": "TST",
"network": "testnet",
"rpc": [ "rpc": [
"https://testnet-rpc.thundercore.com" "https://testnet-rpc.thundercore.com"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "IOLite", "name": "IOLite",
"chain": "ILT", "chain": "ILT",
"network": "mainnet",
"rpc": [ "rpc": [
"https://net.iolite.io" "https://net.iolite.io"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Teslafunds", "name": "Teslafunds",
"chain": "TSF", "chain": "TSF",
"network": "mainnet",
"rpc": [ "rpc": [
"https://tsfapi.europool.me" "https://tsfapi.europool.me"
], ],

View File

@ -1,7 +1,6 @@
{ {
"name": "Seele Mainnet", "name": "Seele Mainnet",
"chain": "Seele", "chain": "Seele",
"network": "mainnet",
"rpc": [ "rpc": [
"https://rpc.seelen.pro/" "https://rpc.seelen.pro/"
], ],

View File

@ -0,0 +1,22 @@
{
"name": "BMC Mainnet",
"chain": "BMC",
"rpc": [
"https://mainnet.bmcchain.com/"
],
"faucets": [],
"nativeCurrency": {
"name": "BTM",
"symbol": "BTM",
"decimals": 18
},
"infoURL": "https://bmc.bytom.io/",
"shortName": "BMC",
"chainId": 188,
"networkId": 188,
"explorers": [{
"name": "Blockmeta",
"url": "https://bmc.blockmeta.com/",
"standard": "none"
}]
}

Some files were not shown because too many files have changed in this diff Show More