mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Remove deprecated network field from all chains
This commit is contained in:
parent
8a719d1e86
commit
62ad98d60e
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "SoterOne Mainnet",
|
||||
"chain": "SOTER",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.soter.one"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Ethereum Mainnet",
|
||||
"chain": "ETH",
|
||||
"network": "mainnet",
|
||||
"icon": "ethereum",
|
||||
"rpc": [
|
||||
"https://mainnet.infura.io/v3/${INFURA_API_KEY}",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Optimistic Ethereum",
|
||||
"chain": "ETH",
|
||||
"network": "mainnet",
|
||||
"rpc": ["https://mainnet.optimism.io/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Gnosis Chain (formerly xDai)",
|
||||
"chain": "Gnosis",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.xdaichain.com",
|
||||
"https://xdai.poanetwork.dev",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Smart Bitcoin Cash",
|
||||
"chain": "smartBCH",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://smartbch.greyh.at",
|
||||
"https://rpc-mainnet.smartbch.org",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "QuarkChain Mainnet Root",
|
||||
"chain": "QuarkChain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"http://jrpc.mainnet.quarkchain.io:38391/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "QuarkChain Mainnet Shard 0",
|
||||
"chain": "QuarkChain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"http://eth-jrpc.mainnet.quarkchain.io:39000/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "QuarkChain Mainnet Shard 1",
|
||||
"chain": "QuarkChain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"http://eth-jrpc.mainnet.quarkchain.io:39001/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "QuarkChain Mainnet Shard 2",
|
||||
"chain": "QuarkChain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"http://eth-jrpc.mainnet.quarkchain.io:39002/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "QuarkChain Mainnet Shard 3",
|
||||
"chain": "QuarkChain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"http://eth-jrpc.mainnet.quarkchain.io:39003/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "QuarkChain Mainnet Shard 4",
|
||||
"chain": "QuarkChain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"http://eth-jrpc.mainnet.quarkchain.io:39004/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "QuarkChain Mainnet Shard 5",
|
||||
"chain": "QuarkChain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"http://eth-jrpc.mainnet.quarkchain.io:39005/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "QuarkChain Mainnet Shard 6",
|
||||
"chain": "QuarkChain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"http://eth-jrpc.mainnet.quarkchain.io:39006/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "QuarkChain Mainnet Shard 7",
|
||||
"chain": "QuarkChain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"http://eth-jrpc.mainnet.quarkchain.io:39007/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Smart Bitcoin Cash Testnet",
|
||||
"chain": "smartBCHTest",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://rpc-testnet.smartbch.org",
|
||||
"https://smartbch.devops.cash/testnet"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Klaytn Testnet Baobab",
|
||||
"chain": "KLAY",
|
||||
"network": "baobab",
|
||||
"rpc": [
|
||||
"https://api.baobab.klaytn.net:8651"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Newton Testnet",
|
||||
"chain": "NEW",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://rpc1.newchain.newtonproject.org"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "EtherInc",
|
||||
"chain": "ETI",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://api.einc.io/jsonrpc/mainnet"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Evrice Network",
|
||||
"chain": "EVC",
|
||||
"network": "Evrice",
|
||||
"rpc": [
|
||||
"https://meta.evrice.com"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Blockchain Genesis Mainnet",
|
||||
"chain": "GEN",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://eu.mainnet.xixoio.com",
|
||||
"https://us.mainnet.xixoio.com",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Newton",
|
||||
"chain": "NEW",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://global.rpc.mainnet.newtonproject.org"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Web3Games Testnet",
|
||||
"chain": "Web3Games",
|
||||
"network": "testnet",
|
||||
"rpc": ["https://testnet.web3games.org/evm"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Sakura",
|
||||
"chain": "Sakura",
|
||||
"network": "sakura",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Clover Testnet",
|
||||
"chain": "Clover",
|
||||
"network": "clover testnet",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Clover Mainnet",
|
||||
"chain": "Clover",
|
||||
"network": "clover mainnet",
|
||||
"rpc": [
|
||||
"https://rpc-ivy.clover.finance",
|
||||
"https://rpc-ivy-2.clover.finance",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "BitTorrent Chain Testnet",
|
||||
"chain": "BTTC",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://testrpc.bittorrentchain.io/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Conflux",
|
||||
"chain": "Conflux",
|
||||
"network": "mainnet",
|
||||
"rpc": ["https://ethcore.confluxrpc.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Velas EVM Mainnet",
|
||||
"chain": "Velas",
|
||||
"network": "mainnet",
|
||||
"icon": "velas",
|
||||
"rpc": [
|
||||
"https://evmexplorer.velas.com/rpc",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "ThunderCore Mainnet",
|
||||
"chain": "TT",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://mainnet-rpc.thundercore.com"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Metis Andromeda Mainnet",
|
||||
"chain": "ETH",
|
||||
"network": "mainnet",
|
||||
"rpc": ["https://andromeda.metis.io/?owner=1088"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Metadium Mainnet",
|
||||
"chain": "META",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://api.metadium.com/prod"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Proton Testnet",
|
||||
"chain": "XPR",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://protontestnet.greymass.com/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "QuarkChain Devnet Root",
|
||||
"chain": "QuarkChain",
|
||||
"network": "devnet",
|
||||
"rpc": [
|
||||
"http://jrpc.devnet.quarkchain.io:38391/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "QuarkChain Devnet Shard 0",
|
||||
"chain": "QuarkChain",
|
||||
"network": "devnet",
|
||||
"rpc": [
|
||||
"http://eth-jrpc.devnet.quarkchain.io:39900/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "QuarkChain Devnet Shard 1",
|
||||
"chain": "QuarkChain",
|
||||
"network": "devnet",
|
||||
"rpc": [
|
||||
"http://eth-jrpc.devnet.quarkchain.io:39901/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "QuarkChain Devnet Shard 2",
|
||||
"chain": "QuarkChain",
|
||||
"network": "devnet",
|
||||
"rpc": [
|
||||
"http://eth-jrpc.devnet.quarkchain.io:39902/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "QuarkChain Devnet Shard 3",
|
||||
"chain": "QuarkChain",
|
||||
"network": "devnet",
|
||||
"rpc": [
|
||||
"http://eth-jrpc.devnet.quarkchain.io:39903/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "QuarkChain Devnet Shard 4",
|
||||
"chain": "QuarkChain",
|
||||
"network": "devnet",
|
||||
"rpc": [
|
||||
"http://eth-jrpc.devnet.quarkchain.io:39904/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "QuarkChain Devnet Shard 5",
|
||||
"chain": "QuarkChain",
|
||||
"network": "devnet",
|
||||
"rpc": [
|
||||
"http://eth-jrpc.devnet.quarkchain.io:39905/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "QuarkChain Devnet Shard 6",
|
||||
"chain": "QuarkChain",
|
||||
"network": "devnet",
|
||||
"rpc": [
|
||||
"http://eth-jrpc.devnet.quarkchain.io:39906/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "QuarkChain Devnet Shard 7",
|
||||
"chain": "QuarkChain",
|
||||
"network": "devnet",
|
||||
"rpc": [
|
||||
"http://eth-jrpc.devnet.quarkchain.io:39907/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "EtherLite Chain",
|
||||
"chain": "ETL",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.etherlite.org"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "IPOS Network",
|
||||
"chain": "IPOS",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.iposlab.com",
|
||||
"https://rpc2.iposlab.com"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Palm Testnet",
|
||||
"chain": "Palm",
|
||||
"network": "testnet",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Palm Mainnet",
|
||||
"chain": "Palm",
|
||||
"network": "mainnet",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "MathChain",
|
||||
"chain": "MATH",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://mathchain-asia.maiziqianbao.net/rpc",
|
||||
"https://mathchain-us.maiziqianbao.net/rpc"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "MathChain Testnet",
|
||||
"chain": "MATH",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://galois-hk.maiziqianbao.net/rpc"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Metadium Testnet",
|
||||
"chain": "META",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://api.metadium.com/dev"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "World Trade Technical Chain Mainnet",
|
||||
"chain": "WTT",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.cadaut.com",
|
||||
"wss://rpc.cadaut.com/ws"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Singularity ZERO Testnet",
|
||||
"chain": "ZERO",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://betaenv.singularity.gold:18545"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Singularity ZERO Mainnet",
|
||||
"chain": "ZERO",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://zerorpc.singularity.gold"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Popcateum Mainnet",
|
||||
"chain": "POPCATEUM",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://dataseed.popcateum.org"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Fuse Mainnet",
|
||||
"chain": "FUSE",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.fuse.io"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Fuse Sparknet",
|
||||
"chain": "fuse",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://rpc.fusespark.io"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
"name": "Decentralized Web Mainnet",
|
||||
"shortName": "dwu",
|
||||
"chain": "DWU",
|
||||
"network": "mainnet",
|
||||
"chainId": 124,
|
||||
"networkId": 124,
|
||||
"rpc": ["https://decentralized-web.tech/dw_rpc.php"],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Factory 127 Mainnet",
|
||||
"chain": "FETH",
|
||||
"network": "factory127 mainnet",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Huobi ECO Chain Mainnet",
|
||||
"chain": "Heco",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://http-mainnet.hecochain.com",
|
||||
"wss://ws-mainnet.hecochain.com"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "HALO Mainnet",
|
||||
"chain": "HALO",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://nodes.halo.land"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Moonbeam",
|
||||
"chain": "MOON",
|
||||
"network": "moonbeam",
|
||||
"rpc": [
|
||||
"https://rpc.api.moonbeam.network",
|
||||
"wss://wss.api.moonbeam.network"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Moonriver",
|
||||
"chain": "MOON",
|
||||
"network": "moonriver",
|
||||
"rpc": [
|
||||
"https://rpc.moonriver.moonbeam.network",
|
||||
"wss://wss.moonriver.moonbeam.network"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Moonrock",
|
||||
"chain": "MOON",
|
||||
"network": "moonrock",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Moonbase Alpha",
|
||||
"chain": "MOON",
|
||||
"network": "moonbase",
|
||||
"rpc": [
|
||||
"https://rpc.api.moonbase.moonbeam.network",
|
||||
"wss://wss.api.moonbase.moonbeam.network"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Moonshadow",
|
||||
"chain": "MOON",
|
||||
"network": "moonshadow",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Diode Testnet Staging",
|
||||
"chain": "DIODE",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://staging.diode.io:8443/",
|
||||
"wss://staging.diode.io:8443/ws"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Etho Protocol",
|
||||
"chain": "ETHO",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.ether1.org"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Aurora MainNet",
|
||||
"chain": "NEAR",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://mainnet.aurora.dev"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Aurora TestNet",
|
||||
"chain": "NEAR",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://testnet.aurora.dev/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Aurora BetaNet",
|
||||
"chain": "NEAR",
|
||||
"network": "betanet",
|
||||
"rpc": [
|
||||
"https://betanet.aurora.dev/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Xerom",
|
||||
"chain": "XERO",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.xerom.org"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "PepChain Churchill",
|
||||
"chain": "PEP",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://churchill-rpc.pepchain.io"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
"name": "Kintsugi",
|
||||
"title": "Kintsugi merge testnet",
|
||||
"chain": "ETH",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://rpc.kintsugi.themerge.dev"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Polygon Mainnet",
|
||||
"chain": "Polygon",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://polygon-rpc.com/",
|
||||
"https://rpc-mainnet.matic.network",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Flare Mainnet",
|
||||
"chain": "FLR",
|
||||
"network": "flare",
|
||||
"rpc": [
|
||||
],
|
||||
"faucets": [
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "DAX CHAIN",
|
||||
"chain": "DAX",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.prodax.io"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Diode Prenet",
|
||||
"chain": "DIODE",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://prenet.diode.io:8443/",
|
||||
"wss://prenet.diode.io:8443/ws"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Flare Testnet Coston",
|
||||
"chain": "FLR",
|
||||
"network": "coston",
|
||||
"rpc": [
|
||||
],
|
||||
"faucets": [
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "MetaDot Mainnet",
|
||||
"chain": "MTT",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://mainnet.metadot.network"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "MetaDot Testnet",
|
||||
"chain": "MTTTest",
|
||||
"network": "devnet",
|
||||
"rpc": [
|
||||
"https://testnet.metadot.network"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Catecoin Chain Mainnet",
|
||||
"chain": "Catechain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://send.catechain.com"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Lightstreams Testnet",
|
||||
"chain": "PHT",
|
||||
"network": "sirius",
|
||||
"rpc": [
|
||||
"https://node.sirius.lightstreams.io"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Atheios",
|
||||
"chain": "ATH",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://wallet.atheios.com:8797"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Lightstreams Mainnet",
|
||||
"chain": "PHT",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://node.mainnet.lightstreams.io"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Btachain",
|
||||
"chain": "btachain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://dataseed1.btachain.com/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Harmony Mainnet Shard 0",
|
||||
"chain": "Harmony",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://api.harmony.one"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Harmony Mainnet Shard 1",
|
||||
"chain": "Harmony",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://s1.api.harmony.one"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Harmony Mainnet Shard 2",
|
||||
"chain": "Harmony",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://s2.api.harmony.one"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Harmony Mainnet Shard 3",
|
||||
"chain": "Harmony",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://s3.api.harmony.one"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Harmony Testnet Shard 0",
|
||||
"chain": "Harmony",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://api.s0.b.hmny.io"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Harmony Testnet Shard 1",
|
||||
"chain": "Harmony",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://api.s1.b.hmny.io"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Harmony Testnet Shard 2",
|
||||
"chain": "Harmony",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://api.s2.b.hmny.io"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Harmony Testnet Shard 3",
|
||||
"chain": "Harmony",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://api.s3.b.hmny.io"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "ThaiChain 2.0 ThaiFi",
|
||||
"chain": "TCH",
|
||||
"network": "thaifi",
|
||||
"rpc": [
|
||||
"https://rpc.thaifi.com"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "HOO Smart Chain Testnet",
|
||||
"chain": "ETH",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://http-testnet.hoosmartchain.com"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Latam-Blockchain Resil Testnet",
|
||||
"chain": "Resil",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://rpc.latam-blockchain.com",
|
||||
"wss://ws.latam-blockchain.com"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "ThunderCore Testnet",
|
||||
"chain": "TST",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://testnet-rpc.thundercore.com"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "IOLite",
|
||||
"chain": "ILT",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://net.iolite.io"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Teslafunds",
|
||||
"chain": "TSF",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://tsfapi.europool.me"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Seele Mainnet",
|
||||
"chain": "Seele",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.seelen.pro/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "BMC Mainnet",
|
||||
"chain": "BMC",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://mainnet.bmcchain.com/"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "BMC Testnet",
|
||||
"chain": "BMC",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://testnet.bmcchain.com"
|
||||
],
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user