mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
cf61c548ce
7
.github/dependabot.yml
vendored
Normal file
7
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: gradle
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
open-pull-requests-limit: 3
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,4 +3,5 @@ _site
|
|||
.jekyll-metadata
|
||||
.DS_Store
|
||||
.env
|
||||
node_modules
|
||||
node_modules
|
||||
.idea
|
||||
|
|
16
README.md
16
README.md
|
@ -53,6 +53,22 @@ where:
|
|||
* width and height are optional - but when one is there then the other must be there also
|
||||
* format is either "png", "jpg" or "svg"
|
||||
|
||||
If the chain is an L2 or a shard of another chain you can link it to the parent chain like this:
|
||||
|
||||
|
||||
```json
|
||||
{
|
||||
...
|
||||
"parent": {
|
||||
"type" : "L2",
|
||||
"chain": "eip155-1",
|
||||
"bridges": [ {"url":"https://bridge.arbitrum.io"} ]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
where you need to specify type 2 and the reference to an existing parent. The field about bridges is optional.
|
||||
|
||||
## Aggregation
|
||||
|
||||
There are also aggregated json files with all chains automatically assembled:
|
||||
|
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"https://dai.poa.network",
|
||||
"ws://xdai.poanetwork.dev:8546"
|
||||
],
|
||||
"faucets": [],
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/","https://xdai-app.herokuapp.com/faucet"],
|
||||
"nativeCurrency": {
|
||||
"name": "xDAI",
|
||||
"symbol": "xDAI",
|
||||
|
@ -21,5 +21,11 @@
|
|||
"shortName": "xdai",
|
||||
"chainId": 100,
|
||||
"networkId": 100,
|
||||
"slip44": 700
|
||||
"slip44": 700,
|
||||
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://blockscout.com/poa/xdai",
|
||||
"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,7 @@
|
|||
"chain": "QuarkChain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"http://jrpc.mainnet.quarkchain.io:39000/"
|
||||
"http://eth-jrpc.mainnet.quarkchain.io:39000/"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
|
@ -19,5 +19,10 @@
|
|||
"parent": {
|
||||
"chain": "eip155-100000",
|
||||
"type": "shard"
|
||||
}
|
||||
},
|
||||
"explorers": [{
|
||||
"name": "quarkchain-mainnet",
|
||||
"url": "https://mainnet.quarkchain.io/0",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "QuarkChain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"http://jrpc.mainnet.quarkchain.io:39001/"
|
||||
"http://eth-jrpc.mainnet.quarkchain.io:39001/"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
|
@ -19,5 +19,10 @@
|
|||
"parent": {
|
||||
"chain": "eip155-100000",
|
||||
"type": "shard"
|
||||
}
|
||||
},
|
||||
"explorers": [{
|
||||
"name": "quarkchain-mainnet",
|
||||
"url": "https://mainnet.quarkchain.io/1",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "QuarkChain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"http://jrpc.mainnet.quarkchain.io:39002/"
|
||||
"http://eth-jrpc.mainnet.quarkchain.io:39002/"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
|
@ -19,5 +19,10 @@
|
|||
"parent": {
|
||||
"chain": "eip155-100000",
|
||||
"type": "shard"
|
||||
}
|
||||
},
|
||||
"explorers": [{
|
||||
"name": "quarkchain-mainnet",
|
||||
"url": "https://mainnet.quarkchain.io/2",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "QuarkChain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"http://jrpc.mainnet.quarkchain.io:39003/"
|
||||
"http://eth-jrpc.mainnet.quarkchain.io:39003/"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
|
@ -19,5 +19,10 @@
|
|||
"parent": {
|
||||
"chain": "eip155-100000",
|
||||
"type": "shard"
|
||||
}
|
||||
},
|
||||
"explorers": [{
|
||||
"name": "quarkchain-mainnet",
|
||||
"url": "https://mainnet.quarkchain.io/3",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "QuarkChain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"http://jrpc.mainnet.quarkchain.io:39004/"
|
||||
"http://eth-jrpc.mainnet.quarkchain.io:39004/"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
|
@ -19,5 +19,10 @@
|
|||
"parent": {
|
||||
"chain": "eip155-100000",
|
||||
"type": "shard"
|
||||
}
|
||||
},
|
||||
"explorers": [{
|
||||
"name": "quarkchain-mainnet",
|
||||
"url": "https://mainnet.quarkchain.io/4",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "QuarkChain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"http://jrpc.mainnet.quarkchain.io:39005/"
|
||||
"http://eth-jrpc.mainnet.quarkchain.io:39005/"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
|
@ -19,5 +19,10 @@
|
|||
"parent": {
|
||||
"chain": "eip155-100000",
|
||||
"type": "shard"
|
||||
}
|
||||
},
|
||||
"explorers": [{
|
||||
"name": "quarkchain-mainnet",
|
||||
"url": "https://mainnet.quarkchain.io/5",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "QuarkChain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"http://jrpc.mainnet.quarkchain.io:39006/"
|
||||
"http://eth-jrpc.mainnet.quarkchain.io:39006/"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
|
@ -19,5 +19,10 @@
|
|||
"parent": {
|
||||
"chain": "eip155-100000",
|
||||
"type": "shard"
|
||||
}
|
||||
},
|
||||
"explorers": [{
|
||||
"name": "quarkchain-mainnet",
|
||||
"url": "https://mainnet.quarkchain.io/6",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "QuarkChain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"http://jrpc.mainnet.quarkchain.io:39007/"
|
||||
"http://eth-jrpc.mainnet.quarkchain.io:39007/"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
|
@ -19,5 +19,10 @@
|
|||
"parent": {
|
||||
"chain": "eip155-100000",
|
||||
"type": "shard"
|
||||
}
|
||||
},
|
||||
"explorers": [{
|
||||
"name": "quarkchain-mainnet",
|
||||
"url": "https://mainnet.quarkchain.io/7",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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" }]
|
||||
}
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "QuarkChain",
|
||||
"network": "devnet",
|
||||
"rpc": [
|
||||
"http://jrpc.devnet.quarkchain.io:39000/"
|
||||
"http://eth-jrpc.devnet.quarkchain.io:39900/"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
|
@ -19,5 +19,10 @@
|
|||
"parent": {
|
||||
"chain": "eip155-110000",
|
||||
"type": "shard"
|
||||
}
|
||||
},
|
||||
"explorers": [{
|
||||
"name": "quarkchain-devnet",
|
||||
"url": "https://devnet.quarkchain.io/0",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "QuarkChain",
|
||||
"network": "devnet",
|
||||
"rpc": [
|
||||
"http://jrpc.devnet.quarkchain.io:39001/"
|
||||
"http://eth-jrpc.devnet.quarkchain.io:39901/"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
|
@ -19,5 +19,10 @@
|
|||
"parent": {
|
||||
"chain": "eip155-110000",
|
||||
"type": "shard"
|
||||
}
|
||||
},
|
||||
"explorers": [{
|
||||
"name": "quarkchain-devnet",
|
||||
"url": "https://devnet.quarkchain.io/1",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "QuarkChain",
|
||||
"network": "devnet",
|
||||
"rpc": [
|
||||
"http://jrpc.devnet.quarkchain.io:39002/"
|
||||
"http://eth-jrpc.devnet.quarkchain.io:39902/"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
|
@ -19,5 +19,10 @@
|
|||
"parent": {
|
||||
"chain": "eip155-110000",
|
||||
"type": "shard"
|
||||
}
|
||||
},
|
||||
"explorers": [{
|
||||
"name": "quarkchain-devnet",
|
||||
"url": "https://devnet.quarkchain.io/2",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "QuarkChain",
|
||||
"network": "devnet",
|
||||
"rpc": [
|
||||
"http://jrpc.devnet.quarkchain.io:39003/"
|
||||
"http://eth-jrpc.devnet.quarkchain.io:39903/"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
|
@ -19,5 +19,10 @@
|
|||
"parent": {
|
||||
"chain": "eip155-110000",
|
||||
"type": "shard"
|
||||
}
|
||||
},
|
||||
"explorers": [{
|
||||
"name": "quarkchain-devnet",
|
||||
"url": "https://devnet.quarkchain.io/3",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "QuarkChain",
|
||||
"network": "devnet",
|
||||
"rpc": [
|
||||
"http://jrpc.devnet.quarkchain.io:39004/"
|
||||
"http://eth-jrpc.devnet.quarkchain.io:39904/"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
|
@ -19,5 +19,10 @@
|
|||
"parent": {
|
||||
"chain": "eip155-110000",
|
||||
"type": "shard"
|
||||
}
|
||||
},
|
||||
"explorers": [{
|
||||
"name": "quarkchain-devnet",
|
||||
"url": "https://devnet.quarkchain.io/4",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "QuarkChain",
|
||||
"network": "devnet",
|
||||
"rpc": [
|
||||
"http://jrpc.devnet.quarkchain.io:39005/"
|
||||
"http://eth-jrpc.devnet.quarkchain.io:39905/"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
|
@ -19,5 +19,10 @@
|
|||
"parent": {
|
||||
"chain": "eip155-110000",
|
||||
"type": "shard"
|
||||
}
|
||||
},
|
||||
"explorers": [{
|
||||
"name": "quarkchain-devnet",
|
||||
"url": "https://devnet.quarkchain.io/5",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "QuarkChain",
|
||||
"network": "devnet",
|
||||
"rpc": [
|
||||
"http://jrpc.devnet.quarkchain.io:39006/"
|
||||
"http://eth-jrpc.devnet.quarkchain.io:39906/"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
|
@ -19,5 +19,10 @@
|
|||
"parent": {
|
||||
"chain": "eip155-110000",
|
||||
"type": "shard"
|
||||
}
|
||||
},
|
||||
"explorers": [{
|
||||
"name": "quarkchain-devnet",
|
||||
"url": "https://devnet.quarkchain.io/6",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "QuarkChain",
|
||||
"network": "devnet",
|
||||
"rpc": [
|
||||
"http://jrpc.devnet.quarkchain.io:39007/"
|
||||
"http://eth-jrpc.devnet.quarkchain.io:39907/"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
|
@ -19,5 +19,10 @@
|
|||
"parent": {
|
||||
"chain": "eip155-110000",
|
||||
"type": "shard"
|
||||
}
|
||||
},
|
||||
"explorers": [{
|
||||
"name": "quarkchain-devnet",
|
||||
"url": "https://devnet.quarkchain.io/7",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -2,7 +2,10 @@
|
|||
"name": "MathChain",
|
||||
"chain": "MATH",
|
||||
"network": "mainnet",
|
||||
"rpc": [],
|
||||
"rpc": [
|
||||
"https://mathchain-asia.maiziqianbao.net/rpc",
|
||||
"https://mathchain-us.maiziqianbao.net/rpc"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "MathChain",
|
||||
|
@ -13,4 +16,4 @@
|
|||
"shortName": "MATH",
|
||||
"chainId": 1139,
|
||||
"networkId": 1139
|
||||
}
|
||||
}
|
||||
|
|
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
|
||||
}
|
|
@ -6,7 +6,7 @@
|
|||
"https://http-mainnet.hecochain.com",
|
||||
"wss://ws-mainnet.hecochain.com"
|
||||
],
|
||||
"faucets": [],
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||
"nativeCurrency": {
|
||||
"name": "Huobi ECO Chain Native Token",
|
||||
"symbol": "HT",
|
||||
|
@ -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"
|
||||
}]
|
||||
}
|
|
@ -6,7 +6,7 @@
|
|||
"https://rpc.moonriver.moonbeam.network",
|
||||
"wss://wss.moonriver.moonbeam.network"
|
||||
],
|
||||
"faucets": [],
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||
"nativeCurrency": {
|
||||
"name": "Moonriver",
|
||||
"symbol": "MOVR",
|
||||
|
@ -15,5 +15,11 @@
|
|||
"infoURL": "https://moonbeam.network/networks/moonriver/",
|
||||
"shortName": "mriver",
|
||||
"chainId": 1285,
|
||||
"networkId": 1285
|
||||
}
|
||||
"networkId": 1285,
|
||||
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://blockscout.moonriver.moonbeam.network",
|
||||
"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": {
|
||||
|
|
|
@ -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": [],
|
||||
"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"
|
||||
}]
|
||||
}
|
||||
|
|
18
_data/chains/eip155-1657.json
Normal file
18
_data/chains/eip155-1657.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "Btachain",
|
||||
"chain": "btachain",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://dataseed1.btachain.com/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Bitcoin Asset",
|
||||
"symbol": "BTA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://bitcoinasset.io/",
|
||||
"shortName": "bta",
|
||||
"chainId": 1657,
|
||||
"networkId": 1657
|
||||
}
|
|
@ -5,8 +5,7 @@
|
|||
"rpc": [
|
||||
"https://api.harmony.one"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||
"nativeCurrency": {
|
||||
"name": "ONE",
|
||||
"symbol": "ONE",
|
||||
|
|
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"
|
||||
}]
|
||||
}
|
|
@ -3,9 +3,9 @@
|
|||
"chain": "SGB",
|
||||
"network": "songbird",
|
||||
"rpc": [
|
||||
"https://songbird.towolabs.com/rpc"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||
"nativeCurrency": {
|
||||
"name": "Songbird",
|
||||
"symbol": "SGB",
|
||||
|
@ -14,5 +14,11 @@
|
|||
"infoURL": "https://flare.xyz",
|
||||
"shortName": "sgb",
|
||||
"chainId": 19,
|
||||
"networkId": 19
|
||||
"networkId": 19,
|
||||
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://songbird-explorer.flare.network",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
||||
|
|
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"
|
||||
}]
|
||||
}
|
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"
|
||||
}
|
||||
]
|
||||
}
|
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
|
||||
}
|
|
@ -14,5 +14,6 @@
|
|||
"infoURL": "https://webchain.network",
|
||||
"shortName": "web",
|
||||
"chainId": 24484,
|
||||
"networkId": 37129
|
||||
"networkId": 37129,
|
||||
"slip44": 227
|
||||
}
|
20
_data/chains/eip155-245022926.json
Normal file
20
_data/chains/eip155-245022926.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "Neon EVM DevNet",
|
||||
"chain": "Solana",
|
||||
"network": "devnet",
|
||||
"rpc": [
|
||||
"https://proxy.devnet.neonlabs.org/solana"
|
||||
],
|
||||
"faucets": [
|
||||
"https://neonswap.live/#/get-tokens"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Neon",
|
||||
"symbol": "NEON",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://neon-labs.org/",
|
||||
"shortName": "neonevm-devnet",
|
||||
"chainId": 245022926,
|
||||
"networkId": 245022926
|
||||
}
|
18
_data/chains/eip155-245022934.json
Normal file
18
_data/chains/eip155-245022934.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "Neon EVM MainNet",
|
||||
"chain": "Solana",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://proxy.mainnet.neonlabs.org/solana"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Neon",
|
||||
"symbol": "NEON",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://neon-labs.org/",
|
||||
"shortName": "neonevm-mainnet",
|
||||
"chainId": 245022934,
|
||||
"networkId": 245022934
|
||||
}
|
18
_data/chains/eip155-245022940.json
Normal file
18
_data/chains/eip155-245022940.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "Neon EVM TestNet",
|
||||
"chain": "Solana",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://proxy.testnet.neonlabs.org/solana"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Neon",
|
||||
"symbol": "NEON",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://neon-labs.org/",
|
||||
"shortName": "neonevm-testnet",
|
||||
"chainId": 245022940,
|
||||
"networkId": 245022940
|
||||
}
|
|
@ -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"
|
||||
}]
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
"chain": "FTM",
|
||||
"network": "mainnet",
|
||||
"rpc": ["https://rpc.ftm.tools"],
|
||||
"faucets": [],
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||
"nativeCurrency": {
|
||||
"name": "Fantom",
|
||||
"symbol": "FTM",
|
||||
|
|
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"
|
||||
}]
|
||||
}
|
25
_data/chains/eip155-262.json
Normal file
25
_data/chains/eip155-262.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "SUR Blockchain Network",
|
||||
"chain": "SUR",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://sur.nilin.org"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Suren",
|
||||
"symbol": "SRN",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://surnet.org",
|
||||
"shortName": "SUR",
|
||||
"chainId": 262,
|
||||
"networkId": 1,
|
||||
"icon": "SUR",
|
||||
"explorers": [{
|
||||
"name": "Surnet Explorer",
|
||||
"url": "https://explorer.surnet.org/",
|
||||
"icon": "SUR",
|
||||
"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"
|
||||
}]
|
||||
}
|
|
@ -6,7 +6,7 @@
|
|||
"https://public-node.rsk.co",
|
||||
"https://mycrypto.rsk.co"
|
||||
],
|
||||
"faucets": [],
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||
"nativeCurrency": {
|
||||
"name": "RSK Mainnet Ether",
|
||||
"symbol": "RBTC",
|
||||
|
@ -16,5 +16,11 @@
|
|||
"shortName": "rsk",
|
||||
"chainId": 30,
|
||||
"networkId": 30,
|
||||
"slip44": 137
|
||||
"slip44": 137,
|
||||
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://explorer.rsk.co",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
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"
|
||||
}]
|
||||
}
|
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"
|
||||
}]
|
||||
}
|
19
_data/chains/eip155-369.json
Normal file
19
_data/chains/eip155-369.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "PulseChain Mainnet",
|
||||
"shortName": "pls",
|
||||
"chain": "PLS",
|
||||
"network": "mainnet",
|
||||
"chainId": 369,
|
||||
"networkId": 369,
|
||||
"infoURL": "https://pulsechain.com/",
|
||||
"rpc": [
|
||||
"https://rpc.mainnet.pulsechain.com/v1/${PULSECHAIN_API_KEY}",
|
||||
"wss://rpc.mainnet.pulsechain.com/ws/v1/${PULSECHAIN_API_KEY}"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Pulse",
|
||||
"symbol": "PLS",
|
||||
"decimals": 18
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
|
26
_data/chains/eip155-4002.json
Normal file
26
_data/chains/eip155-4002.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "Fantom Testnet",
|
||||
"chain": "FTM",
|
||||
"network": "testnet",
|
||||
"rpc": ["https://rpc.testnet.fantom.network"],
|
||||
"faucets": ["https://faucet.fantom.network"],
|
||||
"nativeCurrency": {
|
||||
"name": "Fantom",
|
||||
"symbol": "FTM",
|
||||
"decimals": 18
|
||||
},
|
||||
|
||||
"infoURL": "https://docs.fantom.foundation/quick-start/short-guide#fantom-testnet",
|
||||
"shortName": "tftm",
|
||||
"chainId": 4002,
|
||||
"networkId": 4002,
|
||||
"icon": "fantom",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "ftmscan",
|
||||
"url": "https://testnet.ftmscan.com/",
|
||||
"icon": "ftmscan",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -11,7 +11,7 @@
|
|||
"decimals": 18
|
||||
},
|
||||
"rpc": [
|
||||
"https://mainnet.infura.io/v3/${INFURA_API_KEY}",
|
||||
"https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}",
|
||||
"https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
|
||||
"https://arb1.arbitrum.io/rpc",
|
||||
"wss://arb1.arbitrum.io/ws"
|
||||
|
@ -29,5 +29,10 @@
|
|||
"standard": "EIP3091"
|
||||
}
|
||||
],
|
||||
"infoURL": "https://arbitrum.io"
|
||||
"infoURL": "https://arbitrum.io",
|
||||
"parent": {
|
||||
"type" : "L2",
|
||||
"chain": "eip155-1",
|
||||
"bridges": [ {"url":"https://bridge.arbitrum.io"} ]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,5 +22,10 @@
|
|||
"url": "https://rinkeby-explorer.arbitrum.io",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
],
|
||||
"parent": {
|
||||
"type" : "L2",
|
||||
"chain": "eip155-4",
|
||||
"bridges": [ {"url":"https://bridge.arbitrum.io"} ]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,12 @@
|
|||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://forno.celo.org", "wss://forno.celo.org/ws"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://docs.celo.org/"
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||
"infoURL": "https://docs.celo.org/",
|
||||
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://explorer.celo.org",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -5,14 +5,22 @@
|
|||
"rpc": [
|
||||
"https://api.avax.network/ext/bc/C/rpc"
|
||||
],
|
||||
"faucets": [],
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||
"nativeCurrency": {
|
||||
"name": "Avalanche",
|
||||
"symbol": "AVAX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://cchain.explorer.avax.network/",
|
||||
"infoURL": "https://www.avax.network/",
|
||||
"shortName": "Avalanche",
|
||||
"chainId": 43114,
|
||||
"networkId": 1
|
||||
"networkId": 43114,
|
||||
"slip44": 9000,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "snowtrace",
|
||||
"url": "https://snowtrace.io/",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
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"
|
||||
}]
|
||||
}
|
|
@ -17,7 +17,7 @@
|
|||
"https://bsc-dataseed4.ninicoin.io",
|
||||
"wss://bsc-ws-node.nariox.org"
|
||||
],
|
||||
"faucets": [],
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||
"nativeCurrency": {
|
||||
"name": "Binance Chain Native Token",
|
||||
"symbol": "BNB",
|
||||
|
@ -27,6 +27,7 @@
|
|||
"shortName": "bnb",
|
||||
"chainId": 56,
|
||||
"networkId": 56,
|
||||
"slip44": 714,
|
||||
"explorers": [{
|
||||
"name": "bscscan",
|
||||
"url": "https://bscscan.com",
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
"name": "Syscoin Mainnet",
|
||||
"chain": "SYS",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://nevm.syscoin.org/api/eth-rpc",
|
||||
"https://web3.syscoin.org",
|
||||
"wss://web3.syscoin.org"
|
||||
],
|
||||
"faucets": ["https://faucet.syscoin.org"],
|
||||
"nativeCurrency": {
|
||||
"name": "Syscoin",
|
||||
"symbol": "SYS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.syscoin.org",
|
||||
"shortName": "sys",
|
||||
"chainId": 57,
|
||||
"networkId": 57
|
||||
}
|
|
@ -3,7 +3,8 @@
|
|||
"chain": "SYS",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://tanenbaum.io/api/eth-rpc"
|
||||
"https://rpc.tanenbaum.io",
|
||||
"wss://rpc.tanenbaum.io/wss"
|
||||
],
|
||||
"faucets": ["https://faucet.tanenbaum.io"],
|
||||
"nativeCurrency": {
|
||||
|
@ -14,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" }]
|
||||
}
|
||||
}
|
|
@ -5,7 +5,7 @@
|
|||
"rpc": [
|
||||
"https://rpc.gochain.io"
|
||||
],
|
||||
"faucets": [],
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||
"nativeCurrency": {
|
||||
"name": "GoChain Ether",
|
||||
"symbol": "GO",
|
||||
|
|
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
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user