mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
conflicts
This commit is contained in:
commit
8619aa5fe3
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,4 +3,5 @@ _site
|
|||
.jekyll-metadata
|
||||
.DS_Store
|
||||
.env
|
||||
node_modules
|
||||
node_modules
|
||||
.idea
|
||||
|
|
|
@ -12,5 +12,11 @@
|
|||
"infoURL": "https://optimism.io",
|
||||
"shortName": "oeth",
|
||||
"chainId": 10,
|
||||
"networkId": 10
|
||||
"networkId": 10,
|
||||
|
||||
"explorers": [{
|
||||
"name": "etherscan",
|
||||
"url": "https://optimistic.etherscan.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "xDAI Chain",
|
||||
"chain": "XDAI",
|
||||
"name": "Gnosis Chain (formerly xDai)",
|
||||
"chain": "Gnosis",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.xdaichain.com",
|
||||
|
@ -11,21 +11,21 @@
|
|||
"https://dai.poa.network",
|
||||
"ws://xdai.poanetwork.dev:8546"
|
||||
],
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/","https://xdai-app.herokuapp.com/faucet"],
|
||||
"faucets": ["https://xdai-app.herokuapp.com/faucet", "https://stakely.io/faucet/xdai-chain", "https://faucet.prussia.dev/xdai"],
|
||||
"nativeCurrency": {
|
||||
"name": "xDAI",
|
||||
"symbol": "xDAI",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://forum.poa.network/c/xdai-chain",
|
||||
"shortName": "xdai",
|
||||
"infoURL": "https://www.xdaichain.com/",
|
||||
"shortName": "gno",
|
||||
"chainId": 100,
|
||||
"networkId": 100,
|
||||
"slip44": 700,
|
||||
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://blockscout.com/poa/xdai",
|
||||
"url": "https://blockscout.com/xdai/mainnet",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"rpc": [
|
||||
"https://smartbch.greyh.at",
|
||||
"https://rpc-mainnet.smartbch.org",
|
||||
"https://smartbch.fountainhead.cash/mainnet"
|
||||
"https://smartbch.fountainhead.cash/mainnet",
|
||||
"https://smartbch.devops.cash/mainnet"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
"chain": "smartBCHTest",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://rpc-testnet.smartbch.org"
|
||||
"https://rpc-testnet.smartbch.org",
|
||||
"https://smartbch.devops.cash/testnet"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "KLAY",
|
||||
"network": "baobab",
|
||||
"rpc": [
|
||||
"https://node-api.klaytnapi.com/v1/klaytn"
|
||||
"https://api.baobab.klaytn.net:8651"
|
||||
],
|
||||
"faucets": [
|
||||
"https://baobab.wallet.klaytn.com/access?next=faucet"
|
||||
|
|
|
@ -14,5 +14,6 @@
|
|||
"infoURL": "https://evrice.com",
|
||||
"shortName": "EVC",
|
||||
"chainId": 1010,
|
||||
"networkId": 1010
|
||||
"networkId": 1010,
|
||||
"slip44": 1020
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Web3Games Testnet",
|
||||
"chain": "Web3Games",
|
||||
"network": "testnet",
|
||||
"rpc": ["https://substrate.org.cn"],
|
||||
"rpc": ["https://testnet.web3games.org/evm"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Web3Games",
|
||||
|
|
23
_data/chains/eip155-1028.json
Normal file
23
_data/chains/eip155-1028.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "BitTorrent Chain Testnet",
|
||||
"chain": "BTTC",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://testrpc.bittorrentchain.io/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "BitTorrent",
|
||||
"symbol": "BTT",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://bittorrentchain.io/",
|
||||
"shortName": "tbtt",
|
||||
"chainId": 1028,
|
||||
"networkId": 1028,
|
||||
"explorers": [{
|
||||
"name": "testbttcscan",
|
||||
"url": "https://testscan.bittorrentchain.io/",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
25
_data/chains/eip155-106.json
Normal file
25
_data/chains/eip155-106.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Velas EVM Mainnet",
|
||||
"chain": "Velas",
|
||||
"network": "mainnet",
|
||||
"icon": "velas",
|
||||
"rpc": [
|
||||
"https://evmexplorer.velas.com/rpc",
|
||||
"https://explorer.velas.com/rpc"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Velas",
|
||||
"symbol": "VLX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://velas.com",
|
||||
"shortName": "vlx",
|
||||
"chainId": 106,
|
||||
"networkId": 106,
|
||||
"explorers": [{
|
||||
"name": "Velas Explorer",
|
||||
"url": "https://evmexplorer.velas.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
|
@ -16,5 +16,6 @@
|
|||
"infoURL": "https://thundercore.com",
|
||||
"shortName": "TT",
|
||||
"chainId": 108,
|
||||
"networkId": 108
|
||||
"networkId": 108,
|
||||
"slip44": 1001
|
||||
}
|
28
_data/chains/eip155-1088.json
Normal file
28
_data/chains/eip155-1088.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "Metis Andromeda Mainnet",
|
||||
"chain": "ETH",
|
||||
"network": "mainnet",
|
||||
"rpc": ["https://andromeda.metis.io/?owner=1088"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Metis",
|
||||
"symbol": "METIS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.metis.io",
|
||||
"shortName": "metis-andromeda",
|
||||
"chainId": 1088,
|
||||
"networkId": 1088,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "blockscout",
|
||||
"url": "https://andromeda-explorer.metis.io/",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
],
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-1",
|
||||
"bridges": [{ "url": "https://bridge.metis.io" }]
|
||||
}
|
||||
}
|
24
_data/chains/eip155-1202.json
Normal file
24
_data/chains/eip155-1202.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "World Trade Technical Chain Mainnet",
|
||||
"chain": "WTT",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.cadaut.com",
|
||||
"wss://rpc.cadaut.com/ws"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "World Trade Token",
|
||||
"symbol": "WTT",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "http://www.cadaut.com",
|
||||
"shortName": "wtt",
|
||||
"chainId": 1202,
|
||||
"networkId": 2048,
|
||||
"explorers": [{
|
||||
"name": "WTTScout",
|
||||
"url": "https://explorer.cadaut.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
25
_data/chains/eip155-12051.json
Normal file
25
_data/chains/eip155-12051.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Singularity ZERO Testnet",
|
||||
"chain": "ZERO",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://betaenv.singularity.gold:18545"
|
||||
],
|
||||
"faucets": [
|
||||
"https://nft.singularity.gold"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "ZERO",
|
||||
"symbol": "tZERO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.singularity.gold",
|
||||
"shortName": "tZERO",
|
||||
"chainId": 12051,
|
||||
"networkId": 12051,
|
||||
"explorers": [{
|
||||
"name": "zeroscan",
|
||||
"url": "https://betaenv.singularity.gold:18002",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
26
_data/chains/eip155-12052.json
Normal file
26
_data/chains/eip155-12052.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "Singularity ZERO Mainnet",
|
||||
"chain": "ZERO",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://zerorpc.singularity.gold"
|
||||
],
|
||||
"faucets": [
|
||||
"https://zeroscan.singularity.gold"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "ZERO",
|
||||
"symbol": "ZERO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.singularity.gold",
|
||||
"shortName": "ZERO",
|
||||
"chainId": 12052,
|
||||
"networkId": 12052,
|
||||
"slip44": 621,
|
||||
"explorers": [{
|
||||
"name": "zeroscan",
|
||||
"url": "https://zeroscan.singularity.gold",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
25
_data/chains/eip155-1213.json
Normal file
25
_data/chains/eip155-1213.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Popcateum Mainnet",
|
||||
"chain": "POPCATEUM",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://dataseed.popcateum.org"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Popcat",
|
||||
"symbol": "POP",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://popcateum.org",
|
||||
"shortName": "popcat",
|
||||
"chainId": 1213,
|
||||
"networkId": 1213,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "popcateum explorer",
|
||||
"url": "https://explorer.popcateum.org",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
18
_data/chains/eip155-123.json
Normal file
18
_data/chains/eip155-123.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "Fuse Sparknet",
|
||||
"chain": "fuse",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://rpc.fusespark.io"
|
||||
],
|
||||
"faucets": ["https://get.fusespark.io"],
|
||||
"nativeCurrency": {
|
||||
"name": "Spark",
|
||||
"symbol": "SPARK",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://docs.fuse.io/general/fuse-network-blockchain/fuse-testnet",
|
||||
"shortName": "spark",
|
||||
"chainId": 123,
|
||||
"networkId": 123
|
||||
}
|
|
@ -16,6 +16,7 @@
|
|||
"shortName": "heco",
|
||||
"chainId": 128,
|
||||
"networkId": 128,
|
||||
"slip44": 1010,
|
||||
"explorers": [{
|
||||
"name": "hecoinfo",
|
||||
"url": "https://hecoinfo.com",
|
||||
|
|
24
_data/chains/eip155-1280.json
Normal file
24
_data/chains/eip155-1280.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "HALO Mainnet",
|
||||
"chain": "HALO",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://nodes.halo.land"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "HALO",
|
||||
"symbol": "HO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://halo.land/#/",
|
||||
"shortName": "HO",
|
||||
"chainId": 1280,
|
||||
"networkId": 1280,
|
||||
"explorers": [{
|
||||
"name": "HALOexplorer",
|
||||
"url": "https://browser.halo.land/",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
|
@ -2,7 +2,10 @@
|
|||
"name": "Moonbeam",
|
||||
"chain": "MOON",
|
||||
"network": "moonbeam",
|
||||
"rpc": [],
|
||||
"rpc": [
|
||||
"https://rpc.api.moonbeam.network",
|
||||
"wss://wss.api.moonbeam.network"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Glimmer",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"https://rpc.moonriver.moonbeam.network",
|
||||
"wss://wss.moonriver.moonbeam.network"
|
||||
],
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Moonriver",
|
||||
"symbol": "MOVR",
|
||||
|
@ -16,10 +16,11 @@
|
|||
"shortName": "mriver",
|
||||
"chainId": 1285,
|
||||
"networkId": 1285,
|
||||
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://blockscout.moonriver.moonbeam.network",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
||||
"explorers": [
|
||||
{
|
||||
"name": "moonscan",
|
||||
"url": "https://moonriver.moonscan.io/",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -3,8 +3,8 @@
|
|||
"chain": "MOON",
|
||||
"network": "moonbase",
|
||||
"rpc": [
|
||||
"https://rpc.testnet.moonbeam.network",
|
||||
"wss://wss.testnet.moonbeam.network"
|
||||
"https://rpc.api.moonbase.moonbeam.network",
|
||||
"wss://wss.api.moonbase.moonbeam.network"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
@ -15,5 +15,12 @@
|
|||
"infoURL": "https://docs.moonbeam.network/networks/testnet/",
|
||||
"shortName": "mbase",
|
||||
"chainId": 1287,
|
||||
"networkId": 1287
|
||||
"networkId": 1287,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "moonscan",
|
||||
"url": "https://moonbase.moonscan.io/",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,19 +1,27 @@
|
|||
{
|
||||
"name": "Ether-1",
|
||||
"chain": "ETHO",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.ether1.org"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether-1 Ether",
|
||||
"symbol": "ETHO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://ether1.org",
|
||||
"shortName": "etho",
|
||||
"chainId": 1313114,
|
||||
"networkId": 1313114,
|
||||
"slip44": 1313114
|
||||
}
|
||||
"name": "Etho Protocol",
|
||||
"chain": "ETHO",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.ether1.org"
|
||||
],
|
||||
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Etho Protocol",
|
||||
"symbol": "ETHO",
|
||||
"decimals": 18
|
||||
},
|
||||
|
||||
"infoURL": "https://ethoprotocol.com",
|
||||
"shortName": "etho",
|
||||
"chainId": 1313114,
|
||||
"networkId": 1313114,
|
||||
"slip44": 1313114,
|
||||
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://explorer.ethoprotocol.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "NEAR",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.mainnet.aurora.dev:8545"
|
||||
"https://mainnet.aurora.dev"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "NEAR",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://rpc.testnet.aurora.dev:8545"
|
||||
"https://testnet.aurora.dev/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "NEAR",
|
||||
"network": "betanet",
|
||||
"rpc": [
|
||||
"https://rpc.betanet.aurora.dev:8545"
|
||||
"https://betanet.aurora.dev/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
25
_data/chains/eip155-1337702.json
Normal file
25
_data/chains/eip155-1337702.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Kintsugi merge testnet",
|
||||
"chain": "ETH",
|
||||
"network": "testnet",
|
||||
"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"
|
||||
}]
|
||||
}
|
|
@ -1,26 +1,29 @@
|
|||
{
|
||||
"name": "Matic(Polygon) Mainnet",
|
||||
"chain": "Matic(Polygon)",
|
||||
"name": "Polygon Mainnet",
|
||||
"chain": "Polygon",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://polygon-rpc.com/",
|
||||
"https://rpc-mainnet.matic.network",
|
||||
"wss://ws-mainnet.matic.network",
|
||||
"https://matic-mainnet.chainstacklabs.com",
|
||||
"https://rpc-mainnet.maticvigil.com",
|
||||
"https://rpc-mainnet.matic.quiknode.pro",
|
||||
"https://matic-mainnet.chainstacklabs.com"
|
||||
"https://matic-mainnet-full-rpc.bwarelabs.com"
|
||||
],
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Matic",
|
||||
"name": "MATIC",
|
||||
"symbol": "MATIC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://matic.network/",
|
||||
"shortName": "matic",
|
||||
"infoURL": "https://polygon.technology/",
|
||||
"shortName": "MATIC",
|
||||
"chainId": 137,
|
||||
"networkId": 137,
|
||||
"slip44": 966,
|
||||
"explorers": [{
|
||||
"name": "polygonscan",
|
||||
"url": "https://polygonscan.com",
|
||||
"url": "https://polygonscan.com/",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
23
_data/chains/eip155-186.json
Normal file
23
_data/chains/eip155-186.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Seele Mainnet",
|
||||
"chain": "Seele",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.seelen.pro/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Seele",
|
||||
"symbol": "Seele",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://seelen.pro/",
|
||||
"shortName": "Seele",
|
||||
"chainId": 186,
|
||||
"networkId": 186,
|
||||
"explorers": [{
|
||||
"name": "seeleview",
|
||||
"url": "https://seeleview.net/",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
23
_data/chains/eip155-188.json
Normal file
23
_data/chains/eip155-188.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "BMC Mainnet",
|
||||
"chain": "BMC",
|
||||
"network": "mainnet",
|
||||
"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"
|
||||
}]
|
||||
}
|
23
_data/chains/eip155-189.json
Normal file
23
_data/chains/eip155-189.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "BMC Testnet",
|
||||
"chain": "BMC",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://testnet.bmcchain.com"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "BTM",
|
||||
"symbol": "BTM",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://bmc.bytom.io/",
|
||||
"shortName": "BMCT",
|
||||
"chainId": 189,
|
||||
"networkId": 189,
|
||||
"explorers": [{
|
||||
"name": "Blockmeta",
|
||||
"url": "https://bmc.blockmeta.com/",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
|
@ -3,8 +3,12 @@
|
|||
"chain": "SGB",
|
||||
"network": "songbird",
|
||||
"rpc": [
|
||||
"https://songbird.towolabs.com/rpc",
|
||||
"https://sgb.ftso.com.au/ext/bc/C/rpc",
|
||||
"https://sgb.lightft.so/rpc",
|
||||
"https://sgb-rpc.ftso.eu"
|
||||
],
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Songbird",
|
||||
"symbol": "SGB",
|
||||
|
|
23
_data/chains/eip155-192837465.json
Normal file
23
_data/chains/eip155-192837465.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Gather Mainnet Network",
|
||||
"chain": "GTH",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://mainnet.gather.network"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Gather",
|
||||
"symbol": "GTH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://gather.network",
|
||||
"shortName": "GTH",
|
||||
"chainId": 192837465,
|
||||
"networkId": 192837465,
|
||||
"explorers": [{
|
||||
"name": "Blockscout",
|
||||
"url": "https://explorer.gather.network/",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
25
_data/chains/eip155-197710212030.json
Normal file
25
_data/chains/eip155-197710212030.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Ntity Mainnet",
|
||||
"chain": "Ntity",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.ntity.io"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ntity",
|
||||
"symbol": "NTT",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://ntity.io",
|
||||
"shortName": "ntt",
|
||||
"chainId": 197710212030,
|
||||
"networkId": 197710212030,
|
||||
"icon": "ntity",
|
||||
"explorers": [{
|
||||
"name": "Ntity Blockscout",
|
||||
"url": "https://blockscout.ntity.io",
|
||||
"icon": "ntity",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
25
_data/chains/eip155-197710212031.json
Normal file
25
_data/chains/eip155-197710212031.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Haradev Testnet",
|
||||
"chain": "Ntity",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://blockchain.haradev.com"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ntity Haradev",
|
||||
"symbol": "NTTH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://ntity.io",
|
||||
"shortName": "ntt-haradev",
|
||||
"chainId": 197710212031,
|
||||
"networkId": 197710212031,
|
||||
"icon": "ntity",
|
||||
"explorers": [{
|
||||
"name": "Ntity Haradev Blockscout",
|
||||
"url": "https://blockscout.haradev.com",
|
||||
"icon": "ntity",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
24
_data/chains/eip155-19845.json
Normal file
24
_data/chains/eip155-19845.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "BTCIX Network",
|
||||
"chain": "BTCIX",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://seed.btcix.org/rpc"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "BTCIX Network",
|
||||
"symbol": "BTCIX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://bitcolojix.org",
|
||||
"shortName": "btcix",
|
||||
"chainId": 19845,
|
||||
"networkId": 19845,
|
||||
|
||||
"explorers": [{
|
||||
"name": "BTCIXScan",
|
||||
"url": "https://btcixscan.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
23
_data/chains/eip155-199.json
Normal file
23
_data/chains/eip155-199.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "BitTorrent Chain Mainnet",
|
||||
"chain": "BTTC",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.bittorrentchain.io/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "BitTorrent",
|
||||
"symbol": "BTT",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://bittorrentchain.io/",
|
||||
"shortName": "BTT",
|
||||
"chainId": 199,
|
||||
"networkId": 199,
|
||||
"explorers": [{
|
||||
"name": "bttcscan",
|
||||
"url": "https://scan.bittorrentchain.io/",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
27
_data/chains/eip155-201018.json
Normal file
27
_data/chains/eip155-201018.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "Alaya Mainnet",
|
||||
"chain": "Alaya",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://openapi.alaya.network/rpc",
|
||||
"wss://openapi.alaya.network/ws"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "ATP",
|
||||
"symbol": "atp",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.alaya.network/",
|
||||
"shortName": "alaya",
|
||||
"chainId": 201018,
|
||||
"networkId": 1,
|
||||
"icon": "alaya",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "alaya explorer",
|
||||
"url": "https://scan.alaya.network/",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
29
_data/chains/eip155-201030.json
Normal file
29
_data/chains/eip155-201030.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "Alaya Dev Testnet",
|
||||
"chain": "Alaya",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://devnetopenapi.alaya.network/rpc",
|
||||
"wss://devnetopenapi.alaya.network/ws"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet.alaya.network/faucet/?id=f93426c0887f11eb83b900163e06151c"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "ATP",
|
||||
"symbol": "atp",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.alaya.network/",
|
||||
"shortName": "alayadev",
|
||||
"chainId": 201030,
|
||||
"networkId": 1,
|
||||
"icon": "alaya",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "alaya explorer",
|
||||
"url": "https://devnetscan.alaya.network",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
18
_data/chains/eip155-2021121117.json
Normal file
18
_data/chains/eip155-2021121117.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "DataHopper",
|
||||
"chain": "HOP",
|
||||
"network": "hopnet",
|
||||
"rpc": [
|
||||
"https://23.92.21.121:8545"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "DataHoppers",
|
||||
"symbol": "HOP",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.DataHopper.com",
|
||||
"shortName": "hop",
|
||||
"chainId": 2021121117,
|
||||
"networkId": 2021121117
|
||||
}
|
25
_data/chains/eip155-2025.json
Normal file
25
_data/chains/eip155-2025.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Rangers Protocol Mainnet",
|
||||
"chain": "Rangers",
|
||||
"network": "mainnet",
|
||||
"icon": "rangers",
|
||||
"rpc": [
|
||||
"https://mainnet.rangersprotocol.com/api/jsonrpc"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Rangers Protocol Gas",
|
||||
"symbol": "RPG",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://rangersprotocol.com",
|
||||
"shortName": "rpg",
|
||||
"chainId": 2025,
|
||||
"networkId": 2025,
|
||||
"slip44": 1008,
|
||||
"explorers": [{
|
||||
"name": "rangersscan",
|
||||
"url": "https://scan.rangersprotocol.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
23
_data/chains/eip155-2100.json
Normal file
23
_data/chains/eip155-2100.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Ecoball Mainnet",
|
||||
"chain": "ECO",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://api.ecoball.org/ecoball/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ecoball Coin",
|
||||
"symbol": "ECO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://ecoball.org",
|
||||
"shortName": "eco",
|
||||
"chainId": 2100,
|
||||
"networkId": 2100,
|
||||
"explorers": [{
|
||||
"name": "Ecoball Explorer",
|
||||
"url": "https://scan.ecoball.org/",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
23
_data/chains/eip155-2101.json
Normal file
23
_data/chains/eip155-2101.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Ecoball Testnet Espuma",
|
||||
"chain": "ECO",
|
||||
"network": "espuma",
|
||||
"rpc": [
|
||||
"https://api.ecoball.org/espuma/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Espuma Coin",
|
||||
"symbol": "ECO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://ecoball.org",
|
||||
"shortName": "esp",
|
||||
"chainId": 2101,
|
||||
"networkId": 2101,
|
||||
"explorers": [{
|
||||
"name": "Ecoball Testnet Explorer",
|
||||
"url": "https://espuma-scan.ecoball.org/",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
29
_data/chains/eip155-210309.json
Normal file
29
_data/chains/eip155-210309.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "PlatON Dev Testnet",
|
||||
"chain": "PlatON",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://devnetopenapi.platon.network/rpc",
|
||||
"wss://devnetopenapi.platon.network/ws"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "LAT",
|
||||
"symbol": "lat",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.platon.network",
|
||||
"shortName": "PlatON",
|
||||
"chainId": 210309,
|
||||
"networkId": 1,
|
||||
"icon": "platon",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "PlatON explorer",
|
||||
"url": "https://devnetscan.platon.network/",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
19
_data/chains/eip155-222.json
Normal file
19
_data/chains/eip155-222.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "Permission",
|
||||
"chain": "ASK",
|
||||
"network": "ASK",
|
||||
"rpc": [
|
||||
"https://blockchain-api-mainnet.permission.io/rpc"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "ASK",
|
||||
"symbol": "ASK",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://permission.io/",
|
||||
"shortName": "ASK",
|
||||
"chainId": 222,
|
||||
"networkId": 2221,
|
||||
"slip44": 2221
|
||||
}
|
21
_data/chains/eip155-24.json
Normal file
21
_data/chains/eip155-24.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "Dithereum Mainnet",
|
||||
"chain": "DTH",
|
||||
"network": "mainnet",
|
||||
"icon": "dithereum",
|
||||
"rpc": [
|
||||
"https://node-mainnet.dithereum.io"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet.dithereum.org"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Dither",
|
||||
"symbol": "DTH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://dithereum.org",
|
||||
"shortName": "dthmainnet",
|
||||
"chainId": 24,
|
||||
"networkId": 24
|
||||
}
|
|
@ -14,5 +14,6 @@
|
|||
"infoURL": "https://webchain.network",
|
||||
"shortName": "web",
|
||||
"chainId": 24484,
|
||||
"networkId": 37129
|
||||
"networkId": 37129,
|
||||
"slip44": 227
|
||||
}
|
|
@ -7,7 +7,7 @@
|
|||
"wss://rpc.energyweb.org/ws"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet.carbonswap.exchange"
|
||||
"https://faucet.carbonswap.exchange", "https://free-online-app.com/faucet-for-eth-evm-chains/"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Energy Web Token",
|
||||
|
@ -18,5 +18,13 @@
|
|||
"shortName": "ewt",
|
||||
"chainId": 246,
|
||||
"networkId": 246,
|
||||
"slip44": 246
|
||||
"slip44": 246,
|
||||
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://explorer.energyweb.org",
|
||||
"standard": "none"
|
||||
}]
|
||||
|
||||
|
||||
}
|
||||
|
|
23
_data/chains/eip155-25.json
Normal file
23
_data/chains/eip155-25.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Cronos Mainnet Beta",
|
||||
"chain": "CRO",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://evm-cronos.crypto.org"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Crypto.org Coin",
|
||||
"symbol": "CRO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://cronos.crypto.org",
|
||||
"shortName": "cro",
|
||||
"chainId": 25,
|
||||
"networkId": 25,
|
||||
"explorers": [{
|
||||
"name": "Cronos Explorer",
|
||||
"url": "https://cronos.crypto.org/explorer",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
23
_data/chains/eip155-26.json
Normal file
23
_data/chains/eip155-26.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Genesis L1 testnet",
|
||||
"chain": "genesis",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://testrpc.genesisl1.org"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "L1 testcoin",
|
||||
"symbol": "L1test",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.genesisl1.com",
|
||||
"shortName": "L1test",
|
||||
"chainId": 26,
|
||||
"networkId": 26,
|
||||
"explorers": [{
|
||||
"name": "Genesis L1 testnet explorer",
|
||||
"url": "https://testnet.genesisl1.org/",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
|
@ -20,8 +20,8 @@
|
|||
"networkId": 269,
|
||||
"slip44": 269,
|
||||
"explorers": [{
|
||||
"name": "hpbscan",
|
||||
"url": "https://hpbscan.org/",
|
||||
"name": "hscan",
|
||||
"url": "https://hscan.org/",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
|
||||
|
|
23
_data/chains/eip155-27.json
Normal file
23
_data/chains/eip155-27.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "ShibaChain",
|
||||
"chain": "SHIB",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.shibachain.net"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "SHIBA INU COIN",
|
||||
"symbol": "SHIB",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.shibachain.net",
|
||||
"shortName": "shib",
|
||||
"chainId": 27,
|
||||
"networkId": 27,
|
||||
"explorers": [{
|
||||
"name": "Shiba Explorer",
|
||||
"url": "https://exp.shibachain.net/",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
27
_data/chains/eip155-28.json
Normal file
27
_data/chains/eip155-28.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "Boba Network Rinkeby Testnet",
|
||||
"chain": "ETH",
|
||||
"network": "rinkeby",
|
||||
"rpc": ["https://rinkeby.boba.network/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://boba.network",
|
||||
"shortName": "Boba Rinkeby",
|
||||
"chainId": 28,
|
||||
"networkId": 28,
|
||||
|
||||
"explorers": [{
|
||||
"name": "Blockscout",
|
||||
"url": "https://blockexplorer.rinkeby.boba.network/",
|
||||
"standard": "none"
|
||||
}],
|
||||
"parent": {
|
||||
"type" : "L2",
|
||||
"chain": "eip155-4",
|
||||
"bridges": [ {"url":"https://gateway.rinkeby.boba.network"} ]
|
||||
}
|
||||
}
|
19
_data/chains/eip155-281121.json
Normal file
19
_data/chains/eip155-281121.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "Social Smart Chain Mainnet",
|
||||
"chain": "SoChain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://socialsmartchain.digitalnext.business"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "SoChain",
|
||||
"symbol": "$OC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://digitalnext.business/SocialSmartChain",
|
||||
"shortName": "SoChain",
|
||||
"chainId": 281121,
|
||||
"networkId": 281121,
|
||||
"explorers": []
|
||||
}
|
27
_data/chains/eip155-288.json
Normal file
27
_data/chains/eip155-288.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "Boba Network",
|
||||
"chain": "ETH",
|
||||
"network": "mainnet",
|
||||
"rpc": ["https://mainnet.boba.network/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://boba.network",
|
||||
"shortName": "Boba",
|
||||
"chainId": 288,
|
||||
"networkId": 288,
|
||||
|
||||
"explorers": [{
|
||||
"name": "Blockscout",
|
||||
"url": "https://blockexplorer.boba.network/",
|
||||
"standard": "none"
|
||||
}],
|
||||
"parent": {
|
||||
"type" : "L2",
|
||||
"chain": "eip155-1",
|
||||
"bridges": [ {"url":"https://gateway.boba.network"} ]
|
||||
}
|
||||
}
|
23
_data/chains/eip155-29.json
Normal file
23
_data/chains/eip155-29.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Genesis L1",
|
||||
"chain": "genesis",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.genesisl1.org"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "L1 coin",
|
||||
"symbol": "L1",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.genesisl1.com",
|
||||
"shortName": "L1",
|
||||
"chainId": 29,
|
||||
"networkId": 29,
|
||||
"explorers": [{
|
||||
"name": "Genesis L1 blockchain explorer",
|
||||
"url": "https://explorer.genesisl1.org/",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
21
_data/chains/eip155-3331.json
Normal file
21
_data/chains/eip155-3331.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "ZCore Testnet",
|
||||
"chain": "Beach",
|
||||
"network": "testnet",
|
||||
"icon": "zcore",
|
||||
"rpc": [
|
||||
"https://rpc-testnet.zcore.cash"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet.zcore.cash"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "ZCore",
|
||||
"symbol": "ZCR",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://zcore.cash",
|
||||
"shortName": "zcrbeach",
|
||||
"chainId": 3331,
|
||||
"networkId": 3331
|
||||
}
|
26
_data/chains/eip155-336.json
Normal file
26
_data/chains/eip155-336.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "Shiden",
|
||||
"chain": "SDN",
|
||||
"network": "shiden",
|
||||
"rpc": [
|
||||
"https://rpc.shiden.astar.network:8545",
|
||||
"wss://shiden.api.onfinality.io/public-ws"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Shiden",
|
||||
"symbol": "SDN",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://shiden.astar.network/",
|
||||
"shortName": "sdn",
|
||||
"chainId": 336,
|
||||
"networkId": 336,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "subscan",
|
||||
"url": "https://shiden.subscan.io",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
26
_data/chains/eip155-338.json
Normal file
26
_data/chains/eip155-338.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "Cronos Testnet",
|
||||
"chain": "CRO",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://cronos-testnet-3.crypto.org:8545",
|
||||
"wss://cronos-testnet-3.crypto.org:8546"
|
||||
],
|
||||
"faucets": [
|
||||
"https://cronos.crypto.org/faucet"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Crypto.org Test Coin",
|
||||
"symbol": "TCRO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://cronos.crypto.org",
|
||||
"shortName": "tcro",
|
||||
"chainId": 338,
|
||||
"networkId": 338,
|
||||
"explorers": [{
|
||||
"name": "Cronos Testnet Explorer",
|
||||
"url": "https://cronos.crypto.org/explorer/testnet3",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
21
_data/chains/eip155-34.json
Normal file
21
_data/chains/eip155-34.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "Dithereum Testnet",
|
||||
"chain": "DTH",
|
||||
"network": "testnet",
|
||||
"icon": "dithereum",
|
||||
"rpc": [
|
||||
"https://node-testnet.dithereum.io"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet.dithereum.org"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Dither",
|
||||
"symbol": "DTH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://dithereum.org",
|
||||
"shortName": "dth",
|
||||
"chainId": 34,
|
||||
"networkId": 34
|
||||
}
|
23
_data/chains/eip155-356256156.json
Normal file
23
_data/chains/eip155-356256156.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Gather Tesnet Network",
|
||||
"chain": "GTH",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://testnet.gather.network"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Gather",
|
||||
"symbol": "GTH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://gather.network",
|
||||
"shortName": "tGTH",
|
||||
"chainId": 356256156,
|
||||
"networkId": 356256156,
|
||||
"explorers": [{
|
||||
"name": "Blockscout",
|
||||
"url": "https://testnet-explorer.gather.network/",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
26
_data/chains/eip155-3690.json
Normal file
26
_data/chains/eip155-3690.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "Bittex Mainnet",
|
||||
"chain": "BTX",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc1.bittexscan.info",
|
||||
"https://rpc2.bittexscan.info"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Bittex",
|
||||
"symbol": "BTX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://bittexscan.com",
|
||||
"shortName": "btx",
|
||||
"chainId": 3690,
|
||||
"networkId": 3690,
|
||||
"icon": "ethereum",
|
||||
"explorers": [{
|
||||
"name": "bittexscan",
|
||||
"url": "https://bittexscan.com",
|
||||
"icon": "etherscan",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "NRG",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://nodeapi.gen3.energi.network"
|
||||
"https://nodeapi.energi.network"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
@ -16,4 +16,4 @@
|
|||
"chainId": 39797,
|
||||
"networkId": 39797,
|
||||
"slip44": 39797
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,5 +15,10 @@
|
|||
"infoURL": "https://telos.net",
|
||||
"shortName": "Telos EVM",
|
||||
"chainId": 40,
|
||||
"networkId": 40
|
||||
"networkId": 40,
|
||||
"explorers": [{
|
||||
"name": "teloscan",
|
||||
"url": "https://teloscan.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
25
_data/chains/eip155-42261.json
Normal file
25
_data/chains/eip155-42261.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Emerald Paratime Testnet",
|
||||
"chain": "Emerald",
|
||||
"network": "testnet",
|
||||
"icon": "oasis",
|
||||
"rpc": [
|
||||
"https://testnet.emerald.oasis.dev/",
|
||||
"wss://testnet.emerald.oasis.dev/ws"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Emerald Rose",
|
||||
"symbol": "ROSE",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://docs.oasis.dev/general/developer-resources/overview",
|
||||
"shortName": "emerald",
|
||||
"chainId": 42261,
|
||||
"networkId": 42261,
|
||||
"explorers": [{
|
||||
"name": "Emerald Paratime Testnet Explorer",
|
||||
"url": "https://testnet.explorer.emerald.oasis.dev/",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
25
_data/chains/eip155-42262.json
Normal file
25
_data/chains/eip155-42262.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Emerald Paratime Mainnet",
|
||||
"chain": "Emerald",
|
||||
"network": "Mainnet",
|
||||
"icon": "oasis",
|
||||
"rpc": [
|
||||
"https://emerald.oasis.dev",
|
||||
"wss://emerald.oasis.dev/ws"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Emerald Rose",
|
||||
"symbol": "ROSE",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://docs.oasis.dev/general/developer-resources/overview",
|
||||
"shortName": "oasis",
|
||||
"chainId": 42262,
|
||||
"networkId": 42262,
|
||||
"explorers": [{
|
||||
"name": "Emerald Paratime Mainnet Explorer",
|
||||
"url": "https://explorer.emerald.oasis.dev/",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
|
@ -2,15 +2,24 @@
|
|||
"name": "Darwinia Pangolin Testnet",
|
||||
"chain": "pangolin",
|
||||
"network": "free testnet",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"rpc": [
|
||||
"http://pangolin-rpc.darwinia.network"
|
||||
],
|
||||
"faucets": [
|
||||
"https://docs.crab.network/dvm/wallets/dvm-metamask#apply-for-the-test-token"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Pangolin RING",
|
||||
"name": "Pangolin Network Native Token”",
|
||||
"symbol": "PRING",
|
||||
"decimals": 9
|
||||
},
|
||||
"infoURL": "https://darwinia.network/",
|
||||
"shortName": "darwinia",
|
||||
"chainId": 43,
|
||||
"networkId": 43
|
||||
"networkId": 43,
|
||||
"explorers": [{
|
||||
"name": "subscan",
|
||||
"url": "https://pangolin.subscan.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -16,5 +16,12 @@
|
|||
"infoURL": "https://cchain.explorer.avax-test.network",
|
||||
"shortName": "Fuji",
|
||||
"chainId": 43113,
|
||||
"networkId": 1
|
||||
"networkId": 1,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "snowtrace",
|
||||
"url": "https://testnet.snowtrace.io/",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -16,9 +16,11 @@
|
|||
"chainId": 43114,
|
||||
"networkId": 43114,
|
||||
"slip44": 9000,
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://cchain.explorer.avax.network",
|
||||
"standard": "none"
|
||||
}]
|
||||
"explorers": [
|
||||
{
|
||||
"name": "snowtrace",
|
||||
"url": "https://snowtrace.io/",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -2,15 +2,22 @@
|
|||
"name": "Darwinia Crab Network",
|
||||
"chain": "crab",
|
||||
"network": "Crab network",
|
||||
"rpc": [],
|
||||
"rpc": [
|
||||
"http://crab-rpc.darwinia.network"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Crab Token",
|
||||
"symbol": "CRING",
|
||||
"name": "Crab Network Native Token",
|
||||
"symbol": "CRAB",
|
||||
"decimals": 9
|
||||
},
|
||||
"infoURL": "https://crab.network/",
|
||||
"shortName": "crab",
|
||||
"chainId": 44,
|
||||
"networkId": 44
|
||||
"networkId": 44,
|
||||
"explorers": [{
|
||||
"name": "subscan",
|
||||
"url": "https://crab.subscan.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
||||
|
|
23
_data/chains/eip155-486217935.json
Normal file
23
_data/chains/eip155-486217935.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Gather Devnet Network",
|
||||
"chain": "GTH",
|
||||
"network": "devnet",
|
||||
"rpc": [
|
||||
"https://devnet.gather.network"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Gather",
|
||||
"symbol": "GTH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://gather.network",
|
||||
"shortName": "dGTH",
|
||||
"chainId": 486217935,
|
||||
"networkId": 486217935,
|
||||
"explorers": [{
|
||||
"name": "Blockscout",
|
||||
"url": "https://devnet-explorer.gather.network/",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
|
@ -3,12 +3,12 @@
|
|||
"chain": "NRG",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://nodeapi.test3.energi.network"
|
||||
"https://nodeapi.test.energi.network"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Energi",
|
||||
"symbol": "tNRG",
|
||||
"symbol": "NRG",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.energi.world/",
|
||||
|
@ -16,4 +16,4 @@
|
|||
"chainId": 49797,
|
||||
"networkId": 49797,
|
||||
"slip44": 49797
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,26 +1,34 @@
|
|||
{
|
||||
"name": "Ethereum Testnet Görli",
|
||||
"chain": "ETH",
|
||||
"network": "goerli",
|
||||
"rpc": [
|
||||
"https://rpc.goerli.mudit.blog/",
|
||||
"https://rpc.slock.it/goerli ",
|
||||
"https://goerli.prylabs.net/"
|
||||
],
|
||||
"faucets": [
|
||||
"https://goerli-faucet.slock.it/?address=${ADDRESS}",
|
||||
"https://faucet.goerli.mudit.blog"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Görli Ether",
|
||||
"symbol": "GOR",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://goerli.net/#about",
|
||||
"shortName": "gor",
|
||||
"chainId": 5,
|
||||
"networkId": 5,
|
||||
"ens": {
|
||||
"registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010"
|
||||
}
|
||||
}
|
||||
{
|
||||
"name": "Ethereum Testnet Görli",
|
||||
"chain": "ETH",
|
||||
"network": "goerli",
|
||||
"rpc": [
|
||||
"https://rpc.goerli.mudit.blog/",
|
||||
"https://rpc.slock.it/goerli",
|
||||
|
||||
"https://goerli.prylabs.net/"
|
||||
],
|
||||
"faucets": [
|
||||
"https://goerli-faucet.slock.it/?address=${ADDRESS}",
|
||||
"https://faucet.goerli.mudit.blog"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Görli Ether",
|
||||
"symbol": "GOR",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://goerli.net/#about",
|
||||
"shortName": "gor",
|
||||
"chainId": 5,
|
||||
"networkId": 5,
|
||||
"ens": {
|
||||
"registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010"
|
||||
},
|
||||
"explorers": [
|
||||
{
|
||||
"name": "etherscan-goerli",
|
||||
"url": "https://goerli.etherscan.io",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "CSC",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc-mainnet.coinex.net"
|
||||
"https://rpc.coinex.net"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
@ -11,8 +11,13 @@
|
|||
"symbol": "cet",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "http://www.coinex.org/",
|
||||
"infoURL": "https://www.coinex.org/",
|
||||
"shortName": "cet",
|
||||
"chainId": 52,
|
||||
"networkId": 52
|
||||
"networkId": 52,
|
||||
"explorers": [{
|
||||
"name": "coinexscan",
|
||||
"url": "https://www.coinex.net/",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "CSC",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://rpc-testnet.coinex.net"
|
||||
"https://testnet-rpc.coinex.net/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
@ -11,8 +11,13 @@
|
|||
"symbol": "cett",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "http://www.coinex.org/",
|
||||
"infoURL": "https://www.coinex.org/",
|
||||
"shortName": "tcet",
|
||||
"chainId": 53,
|
||||
"networkId": 53
|
||||
"networkId": 53,
|
||||
"explorers": [{
|
||||
"name": "coinexscan",
|
||||
"url": "https://testnet.coinex.net/",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
||||
|
|
18
_data/chains/eip155-5315.json
Normal file
18
_data/chains/eip155-5315.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "Uzmi Network Mainnet",
|
||||
"chain": "UZMI",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://network.uzmigames.com.br/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "UZMI",
|
||||
"symbol": "UZMI",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://uzmigames.com.br/",
|
||||
"shortName": "UZMI",
|
||||
"chainId": 5315,
|
||||
"networkId": 5315
|
||||
}
|
28
_data/chains/eip155-55.json
Normal file
28
_data/chains/eip155-55.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "Zyx Mainnet",
|
||||
"chain": "ZYX",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc-1.zyx.network/",
|
||||
"https://rpc-2.zyx.network/",
|
||||
"https://rpc-3.zyx.network/",
|
||||
"https://rpc-4.zyx.network/",
|
||||
"https://rpc-5.zyx.network/",
|
||||
"https://rpc-6.zyx.network/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Zyx",
|
||||
"symbol": "ZYX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://zyx.network/",
|
||||
"shortName": "ZYX",
|
||||
"chainId": 55,
|
||||
"networkId": 55,
|
||||
"explorers": [{
|
||||
"name": "zyxscan",
|
||||
"url": "https://zyxscan.com/",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
|
@ -27,6 +27,7 @@
|
|||
"shortName": "bnb",
|
||||
"chainId": 56,
|
||||
"networkId": 56,
|
||||
"slip44": 714,
|
||||
"explorers": [{
|
||||
"name": "bscscan",
|
||||
"url": "https://bscscan.com",
|
||||
|
|
|
@ -15,5 +15,12 @@
|
|||
"infoURL": "https://www.syscoin.org",
|
||||
"shortName": "sys",
|
||||
"chainId": 57,
|
||||
"networkId": 57
|
||||
"networkId": 57,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Syscoin Block Explorer",
|
||||
"url": "https://explorer.syscoin.org",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -15,5 +15,12 @@
|
|||
"infoURL": "https://syscoin.org",
|
||||
"shortName": "tsys",
|
||||
"chainId": 5700,
|
||||
"networkId": 5700
|
||||
"networkId": 5700,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Syscoin Testnet Block Explorer",
|
||||
"url": "https://tanenbaum.io",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
28
_data/chains/eip155-588.json
Normal file
28
_data/chains/eip155-588.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "Metis Stardust Testnet",
|
||||
"chain": "ETH",
|
||||
"network": "rinkeby",
|
||||
"rpc": ["https://stardust.metis.io/?owner=588"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "tMetis",
|
||||
"symbol": "METIS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.metis.io",
|
||||
"shortName": "metis-stardust",
|
||||
"chainId": 588,
|
||||
"networkId": 588,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "blockscout",
|
||||
"url": "https://stardust-explorer.metis.io/",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
],
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-4",
|
||||
"bridges": [{ "url": "https://bridge.metis.io" }]
|
||||
}
|
||||
}
|
25
_data/chains/eip155-60000.json
Normal file
25
_data/chains/eip155-60000.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Thinkium Testnet Chain 0",
|
||||
"chain": "Thinkium",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://test.thinkiumrpc.net/"
|
||||
],
|
||||
"faucets": [
|
||||
"https://www.thinkiumdev.net/faucet"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "TKM",
|
||||
"symbol": "TKM",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://thinkium.net/",
|
||||
"shortName": "TKM-test0",
|
||||
"chainId": 60000,
|
||||
"networkId": 60000,
|
||||
"explorers": [{
|
||||
"name": "thinkiumscan",
|
||||
"url": "https://test0.thinkiumscan.net/",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
25
_data/chains/eip155-60001.json
Normal file
25
_data/chains/eip155-60001.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Thinkium Testnet Chain 1",
|
||||
"chain": "Thinkium",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://test1.thinkiumrpc.net/"
|
||||
],
|
||||
"faucets": [
|
||||
"https://www.thinkiumdev.net/faucet"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "TKM",
|
||||
"symbol": "TKM",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://thinkium.net/",
|
||||
"shortName": "TKM-test1",
|
||||
"chainId": 60001,
|
||||
"networkId": 60001,
|
||||
"explorers": [{
|
||||
"name": "thinkiumscan",
|
||||
"url": "https://test1.thinkiumscan.net/",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
25
_data/chains/eip155-60002.json
Normal file
25
_data/chains/eip155-60002.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Thinkium Testnet Chain 2",
|
||||
"chain": "Thinkium",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://test2.thinkiumrpc.net/"
|
||||
],
|
||||
"faucets": [
|
||||
"https://www.thinkiumdev.net/faucet"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "TKM",
|
||||
"symbol": "TKM",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://thinkium.net/",
|
||||
"shortName": "TKM-test2",
|
||||
"chainId": 60002,
|
||||
"networkId": 60002,
|
||||
"explorers": [{
|
||||
"name": "thinkiumscan",
|
||||
"url": "https://test2.thinkiumscan.net/",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
25
_data/chains/eip155-60103.json
Normal file
25
_data/chains/eip155-60103.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "Thinkium Testnet Chain 103",
|
||||
"chain": "Thinkium",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://test103.thinkiumrpc.net/"
|
||||
],
|
||||
"faucets": [
|
||||
"https://www.thinkiumdev.net/faucet"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "TKM",
|
||||
"symbol": "TKM",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://thinkium.net/",
|
||||
"shortName": "TKM-test103",
|
||||
"chainId": 60103,
|
||||
"networkId": 60103,
|
||||
"explorers": [{
|
||||
"name": "thinkiumscan",
|
||||
"url": "https://test103.thinkiumscan.net",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
18
_data/chains/eip155-6022140761023.json
Normal file
18
_data/chains/eip155-6022140761023.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "Molereum Network",
|
||||
"chain": "ETH",
|
||||
"network": "molereum",
|
||||
"rpc": [
|
||||
"https://molereum.jdubedition.com"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Molereum Ether",
|
||||
"symbol": "MOLE",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://github.com/Jdubedition/molereum",
|
||||
"shortName": "mole",
|
||||
"chainId": 6022140761023,
|
||||
"networkId": 6022140761023
|
||||
}
|
24
_data/chains/eip155-6626.json
Normal file
24
_data/chains/eip155-6626.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "Pixie Chain Mainnet",
|
||||
"chain": "PixieChain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://http-mainnet.chain.pixie.xyz",
|
||||
"wss://ws-mainnet.chain.pixie.xyz"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Pixie Chain Native Token",
|
||||
"symbol": "PIX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://chain.pixie.xyz",
|
||||
"shortName": "pixie-chain",
|
||||
"chainId": 6626,
|
||||
"networkId": 6626,
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://scan.chain.pixie.xyz",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
21
_data/chains/eip155-666.json
Normal file
21
_data/chains/eip155-666.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "Pixie Chain Testnet",
|
||||
"chain": "PixieChain",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://http-testnet.chain.pixie.xyz",
|
||||
"wss://ws-testnet.chain.pixie.xyz"
|
||||
],
|
||||
"faucets": [
|
||||
"https://chain.pixie.xyz/faucet"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Pixie Chain Testnet Native Token",
|
||||
"symbol": "PCTT",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://scan-testnet.chain.pixie.xyz",
|
||||
"shortName": "pixie-chain-testnet",
|
||||
"chainId": 666,
|
||||
"networkId": 666
|
||||
}
|
23
_data/chains/eip155-70000.json
Normal file
23
_data/chains/eip155-70000.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Thinkium Mainnet Chain 0",
|
||||
"chain": "Thinkium",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://proxy.thinkiumrpc.net/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "TKM",
|
||||
"symbol": "TKM",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://thinkium.net/",
|
||||
"shortName": "TKM0",
|
||||
"chainId": 70000,
|
||||
"networkId": 70000,
|
||||
"explorers": [{
|
||||
"name": "thinkiumscan",
|
||||
"url": "https://chain0.thinkiumscan.net/",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
23
_data/chains/eip155-70001.json
Normal file
23
_data/chains/eip155-70001.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Thinkium Mainnet Chain 1",
|
||||
"chain": "Thinkium",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://proxy1.thinkiumrpc.net/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "TKM",
|
||||
"symbol": "TKM",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://thinkium.net/",
|
||||
"shortName": "TKM1",
|
||||
"chainId": 70001,
|
||||
"networkId": 70001,
|
||||
"explorers": [{
|
||||
"name": "thinkiumscan",
|
||||
"url": "https://chain1.thinkiumscan.net/",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
23
_data/chains/eip155-70002.json
Normal file
23
_data/chains/eip155-70002.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Thinkium Mainnet Chain 2",
|
||||
"chain": "Thinkium",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://proxy2.thinkiumrpc.net/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "TKM",
|
||||
"symbol": "TKM",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://thinkium.net/",
|
||||
"shortName": "TKM2",
|
||||
"chainId": 70002,
|
||||
"networkId": 70002,
|
||||
"explorers": [{
|
||||
"name": "thinkiumscan",
|
||||
"url": "https://chain2.thinkiumscan.net/",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
23
_data/chains/eip155-70103.json
Normal file
23
_data/chains/eip155-70103.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Thinkium Mainnet Chain 103",
|
||||
"chain": "Thinkium",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://proxy103.thinkiumrpc.net/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "TKM",
|
||||
"symbol": "TKM",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://thinkium.net/",
|
||||
"shortName": "TKM103",
|
||||
"chainId": 70103,
|
||||
"networkId": 70103,
|
||||
"explorers": [{
|
||||
"name": "thinkiumscan",
|
||||
"url": "https://chain103.thinkiumscan.net/",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
|
@ -8,15 +8,21 @@
|
|||
"ws://sokol.poa.network:8546"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet-sokol.herokuapp.com"
|
||||
"https://faucet.poa.network"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "POA Sokol Ether",
|
||||
"symbol": "POA",
|
||||
"symbol": "SPOA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://poa.network",
|
||||
"shortName": "poa",
|
||||
"shortName": "spoa",
|
||||
"chainId": 77,
|
||||
"networkId": 77
|
||||
}
|
||||
"networkId": 77,
|
||||
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://blockscout.com/poa/sokol",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
||||
|
|
26
_data/chains/eip155-7878.json
Normal file
26
_data/chains/eip155-7878.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "Hazlor Testnet",
|
||||
"chain": "SCAS",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://hatlas.rpc.hazlor.com:8545",
|
||||
"wss://hatlas.rpc.hazlor.com:8546"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet.hazlor.com"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Hazlor Test Coin",
|
||||
"symbol": "TSCAS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://hazlor.com",
|
||||
"shortName": "tscas",
|
||||
"chainId": 7878,
|
||||
"networkId": 7878,
|
||||
"explorers": [{
|
||||
"name": "Hazlor Testnet Explorer",
|
||||
"url": "https://explorer.hazlor.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
|
@ -1,20 +1,21 @@
|
|||
{
|
||||
"name": "Matic(Polygon) Testnet Mumbai",
|
||||
"chain": "Matic(Polygon)",
|
||||
"name": "Polygon Testnet Mumbai",
|
||||
"chain": "Polygon",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://rpc-mumbai.matic.today",
|
||||
"wss://ws-mumbai.matic.today"
|
||||
"https://matic-mumbai.chainstacklabs.com",
|
||||
"https://rpc-mumbai.maticvigil.com",
|
||||
"https://matic-testnet-archive-rpc.bwarelabs.com"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet.matic.network/"
|
||||
"https://faucet.polygon.technology/"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Matic",
|
||||
"symbol": "tMATIC",
|
||||
"name": "MATIC",
|
||||
"symbol": "MATIC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://matic.network/",
|
||||
"infoURL": "https://polygon.technology/",
|
||||
"shortName": "maticmum",
|
||||
"chainId": 80001,
|
||||
"networkId": 80001,
|
||||
|
|
|
@ -5,7 +5,9 @@
|
|||
"rpc": [
|
||||
"https://rpc.meter.io"
|
||||
],
|
||||
"faucets": [],
|
||||
"faucets": [
|
||||
"https://faucet.meter.io"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Meter",
|
||||
"symbol": "MTR",
|
||||
|
@ -14,6 +16,11 @@
|
|||
"infoURL": "https://www.meter.io",
|
||||
"shortName": "Meter",
|
||||
"chainId": 82,
|
||||
"networkId": 82
|
||||
"networkId": 82,
|
||||
"explorers": [{
|
||||
"name": "Meter Mainnet Scan",
|
||||
"url": "https://scan.meter.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "KLAY",
|
||||
"network": "cypress",
|
||||
"rpc": [
|
||||
"https://node-api.klaytnapi.com/v1/klaytn"
|
||||
"https://public-node-api.klaytnapi.com/v1/cypress"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
@ -15,5 +15,10 @@
|
|||
"shortName": "Cypress",
|
||||
"chainId": 8217,
|
||||
"networkId": 8217,
|
||||
"slip44": 8217
|
||||
"slip44": 8217,
|
||||
"explorers": [{
|
||||
"name": "Klaytnscope",
|
||||
"url": "https://scope.klaytn.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
||||
|
|
26
_data/chains/eip155-83.json
Normal file
26
_data/chains/eip155-83.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "Meter Testnet",
|
||||
"chain": "METER Testnet",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://rpctest.meter.io"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet-warringstakes.meter.io"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Meter",
|
||||
"symbol": "MTR",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.meter.io",
|
||||
"shortName": "MeterTest",
|
||||
"chainId": 83,
|
||||
"networkId": 83,
|
||||
"explorers": [{
|
||||
"name": "Meter Testnet Scan",
|
||||
"url": "https://scan-warringstakes.meter.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
@ -14,5 +14,6 @@
|
|||
"infoURL": "https://tomocoin.io",
|
||||
"shortName": "tomo",
|
||||
"chainId": 88,
|
||||
"networkId": 88
|
||||
"networkId": 88,
|
||||
"slip44": 889
|
||||
}
|
||||
|
|
23
_data/chains/eip155-880.json
Normal file
23
_data/chains/eip155-880.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Ambros Chain Mainnet",
|
||||
"chain": "ambroschain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://mainnet.ambroschain.com"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "AMBROS",
|
||||
"symbol": "AMBR",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://bcmhunt.com/",
|
||||
"shortName": "ambros",
|
||||
"chainId": 880,
|
||||
"networkId": 880,
|
||||
"explorers": [{
|
||||
"name": "Ambros Chain Explorer",
|
||||
"url": "https://explorer.ambroschain.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user