Added Prettier and formatted existing JSON files (#1501)

* Added Prettier and formatted existing JSON files

* fixed one more json file
This commit is contained in:
Ashutosh Kumar 2022-08-27 22:50:08 +05:30 committed by GitHub
parent c15affacbf
commit fb49612d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
544 changed files with 4243 additions and 4753 deletions

7
.prettierignore Normal file
View File

@ -0,0 +1,7 @@
# Using Prettier for JSON files only in _data
# Command to format all existing JSON files
# npx prettier --write --ignore-unknown _data
model
processor

6
.prettierrc.json Normal file
View File

@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": false
}

View File

@ -22,9 +22,11 @@
"ens": { "ens": {
"registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e" "registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
}, },
"explorers": [{ "explorers": [
{
"name": "etherscan", "name": "etherscan",
"url": "https://etherscan.io", "url": "https://etherscan.io",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -13,9 +13,11 @@
"chainId": 10, "chainId": 10,
"networkId": 10, "networkId": 10,
"explorers": [{ "explorers": [
{
"name": "etherscan", "name": "etherscan",
"url": "https://optimistic.etherscan.io", "url": "https://optimistic.etherscan.io",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -9,7 +9,12 @@
"https://gnosis-mainnet.public.blastapi.io", "https://gnosis-mainnet.public.blastapi.io",
"wss://rpc.gnosischain.com/wss" "wss://rpc.gnosischain.com/wss"
], ],
"faucets": ["https://gnosisfaucet.com", "https://faucet.gimlu.com/gnosis", "https://stakely.io/faucet/gnosis-chain-xdai", "https://faucet.prussia.dev/xdai"], "faucets": [
"https://gnosisfaucet.com",
"https://faucet.gimlu.com/gnosis",
"https://stakely.io/faucet/gnosis-chain-xdai",
"https://faucet.prussia.dev/xdai"
],
"nativeCurrency": { "nativeCurrency": {
"name": "xDAI", "name": "xDAI",
"symbol": "xDAI", "symbol": "xDAI",
@ -20,7 +25,8 @@
"chainId": 100, "chainId": 100,
"networkId": 100, "networkId": 100,
"slip44": 700, "slip44": 700,
"explorers": [{ "explorers": [
{
"name": "gnosisscan", "name": "gnosisscan",
"url": "https://gnosisscan.io", "url": "https://gnosisscan.io",
"icon": "gnosisscan", "icon": "gnosisscan",
@ -31,5 +37,6 @@
"url": "https://blockscout.com/xdai/mainnet", "url": "https://blockscout.com/xdai/mainnet",
"icon": "blockscout", "icon": "blockscout",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -1,9 +1,7 @@
{ {
"name": "GTON Mainnet", "name": "GTON Mainnet",
"chain": "GTON", "chain": "GTON",
"rpc": [ "rpc": ["https://rpc.gton.network/"],
"https://rpc.gton.network/"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "GCD", "name": "GCD",

View File

@ -1,11 +1,8 @@
{ {
"name": "QuarkChain Mainnet Root", "name": "QuarkChain Mainnet Root",
"chain": "QuarkChain", "chain": "QuarkChain",
"rpc": [ "rpc": ["http://jrpc.mainnet.quarkchain.io:38391"],
"http://jrpc.mainnet.quarkchain.io:38391" "faucets": [],
],
"faucets": [
],
"nativeCurrency": { "nativeCurrency": {
"name": "QKC", "name": "QKC",
"symbol": "QKC", "symbol": "QKC",

View File

@ -5,8 +5,7 @@
"https://mainnet-s0-ethapi.quarkchain.io", "https://mainnet-s0-ethapi.quarkchain.io",
"http://eth-jrpc.mainnet.quarkchain.io:39000" "http://eth-jrpc.mainnet.quarkchain.io:39000"
], ],
"faucets": [ "faucets": [],
],
"nativeCurrency": { "nativeCurrency": {
"name": "QKC", "name": "QKC",
"symbol": "QKC", "symbol": "QKC",
@ -20,9 +19,11 @@
"chain": "eip155-100000", "chain": "eip155-100000",
"type": "shard" "type": "shard"
}, },
"explorers": [{ "explorers": [
{
"name": "quarkchain-mainnet", "name": "quarkchain-mainnet",
"url": "https://mainnet.quarkchain.io/0", "url": "https://mainnet.quarkchain.io/0",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -5,8 +5,7 @@
"https://mainnet-s1-ethapi.quarkchain.io", "https://mainnet-s1-ethapi.quarkchain.io",
"http://eth-jrpc.mainnet.quarkchain.io:39001" "http://eth-jrpc.mainnet.quarkchain.io:39001"
], ],
"faucets": [ "faucets": [],
],
"nativeCurrency": { "nativeCurrency": {
"name": "QKC", "name": "QKC",
"symbol": "QKC", "symbol": "QKC",
@ -20,9 +19,11 @@
"chain": "eip155-100000", "chain": "eip155-100000",
"type": "shard" "type": "shard"
}, },
"explorers": [{ "explorers": [
{
"name": "quarkchain-mainnet", "name": "quarkchain-mainnet",
"url": "https://mainnet.quarkchain.io/1", "url": "https://mainnet.quarkchain.io/1",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -5,8 +5,7 @@
"https://mainnet-s2-ethapi.quarkchain.io", "https://mainnet-s2-ethapi.quarkchain.io",
"http://eth-jrpc.mainnet.quarkchain.io:39002" "http://eth-jrpc.mainnet.quarkchain.io:39002"
], ],
"faucets": [ "faucets": [],
],
"nativeCurrency": { "nativeCurrency": {
"name": "QKC", "name": "QKC",
"symbol": "QKC", "symbol": "QKC",
@ -20,9 +19,11 @@
"chain": "eip155-100000", "chain": "eip155-100000",
"type": "shard" "type": "shard"
}, },
"explorers": [{ "explorers": [
{
"name": "quarkchain-mainnet", "name": "quarkchain-mainnet",
"url": "https://mainnet.quarkchain.io/2", "url": "https://mainnet.quarkchain.io/2",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -5,8 +5,7 @@
"https://mainnet-s3-ethapi.quarkchain.io", "https://mainnet-s3-ethapi.quarkchain.io",
"http://eth-jrpc.mainnet.quarkchain.io:39003" "http://eth-jrpc.mainnet.quarkchain.io:39003"
], ],
"faucets": [ "faucets": [],
],
"nativeCurrency": { "nativeCurrency": {
"name": "QKC", "name": "QKC",
"symbol": "QKC", "symbol": "QKC",
@ -20,9 +19,11 @@
"chain": "eip155-100000", "chain": "eip155-100000",
"type": "shard" "type": "shard"
}, },
"explorers": [{ "explorers": [
{
"name": "quarkchain-mainnet", "name": "quarkchain-mainnet",
"url": "https://mainnet.quarkchain.io/3", "url": "https://mainnet.quarkchain.io/3",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -5,8 +5,7 @@
"https://mainnet-s4-ethapi.quarkchain.io", "https://mainnet-s4-ethapi.quarkchain.io",
"http://eth-jrpc.mainnet.quarkchain.io:39004" "http://eth-jrpc.mainnet.quarkchain.io:39004"
], ],
"faucets": [ "faucets": [],
],
"nativeCurrency": { "nativeCurrency": {
"name": "QKC", "name": "QKC",
"symbol": "QKC", "symbol": "QKC",
@ -20,9 +19,11 @@
"chain": "eip155-100000", "chain": "eip155-100000",
"type": "shard" "type": "shard"
}, },
"explorers": [{ "explorers": [
{
"name": "quarkchain-mainnet", "name": "quarkchain-mainnet",
"url": "https://mainnet.quarkchain.io/4", "url": "https://mainnet.quarkchain.io/4",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -5,8 +5,7 @@
"https://mainnet-s5-ethapi.quarkchain.io", "https://mainnet-s5-ethapi.quarkchain.io",
"http://eth-jrpc.mainnet.quarkchain.io:39005" "http://eth-jrpc.mainnet.quarkchain.io:39005"
], ],
"faucets": [ "faucets": [],
],
"nativeCurrency": { "nativeCurrency": {
"name": "QKC", "name": "QKC",
"symbol": "QKC", "symbol": "QKC",
@ -20,9 +19,11 @@
"chain": "eip155-100000", "chain": "eip155-100000",
"type": "shard" "type": "shard"
}, },
"explorers": [{ "explorers": [
{
"name": "quarkchain-mainnet", "name": "quarkchain-mainnet",
"url": "https://mainnet.quarkchain.io/5", "url": "https://mainnet.quarkchain.io/5",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -5,8 +5,7 @@
"https://mainnet-s6-ethapi.quarkchain.io", "https://mainnet-s6-ethapi.quarkchain.io",
"http://eth-jrpc.mainnet.quarkchain.io:39006" "http://eth-jrpc.mainnet.quarkchain.io:39006"
], ],
"faucets": [ "faucets": [],
],
"nativeCurrency": { "nativeCurrency": {
"name": "QKC", "name": "QKC",
"symbol": "QKC", "symbol": "QKC",
@ -20,9 +19,11 @@
"chain": "eip155-100000", "chain": "eip155-100000",
"type": "shard" "type": "shard"
}, },
"explorers": [{ "explorers": [
{
"name": "quarkchain-mainnet", "name": "quarkchain-mainnet",
"url": "https://mainnet.quarkchain.io/6", "url": "https://mainnet.quarkchain.io/6",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -5,8 +5,7 @@
"https://mainnet-s7-ethapi.quarkchain.io", "https://mainnet-s7-ethapi.quarkchain.io",
"http://eth-jrpc.mainnet.quarkchain.io:39007" "http://eth-jrpc.mainnet.quarkchain.io:39007"
], ],
"faucets": [ "faucets": [],
],
"nativeCurrency": { "nativeCurrency": {
"name": "QKC", "name": "QKC",
"symbol": "QKC", "symbol": "QKC",
@ -20,9 +19,11 @@
"chain": "eip155-100000", "chain": "eip155-100000",
"type": "shard" "type": "shard"
}, },
"explorers": [{ "explorers": [
{
"name": "quarkchain-mainnet", "name": "quarkchain-mainnet",
"url": "https://mainnet.quarkchain.io/7", "url": "https://mainnet.quarkchain.io/7",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

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

View File

@ -3,9 +3,7 @@
"chain": "CHI", "chain": "CHI",
"network": "testnet", "network": "testnet",
"icon": "gnosis", "icon": "gnosis",
"rpc": [ "rpc": ["https://rpc-chiado.gnosistestnet.com"],
"https://rpc-chiado.gnosistestnet.com"
],
"faucets": ["https://gnosisfaucet.com"], "faucets": ["https://gnosisfaucet.com"],
"nativeCurrency": { "nativeCurrency": {
"name": "Chiado xDAI", "name": "Chiado xDAI",
@ -16,10 +14,12 @@
"shortName": "chi", "shortName": "chi",
"chainId": 100100, "chainId": 100100,
"networkId": 100100, "networkId": 100100,
"explorers": [{ "explorers": [
{
"name": "blockscout", "name": "blockscout",
"url": "https://blockscout-chiado.gnosistestnet.com", "url": "https://blockscout-chiado.gnosistestnet.com",
"icon": "blockscout", "icon": "blockscout",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -2,9 +2,7 @@
"name": "Gon Chain", "name": "Gon Chain",
"chain": "GonChain", "chain": "GonChain",
"icon": "gonchain", "icon": "gonchain",
"rpc": [ "rpc": ["https://node1.testnet.gaiaopen.network"],
"https://node1.testnet.gaiaopen.network"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Gon Token", "name": "Gon Token",
@ -15,9 +13,11 @@
"shortName": "gon", "shortName": "gon",
"chainId": 10024, "chainId": 10024,
"networkId": 10024, "networkId": 10024,
"explorers": [{ "explorers": [
{
"name": "Gon Explorer", "name": "Gon Explorer",
"url": "https://gonscan.com", "url": "https://gonscan.com",
"standard": "none" "standard": "none"
}] }
]
} }

View File

@ -2,9 +2,7 @@
"name": "Plian Testnet Subchain 1", "name": "Plian Testnet Subchain 1",
"chain": "Plian", "chain": "Plian",
"network": "testnet", "network": "testnet",
"rpc": [ "rpc": ["https://testnet.plian.io/child_test"],
"https://testnet.plian.io/child_test"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Plian Token", "name": "Plian Token",
@ -15,11 +13,13 @@
"shortName": "plian-testnet-l2", "shortName": "plian-testnet-l2",
"chainId": 10067275, "chainId": 10067275,
"networkId": 10067275, "networkId": 10067275,
"explorers": [{ "explorers": [
{
"name": "piscan", "name": "piscan",
"url": "https://testnet.plian.org/child_test", "url": "https://testnet.plian.org/child_test",
"standard": "EIP3091" "standard": "EIP3091"
}], }
],
"parent": { "parent": {
"chain": "eip155-16658437", "chain": "eip155-16658437",
"type": "L2" "type": "L2"

View File

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

View File

@ -2,11 +2,8 @@
"name": "Eurus Mainnet", "name": "Eurus Mainnet",
"chain": "EUN", "chain": "EUN",
"network": "eurus", "network": "eurus",
"rpc":[ "rpc": ["https://mainnet.eurus.network/"],
"https://mainnet.eurus.network/" "faucets": [],
],
"faucets":[
],
"nativeCurrency": { "nativeCurrency": {
"name": "Eurus", "name": "Eurus",
"symbol": "EUN", "symbol": "EUN",

View File

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

View File

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

View File

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

View File

@ -1,9 +1,7 @@
{ {
"name": "CLV Parachain", "name": "CLV Parachain",
"chain": "CLV", "chain": "CLV",
"rpc": [ "rpc": ["https://api-para.clover.finance"],
"https://api-para.clover.finance"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "CLV", "name": "CLV",

View File

@ -1,9 +1,7 @@
{ {
"name": "BitTorrent Chain Testnet", "name": "BitTorrent Chain Testnet",
"chain": "BTTC", "chain": "BTTC",
"rpc": [ "rpc": ["https://testrpc.bittorrentchain.io/"],
"https://testrpc.bittorrentchain.io/"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "BitTorrent", "name": "BitTorrent",
@ -14,9 +12,11 @@
"shortName": "tbtt", "shortName": "tbtt",
"chainId": 1028, "chainId": 1028,
"networkId": 1028, "networkId": 1028,
"explorers": [{ "explorers": [
{
"name": "testbttcscan", "name": "testbttcscan",
"url": "https://testscan.bittorrentchain.io", "url": "https://testscan.bittorrentchain.io",
"standard": "none" "standard": "none"
}] }
]
} }

View File

@ -2,10 +2,7 @@
"name": "Crystaleum", "name": "Crystaleum",
"chain": "crystal", "chain": "crystal",
"network": "mainnet", "network": "mainnet",
"rpc": [ "rpc": ["https://evm.cryptocurrencydevs.org", "https://rpc.crystaleum.org"],
"https://evm.cryptocurrencydevs.org",
"https://rpc.crystaleum.org"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "CRFI", "name": "CRFI",
@ -17,10 +14,12 @@
"chainId": 103090, "chainId": 103090,
"networkId": 1, "networkId": 1,
"icon": "crystal", "icon": "crystal",
"explorers": [{ "explorers": [
{
"name": "blockscout", "name": "blockscout",
"url": "https://scan.crystaleum.org", "url": "https://scan.crystaleum.org",
"icon": "crystal", "icon": "crystal",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -2,9 +2,7 @@
"name": "Kaiba Lightning Chain Testnet", "name": "Kaiba Lightning Chain Testnet",
"chain": "tKLC", "chain": "tKLC",
"network": "testnet", "network": "testnet",
"rpc": [ "rpc": ["https://klc.live/"],
"https://klc.live/"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Kaiba Testnet Token", "name": "Kaiba Testnet Token",
@ -16,10 +14,12 @@
"chainId": 104, "chainId": 104,
"networkId": 104, "networkId": 104,
"icon": "kaiba", "icon": "kaiba",
"explorers": [{ "explorers": [
{
"name": "kaibascan", "name": "kaibascan",
"url": "https://kaibascan.io", "url": "https://kaibascan.io",
"icon": "kaibascan", "icon": "kaibascan",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -13,9 +13,11 @@
"shortName": "dw3g", "shortName": "dw3g",
"chainId": 105, "chainId": 105,
"networkId": 105, "networkId": 105,
"explorers": [{ "explorers": [
{
"name": "Web3Games Explorer", "name": "Web3Games Explorer",
"url": "https://explorer-devnet.web3games.org", "url": "https://explorer-devnet.web3games.org",
"standard": "none" "standard": "none"
}] }
]
} }

View File

@ -16,9 +16,11 @@
"shortName": "vlx", "shortName": "vlx",
"chainId": 106, "chainId": 106,
"networkId": 106, "networkId": 106,
"explorers": [{ "explorers": [
{
"name": "Velas Explorer", "name": "Velas Explorer",
"url": "https://evmexplorer.velas.com", "url": "https://evmexplorer.velas.com",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -2,12 +2,8 @@
"name": "Nebula Testnet", "name": "Nebula Testnet",
"chain": "NTN", "chain": "NTN",
"icon": "nebulatestnet", "icon": "nebulatestnet",
"rpc": [ "rpc": ["https://testnet.rpc.novanetwork.io:9070"],
"https://testnet.rpc.novanetwork.io:9070" "faucets": ["https://faucet.novanetwork.io"],
],
"faucets": [
"https://faucet.novanetwork.io"
],
"nativeCurrency": { "nativeCurrency": {
"name": "Nebula X", "name": "Nebula X",
"symbol": "NBX", "symbol": "NBX",
@ -17,9 +13,11 @@
"shortName": "ntn", "shortName": "ntn",
"chainId": 107, "chainId": 107,
"networkId": 107, "networkId": 107,
"explorers": [{ "explorers": [
{
"name": "nebulatestnet", "name": "nebulatestnet",
"url": "https://explorer.novanetwork.io", "url": "https://explorer.novanetwork.io",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -6,9 +6,7 @@
"https://mainnet-rpc.thundertoken.net", "https://mainnet-rpc.thundertoken.net",
"https://mainnet-rpc.thundercore.io" "https://mainnet-rpc.thundercore.io"
], ],
"faucets": [ "faucets": ["https://faucet.thundercore.com"],
"https://faucet.thundercore.com"
],
"nativeCurrency": { "nativeCurrency": {
"name": "ThunderCore Token", "name": "ThunderCore Token",
"symbol": "TT", "symbol": "TT",

View File

@ -24,4 +24,3 @@
} }
] ]
} }

View File

@ -18,9 +18,11 @@
"shortName": "bro", "shortName": "bro",
"chainId": 108801, "chainId": 108801,
"networkId": 108801, "networkId": 108801,
"explorers": [{ "explorers": [
{
"name": "BROChain Explorer", "name": "BROChain Explorer",
"url": "https://explorer.brochain.org", "url": "https://explorer.brochain.org",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -18,10 +18,12 @@
"shortName": "quadrans", "shortName": "quadrans",
"chainId": 10946, "chainId": 10946,
"networkId": 10946, "networkId": 10946,
"explorers": [{ "explorers": [
{
"name": "explorer", "name": "explorer",
"url": "https://explorer.quadrans.io", "url": "https://explorer.quadrans.io",
"icon": "quadrans", "icon": "quadrans",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -3,13 +3,8 @@
"chain": "tQDC", "chain": "tQDC",
"network": "testnet", "network": "testnet",
"icon": "quadrans", "icon": "quadrans",
"rpc": [ "rpc": ["https://rpctest.quadrans.io", "https://rpctest2.quadrans.io"],
"https://rpctest.quadrans.io", "faucets": ["https://faucetpage.quadrans.io"],
"https://rpctest2.quadrans.io"
],
"faucets": [
"https://faucetpage.quadrans.io"
],
"nativeCurrency": { "nativeCurrency": {
"name": "Quadrans Testnet Coin", "name": "Quadrans Testnet Coin",
"symbol": "tQDC", "symbol": "tQDC",
@ -19,10 +14,12 @@
"shortName": "quadranstestnet", "shortName": "quadranstestnet",
"chainId": 10947, "chainId": 10947,
"networkId": 10947, "networkId": 10947,
"explorers": [{ "explorers": [
{
"name": "explorer", "name": "explorer",
"url": "https://explorer.testnet.quadrans.io", "url": "https://explorer.testnet.quadrans.io",
"icon": "quadrans", "icon": "quadrans",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -1,9 +1,7 @@
{ {
"name": "Metadium Mainnet", "name": "Metadium Mainnet",
"chain": "META", "chain": "META",
"rpc": [ "rpc": ["https://api.metadium.com/prod"],
"https://api.metadium.com/prod"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Metadium Mainnet Ether", "name": "Metadium Mainnet Ether",

View File

@ -1,11 +1,8 @@
{ {
"name": "Proton Testnet", "name": "Proton Testnet",
"chain": "XPR", "chain": "XPR",
"rpc": [ "rpc": ["https://protontestnet.greymass.com/"],
"https://protontestnet.greymass.com/" "faucets": [],
],
"faucets": [
],
"nativeCurrency": { "nativeCurrency": {
"name": "Proton", "name": "Proton",
"symbol": "XPR", "symbol": "XPR",

View File

@ -1,11 +1,8 @@
{ {
"name": "QuarkChain Devnet Root", "name": "QuarkChain Devnet Root",
"chain": "QuarkChain", "chain": "QuarkChain",
"rpc": [ "rpc": ["http://jrpc.devnet.quarkchain.io:38391"],
"http://jrpc.devnet.quarkchain.io:38391" "faucets": [],
],
"faucets": [
],
"nativeCurrency": { "nativeCurrency": {
"name": "QKC", "name": "QKC",
"symbol": "QKC", "symbol": "QKC",

View File

@ -5,8 +5,7 @@
"https://devnet-s0-ethapi.quarkchain.io", "https://devnet-s0-ethapi.quarkchain.io",
"http://eth-jrpc.devnet.quarkchain.io:39900" "http://eth-jrpc.devnet.quarkchain.io:39900"
], ],
"faucets": [ "faucets": [],
],
"nativeCurrency": { "nativeCurrency": {
"name": "QKC", "name": "QKC",
"symbol": "QKC", "symbol": "QKC",
@ -20,9 +19,11 @@
"chain": "eip155-110000", "chain": "eip155-110000",
"type": "shard" "type": "shard"
}, },
"explorers": [{ "explorers": [
{
"name": "quarkchain-devnet", "name": "quarkchain-devnet",
"url": "https://devnet.quarkchain.io/0", "url": "https://devnet.quarkchain.io/0",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -5,8 +5,7 @@
"https://devnet-s1-ethapi.quarkchain.io", "https://devnet-s1-ethapi.quarkchain.io",
"http://eth-jrpc.devnet.quarkchain.io:39901" "http://eth-jrpc.devnet.quarkchain.io:39901"
], ],
"faucets": [ "faucets": [],
],
"nativeCurrency": { "nativeCurrency": {
"name": "QKC", "name": "QKC",
"symbol": "QKC", "symbol": "QKC",
@ -20,9 +19,11 @@
"chain": "eip155-110000", "chain": "eip155-110000",
"type": "shard" "type": "shard"
}, },
"explorers": [{ "explorers": [
{
"name": "quarkchain-devnet", "name": "quarkchain-devnet",
"url": "https://devnet.quarkchain.io/1", "url": "https://devnet.quarkchain.io/1",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -5,8 +5,7 @@
"https://devnet-s2-ethapi.quarkchain.io", "https://devnet-s2-ethapi.quarkchain.io",
"http://eth-jrpc.devnet.quarkchain.io:39902" "http://eth-jrpc.devnet.quarkchain.io:39902"
], ],
"faucets": [ "faucets": [],
],
"nativeCurrency": { "nativeCurrency": {
"name": "QKC", "name": "QKC",
"symbol": "QKC", "symbol": "QKC",
@ -20,9 +19,11 @@
"chain": "eip155-110000", "chain": "eip155-110000",
"type": "shard" "type": "shard"
}, },
"explorers": [{ "explorers": [
{
"name": "quarkchain-devnet", "name": "quarkchain-devnet",
"url": "https://devnet.quarkchain.io/2", "url": "https://devnet.quarkchain.io/2",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -5,8 +5,7 @@
"https://devnet-s3-ethapi.quarkchain.io", "https://devnet-s3-ethapi.quarkchain.io",
"http://eth-jrpc.devnet.quarkchain.io:39903" "http://eth-jrpc.devnet.quarkchain.io:39903"
], ],
"faucets": [ "faucets": [],
],
"nativeCurrency": { "nativeCurrency": {
"name": "QKC", "name": "QKC",
"symbol": "QKC", "symbol": "QKC",
@ -20,9 +19,11 @@
"chain": "eip155-110000", "chain": "eip155-110000",
"type": "shard" "type": "shard"
}, },
"explorers": [{ "explorers": [
{
"name": "quarkchain-devnet", "name": "quarkchain-devnet",
"url": "https://devnet.quarkchain.io/3", "url": "https://devnet.quarkchain.io/3",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -5,8 +5,7 @@
"https://devnet-s4-ethapi.quarkchain.io", "https://devnet-s4-ethapi.quarkchain.io",
"http://eth-jrpc.devnet.quarkchain.io:39904" "http://eth-jrpc.devnet.quarkchain.io:39904"
], ],
"faucets": [ "faucets": [],
],
"nativeCurrency": { "nativeCurrency": {
"name": "QKC", "name": "QKC",
"symbol": "QKC", "symbol": "QKC",
@ -20,9 +19,11 @@
"chain": "eip155-110000", "chain": "eip155-110000",
"type": "shard" "type": "shard"
}, },
"explorers": [{ "explorers": [
{
"name": "quarkchain-devnet", "name": "quarkchain-devnet",
"url": "https://devnet.quarkchain.io/4", "url": "https://devnet.quarkchain.io/4",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -5,8 +5,7 @@
"https://devnet-s5-ethapi.quarkchain.io", "https://devnet-s5-ethapi.quarkchain.io",
"http://eth-jrpc.devnet.quarkchain.io:39905" "http://eth-jrpc.devnet.quarkchain.io:39905"
], ],
"faucets": [ "faucets": [],
],
"nativeCurrency": { "nativeCurrency": {
"name": "QKC", "name": "QKC",
"symbol": "QKC", "symbol": "QKC",
@ -20,9 +19,11 @@
"chain": "eip155-110000", "chain": "eip155-110000",
"type": "shard" "type": "shard"
}, },
"explorers": [{ "explorers": [
{
"name": "quarkchain-devnet", "name": "quarkchain-devnet",
"url": "https://devnet.quarkchain.io/5", "url": "https://devnet.quarkchain.io/5",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -5,8 +5,7 @@
"https://devnet-s6-ethapi.quarkchain.io", "https://devnet-s6-ethapi.quarkchain.io",
"http://eth-jrpc.devnet.quarkchain.io:39906" "http://eth-jrpc.devnet.quarkchain.io:39906"
], ],
"faucets": [ "faucets": [],
],
"nativeCurrency": { "nativeCurrency": {
"name": "QKC", "name": "QKC",
"symbol": "QKC", "symbol": "QKC",
@ -20,9 +19,11 @@
"chain": "eip155-110000", "chain": "eip155-110000",
"type": "shard" "type": "shard"
}, },
"explorers": [{ "explorers": [
{
"name": "quarkchain-devnet", "name": "quarkchain-devnet",
"url": "https://devnet.quarkchain.io/6", "url": "https://devnet.quarkchain.io/6",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -5,8 +5,7 @@
"https://devnet-s7-ethapi.quarkchain.io", "https://devnet-s7-ethapi.quarkchain.io",
"http://eth-jrpc.devnet.quarkchain.io:39907" "http://eth-jrpc.devnet.quarkchain.io:39907"
], ],
"faucets": [ "faucets": [],
],
"nativeCurrency": { "nativeCurrency": {
"name": "QKC", "name": "QKC",
"symbol": "QKC", "symbol": "QKC",
@ -20,9 +19,11 @@
"chain": "eip155-110000", "chain": "eip155-110000",
"type": "shard" "type": "shard"
}, },
"explorers": [{ "explorers": [
{
"name": "quarkchain-devnet", "name": "quarkchain-devnet",
"url": "https://devnet.quarkchain.io/7", "url": "https://devnet.quarkchain.io/7",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -1,12 +1,8 @@
{ {
"name": "EtherLite Chain", "name": "EtherLite Chain",
"chain": "ETL", "chain": "ETL",
"rpc": [ "rpc": ["https://rpc.etherlite.org"],
"https://rpc.etherlite.org" "faucets": ["https://etherlite.org/faucets"],
],
"faucets": [
"https://etherlite.org/faucets"
],
"nativeCurrency": { "nativeCurrency": {
"name": "EtherLite", "name": "EtherLite",
"symbol": "ETL", "symbol": "ETL",

View File

@ -2,12 +2,8 @@
"name": "WAGMI", "name": "WAGMI",
"chain": "WAGMI", "chain": "WAGMI",
"icon": "wagmi", "icon": "wagmi",
"rpc": [ "rpc": ["https://subnets.avax.network/wagmi/wagmi-chain-testnet/rpc"],
"https://subnets.avax.network/wagmi/wagmi-chain-testnet/rpc" "faucets": ["https://faucet.trywagmi.xyz"],
],
"faucets": [
"https://faucet.trywagmi.xyz"
],
"nativeCurrency": { "nativeCurrency": {
"name": "WAGMI", "name": "WAGMI",
"symbol": "WGM", "symbol": "WGM",

View File

@ -1,13 +1,8 @@
{ {
"name": "WEMIX3.0 Testnet", "name": "WEMIX3.0 Testnet",
"chain": "TWEMIX", "chain": "TWEMIX",
"rpc": [ "rpc": ["https://api.test.wemix.com", "wss://ws.test.wemi.com"],
"https://api.test.wemix.com", "faucets": ["https://wallet.test.wemix.com/faucet"],
"wss://ws.test.wemi.com"
],
"faucets": [
"https://wallet.test.wemix.com/faucet"
],
"nativeCurrency": { "nativeCurrency": {
"name": "TestnetWEMIX", "name": "TestnetWEMIX",
"symbol": "tWEMIX", "symbol": "tWEMIX",
@ -17,9 +12,11 @@
"shortName": "twemix", "shortName": "twemix",
"chainId": 1112, "chainId": 1112,
"networkId": 1112, "networkId": 1112,
"explorers": [{ "explorers": [
{
"name": "WEMIX Testnet Microscope", "name": "WEMIX Testnet Microscope",
"url": "https://microscope.test.wemix.com", "url": "https://microscope.test.wemix.com",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -10,9 +10,7 @@
"https://rpc.sepolia.org", "https://rpc.sepolia.org",
"https://rpc-sepolia.rockx.com" "https://rpc-sepolia.rockx.com"
], ],
"faucets": [ "faucets": ["http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"],
"http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"
],
"nativeCurrency": { "nativeCurrency": {
"name": "Sepolia Ether", "name": "Sepolia Ether",
"symbol": "SEP", "symbol": "SEP",

View File

@ -1,10 +1,7 @@
{ {
"name": "IPOS Network", "name": "IPOS Network",
"chain": "IPOS", "chain": "IPOS",
"rpc": [ "rpc": ["https://rpc.iposlab.com", "https://rpc2.iposlab.com"],
"https://rpc.iposlab.com",
"https://rpc2.iposlab.com"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "IPOS Network Ether", "name": "IPOS Network Ether",

View File

@ -2,9 +2,7 @@
"name": "Palm Testnet", "name": "Palm Testnet",
"chain": "Palm", "chain": "Palm",
"icon": "palm", "icon": "palm",
"rpc": [ "rpc": ["https://palm-testnet.infura.io/v3/${INFURA_API_KEY}"],
"https://palm-testnet.infura.io/v3/${INFURA_API_KEY}"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "PALM", "name": "PALM",
@ -15,10 +13,12 @@
"shortName": "tpalm", "shortName": "tpalm",
"chainId": 11297108099, "chainId": 11297108099,
"networkId": 11297108099, "networkId": 11297108099,
"explorers": [{ "explorers": [
{
"name": "Palm Testnet Explorer", "name": "Palm Testnet Explorer",
"url": "https://explorer.palm-uat.xyz", "url": "https://explorer.palm-uat.xyz",
"standard": "EIP3091", "standard": "EIP3091",
"icon": "palm" "icon": "palm"
}] }
]
} }

View File

@ -2,9 +2,7 @@
"name": "Palm", "name": "Palm",
"chain": "Palm", "chain": "Palm",
"icon": "palm", "icon": "palm",
"rpc": [ "rpc": ["https://palm-mainnet.infura.io/v3/${INFURA_API_KEY}"],
"https://palm-mainnet.infura.io/v3/${INFURA_API_KEY}"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "PALM", "name": "PALM",
@ -15,10 +13,12 @@
"shortName": "palm", "shortName": "palm",
"chainId": 11297108109, "chainId": 11297108109,
"networkId": 11297108109, "networkId": 11297108109,
"explorers": [{ "explorers": [
{
"name": "Palm Explorer", "name": "Palm Explorer",
"url": "https://explorer.palm.io", "url": "https://explorer.palm.io",
"standard": "EIP3091", "standard": "EIP3091",
"icon": "palm" "icon": "palm"
}] }
]
} }

View File

@ -1,12 +1,8 @@
{ {
"name": "MathChain Testnet", "name": "MathChain Testnet",
"chain": "MATH", "chain": "MATH",
"rpc": [ "rpc": ["https://galois-hk.maiziqianbao.net/rpc"],
"https://galois-hk.maiziqianbao.net/rpc" "faucets": ["https://scan.boka.network/#/Galois/faucet"],
],
"faucets": [
"https://scan.boka.network/#/Galois/faucet"
],
"nativeCurrency": { "nativeCurrency": {
"name": "MathChain", "name": "MathChain",
"symbol": "MATH", "symbol": "MATH",

View File

@ -2,9 +2,7 @@
"name": "Shyft Testnet", "name": "Shyft Testnet",
"chain": "SHYFTT", "chain": "SHYFTT",
"icon": "shyft", "icon": "shyft",
"rpc": [ "rpc": ["https://rpc.testnet.shyft.network/"],
"https://rpc.testnet.shyft.network/"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Shyft Test Token", "name": "Shyft Test Token",
@ -15,9 +13,11 @@
"shortName": "shyftt", "shortName": "shyftt",
"chainId": 11437, "chainId": 11437,
"networkId": 11437, "networkId": 11437,
"explorers": [{ "explorers": [
{
"name": "Shyft Testnet BX", "name": "Shyft Testnet BX",
"url": "https://bx.testnet.shyft.network", "url": "https://bx.testnet.shyft.network",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -1,9 +1,7 @@
{ {
"name": "SanR Chain", "name": "SanR Chain",
"chain": "SanRChain", "chain": "SanRChain",
"rpc": [ "rpc": ["https://sanrchain-node.santiment.net"],
"https://sanrchain-node.santiment.net"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "nSAN", "name": "nSAN",

View File

@ -22,4 +22,3 @@
} }
] ]
} }

View File

@ -1,9 +1,7 @@
{ {
"name": "Metadium Testnet", "name": "Metadium Testnet",
"chain": "META", "chain": "META",
"rpc": [ "rpc": ["https://api.metadium.com/dev"],
"https://api.metadium.com/dev"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Metadium Testnet Ether", "name": "Metadium Testnet Ether",

View File

@ -2,9 +2,7 @@
"name": "Evanesco Testnet", "name": "Evanesco Testnet",
"chain": "Evanesco Testnet", "chain": "Evanesco Testnet",
"network": "avis", "network": "avis",
"rpc": [ "rpc": ["https://seed5.evanesco.org:8547"],
"https://seed5.evanesco.org:8547"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "AVIS", "name": "AVIS",

View File

@ -1,10 +1,7 @@
{ {
"name": "World Trade Technical Chain Mainnet", "name": "World Trade Technical Chain Mainnet",
"chain": "WTT", "chain": "WTT",
"rpc": [ "rpc": ["https://rpc.cadaut.com", "wss://rpc.cadaut.com/ws"],
"https://rpc.cadaut.com",
"wss://rpc.cadaut.com/ws"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "World Trade Token", "name": "World Trade Token",
@ -15,9 +12,11 @@
"shortName": "wtt", "shortName": "wtt",
"chainId": 1202, "chainId": 1202,
"networkId": 2048, "networkId": 2048,
"explorers": [{ "explorers": [
{
"name": "WTTScout", "name": "WTTScout",
"url": "https://explorer.cadaut.com", "url": "https://explorer.cadaut.com",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -1,12 +1,8 @@
{ {
"name": "Singularity ZERO Testnet", "name": "Singularity ZERO Testnet",
"chain": "ZERO", "chain": "ZERO",
"rpc": [ "rpc": ["https://betaenv.singularity.gold:18545"],
"https://betaenv.singularity.gold:18545" "faucets": ["https://nft.singularity.gold"],
],
"faucets": [
"https://nft.singularity.gold"
],
"nativeCurrency": { "nativeCurrency": {
"name": "ZERO", "name": "ZERO",
"symbol": "tZERO", "symbol": "tZERO",
@ -16,9 +12,11 @@
"shortName": "tZERO", "shortName": "tZERO",
"chainId": 12051, "chainId": 12051,
"networkId": 12051, "networkId": 12051,
"explorers": [{ "explorers": [
{
"name": "zeroscan", "name": "zeroscan",
"url": "https://betaenv.singularity.gold:18002", "url": "https://betaenv.singularity.gold:18002",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -1,12 +1,8 @@
{ {
"name": "Singularity ZERO Mainnet", "name": "Singularity ZERO Mainnet",
"chain": "ZERO", "chain": "ZERO",
"rpc": [ "rpc": ["https://zerorpc.singularity.gold"],
"https://zerorpc.singularity.gold" "faucets": ["https://zeroscan.singularity.gold"],
],
"faucets": [
"https://zeroscan.singularity.gold"
],
"nativeCurrency": { "nativeCurrency": {
"name": "ZERO", "name": "ZERO",
"symbol": "ZERO", "symbol": "ZERO",
@ -17,9 +13,11 @@
"chainId": 12052, "chainId": 12052,
"networkId": 12052, "networkId": 12052,
"slip44": 621, "slip44": 621,
"explorers": [{ "explorers": [
{
"name": "zeroscan", "name": "zeroscan",
"url": "https://zeroscan.singularity.gold", "url": "https://zeroscan.singularity.gold",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -1,9 +1,7 @@
{ {
"name": "Popcateum Mainnet", "name": "Popcateum Mainnet",
"chain": "POPCATEUM", "chain": "POPCATEUM",
"rpc": [ "rpc": ["https://dataseed.popcateum.org"],
"https://dataseed.popcateum.org"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Popcat", "name": "Popcat",

View File

@ -2,9 +2,7 @@
"name": "EnterChain Mainnet", "name": "EnterChain Mainnet",
"chain": "ENTER", "chain": "ENTER",
"network": "mainnet", "network": "mainnet",
"rpc": [ "rpc": ["https://tapi.entercoin.net/"],
"https://tapi.entercoin.net/"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "EnterCoin", "name": "EnterCoin",
@ -16,10 +14,12 @@
"chainId": 1214, "chainId": 1214,
"networkId": 1214, "networkId": 1214,
"icon": "enter", "icon": "enter",
"explorers": [{ "explorers": [
{
"name": "Enter Explorer - Expenter", "name": "Enter Explorer - Expenter",
"url": "https://explorer.entercoin.net", "url": "https://explorer.entercoin.net",
"icon": "enter", "icon": "enter",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -1,9 +1,7 @@
{ {
"name": "Fuse Mainnet", "name": "Fuse Mainnet",
"chain": "FUSE", "chain": "FUSE",
"rpc": [ "rpc": ["https://rpc.fuse.io"],
"https://rpc.fuse.io"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Fuse", "name": "Fuse",

View File

@ -1,9 +1,7 @@
{ {
"name": "Fuse Sparknet", "name": "Fuse Sparknet",
"chain": "fuse", "chain": "fuse",
"rpc": [ "rpc": ["https://rpc.fusespark.io"],
"https://rpc.fusespark.io"
],
"faucets": ["https://get.fusespark.io"], "faucets": ["https://get.fusespark.io"],
"nativeCurrency": { "nativeCurrency": {
"name": "Spark", "name": "Spark",

View File

@ -13,10 +13,12 @@
"shortName": "Ultron Testnet", "shortName": "Ultron Testnet",
"chainId": 1230, "chainId": 1230,
"networkId": 1230, "networkId": 1230,
"explorers": [{ "explorers": [
{
"name": "Ultron Testnet Explorer", "name": "Ultron Testnet Explorer",
"url": "https://explorer.ultron-dev.io", "url": "https://explorer.ultron-dev.io",
"icon": "ultron", "icon": "ultron",
"standard": "none" "standard": "none"
}] }
]
} }

View File

@ -13,10 +13,12 @@
"shortName": "Utron Mainnet", "shortName": "Utron Mainnet",
"chainId": 1231, "chainId": 1231,
"networkId": 1231, "networkId": 1231,
"explorers": [{ "explorers": [
{
"name": "Ultron Explorer", "name": "Ultron Explorer",
"url": "https://ulxscan.com", "url": "https://ulxscan.com",
"icon": "ultron", "icon": "ultron",
"standard": "none" "standard": "none"
}] }
]
} }

View File

@ -7,5 +7,9 @@
"rpc": ["https://decentralized-web.tech/dw_rpc.php"], "rpc": ["https://decentralized-web.tech/dw_rpc.php"],
"faucets": [], "faucets": [],
"infoURL": "https://decentralized-web.tech/dw_chain.php", "infoURL": "https://decentralized-web.tech/dw_chain.php",
"nativeCurrency": {"name":"Decentralized Web Utility","symbol":"DWU","decimals":18} "nativeCurrency": {
"name": "Decentralized Web Utility",
"symbol": "DWU",
"decimals": 18
}
} }

View File

@ -2,9 +2,7 @@
"name": "OM Platform Mainnet", "name": "OM Platform Mainnet",
"chain": "omplatform", "chain": "omplatform",
"network": "mainnet", "network": "mainnet",
"rpc": [ "rpc": ["https://rpc-cnx.omplatform.com/"],
"https://rpc-cnx.omplatform.com/"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "OMCOIN", "name": "OMCOIN",
@ -15,9 +13,11 @@
"shortName": "om", "shortName": "om",
"chainId": 1246, "chainId": 1246,
"networkId": 1246, "networkId": 1246,
"explorers": [{ "explorers": [
{
"name": "OMSCAN - Expenter", "name": "OMSCAN - Expenter",
"url": "https://omscan.omplatform.com", "url": "https://omscan.omplatform.com",
"standard": "none" "standard": "none"
}] }
]
} }

View File

@ -1,12 +1,8 @@
{ {
"name": "OYchain Testnet", "name": "OYchain Testnet",
"chain": "OYchain", "chain": "OYchain",
"rpc": [ "rpc": ["https://rpc.testnet.oychain.io"],
"https://rpc.testnet.oychain.io" "faucets": ["https://faucet.oychain.io"],
],
"faucets": [
"https://faucet.oychain.io"
],
"nativeCurrency": { "nativeCurrency": {
"name": "OYchain Token", "name": "OYchain Token",
"symbol": "OY", "symbol": "OY",
@ -17,9 +13,11 @@
"chainId": 125, "chainId": 125,
"networkId": 125, "networkId": 125,
"slip44": 125, "slip44": 125,
"explorers": [{ "explorers": [
{
"name": "OYchain Testnet Explorer", "name": "OYchain Testnet Explorer",
"url": "https://explorer.testnet.oychain.io", "url": "https://explorer.testnet.oychain.io",
"standard": "none" "standard": "none"
}] }
]
} }

View File

@ -2,9 +2,7 @@
"name": "OYchain Mainnet", "name": "OYchain Mainnet",
"chain": "OYchain", "chain": "OYchain",
"icon": "oychain", "icon": "oychain",
"rpc": [ "rpc": ["https://rpc.mainnet.oychain.io"],
"https://rpc.mainnet.oychain.io"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
@ -18,9 +16,11 @@
"chainId": 126, "chainId": 126,
"networkId": 126, "networkId": 126,
"slip44": 126, "slip44": 126,
"explorers": [{ "explorers": [
{
"name": "OYchain Mainnet Explorer", "name": "OYchain Mainnet Explorer",
"url": "https://explorer.oychain.io", "url": "https://explorer.oychain.io",
"standard": "none" "standard": "none"
}] }
]
} }

View File

@ -16,9 +16,11 @@
"chainId": 128, "chainId": 128,
"networkId": 128, "networkId": 128,
"slip44": 1010, "slip44": 1010,
"explorers": [{ "explorers": [
{
"name": "hecoinfo", "name": "hecoinfo",
"url": "https://hecoinfo.com", "url": "https://hecoinfo.com",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -1,11 +1,8 @@
{ {
"name": "HALO Mainnet", "name": "HALO Mainnet",
"chain": "HALO", "chain": "HALO",
"rpc": [ "rpc": ["https://nodes.halo.land"],
"https://nodes.halo.land" "faucets": [],
],
"faucets": [
],
"nativeCurrency": { "nativeCurrency": {
"name": "HALO", "name": "HALO",
"symbol": "HO", "symbol": "HO",
@ -15,9 +12,11 @@
"shortName": "HO", "shortName": "HO",
"chainId": 1280, "chainId": 1280,
"networkId": 1280, "networkId": 1280,
"explorers": [{ "explorers": [
{
"name": "HALOexplorer", "name": "HALOexplorer",
"url": "https://browser.halo.land", "url": "https://browser.halo.land",
"standard": "none" "standard": "none"
}] }
]
} }

View File

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

View File

@ -1,10 +1,7 @@
{ {
"name": "Diode Testnet Staging", "name": "Diode Testnet Staging",
"chain": "DIODE", "chain": "DIODE",
"rpc": [ "rpc": ["https://staging.diode.io:8443/", "wss://staging.diode.io:8443/ws"],
"https://staging.diode.io:8443/",
"wss://staging.diode.io:8443/ws"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Staging Diodes", "name": "Staging Diodes",

View File

@ -1,9 +1,7 @@
{ {
"name": "Etho Protocol", "name": "Etho Protocol",
"chain": "ETHO", "chain": "ETHO",
"rpc": [ "rpc": ["https://rpc.ethoprotocol.com"],
"https://rpc.ethoprotocol.com"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
@ -18,9 +16,11 @@
"networkId": 1313114, "networkId": 1313114,
"slip44": 1313114, "slip44": 1313114,
"explorers": [{ "explorers": [
{
"name": "blockscout", "name": "blockscout",
"url": "https://explorer.ethoprotocol.com", "url": "https://explorer.ethoprotocol.com",
"standard": "none" "standard": "none"
}] }
]
} }

View File

@ -1,9 +1,7 @@
{ {
"name": "Aurora Mainnet", "name": "Aurora Mainnet",
"chain": "NEAR", "chain": "NEAR",
"rpc": [ "rpc": ["https://mainnet.aurora.dev"],
"https://mainnet.aurora.dev"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Ether", "name": "Ether",

View File

@ -1,9 +1,7 @@
{ {
"name": "Aurora Testnet", "name": "Aurora Testnet",
"chain": "NEAR", "chain": "NEAR",
"rpc": [ "rpc": ["https://testnet.aurora.dev/"],
"https://testnet.aurora.dev/"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Ether", "name": "Ether",

View File

@ -1,9 +1,7 @@
{ {
"name": "Aurora Betanet", "name": "Aurora Betanet",
"chain": "NEAR", "chain": "NEAR",
"rpc": [ "rpc": ["https://betanet.aurora.dev/"],
"https://betanet.aurora.dev/"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Ether", "name": "Ether",

View File

@ -1,9 +1,7 @@
{ {
"name": "Xerom", "name": "Xerom",
"chain": "XERO", "chain": "XERO",
"rpc": [ "rpc": ["https://rpc.xerom.org"],
"https://rpc.xerom.org"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Xerom Ether", "name": "Xerom Ether",

View File

@ -2,9 +2,7 @@
"name": "ETND Chain Mainnets", "name": "ETND Chain Mainnets",
"chain": "ETND", "chain": "ETND",
"network": "mainnet", "network": "mainnet",
"rpc": [ "rpc": ["https://rpc.node1.etnd.pro/"],
"https://rpc.node1.etnd.pro/"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "ETND", "name": "ETND",
@ -16,10 +14,12 @@
"chainId": 131419, "chainId": 131419,
"networkId": 131419, "networkId": 131419,
"icon": "ETND", "icon": "ETND",
"explorers": [{ "explorers": [
{
"name": "etndscan", "name": "etndscan",
"url": "https://scan.etnd.pro", "url": "https://scan.etnd.pro",
"icon": "ETND", "icon": "ETND",
"standard": "none" "standard": "none"
}] }
]
} }

View File

@ -2,10 +2,7 @@
"name": "Aitd Mainnet", "name": "Aitd Mainnet",
"chain": "AITD", "chain": "AITD",
"icon": "aitd", "icon": "aitd",
"rpc": [ "rpc": ["https://walletrpc.aitd.io", "https://node.aitd.io"],
"https://walletrpc.aitd.io",
"https://node.aitd.io"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "AITD Mainnet", "name": "AITD Mainnet",
@ -17,9 +14,11 @@
"chainId": 1319, "chainId": 1319,
"networkId": 1319, "networkId": 1319,
"explorers": [{ "explorers": [
{
"name": "AITD Chain Explorer Mainnet", "name": "AITD Chain Explorer Mainnet",
"url": "https://aitd-explorer-new.aitd.io", "url": "https://aitd-explorer-new.aitd.io",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -2,12 +2,8 @@
"name": "Aitd Testnet", "name": "Aitd Testnet",
"chain": "AITD", "chain": "AITD",
"icon": "aitd", "icon": "aitd",
"rpc": [ "rpc": ["http://http-testnet.aitd.io"],
"http://http-testnet.aitd.io" "faucets": ["https://aitd-faucet-pre.aitdcoin.com/"],
],
"faucets": [
"https://aitd-faucet-pre.aitdcoin.com/"
],
"nativeCurrency": { "nativeCurrency": {
"name": "AITD Testnet", "name": "AITD Testnet",
"symbol": "AITD", "symbol": "AITD",
@ -18,9 +14,11 @@
"chainId": 1320, "chainId": 1320,
"networkId": 1320, "networkId": 1320,
"explorers": [{ "explorers": [
{
"name": "AITD Chain Explorer Testnet", "name": "AITD Chain Explorer Testnet",
"url": "https://block-explorer-testnet.aitd.io", "url": "https://block-explorer-testnet.aitd.io",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -1,9 +1,7 @@
{ {
"name": "PepChain Churchill", "name": "PepChain Churchill",
"chain": "PEP", "chain": "PEP",
"rpc": [ "rpc": ["https://churchill-rpc.pepchain.io"],
"https://churchill-rpc.pepchain.io"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "PepChain Churchill Ether", "name": "PepChain Churchill Ether",

View File

@ -2,9 +2,7 @@
"name": "Kintsugi", "name": "Kintsugi",
"title": "Kintsugi merge testnet", "title": "Kintsugi merge testnet",
"chain": "ETH", "chain": "ETH",
"rpc": [ "rpc": ["https://rpc.kintsugi.themerge.dev"],
"https://rpc.kintsugi.themerge.dev"
],
"faucets": [ "faucets": [
"http://fauceth.komputing.org?chain=1337702&address=${ADDRESS}", "http://fauceth.komputing.org?chain=1337702&address=${ADDRESS}",
"https://faucet.kintsugi.themerge.dev" "https://faucet.kintsugi.themerge.dev"
@ -18,9 +16,11 @@
"shortName": "kintsugi", "shortName": "kintsugi",
"chainId": 1337702, "chainId": 1337702,
"networkId": 1337702, "networkId": 1337702,
"explorers": [{ "explorers": [
{
"name": "kintsugi explorer", "name": "kintsugi explorer",
"url": "https://explorer.kintsugi.themerge.dev", "url": "https://explorer.kintsugi.themerge.dev",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -2,9 +2,7 @@
"name": "Kiln", "name": "Kiln",
"chain": "ETH", "chain": "ETH",
"network": "testnet", "network": "testnet",
"rpc": [ "rpc": ["https://rpc.kiln.themerge.dev"],
"https://rpc.kiln.themerge.dev"
],
"faucets": [ "faucets": [
"https://faucet.kiln.themerge.dev", "https://faucet.kiln.themerge.dev",
"https://kiln-faucet.pk910.de", "https://kiln-faucet.pk910.de",
@ -20,10 +18,12 @@
"chainId": 1337802, "chainId": 1337802,
"networkId": 1337802, "networkId": 1337802,
"icon": "ethereum", "icon": "ethereum",
"explorers": [{ "explorers": [
{
"name": "Kiln Explorer", "name": "Kiln Explorer",
"url": "https://explorer.kiln.themerge.dev", "url": "https://explorer.kiln.themerge.dev",
"icon": "ethereum", "icon": "ethereum",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -2,9 +2,7 @@
"name": "Phoenix Mainnet", "name": "Phoenix Mainnet",
"chain": "Phoenix", "chain": "Phoenix",
"network": "mainnet", "network": "mainnet",
"rpc": [ "rpc": ["https://rpc.phoenixplorer.com/"],
"https://rpc.phoenixplorer.com/"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Phoenix", "name": "Phoenix",
@ -16,10 +14,12 @@
"chainId": 13381, "chainId": 13381,
"networkId": 13381, "networkId": 13381,
"icon": "phoenix", "icon": "phoenix",
"explorers": [{ "explorers": [
{
"name": "phoenixplorer", "name": "phoenixplorer",
"url": "https://phoenixplorer.com", "url": "https://phoenixplorer.com",
"icon": "phoenixplorer", "icon": "phoenixplorer",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -20,9 +20,11 @@
"chainId": 137, "chainId": 137,
"networkId": 137, "networkId": 137,
"slip44": 966, "slip44": 966,
"explorers": [{ "explorers": [
{
"name": "polygonscan", "name": "polygonscan",
"url": "https://polygonscan.com", "url": "https://polygonscan.com",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -2,11 +2,8 @@
"name": "Flare Mainnet", "name": "Flare Mainnet",
"chain": "FLR", "chain": "FLR",
"icon": "flare", "icon": "flare",
"rpc": [ "rpc": ["https://flare-api.flare.network/ext/C/rpc"],
"https://flare-api.flare.network/ext/C/rpc" "faucets": [],
],
"faucets": [
],
"nativeCurrency": { "nativeCurrency": {
"name": "Flare", "name": "Flare",
"symbol": "FLR", "symbol": "FLR",
@ -16,9 +13,11 @@
"shortName": "flr", "shortName": "flr",
"chainId": 14, "chainId": 14,
"networkId": 14, "networkId": 14,
"explorers": [{ "explorers": [
{
"name": "blockscout", "name": "blockscout",
"url": "https://flare-explorer.flare.network", "url": "https://flare-explorer.flare.network",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -3,9 +3,7 @@
"chain": "OPENPIECE", "chain": "OPENPIECE",
"icon": "openpiece", "icon": "openpiece",
"network": "testnet", "network": "testnet",
"rpc": [ "rpc": ["https://testnet.openpiece.io"],
"https://testnet.openpiece.io"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Belly", "name": "Belly",

View File

@ -1,9 +1,7 @@
{ {
"name": "DAX CHAIN", "name": "DAX CHAIN",
"chain": "DAX", "chain": "DAX",
"rpc": [ "rpc": ["https://rpc.prodax.io"],
"https://rpc.prodax.io"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Prodax", "name": "Prodax",

View File

@ -2,10 +2,7 @@
"name": "PHI Network v2", "name": "PHI Network v2",
"chain": "PHI", "chain": "PHI",
"network": "mainnet", "network": "mainnet",
"rpc": [ "rpc": ["https://connect.phi.network", ""],
"https://connect.phi.network",
""
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "PHI", "name": "PHI",
@ -17,10 +14,12 @@
"chainId": 144, "chainId": 144,
"networkId": 144, "networkId": 144,
"icon": "phi", "icon": "phi",
"explorers": [{ "explorers": [
{
"name": "Phiscan", "name": "Phiscan",
"url": "https://phiscan.com", "url": "https://phiscan.com",
"icon": "phi", "icon": "phi",
"standard": "none" "standard": "none"
}] }
]
} }

View File

@ -1,10 +1,7 @@
{ {
"name": "Diode Prenet", "name": "Diode Prenet",
"chain": "DIODE", "chain": "DIODE",
"rpc": [ "rpc": ["https://prenet.diode.io:8443/", "wss://prenet.diode.io:8443/ws"],
"https://prenet.diode.io:8443/",
"wss://prenet.diode.io:8443/ws"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Diodes", "name": "Diodes",

View File

@ -1,11 +1,8 @@
{ {
"name": "Sherpax Mainnet", "name": "Sherpax Mainnet",
"chain": "Sherpax Mainnet", "chain": "Sherpax Mainnet",
"rpc": [ "rpc": ["https://mainnet.sherpax.io/rpc"],
"https://mainnet.sherpax.io/rpc" "faucets": [],
],
"faucets": [
],
"nativeCurrency": { "nativeCurrency": {
"name": "KSX", "name": "KSX",
"symbol": "KSX", "symbol": "KSX",

View File

@ -1,11 +1,8 @@
{ {
"name": "Sherpax Testnet", "name": "Sherpax Testnet",
"chain": "Sherpax Testnet", "chain": "Sherpax Testnet",
"rpc": [ "rpc": ["https://sherpax-testnet.chainx.org/rpc"],
"https://sherpax-testnet.chainx.org/rpc" "faucets": [],
],
"faucets": [
],
"nativeCurrency": { "nativeCurrency": {
"name": "KSX", "name": "KSX",
"symbol": "KSX", "symbol": "KSX",
@ -23,4 +20,3 @@
} }
] ]
} }

View File

@ -1,9 +1,7 @@
{ {
"name": "Beagle Messaging Chain", "name": "Beagle Messaging Chain",
"chain": "BMC", "chain": "BMC",
"rpc": [ "rpc": ["https://beagle.chat/eth"],
"https://beagle.chat/eth"
],
"faucets": ["https://faucet.beagle.chat/"], "faucets": ["https://faucet.beagle.chat/"],
"nativeCurrency": { "nativeCurrency": {
"name": "Beagle", "name": "Beagle",
@ -14,9 +12,11 @@
"shortName": "beagle", "shortName": "beagle",
"chainId": 1515, "chainId": 1515,
"networkId": 1515, "networkId": 1515,
"explorers": [{ "explorers": [
{
"name": "Beagle Messaging Chain Explorer", "name": "Beagle Messaging Chain Explorer",
"url": "https://eth.beagle.chat", "url": "https://eth.beagle.chat",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -2,12 +2,8 @@
"name": "Trust EVM Testnet", "name": "Trust EVM Testnet",
"chain": "Trust EVM Testnet", "chain": "Trust EVM Testnet",
"network": "testnet", "network": "testnet",
"rpc": [ "rpc": ["https://api.testnet-dev.trust.one"],
"https://api.testnet-dev.trust.one" "faucets": ["https://faucet.testnet-dev.trust.one/"],
],
"faucets": [
"https://faucet.testnet-dev.trust.one/"
],
"nativeCurrency": { "nativeCurrency": {
"name": "Trust EVM", "name": "Trust EVM",
"symbol": "EVM", "symbol": "EVM",
@ -17,9 +13,11 @@
"shortName": "Trust testnet", "shortName": "Trust testnet",
"chainId": 15555, "chainId": 15555,
"networkId": 15555, "networkId": 15555,
"explorers": [{ "explorers": [
{
"name": "Trust EVM Explorer", "name": "Trust EVM Explorer",
"url": "https://trustscan.one", "url": "https://trustscan.one",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

View File

@ -1,9 +1,7 @@
{ {
"name": "Flare Testnet Coston", "name": "Flare Testnet Coston",
"chain": "FLR", "chain": "FLR",
"rpc": [ "rpc": ["https://coston-api.flare.network/ext/bc/C/rpc"],
"https://coston-api.flare.network/ext/bc/C/rpc"
],
"faucets": [ "faucets": [
"https://faucet.towolabs.com", "https://faucet.towolabs.com",
"https://fauceth.komputing.org?chain=16&address=${ADDRESS}" "https://fauceth.komputing.org?chain=16&address=${ADDRESS}"
@ -17,9 +15,11 @@
"shortName": "cflr", "shortName": "cflr",
"chainId": 16, "chainId": 16,
"networkId": 16, "networkId": 16,
"explorers": [{ "explorers": [
{
"name": "blockscout", "name": "blockscout",
"url": "https://coston-explorer.flare.network", "url": "https://coston-explorer.flare.network",
"standard": "EIP3091" "standard": "EIP3091"
}] }
]
} }

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