diff --git a/chains/eip155-1.json b/chains/eip155-1.json
new file mode 100644
index 00000000..7954077b
--- /dev/null
+++ b/chains/eip155-1.json
@@ -0,0 +1,30 @@
+{
+ "name": "Ethereum Mainnet",
+ "chain": "ETH",
+ "icon": "ethereum",
+ "rpc": [
+ "https://mainnet.infura.io/v3/${INFURA_API_KEY}",
+ "wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}",
+ "https://api.mycryptoapi.com/eth",
+ "https://cloudflare-eth.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://ethereum.org",
+ "shortName": "eth",
+ "chainId": 1,
+ "networkId": 1,
+ "slip44": 60,
+ "ens": {
+ "registry":"0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
+ },
+ "explorers": [{
+ "name": "etherscan",
+ "url": "https://etherscan.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-10.json b/chains/eip155-10.json
new file mode 100644
index 00000000..06a11075
--- /dev/null
+++ b/chains/eip155-10.json
@@ -0,0 +1,21 @@
+{
+ "name": "Optimism",
+ "chain": "ETH",
+ "rpc": ["https://mainnet.optimism.io/"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://optimism.io",
+ "shortName": "oeth",
+ "chainId": 10,
+ "networkId": 10,
+
+ "explorers": [{
+ "name": "etherscan",
+ "url": "https://optimistic.etherscan.io",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-100.json b/chains/eip155-100.json
new file mode 100644
index 00000000..9ff0390c
--- /dev/null
+++ b/chains/eip155-100.json
@@ -0,0 +1,32 @@
+{
+ "name": "Gnosis",
+ "chain": "Gnosis",
+ "icon": "gnosis",
+ "rpc": [
+ "https://rpc.gnosischain.com",
+ "https://xdai.poanetwork.dev",
+ "https://dai.poa.network",
+ "https://rpc.ankr.com/gnosis",
+ "https://gnosischain-rpc.gateway.pokt.network",
+ "wss://rpc.gnosischain.com/wss",
+ "wss://xdai.poanetwork.dev/wss",
+ "ws://xdai.poanetwork.dev:8546"
+ ],
+ "faucets": ["https://faucet.gimlu.com/gnosis", "https://stakely.io/faucet/gnosis-chain-xdai", "https://faucet.prussia.dev/xdai"],
+ "nativeCurrency": {
+ "name": "xDAI",
+ "symbol": "xDAI",
+ "decimals": 18
+ },
+ "infoURL": "https://developers.gnosischain.com",
+ "shortName": "gno",
+ "chainId": 100,
+ "networkId": 100,
+ "slip44": 700,
+ "explorers": [{
+ "name": "blockscout",
+ "url": "https://blockscout.com/xdai/mainnet",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-10000.json b/chains/eip155-10000.json
new file mode 100644
index 00000000..3de8bedc
--- /dev/null
+++ b/chains/eip155-10000.json
@@ -0,0 +1,20 @@
+{
+ "name": "Smart Bitcoin Cash",
+ "chain": "smartBCH",
+ "rpc": [
+ "https://smartbch.greyh.at",
+ "https://rpc-mainnet.smartbch.org",
+ "https://smartbch.fountainhead.cash/mainnet",
+ "https://smartbch.devops.cash/mainnet"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Bitcoin Cash",
+ "symbol": "BCH",
+ "decimals": 18
+ },
+ "infoURL": "https://smartbch.org/",
+ "shortName": "smartbch",
+ "chainId": 10000,
+ "networkId": 10000
+}
diff --git a/chains/eip155-100000.json b/chains/eip155-100000.json
new file mode 100644
index 00000000..8fe0423c
--- /dev/null
+++ b/chains/eip155-100000.json
@@ -0,0 +1,18 @@
+{
+ "name": "QuarkChain Mainnet Root",
+ "chain": "QuarkChain",
+ "rpc": [
+ "http://jrpc.mainnet.quarkchain.io:38391"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "QKC",
+ "symbol": "QKC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.quarkchain.io",
+ "shortName": "qkc-r",
+ "chainId": 100000,
+ "networkId": 100000
+}
diff --git a/chains/eip155-100001.json b/chains/eip155-100001.json
new file mode 100644
index 00000000..34dbcef1
--- /dev/null
+++ b/chains/eip155-100001.json
@@ -0,0 +1,28 @@
+{
+ "name": "QuarkChain Mainnet Shard 0",
+ "chain": "QuarkChain",
+ "rpc": [
+ "https://mainnet-s0-ethapi.quarkchain.io",
+ "http://eth-jrpc.mainnet.quarkchain.io:39000"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "QKC",
+ "symbol": "QKC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.quarkchain.io",
+ "shortName": "qkc-s0",
+ "chainId": 100001,
+ "networkId": 100001,
+ "parent": {
+ "chain": "eip155-100000",
+ "type": "shard"
+ },
+ "explorers": [{
+ "name": "quarkchain-mainnet",
+ "url": "https://mainnet.quarkchain.io/0",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-100002.json b/chains/eip155-100002.json
new file mode 100644
index 00000000..ad3095e0
--- /dev/null
+++ b/chains/eip155-100002.json
@@ -0,0 +1,28 @@
+{
+ "name": "QuarkChain Mainnet Shard 1",
+ "chain": "QuarkChain",
+ "rpc": [
+ "https://mainnet-s1-ethapi.quarkchain.io",
+ "http://eth-jrpc.mainnet.quarkchain.io:39001"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "QKC",
+ "symbol": "QKC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.quarkchain.io",
+ "shortName": "qkc-s1",
+ "chainId": 100002,
+ "networkId": 100002,
+ "parent": {
+ "chain": "eip155-100000",
+ "type": "shard"
+ },
+ "explorers": [{
+ "name": "quarkchain-mainnet",
+ "url": "https://mainnet.quarkchain.io/1",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-100003.json b/chains/eip155-100003.json
new file mode 100644
index 00000000..96005d3e
--- /dev/null
+++ b/chains/eip155-100003.json
@@ -0,0 +1,28 @@
+{
+ "name": "QuarkChain Mainnet Shard 2",
+ "chain": "QuarkChain",
+ "rpc": [
+ "https://mainnet-s2-ethapi.quarkchain.io",
+ "http://eth-jrpc.mainnet.quarkchain.io:39002"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "QKC",
+ "symbol": "QKC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.quarkchain.io",
+ "shortName": "qkc-s2",
+ "chainId": 100003,
+ "networkId": 100003,
+ "parent": {
+ "chain": "eip155-100000",
+ "type": "shard"
+ },
+ "explorers": [{
+ "name": "quarkchain-mainnet",
+ "url": "https://mainnet.quarkchain.io/2",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-100004.json b/chains/eip155-100004.json
new file mode 100644
index 00000000..6b56788e
--- /dev/null
+++ b/chains/eip155-100004.json
@@ -0,0 +1,28 @@
+{
+ "name": "QuarkChain Mainnet Shard 3",
+ "chain": "QuarkChain",
+ "rpc": [
+ "https://mainnet-s3-ethapi.quarkchain.io",
+ "http://eth-jrpc.mainnet.quarkchain.io:39003"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "QKC",
+ "symbol": "QKC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.quarkchain.io",
+ "shortName": "qkc-s3",
+ "chainId": 100004,
+ "networkId": 100004,
+ "parent": {
+ "chain": "eip155-100000",
+ "type": "shard"
+ },
+ "explorers": [{
+ "name": "quarkchain-mainnet",
+ "url": "https://mainnet.quarkchain.io/3",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-100005.json b/chains/eip155-100005.json
new file mode 100644
index 00000000..52a9604f
--- /dev/null
+++ b/chains/eip155-100005.json
@@ -0,0 +1,28 @@
+{
+ "name": "QuarkChain Mainnet Shard 4",
+ "chain": "QuarkChain",
+ "rpc": [
+ "https://mainnet-s4-ethapi.quarkchain.io",
+ "http://eth-jrpc.mainnet.quarkchain.io:39004"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "QKC",
+ "symbol": "QKC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.quarkchain.io",
+ "shortName": "qkc-s4",
+ "chainId": 100005,
+ "networkId": 100005,
+ "parent": {
+ "chain": "eip155-100000",
+ "type": "shard"
+ },
+ "explorers": [{
+ "name": "quarkchain-mainnet",
+ "url": "https://mainnet.quarkchain.io/4",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-100006.json b/chains/eip155-100006.json
new file mode 100644
index 00000000..546aba27
--- /dev/null
+++ b/chains/eip155-100006.json
@@ -0,0 +1,28 @@
+{
+ "name": "QuarkChain Mainnet Shard 5",
+ "chain": "QuarkChain",
+ "rpc": [
+ "https://mainnet-s5-ethapi.quarkchain.io",
+ "http://eth-jrpc.mainnet.quarkchain.io:39005"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "QKC",
+ "symbol": "QKC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.quarkchain.io",
+ "shortName": "qkc-s5",
+ "chainId": 100006,
+ "networkId": 100006,
+ "parent": {
+ "chain": "eip155-100000",
+ "type": "shard"
+ },
+ "explorers": [{
+ "name": "quarkchain-mainnet",
+ "url": "https://mainnet.quarkchain.io/5",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-100007.json b/chains/eip155-100007.json
new file mode 100644
index 00000000..2531cd6e
--- /dev/null
+++ b/chains/eip155-100007.json
@@ -0,0 +1,28 @@
+{
+ "name": "QuarkChain Mainnet Shard 6",
+ "chain": "QuarkChain",
+ "rpc": [
+ "https://mainnet-s6-ethapi.quarkchain.io",
+ "http://eth-jrpc.mainnet.quarkchain.io:39006"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "QKC",
+ "symbol": "QKC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.quarkchain.io",
+ "shortName": "qkc-s6",
+ "chainId": 100007,
+ "networkId": 100007,
+ "parent": {
+ "chain": "eip155-100000",
+ "type": "shard"
+ },
+ "explorers": [{
+ "name": "quarkchain-mainnet",
+ "url": "https://mainnet.quarkchain.io/6",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-100008.json b/chains/eip155-100008.json
new file mode 100644
index 00000000..3fba52b0
--- /dev/null
+++ b/chains/eip155-100008.json
@@ -0,0 +1,28 @@
+{
+ "name": "QuarkChain Mainnet Shard 7",
+ "chain": "QuarkChain",
+ "rpc": [
+ "https://mainnet-s7-ethapi.quarkchain.io",
+ "http://eth-jrpc.mainnet.quarkchain.io:39007"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "QKC",
+ "symbol": "QKC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.quarkchain.io",
+ "shortName": "qkc-s7",
+ "chainId": 100008,
+ "networkId": 100008,
+ "parent": {
+ "chain": "eip155-100000",
+ "type": "shard"
+ },
+ "explorers": [{
+ "name": "quarkchain-mainnet",
+ "url": "https://mainnet.quarkchain.io/7",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-10001.json b/chains/eip155-10001.json
new file mode 100644
index 00000000..b193de31
--- /dev/null
+++ b/chains/eip155-10001.json
@@ -0,0 +1,18 @@
+{
+ "name": "Smart Bitcoin Cash Testnet",
+ "chain": "smartBCHTest",
+ "rpc": [
+ "https://rpc-testnet.smartbch.org",
+ "https://smartbch.devops.cash/testnet"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Bitcoin Cash Test Token",
+ "symbol": "BCHT",
+ "decimals": 18
+ },
+ "infoURL": "http://smartbch.org/",
+ "shortName": "smartbchtest",
+ "chainId": 10001,
+ "networkId": 10001
+}
diff --git a/chains/eip155-1001.json b/chains/eip155-1001.json
new file mode 100644
index 00000000..8d8046b4
--- /dev/null
+++ b/chains/eip155-1001.json
@@ -0,0 +1,19 @@
+{
+ "name": "Klaytn Testnet Baobab",
+ "chain": "KLAY",
+ "rpc": [
+ "https://api.baobab.klaytn.net:8651"
+ ],
+ "faucets": [
+ "https://baobab.wallet.klaytn.com/access?next=faucet"
+ ],
+ "nativeCurrency": {
+ "name": "KLAY",
+ "symbol": "KLAY",
+ "decimals": 18
+ },
+ "infoURL": "https://www.klaytn.com/",
+ "shortName": "Baobab",
+ "chainId": 1001,
+ "networkId": 1001
+}
diff --git a/chains/eip155-1007.json b/chains/eip155-1007.json
new file mode 100644
index 00000000..7f5f4147
--- /dev/null
+++ b/chains/eip155-1007.json
@@ -0,0 +1,17 @@
+{
+ "name": "Newton Testnet",
+ "chain": "NEW",
+ "rpc": [
+ "https://rpc1.newchain.newtonproject.org"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Newton",
+ "symbol": "NEW",
+ "decimals": 18
+ },
+ "infoURL": "https://www.newtonproject.org/",
+ "shortName": "tnew",
+ "chainId": 1007,
+ "networkId": 1007
+}
\ No newline at end of file
diff --git a/chains/eip155-1008.json b/chains/eip155-1008.json
new file mode 100644
index 00000000..9931f8c5
--- /dev/null
+++ b/chains/eip155-1008.json
@@ -0,0 +1,28 @@
+{
+ "name":"Eurus Mainnet",
+ "chain":"EUN",
+ "network":"eurus",
+ "rpc":[
+ "https://mainnet.eurus.network/"
+ ],
+ "faucets":[
+ ],
+ "nativeCurrency":{
+ "name":"Eurus",
+ "symbol":"EUN",
+ "decimals":18
+ },
+ "infoURL":"https://eurus.network",
+ "shortName":"eun",
+ "chainId":1008,
+ "networkId":1008,
+ "icon":"eurus",
+ "explorers":[
+ {
+ "name":"eurusexplorer",
+ "url":"https://explorer.eurus.network",
+ "icon":"eurus",
+ "standard":"none"
+ }
+ ]
+ }
\ No newline at end of file
diff --git a/chains/eip155-101.json b/chains/eip155-101.json
new file mode 100644
index 00000000..499c41db
--- /dev/null
+++ b/chains/eip155-101.json
@@ -0,0 +1,18 @@
+{
+ "name": "EtherInc",
+ "chain": "ETI",
+ "rpc": [
+ "https://api.einc.io/jsonrpc/mainnet"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "EtherInc Ether",
+ "symbol": "ETI",
+ "decimals": 18
+ },
+ "infoURL": "https://einc.io",
+ "shortName": "eti",
+ "chainId": 101,
+ "networkId": 1,
+ "slip44": 464
+}
\ No newline at end of file
diff --git a/chains/eip155-1010.json b/chains/eip155-1010.json
new file mode 100644
index 00000000..b607bec2
--- /dev/null
+++ b/chains/eip155-1010.json
@@ -0,0 +1,18 @@
+{
+ "name": "Evrice Network",
+ "chain": "EVC",
+ "rpc": [
+ "https://meta.evrice.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Evrice",
+ "symbol": "EVC",
+ "decimals": 18
+ },
+ "infoURL": "https://evrice.com",
+ "shortName": "EVC",
+ "chainId": 1010,
+ "networkId": 1010,
+ "slip44": 1020
+}
diff --git a/chains/eip155-10101.json b/chains/eip155-10101.json
new file mode 100644
index 00000000..7150c45b
--- /dev/null
+++ b/chains/eip155-10101.json
@@ -0,0 +1,19 @@
+{
+ "name": "Blockchain Genesis Mainnet",
+ "chain": "GEN",
+ "rpc": [
+ "https://eu.mainnet.xixoio.com",
+ "https://us.mainnet.xixoio.com",
+ "https://asia.mainnet.xixoio.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "GEN",
+ "symbol": "GEN",
+ "decimals": 18
+ },
+ "infoURL": "https://www.xixoio.com/",
+ "shortName": "GEN",
+ "chainId": 10101,
+ "networkId": 10101
+}
diff --git a/chains/eip155-1012.json b/chains/eip155-1012.json
new file mode 100644
index 00000000..7397ea91
--- /dev/null
+++ b/chains/eip155-1012.json
@@ -0,0 +1,17 @@
+{
+ "name": "Newton",
+ "chain": "NEW",
+ "rpc": [
+ "https://global.rpc.mainnet.newtonproject.org"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Newton",
+ "symbol": "NEW",
+ "decimals": 18
+ },
+ "infoURL": "https://www.newtonproject.org/",
+ "shortName": "new",
+ "chainId": 1012,
+ "networkId": 1012
+}
\ No newline at end of file
diff --git a/chains/eip155-102.json b/chains/eip155-102.json
new file mode 100644
index 00000000..2cc58f0a
--- /dev/null
+++ b/chains/eip155-102.json
@@ -0,0 +1,16 @@
+{
+ "name": "Web3Games Testnet",
+ "chain": "Web3Games",
+ "icon": "web3games",
+ "rpc": ["https://testnet.web3games.org/evm"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Web3Games",
+ "symbol": "W3G",
+ "decimals": 18
+ },
+ "infoURL": "https://web3games.org/",
+ "shortName": "tw3g",
+ "chainId": 102,
+ "networkId": 102
+}
diff --git a/chains/eip155-1022.json b/chains/eip155-1022.json
new file mode 100644
index 00000000..7b364a83
--- /dev/null
+++ b/chains/eip155-1022.json
@@ -0,0 +1,15 @@
+{
+ "name": "Sakura",
+ "chain": "Sakura",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Sakura",
+ "symbol": "SKU",
+ "decimals": 18
+ },
+ "infoURL": "https://clover.finance/sakura",
+ "shortName": "sku",
+ "chainId": 1022,
+ "networkId": 1022
+}
\ No newline at end of file
diff --git a/chains/eip155-1023.json b/chains/eip155-1023.json
new file mode 100644
index 00000000..dc479714
--- /dev/null
+++ b/chains/eip155-1023.json
@@ -0,0 +1,15 @@
+{
+ "name": "Clover Testnet",
+ "chain": "Clover",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Clover",
+ "symbol": "CLV",
+ "decimals": 18
+ },
+ "infoURL": "https://clover.finance",
+ "shortName": "tclv",
+ "chainId": 1023,
+ "networkId": 1023
+}
\ No newline at end of file
diff --git a/chains/eip155-1024.json b/chains/eip155-1024.json
new file mode 100644
index 00000000..df246d05
--- /dev/null
+++ b/chains/eip155-1024.json
@@ -0,0 +1,17 @@
+{
+ "name": "CLV Parachain",
+ "chain": "CLV",
+ "rpc": [
+ "https://api-para.clover.finance"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "CLV",
+ "symbol": "CLV",
+ "decimals": 18
+ },
+ "infoURL": "https://clv.org",
+ "shortName": "clv",
+ "chainId": 1024,
+ "networkId": 1024
+}
\ No newline at end of file
diff --git a/chains/eip155-1028.json b/chains/eip155-1028.json
new file mode 100644
index 00000000..50b4ca1b
--- /dev/null
+++ b/chains/eip155-1028.json
@@ -0,0 +1,22 @@
+{
+ "name": "BitTorrent Chain Testnet",
+ "chain": "BTTC",
+ "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"
+ }]
+}
diff --git a/chains/eip155-1030.json b/chains/eip155-1030.json
new file mode 100644
index 00000000..6e548091
--- /dev/null
+++ b/chains/eip155-1030.json
@@ -0,0 +1,24 @@
+{
+ "name": "Conflux eSpace",
+ "chain": "Conflux",
+ "network": "mainnet",
+ "rpc": ["https://evm.confluxrpc.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "CFX",
+ "symbol": "CFX",
+ "decimals": 18
+ },
+ "infoURL": "https://confluxnetwork.org",
+ "shortName": "cfx",
+ "chainId": 1030,
+ "networkId": 1030,
+ "icon": "conflux",
+ "explorers": [
+ {
+ "name": "Conflux Scan",
+ "url": "https://evm.confluxscan.net",
+ "standard": "none"
+ }
+ ]
+ }
\ No newline at end of file
diff --git a/chains/eip155-103090.json b/chains/eip155-103090.json
new file mode 100644
index 00000000..cc3e0600
--- /dev/null
+++ b/chains/eip155-103090.json
@@ -0,0 +1,26 @@
+{
+ "name": "Crystaleum",
+ "chain": "crystal",
+ "network": "mainnet",
+ "rpc": [
+ "https://evm.cryptocurrencydevs.org",
+ "https://rpc.crystaleum.org"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "CRFI",
+ "symbol": "◈",
+ "decimals": 18
+ },
+ "infoURL": "https://crystaleum.org",
+ "shortName": "CRFI",
+ "chainId": 103090,
+ "networkId": 1,
+ "icon": "crystal",
+ "explorers": [{
+ "name": "blockscout",
+ "url": "https://scan.crystaleum.org",
+ "icon": "crystal",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-105.json b/chains/eip155-105.json
new file mode 100644
index 00000000..75c3899e
--- /dev/null
+++ b/chains/eip155-105.json
@@ -0,0 +1,21 @@
+{
+ "name": "Web3Games Devnet",
+ "chain": "Web3Games",
+ "icon": "web3games",
+ "rpc": ["https://devnet.web3games.org/evm"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Web3Games",
+ "symbol": "W3G",
+ "decimals": 18
+ },
+ "infoURL": "https://web3games.org/",
+ "shortName": "dw3g",
+ "chainId": 105,
+ "networkId": 105,
+ "explorers": [{
+ "name": "Web3Games Explorer",
+ "url": "https://explorer-devnet.web3games.org",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-106.json b/chains/eip155-106.json
new file mode 100644
index 00000000..010b3750
--- /dev/null
+++ b/chains/eip155-106.json
@@ -0,0 +1,24 @@
+{
+ "name": "Velas EVM Mainnet",
+ "chain": "Velas",
+ "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"
+ }]
+}
diff --git a/chains/eip155-107.json b/chains/eip155-107.json
new file mode 100644
index 00000000..27c18f63
--- /dev/null
+++ b/chains/eip155-107.json
@@ -0,0 +1,23 @@
+{
+ "name": "Nebula Testnet",
+ "chain": "NTN",
+ "icon": "nebulatestnet",
+ "rpc": [
+ "https://testnet.rpc.novanetwork.io:9070"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Nebula X",
+ "symbol": "NBX",
+ "decimals": 18
+ },
+ "infoURL": "https://novanetwork.io",
+ "shortName": "ntn",
+ "chainId": 107,
+ "networkId": 107,
+ "explorers": [{
+ "name": "nebulatestnet",
+ "url": "https://explorer.novanetwork.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-108.json b/chains/eip155-108.json
new file mode 100644
index 00000000..567cbc57
--- /dev/null
+++ b/chains/eip155-108.json
@@ -0,0 +1,30 @@
+{
+ "name": "ThunderCore Mainnet",
+ "chain": "TT",
+ "rpc": [
+ "https://mainnet-rpc.thundercore.com",
+ "https://mainnet-rpc.thundertoken.net",
+ "https://mainnet-rpc.thundercore.io"
+ ],
+ "faucets": [
+ "https://faucet.thundercore.com"
+ ],
+ "nativeCurrency": {
+ "name": "ThunderCore Token",
+ "symbol": "TT",
+ "decimals": 18
+ },
+ "infoURL": "https://thundercore.com",
+ "shortName": "TT",
+ "chainId": 108,
+ "networkId": 108,
+ "slip44": 1001,
+
+ "explorers": [
+ {
+ "name": "thundercore-viewblock",
+ "url": "https://viewblock.io/thundercore",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-10823.json b/chains/eip155-10823.json
new file mode 100644
index 00000000..cda77320
--- /dev/null
+++ b/chains/eip155-10823.json
@@ -0,0 +1,27 @@
+{
+ "name": "CryptoCoinPay",
+ "chain": "CCP",
+ "rpc": [
+ "http://node106.cryptocoinpay.info:8545",
+ "ws://node106.cryptocoinpay.info:8546"
+ ],
+ "faucets": [],
+ "icon": "ccp",
+ "nativeCurrency": {
+ "name": "CryptoCoinPay",
+ "symbol": "CCP",
+ "decimals": 18
+ },
+ "infoURL": "https://www.cryptocoinpay.co",
+ "shortName": "CCP",
+ "chainId": 10823,
+ "networkId": 10823,
+ "explorers": [
+ {
+ "name": "CCP Explorer",
+ "url": "https://cryptocoinpay.info",
+ "standard": "EIP3091"
+ }
+ ]
+ }
+
\ No newline at end of file
diff --git a/chains/eip155-1088.json b/chains/eip155-1088.json
new file mode 100644
index 00000000..b520cf5a
--- /dev/null
+++ b/chains/eip155-1088.json
@@ -0,0 +1,27 @@
+{
+ "name": "Metis Andromeda Mainnet",
+ "chain": "ETH",
+ "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" }]
+ }
+}
diff --git a/chains/eip155-108801.json b/chains/eip155-108801.json
new file mode 100644
index 00000000..7ebac3ff
--- /dev/null
+++ b/chains/eip155-108801.json
@@ -0,0 +1,26 @@
+{
+ "name": "BROChain Mainnet",
+ "chain": "BRO",
+ "network": "mainnet",
+ "rpc": [
+ "https://rpc.brochain.org",
+ "http://rpc.brochain.org",
+ "https://rpc.brochain.org/mainnet",
+ "http://rpc.brochain.org/mainnet"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Brother",
+ "symbol": "BRO",
+ "decimals": 18
+ },
+ "infoURL": "https://brochain.org",
+ "shortName": "bro",
+ "chainId": 108801,
+ "networkId": 108801,
+ "explorers": [{
+ "name": "BROChain Explorer",
+ "url": "https://explorer.brochain.org",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-10946.json b/chains/eip155-10946.json
new file mode 100644
index 00000000..e3311784
--- /dev/null
+++ b/chains/eip155-10946.json
@@ -0,0 +1,27 @@
+{
+ "name": "Quadrans Blockchain",
+ "chain": "QDC",
+ "network": "mainnet",
+ "icon": "quadrans",
+ "rpc": [
+ "https://rpc.quadrans.io",
+ "https://rpcna.quadrans.io",
+ "https://rpceu.quadrans.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Quadrans Coin",
+ "symbol": "QDC",
+ "decimals": 18
+ },
+ "infoURL": "https://quadrans.io",
+ "shortName": "quadrans",
+ "chainId": 10946,
+ "networkId": 10946,
+ "explorers": [{
+ "name": "explorer",
+ "url": "https://explorer.quadrans.io",
+ "icon": "quadrans",
+ "standard": "EIP3091"
+ }]
+}
\ No newline at end of file
diff --git a/chains/eip155-10947.json b/chains/eip155-10947.json
new file mode 100644
index 00000000..211a0e57
--- /dev/null
+++ b/chains/eip155-10947.json
@@ -0,0 +1,28 @@
+{
+ "name": "Quadrans Blockchain Testnet",
+ "chain": "tQDC",
+ "network": "testnet",
+ "icon": "quadrans",
+ "rpc": [
+ "https://rpctest.quadrans.io",
+ "https://rpctest2.quadrans.io"
+ ],
+ "faucets": [
+ "https://faucetpage.quadrans.io"
+ ],
+ "nativeCurrency": {
+ "name": "Quadrans Testnet Coin",
+ "symbol": "tQDC",
+ "decimals": 18
+ },
+ "infoURL": "https://quadrans.io",
+ "shortName": "quadranstestnet",
+ "chainId": 10947,
+ "networkId": 10947,
+ "explorers": [{
+ "name": "explorer",
+ "url": "https://explorer.testnet.quadrans.io",
+ "icon": "quadrans",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-11.json b/chains/eip155-11.json
new file mode 100644
index 00000000..f4d10462
--- /dev/null
+++ b/chains/eip155-11.json
@@ -0,0 +1,18 @@
+{
+ "name": "Metadium Mainnet",
+ "chain": "META",
+ "rpc": [
+ "https://api.metadium.com/prod"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Metadium Mainnet Ether",
+ "symbol": "META",
+ "decimals": 18
+ },
+ "infoURL": "https://metadium.com",
+ "shortName": "meta",
+ "chainId": 11,
+ "networkId": 11,
+ "slip44": 916
+}
diff --git a/chains/eip155-110.json b/chains/eip155-110.json
new file mode 100644
index 00000000..7a4ea78b
--- /dev/null
+++ b/chains/eip155-110.json
@@ -0,0 +1,18 @@
+{
+ "name": "Proton Testnet",
+ "chain": "XPR",
+ "rpc": [
+ "https://protontestnet.greymass.com/"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "Proton",
+ "symbol": "XPR",
+ "decimals": 4
+ },
+ "infoURL": "https://protonchain.com",
+ "shortName": "xpr",
+ "chainId": 110,
+ "networkId": 110
+ }
diff --git a/chains/eip155-110000.json b/chains/eip155-110000.json
new file mode 100644
index 00000000..bc67aa10
--- /dev/null
+++ b/chains/eip155-110000.json
@@ -0,0 +1,18 @@
+{
+ "name": "QuarkChain Devnet Root",
+ "chain": "QuarkChain",
+ "rpc": [
+ "http://jrpc.devnet.quarkchain.io:38391"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "QKC",
+ "symbol": "QKC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.quarkchain.io",
+ "shortName": "qkc-d-r",
+ "chainId": 110000,
+ "networkId": 110000
+}
diff --git a/chains/eip155-110001.json b/chains/eip155-110001.json
new file mode 100644
index 00000000..073e0974
--- /dev/null
+++ b/chains/eip155-110001.json
@@ -0,0 +1,28 @@
+{
+ "name": "QuarkChain Devnet Shard 0",
+ "chain": "QuarkChain",
+ "rpc": [
+ "https://devnet-s0-ethapi.quarkchain.io",
+ "http://eth-jrpc.devnet.quarkchain.io:39900"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "QKC",
+ "symbol": "QKC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.quarkchain.io",
+ "shortName": "qkc-d-s0",
+ "chainId": 110001,
+ "networkId": 110001,
+ "parent": {
+ "chain": "eip155-110000",
+ "type": "shard"
+ },
+ "explorers": [{
+ "name": "quarkchain-devnet",
+ "url": "https://devnet.quarkchain.io/0",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-110002.json b/chains/eip155-110002.json
new file mode 100644
index 00000000..ca07d5b0
--- /dev/null
+++ b/chains/eip155-110002.json
@@ -0,0 +1,28 @@
+{
+ "name": "QuarkChain Devnet Shard 1",
+ "chain": "QuarkChain",
+ "rpc": [
+ "https://devnet-s1-ethapi.quarkchain.io",
+ "http://eth-jrpc.devnet.quarkchain.io:39901"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "QKC",
+ "symbol": "QKC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.quarkchain.io",
+ "shortName": "qkc-d-s1",
+ "chainId": 110002,
+ "networkId": 110002,
+ "parent": {
+ "chain": "eip155-110000",
+ "type": "shard"
+ },
+ "explorers": [{
+ "name": "quarkchain-devnet",
+ "url": "https://devnet.quarkchain.io/1",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-110003.json b/chains/eip155-110003.json
new file mode 100644
index 00000000..aa5d4a3e
--- /dev/null
+++ b/chains/eip155-110003.json
@@ -0,0 +1,28 @@
+{
+ "name": "QuarkChain Devnet Shard 2",
+ "chain": "QuarkChain",
+ "rpc": [
+ "https://devnet-s2-ethapi.quarkchain.io",
+ "http://eth-jrpc.devnet.quarkchain.io:39902"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "QKC",
+ "symbol": "QKC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.quarkchain.io",
+ "shortName": "qkc-d-s2",
+ "chainId": 110003,
+ "networkId": 110003,
+ "parent": {
+ "chain": "eip155-110000",
+ "type": "shard"
+ },
+ "explorers": [{
+ "name": "quarkchain-devnet",
+ "url": "https://devnet.quarkchain.io/2",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-110004.json b/chains/eip155-110004.json
new file mode 100644
index 00000000..082c3247
--- /dev/null
+++ b/chains/eip155-110004.json
@@ -0,0 +1,28 @@
+{
+ "name": "QuarkChain Devnet Shard 3",
+ "chain": "QuarkChain",
+ "rpc": [
+ "https://devnet-s3-ethapi.quarkchain.io",
+ "http://eth-jrpc.devnet.quarkchain.io:39903"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "QKC",
+ "symbol": "QKC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.quarkchain.io",
+ "shortName": "qkc-d-s3",
+ "chainId": 110004,
+ "networkId": 110004,
+ "parent": {
+ "chain": "eip155-110000",
+ "type": "shard"
+ },
+ "explorers": [{
+ "name": "quarkchain-devnet",
+ "url": "https://devnet.quarkchain.io/3",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-110005.json b/chains/eip155-110005.json
new file mode 100644
index 00000000..743eddf4
--- /dev/null
+++ b/chains/eip155-110005.json
@@ -0,0 +1,28 @@
+{
+ "name": "QuarkChain Devnet Shard 4",
+ "chain": "QuarkChain",
+ "rpc": [
+ "https://devnet-s4-ethapi.quarkchain.io",
+ "http://eth-jrpc.devnet.quarkchain.io:39904"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "QKC",
+ "symbol": "QKC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.quarkchain.io",
+ "shortName": "qkc-d-s4",
+ "chainId": 110005,
+ "networkId": 110005,
+ "parent": {
+ "chain": "eip155-110000",
+ "type": "shard"
+ },
+ "explorers": [{
+ "name": "quarkchain-devnet",
+ "url": "https://devnet.quarkchain.io/4",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-110006.json b/chains/eip155-110006.json
new file mode 100644
index 00000000..b8f498f2
--- /dev/null
+++ b/chains/eip155-110006.json
@@ -0,0 +1,28 @@
+{
+ "name": "QuarkChain Devnet Shard 5",
+ "chain": "QuarkChain",
+ "rpc": [
+ "https://devnet-s5-ethapi.quarkchain.io",
+ "http://eth-jrpc.devnet.quarkchain.io:39905"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "QKC",
+ "symbol": "QKC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.quarkchain.io",
+ "shortName": "qkc-d-s5",
+ "chainId": 110006,
+ "networkId": 110006,
+ "parent": {
+ "chain": "eip155-110000",
+ "type": "shard"
+ },
+ "explorers": [{
+ "name": "quarkchain-devnet",
+ "url": "https://devnet.quarkchain.io/5",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-110007.json b/chains/eip155-110007.json
new file mode 100644
index 00000000..f5529888
--- /dev/null
+++ b/chains/eip155-110007.json
@@ -0,0 +1,28 @@
+{
+ "name": "QuarkChain Devnet Shard 6",
+ "chain": "QuarkChain",
+ "rpc": [
+ "https://devnet-s6-ethapi.quarkchain.io",
+ "http://eth-jrpc.devnet.quarkchain.io:39906"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "QKC",
+ "symbol": "QKC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.quarkchain.io",
+ "shortName": "qkc-d-s6",
+ "chainId": 110007,
+ "networkId": 110007,
+ "parent": {
+ "chain": "eip155-110000",
+ "type": "shard"
+ },
+ "explorers": [{
+ "name": "quarkchain-devnet",
+ "url": "https://devnet.quarkchain.io/6",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-110008.json b/chains/eip155-110008.json
new file mode 100644
index 00000000..1f1b2671
--- /dev/null
+++ b/chains/eip155-110008.json
@@ -0,0 +1,28 @@
+{
+ "name": "QuarkChain Devnet Shard 7",
+ "chain": "QuarkChain",
+ "rpc": [
+ "https://devnet-s7-ethapi.quarkchain.io",
+ "http://eth-jrpc.devnet.quarkchain.io:39907"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "QKC",
+ "symbol": "QKC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.quarkchain.io",
+ "shortName": "qkc-d-s7",
+ "chainId": 110008,
+ "networkId": 110008,
+ "parent": {
+ "chain": "eip155-110000",
+ "type": "shard"
+ },
+ "explorers": [{
+ "name": "quarkchain-devnet",
+ "url": "https://devnet.quarkchain.io/7",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-111.json b/chains/eip155-111.json
new file mode 100644
index 00000000..c5e01384
--- /dev/null
+++ b/chains/eip155-111.json
@@ -0,0 +1,20 @@
+{
+ "name": "EtherLite Chain",
+ "chain": "ETL",
+ "rpc": [
+ "https://rpc.etherlite.org"
+ ],
+ "faucets": [
+ "https://etherlite.org/faucets"
+ ],
+ "nativeCurrency": {
+ "name": "EtherLite",
+ "symbol": "ETL",
+ "decimals": 18
+ },
+ "infoURL": "https://etherlite.org",
+ "shortName": "ETL",
+ "chainId": 111,
+ "networkId": 111,
+ "icon": "etherlite"
+}
diff --git a/chains/eip155-11111.json b/chains/eip155-11111.json
new file mode 100644
index 00000000..276dbdec
--- /dev/null
+++ b/chains/eip155-11111.json
@@ -0,0 +1,27 @@
+{
+ "name": "WAGMI",
+ "chain": "WAGMI",
+ "icon": "wagmi",
+ "rpc": [
+ "https://subnets.avax.network/wagmi/wagmi-chain-testnet/rpc"
+ ],
+ "faucets": [
+ "https://faucet.trywagmi.xyz"
+ ],
+ "nativeCurrency": {
+ "name": "WAGMI",
+ "symbol": "WGM",
+ "decimals": 18
+ },
+ "infoURL": "https://trywagmi.xyz",
+ "shortName": "WAGMI",
+ "chainId": 11111,
+ "networkId": 11111,
+ "explorers": [
+ {
+ "name": "WAGMI Explorer",
+ "url": "https://subnets.avax.network/wagmi/wagmi-chain-testnet/explorer",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-11155111.json b/chains/eip155-11155111.json
new file mode 100644
index 00000000..35e6e361
--- /dev/null
+++ b/chains/eip155-11155111.json
@@ -0,0 +1,27 @@
+{
+ "name": "Sepolia",
+ "title": "Ethereum Testnet Sepolia",
+ "chain": "ETH",
+ "network": "testnet",
+ "rpc": [
+ ],
+ "faucets": [
+ "http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"
+ ],
+ "nativeCurrency": {
+ "name": "Sepolia Ether",
+ "symbol": "SEP",
+ "decimals": 18
+ },
+ "infoURL": "https://sepolia.otterscan.io",
+ "shortName": "sep",
+ "chainId": 11155111,
+ "networkId": 11155111,
+ "explorers": [
+ {
+ "name": "otterscan-sepolia",
+ "url": "https://sepolia.otterscan.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-1122334455.json b/chains/eip155-1122334455.json
new file mode 100644
index 00000000..2339b332
--- /dev/null
+++ b/chains/eip155-1122334455.json
@@ -0,0 +1,18 @@
+{
+ "name": "IPOS Network",
+ "chain": "IPOS",
+ "rpc": [
+ "https://rpc.iposlab.com",
+ "https://rpc2.iposlab.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "IPOS Network Ether",
+ "symbol": "IPOS",
+ "decimals": 18
+ },
+ "infoURL": "https://iposlab.com",
+ "shortName": "ipos",
+ "chainId": 1122334455,
+ "networkId": 1122334455
+}
\ No newline at end of file
diff --git a/chains/eip155-11297108099.json b/chains/eip155-11297108099.json
new file mode 100644
index 00000000..2468bc0b
--- /dev/null
+++ b/chains/eip155-11297108099.json
@@ -0,0 +1,24 @@
+{
+ "name": "Palm Testnet",
+ "chain": "Palm",
+ "icon": "palm",
+ "rpc": [
+ "https://palm-testnet.infura.io/v3/${INFURA_API_KEY}"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "PALM",
+ "symbol": "PALM",
+ "decimals": 18
+ },
+ "infoURL": "https://palm.io",
+ "shortName": "tpalm",
+ "chainId": 11297108099,
+ "networkId": 11297108099,
+ "explorers": [{
+ "name": "Palm Testnet Explorer",
+ "url": "https://explorer.palm-uat.xyz",
+ "standard": "EIP3091",
+ "icon": "palm"
+ }]
+}
diff --git a/chains/eip155-11297108109.json b/chains/eip155-11297108109.json
new file mode 100644
index 00000000..e1530f53
--- /dev/null
+++ b/chains/eip155-11297108109.json
@@ -0,0 +1,24 @@
+{
+ "name": "Palm",
+ "chain": "Palm",
+ "icon": "palm",
+ "rpc": [
+ "https://palm-mainnet.infura.io/v3/${INFURA_API_KEY}"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "PALM",
+ "symbol": "PALM",
+ "decimals": 18
+ },
+ "infoURL": "https://palm.io",
+ "shortName": "palm",
+ "chainId": 11297108109,
+ "networkId": 11297108109,
+ "explorers": [{
+ "name": "Palm Explorer",
+ "url": "https://explorer.palm.io",
+ "standard": "EIP3091",
+ "icon": "palm"
+ }]
+}
diff --git a/chains/eip155-1139.json b/chains/eip155-1139.json
new file mode 100644
index 00000000..29a77118
--- /dev/null
+++ b/chains/eip155-1139.json
@@ -0,0 +1,18 @@
+{
+ "name": "MathChain",
+ "chain": "MATH",
+ "rpc": [
+ "https://mathchain-asia.maiziqianbao.net/rpc",
+ "https://mathchain-us.maiziqianbao.net/rpc"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "MathChain",
+ "symbol": "MATH",
+ "decimals": 18
+ },
+ "infoURL": "https://mathchain.org",
+ "shortName": "MATH",
+ "chainId": 1139,
+ "networkId": 1139
+ }
diff --git a/chains/eip155-1140.json b/chains/eip155-1140.json
new file mode 100644
index 00000000..1d3ebd38
--- /dev/null
+++ b/chains/eip155-1140.json
@@ -0,0 +1,19 @@
+{
+ "name": "MathChain Testnet",
+ "chain": "MATH",
+ "rpc": [
+ "https://galois-hk.maiziqianbao.net/rpc"
+ ],
+ "faucets": [
+ "https://scan.boka.network/#/Galois/faucet"
+ ],
+ "nativeCurrency": {
+ "name": "MathChain",
+ "symbol": "MATH",
+ "decimals": 18
+ },
+ "infoURL": "https://mathchain.org",
+ "shortName": "tMATH",
+ "chainId": 1140,
+ "networkId": 1140
+ }
\ No newline at end of file
diff --git a/chains/eip155-11437.json b/chains/eip155-11437.json
new file mode 100644
index 00000000..0dcbf80f
--- /dev/null
+++ b/chains/eip155-11437.json
@@ -0,0 +1,23 @@
+{
+ "name": "Shyft Testnet",
+ "chain": "SHYFTT",
+ "icon": "shyft",
+ "rpc": [
+ "https://rpc.testnet.shyft.network/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Shyft Test Token",
+ "symbol": "SHYFTT",
+ "decimals": 18
+ },
+ "infoURL": "https://shyft.network",
+ "shortName": "shyftt",
+ "chainId": 11437,
+ "networkId": 11437,
+ "explorers": [{
+ "name": "Shyft Testnet BX",
+ "url": "https://bx.testnet.shyft.network",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-1197.json b/chains/eip155-1197.json
new file mode 100644
index 00000000..fa0b6f60
--- /dev/null
+++ b/chains/eip155-1197.json
@@ -0,0 +1,25 @@
+{
+ "name": "Iora Chain",
+ "chain": "IORA",
+ "network": "iorachain",
+ "icon": "iorachain",
+ "rpc": ["https://dataseed.iorachain.com"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Iora",
+ "symbol": "IORA",
+ "decimals": 18
+ },
+ "infoURL": "https://iorachain.com",
+ "shortName": "iora",
+ "chainId": 1197,
+ "networkId": 1197,
+ "explorers": [
+ {
+ "name": "ioraexplorer",
+ "url": "https://explorer.iorachain.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
+
diff --git a/chains/eip155-12.json b/chains/eip155-12.json
new file mode 100644
index 00000000..7086dab1
--- /dev/null
+++ b/chains/eip155-12.json
@@ -0,0 +1,17 @@
+{
+ "name": "Metadium Testnet",
+ "chain": "META",
+ "rpc": [
+ "https://api.metadium.com/dev"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Metadium Testnet Ether",
+ "symbol": "KAL",
+ "decimals": 18
+ },
+ "infoURL": "https://metadium.com",
+ "shortName": "kal",
+ "chainId": 12,
+ "networkId": 12
+}
\ No newline at end of file
diff --git a/chains/eip155-1201.json b/chains/eip155-1201.json
new file mode 100644
index 00000000..1c22b0d0
--- /dev/null
+++ b/chains/eip155-1201.json
@@ -0,0 +1,18 @@
+{
+ "name": "Evanesco Testnet",
+ "chain": "Evanesco Testnet",
+ "network": "avis",
+ "rpc": [
+ "https://seed5.evanesco.org:8547"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "AVIS",
+ "symbol": "AVIS",
+ "decimals": 18
+ },
+ "infoURL": "https://evanesco.org/",
+ "shortName": "avis",
+ "chainId": 1201,
+ "networkId": 1201
+}
\ No newline at end of file
diff --git a/chains/eip155-1202.json b/chains/eip155-1202.json
new file mode 100644
index 00000000..e27acc81
--- /dev/null
+++ b/chains/eip155-1202.json
@@ -0,0 +1,23 @@
+{
+ "name": "World Trade Technical Chain Mainnet",
+ "chain": "WTT",
+ "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"
+ }]
+}
diff --git a/chains/eip155-12051.json b/chains/eip155-12051.json
new file mode 100644
index 00000000..5ad0b00e
--- /dev/null
+++ b/chains/eip155-12051.json
@@ -0,0 +1,24 @@
+{
+ "name": "Singularity ZERO Testnet",
+ "chain": "ZERO",
+ "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"
+ }]
+}
diff --git a/chains/eip155-12052.json b/chains/eip155-12052.json
new file mode 100644
index 00000000..38ade39b
--- /dev/null
+++ b/chains/eip155-12052.json
@@ -0,0 +1,25 @@
+{
+ "name": "Singularity ZERO Mainnet",
+ "chain": "ZERO",
+ "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"
+ }]
+}
diff --git a/chains/eip155-1213.json b/chains/eip155-1213.json
new file mode 100644
index 00000000..badea025
--- /dev/null
+++ b/chains/eip155-1213.json
@@ -0,0 +1,24 @@
+{
+ "name": "Popcateum Mainnet",
+ "chain": "POPCATEUM",
+ "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"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/chains/eip155-1214.json b/chains/eip155-1214.json
new file mode 100644
index 00000000..6e1a0c4a
--- /dev/null
+++ b/chains/eip155-1214.json
@@ -0,0 +1,25 @@
+{
+ "name": "EnterChain Mainnet",
+ "chain": "ENTER",
+ "network": "mainnet",
+ "rpc": [
+ "https://tapi.entercoin.net/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "EnterCoin",
+ "symbol": "ENTER",
+ "decimals": 18
+ },
+ "infoURL": "https://entercoin.net",
+ "shortName": "enter",
+ "chainId": 1214,
+ "networkId": 1214,
+ "icon": "enter",
+ "explorers": [{
+ "name": "Enter Explorer - Expenter",
+ "url": "https://explorer.entercoin.net",
+ "icon": "enter",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-122.json b/chains/eip155-122.json
new file mode 100644
index 00000000..76932664
--- /dev/null
+++ b/chains/eip155-122.json
@@ -0,0 +1,17 @@
+{
+ "name": "Fuse Mainnet",
+ "chain": "FUSE",
+ "rpc": [
+ "https://rpc.fuse.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Fuse",
+ "symbol": "FUSE",
+ "decimals": 18
+ },
+ "infoURL": "https://fuse.io/",
+ "shortName": "fuse",
+ "chainId": 122,
+ "networkId": 122
+}
diff --git a/chains/eip155-123.json b/chains/eip155-123.json
new file mode 100644
index 00000000..943e8784
--- /dev/null
+++ b/chains/eip155-123.json
@@ -0,0 +1,17 @@
+{
+ "name": "Fuse Sparknet",
+ "chain": "fuse",
+ "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
+}
diff --git a/chains/eip155-124.json b/chains/eip155-124.json
new file mode 100644
index 00000000..b95ad350
--- /dev/null
+++ b/chains/eip155-124.json
@@ -0,0 +1,11 @@
+{
+ "name": "Decentralized Web Mainnet",
+ "shortName": "dwu",
+ "chain": "DWU",
+ "chainId": 124,
+ "networkId": 124,
+ "rpc": ["https://decentralized-web.tech/dw_rpc.php"],
+ "faucets": [],
+ "infoURL": "https://decentralized-web.tech/dw_chain.php",
+ "nativeCurrency": {"name":"Decentralized Web Utility","symbol":"DWU","decimals":18}
+}
diff --git a/chains/eip155-125.json b/chains/eip155-125.json
new file mode 100644
index 00000000..a0c5f584
--- /dev/null
+++ b/chains/eip155-125.json
@@ -0,0 +1,25 @@
+{
+ "name": "OYchain Testnet",
+ "chain": "OYchain",
+ "rpc": [
+ "https://rpc.testnet.oychain.io"
+ ],
+ "faucets": [
+ "https://faucet.oychain.io"
+ ],
+ "nativeCurrency": {
+ "name": "OYchain Token",
+ "symbol": "OY",
+ "decimals": 18
+ },
+ "infoURL": "https://www.oychain.io",
+ "shortName": "oychain testnet",
+ "chainId": 125,
+ "networkId": 125,
+ "slip44": 125,
+ "explorers": [{
+ "name": "OYchain Testnet Explorer",
+ "url": "https://explorer.testnet.oychain.io",
+ "standard": "none"
+ }]
+ }
diff --git a/chains/eip155-126.json b/chains/eip155-126.json
new file mode 100644
index 00000000..dcca42f1
--- /dev/null
+++ b/chains/eip155-126.json
@@ -0,0 +1,26 @@
+{
+ "name": "OYchain Mainnet",
+ "chain": "OYchain",
+ "icon": "oychain",
+ "rpc": [
+ "https://rpc.mainnet.oychain.io"
+ ],
+ "faucets": [ ],
+
+ "nativeCurrency": {
+ "name": "OYchain Token",
+ "symbol": "OY",
+ "decimals": 18
+ },
+
+ "infoURL": "https://www.oychain.io",
+ "shortName": "oychain mainnet",
+ "chainId": 126,
+ "networkId": 126,
+ "slip44": 126,
+ "explorers": [{
+ "name": "OYchain Mainnet Explorer",
+ "url": "https://explorer.oychain.io",
+ "standard": "none"
+ }]
+ }
diff --git a/chains/eip155-127.json b/chains/eip155-127.json
new file mode 100644
index 00000000..7f319a1a
--- /dev/null
+++ b/chains/eip155-127.json
@@ -0,0 +1,16 @@
+{
+ "name": "Factory 127 Mainnet",
+ "chain": "FETH",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Factory 127 Token",
+ "symbol": "FETH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.factory127.com",
+ "shortName": "feth",
+ "chainId": 127,
+ "networkId": 127,
+ "slip44": 127
+ }
\ No newline at end of file
diff --git a/chains/eip155-128.json b/chains/eip155-128.json
new file mode 100644
index 00000000..90449052
--- /dev/null
+++ b/chains/eip155-128.json
@@ -0,0 +1,24 @@
+{
+ "name": "Huobi ECO Chain Mainnet",
+ "chain": "Heco",
+ "rpc": [
+ "https://http-mainnet.hecochain.com",
+ "wss://ws-mainnet.hecochain.com"
+ ],
+ "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
+ "nativeCurrency": {
+ "name": "Huobi ECO Chain Native Token",
+ "symbol": "HT",
+ "decimals": 18
+ },
+ "infoURL": "https://www.hecochain.com",
+ "shortName": "heco",
+ "chainId": 128,
+ "networkId": 128,
+ "slip44": 1010,
+ "explorers": [{
+ "name": "hecoinfo",
+ "url": "https://hecoinfo.com",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-1280.json b/chains/eip155-1280.json
new file mode 100644
index 00000000..e78c0e8a
--- /dev/null
+++ b/chains/eip155-1280.json
@@ -0,0 +1,23 @@
+{
+ "name": "HALO Mainnet",
+ "chain": "HALO",
+ "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"
+ }]
+}
diff --git a/chains/eip155-1284.json b/chains/eip155-1284.json
new file mode 100644
index 00000000..5d1cdada
--- /dev/null
+++ b/chains/eip155-1284.json
@@ -0,0 +1,25 @@
+{
+ "name": "Moonbeam",
+ "chain": "MOON",
+ "rpc": [
+ "https://rpc.api.moonbeam.network",
+ "wss://wss.api.moonbeam.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Glimmer",
+ "symbol": "GLMR",
+ "decimals": 18
+ },
+ "infoURL": "https://moonbeam.network/networks/moonbeam/",
+ "shortName": "mbeam",
+ "chainId": 1284,
+ "networkId": 1284,
+ "explorers": [
+ {
+ "name": "moonscan",
+ "url": "https://moonbeam.moonscan.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/chains/eip155-1285.json b/chains/eip155-1285.json
new file mode 100644
index 00000000..c4a58304
--- /dev/null
+++ b/chains/eip155-1285.json
@@ -0,0 +1,25 @@
+{
+ "name": "Moonriver",
+ "chain": "MOON",
+ "rpc": [
+ "https://rpc.api.moonriver.moonbeam.network",
+ "wss://wss.api.moonriver.moonbeam.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Moonriver",
+ "symbol": "MOVR",
+ "decimals": 18
+ },
+ "infoURL": "https://moonbeam.network/networks/moonriver/",
+ "shortName": "mriver",
+ "chainId": 1285,
+ "networkId": 1285,
+ "explorers": [
+ {
+ "name": "moonscan",
+ "url": "https://moonriver.moonscan.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/chains/eip155-1286.json b/chains/eip155-1286.json
new file mode 100644
index 00000000..cf48e92d
--- /dev/null
+++ b/chains/eip155-1286.json
@@ -0,0 +1,16 @@
+{
+ "name": "Moonrock old",
+ "chain": "MOON",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Rocs",
+ "symbol": "ROC",
+ "decimals": 18
+ },
+ "infoURL": "",
+ "shortName": "mrock-old",
+ "chainId": 1286,
+ "networkId": 1286,
+ "status": "deprecated"
+}
diff --git a/chains/eip155-1287.json b/chains/eip155-1287.json
new file mode 100644
index 00000000..9e8dd726
--- /dev/null
+++ b/chains/eip155-1287.json
@@ -0,0 +1,25 @@
+{
+ "name": "Moonbase Alpha",
+ "chain": "MOON",
+ "rpc": [
+ "https://rpc.api.moonbase.moonbeam.network",
+ "wss://wss.api.moonbase.moonbeam.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Dev",
+ "symbol": "DEV",
+ "decimals": 18
+ },
+ "infoURL": "https://docs.moonbeam.network/networks/testnet/",
+ "shortName": "mbase",
+ "chainId": 1287,
+ "networkId": 1287,
+ "explorers": [
+ {
+ "name": "moonscan",
+ "url": "https://moonbase.moonscan.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/chains/eip155-1288.json b/chains/eip155-1288.json
new file mode 100644
index 00000000..174ff22f
--- /dev/null
+++ b/chains/eip155-1288.json
@@ -0,0 +1,18 @@
+{
+ "name": "Moonrock",
+ "chain": "MOON",
+ "rpc": [
+ "https://rpc.api.moonrock.moonbeam.network",
+ "wss://wss.api.moonrock.moonbeam.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Rocs",
+ "symbol": "ROC",
+ "decimals": 18
+ },
+ "infoURL": "https://docs.moonbeam.network/learn/platform/networks/overview/",
+ "shortName": "mrock",
+ "chainId": 1288,
+ "networkId": 1288
+}
\ No newline at end of file
diff --git a/chains/eip155-13.json b/chains/eip155-13.json
new file mode 100644
index 00000000..0d9b55bb
--- /dev/null
+++ b/chains/eip155-13.json
@@ -0,0 +1,18 @@
+{
+ "name": "Diode Testnet Staging",
+ "chain": "DIODE",
+ "rpc": [
+ "https://staging.diode.io:8443/",
+ "wss://staging.diode.io:8443/ws"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Staging Diodes",
+ "symbol": "sDIODE",
+ "decimals": 18
+ },
+ "infoURL": "https://diode.io/staging",
+ "shortName": "dstg",
+ "chainId": 13,
+ "networkId": 13
+}
diff --git a/chains/eip155-1313114.json b/chains/eip155-1313114.json
new file mode 100644
index 00000000..01182ba2
--- /dev/null
+++ b/chains/eip155-1313114.json
@@ -0,0 +1,26 @@
+{
+ "name": "Etho Protocol",
+ "chain": "ETHO",
+ "rpc": [
+ "https://rpc.ethoprotocol.com"
+ ],
+
+ "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"
+ }]
+ }
diff --git a/chains/eip155-1313161554.json b/chains/eip155-1313161554.json
new file mode 100644
index 00000000..9e1e94ee
--- /dev/null
+++ b/chains/eip155-1313161554.json
@@ -0,0 +1,24 @@
+{
+ "name": "Aurora Mainnet",
+ "chain": "NEAR",
+ "rpc": [
+ "https://mainnet.aurora.dev"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://aurora.dev",
+ "shortName": "aurora",
+ "chainId": 1313161554,
+ "networkId": 1313161554,
+ "explorers": [
+ {
+ "name": "aurorascan.dev",
+ "url": "https://aurorascan.dev",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-1313161555.json b/chains/eip155-1313161555.json
new file mode 100644
index 00000000..89d05957
--- /dev/null
+++ b/chains/eip155-1313161555.json
@@ -0,0 +1,24 @@
+{
+ "name": "Aurora Testnet",
+ "chain": "NEAR",
+ "rpc": [
+ "https://testnet.aurora.dev/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://aurora.dev",
+ "shortName": "aurora-testnet",
+ "chainId": 1313161555,
+ "networkId": 1313161555,
+ "explorers": [
+ {
+ "name": "aurorascan.dev",
+ "url": "https://testnet.aurorascan.dev",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-1313161556.json b/chains/eip155-1313161556.json
new file mode 100644
index 00000000..deb7e118
--- /dev/null
+++ b/chains/eip155-1313161556.json
@@ -0,0 +1,17 @@
+{
+ "name": "Aurora Betanet",
+ "chain": "NEAR",
+ "rpc": [
+ "https://betanet.aurora.dev/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://aurora.dev",
+ "shortName": "aurora-betanet",
+ "chainId": 1313161556,
+ "networkId": 1313161556
+}
diff --git a/chains/eip155-1313500.json b/chains/eip155-1313500.json
new file mode 100644
index 00000000..d5cc6515
--- /dev/null
+++ b/chains/eip155-1313500.json
@@ -0,0 +1,17 @@
+{
+ "name": "Xerom",
+ "chain": "XERO",
+ "rpc": [
+ "https://rpc.xerom.org"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Xerom Ether",
+ "symbol": "XERO",
+ "decimals": 18
+ },
+ "infoURL": "https://xerom.org",
+ "shortName": "xero",
+ "chainId": 1313500,
+ "networkId": 1313500
+}
diff --git a/chains/eip155-1337.json b/chains/eip155-1337.json
new file mode 100644
index 00000000..990b6aaf
--- /dev/null
+++ b/chains/eip155-1337.json
@@ -0,0 +1,16 @@
+{
+ "name": "CENNZnet old",
+ "chain": "CENNZnet",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "CPAY",
+ "symbol": "CPAY",
+ "decimals": 18
+ },
+ "infoURL": "https://cennz.net",
+ "shortName": "cennz-old",
+ "chainId": 1337,
+ "networkId": 1337,
+ "status": "deprecated"
+}
diff --git a/chains/eip155-13371337.json b/chains/eip155-13371337.json
new file mode 100644
index 00000000..2fe6fc33
--- /dev/null
+++ b/chains/eip155-13371337.json
@@ -0,0 +1,17 @@
+{
+ "name": "PepChain Churchill",
+ "chain": "PEP",
+ "rpc": [
+ "https://churchill-rpc.pepchain.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "PepChain Churchill Ether",
+ "symbol": "TPEP",
+ "decimals": 18
+ },
+ "infoURL": "https://pepchain.io",
+ "shortName": "tpep",
+ "chainId": 13371337,
+ "networkId": 13371337
+}
\ No newline at end of file
diff --git a/chains/eip155-1337702.json b/chains/eip155-1337702.json
new file mode 100644
index 00000000..1b33f38e
--- /dev/null
+++ b/chains/eip155-1337702.json
@@ -0,0 +1,26 @@
+{
+ "name": "Kintsugi",
+ "title": "Kintsugi merge testnet",
+ "chain": "ETH",
+ "rpc": [
+ "https://rpc.kintsugi.themerge.dev"
+ ],
+ "faucets": [
+ "http://fauceth.komputing.org?chain=1337702&address=${ADDRESS}",
+ "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"
+ }]
+}
diff --git a/chains/eip155-1337802.json b/chains/eip155-1337802.json
new file mode 100644
index 00000000..7d77a0d0
--- /dev/null
+++ b/chains/eip155-1337802.json
@@ -0,0 +1,29 @@
+{
+ "name": "Kiln",
+ "chain": "ETH",
+ "network": "testnet",
+ "rpc": [
+ "https://rpc.kiln.themerge.dev"
+ ],
+ "faucets": [
+ "https://faucet.kiln.themerge.dev",
+ "https://kiln-faucet.pk910.de",
+ "https://kilnfaucet.com"
+ ],
+ "nativeCurrency": {
+ "name": "Testnet ETH",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://kiln.themerge.dev/",
+ "shortName": "kiln",
+ "chainId": 1337802,
+ "networkId": 1337802,
+ "icon": "ethereum",
+ "explorers": [{
+ "name": "Kiln Explorer",
+ "url": "https://explorer.kiln.themerge.dev",
+ "icon": "ethereum",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-13381.json b/chains/eip155-13381.json
new file mode 100644
index 00000000..6b580861
--- /dev/null
+++ b/chains/eip155-13381.json
@@ -0,0 +1,25 @@
+{
+ "name": "Phoenix Mainnet",
+ "chain": "Phoenix",
+ "network": "mainnet",
+ "rpc": [
+ "https://rpc.phoenixplorer.com/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Phoenix",
+ "symbol": "PHX",
+ "decimals": 18
+ },
+ "infoURL": "https://cryptophoenix.org/phoenix",
+ "shortName": "Phoenix",
+ "chainId": 13381,
+ "networkId": 13381,
+ "icon": "phoenix",
+ "explorers": [{
+ "name": "phoenixplorer",
+ "url": "https://phoenixplorer.com",
+ "icon": "phoenixplorer",
+ "standard": "EIP3091"
+ }]
+}
\ No newline at end of file
diff --git a/chains/eip155-137.json b/chains/eip155-137.json
new file mode 100644
index 00000000..175cb125
--- /dev/null
+++ b/chains/eip155-137.json
@@ -0,0 +1,28 @@
+{
+ "name": "Polygon Mainnet",
+ "chain": "Polygon",
+ "rpc": [
+ "https://polygon-rpc.com/",
+ "https://rpc-mainnet.matic.network",
+ "https://matic-mainnet.chainstacklabs.com",
+ "https://rpc-mainnet.maticvigil.com",
+ "https://rpc-mainnet.matic.quiknode.pro",
+ "https://matic-mainnet-full-rpc.bwarelabs.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "MATIC",
+ "symbol": "MATIC",
+ "decimals": 18
+ },
+ "infoURL": "https://polygon.technology/",
+ "shortName": "MATIC",
+ "chainId": 137,
+ "networkId": 137,
+ "slip44": 966,
+ "explorers": [{
+ "name": "polygonscan",
+ "url": "https://polygonscan.com",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-14.json b/chains/eip155-14.json
new file mode 100644
index 00000000..07b88213
--- /dev/null
+++ b/chains/eip155-14.json
@@ -0,0 +1,18 @@
+{
+ "name": "Flare Mainnet",
+ "chain": "FLR",
+ "icon": "flare",
+ "rpc": [
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "Spark",
+ "symbol": "FLR",
+ "decimals": 18
+ },
+ "infoURL": "https://flare.xyz",
+ "shortName": "flr",
+ "chainId": 14,
+ "networkId": 14
+}
diff --git a/chains/eip155-141.json b/chains/eip155-141.json
new file mode 100644
index 00000000..8767132a
--- /dev/null
+++ b/chains/eip155-141.json
@@ -0,0 +1,26 @@
+{
+ "name": "Openpiece Testnet",
+ "chain": "OPENPIECE",
+ "icon": "openpiece",
+ "network": "testnet",
+ "rpc": [
+ "https://testnet.openpiece.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Belly",
+ "symbol": "BELLY",
+ "decimals": 18
+ },
+ "infoURL": "https://cryptopiece.online",
+ "shortName": "OPtest",
+ "chainId": 141,
+ "networkId": 141,
+ "explorers": [
+ {
+ "name": "Belly Scan",
+ "url": "https://testnet.bellyscan.com",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/chains/eip155-142.json b/chains/eip155-142.json
new file mode 100644
index 00000000..11d54eec
--- /dev/null
+++ b/chains/eip155-142.json
@@ -0,0 +1,17 @@
+{
+ "name": "DAX CHAIN",
+ "chain": "DAX",
+ "rpc": [
+ "https://rpc.prodax.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Prodax",
+ "symbol": "DAX",
+ "decimals": 18
+ },
+ "infoURL": "https://prodax.io/",
+ "shortName": "dax",
+ "chainId": 142,
+ "networkId": 142
+}
diff --git a/chains/eip155-15.json b/chains/eip155-15.json
new file mode 100644
index 00000000..a6c8cb12
--- /dev/null
+++ b/chains/eip155-15.json
@@ -0,0 +1,18 @@
+{
+ "name": "Diode Prenet",
+ "chain": "DIODE",
+ "rpc": [
+ "https://prenet.diode.io:8443/",
+ "wss://prenet.diode.io:8443/ws"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Diodes",
+ "symbol": "DIODE",
+ "decimals": 18
+ },
+ "infoURL": "https://diode.io/prenet",
+ "shortName": "diode",
+ "chainId": 15,
+ "networkId": 15
+}
diff --git a/chains/eip155-1506.json b/chains/eip155-1506.json
new file mode 100644
index 00000000..120f48a8
--- /dev/null
+++ b/chains/eip155-1506.json
@@ -0,0 +1,25 @@
+{
+ "name": "Sherpax Mainnet",
+ "chain": "Sherpax Mainnet",
+ "rpc": [
+ "https://mainnet.sherpax.io/rpc"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "KSX",
+ "symbol": "KSX",
+ "decimals": 18
+ },
+ "infoURL": "https://sherpax.io/",
+ "shortName": "Sherpax",
+ "chainId": 1506,
+ "networkId": 1506,
+ "explorers": [
+ {
+ "name": "Sherpax Mainnet Explorer",
+ "url": "https://evm.sherpax.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/chains/eip155-1507.json b/chains/eip155-1507.json
new file mode 100644
index 00000000..424a3836
--- /dev/null
+++ b/chains/eip155-1507.json
@@ -0,0 +1,26 @@
+{
+ "name": "Sherpax Testnet",
+ "chain": "Sherpax Testnet",
+ "rpc": [
+ "https://sherpax-testnet.chainx.org/rpc"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "KSX",
+ "symbol": "KSX",
+ "decimals": 18
+ },
+ "infoURL": "https://sherpax.io/",
+ "shortName": "Sherpax Testnet",
+ "chainId": 1507,
+ "networkId": 1507,
+ "explorers": [
+ {
+ "name": "Sherpax Testnet Explorer",
+ "url": "https://evm-pre.sherpax.io",
+ "standard": "none"
+ }
+ ]
+}
+
diff --git a/chains/eip155-16.json b/chains/eip155-16.json
new file mode 100644
index 00000000..eb19188f
--- /dev/null
+++ b/chains/eip155-16.json
@@ -0,0 +1,25 @@
+{
+ "name": "Flare Testnet Coston",
+ "chain": "FLR",
+ "rpc": [
+ "https://coston-api.flare.network/ext/bc/C/rpc"
+ ],
+ "faucets": [
+ "https://faucet.towolabs.com",
+ "https://fauceth.komputing.org?chain=16&address=${ADDRESS}"
+ ],
+ "nativeCurrency": {
+ "name": "Coston Spark",
+ "symbol": "CFLR",
+ "decimals": 18
+ },
+ "infoURL": "https://flare.xyz",
+ "shortName": "cflr",
+ "chainId": 16,
+ "networkId": 16,
+ "explorers": [{
+ "name": "blockscout",
+ "url": "https://coston-explorer.flare.network",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-16000.json b/chains/eip155-16000.json
new file mode 100644
index 00000000..e3b4cdd5
--- /dev/null
+++ b/chains/eip155-16000.json
@@ -0,0 +1,18 @@
+{
+ "name": "MetaDot Mainnet",
+ "chain": "MTT",
+ "rpc": [
+ "https://mainnet.metadot.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "MetaDot Token",
+ "symbol": "MTT",
+ "decimals": 18
+ },
+ "infoURL": "https://metadot.network",
+ "shortName": "mtt",
+ "chainId": 16000,
+ "networkId": 16000
+ }
+
\ No newline at end of file
diff --git a/chains/eip155-16001.json b/chains/eip155-16001.json
new file mode 100644
index 00000000..64d0a66a
--- /dev/null
+++ b/chains/eip155-16001.json
@@ -0,0 +1,20 @@
+{
+ "name": "MetaDot Testnet",
+ "chain": "MTTTest",
+ "rpc": [
+ "https://testnet.metadot.network"
+ ],
+ "faucets": [
+ "https://faucet.metadot.network/"
+ ],
+ "nativeCurrency": {
+ "name": "MetaDot Token TestNet",
+ "symbol": "MTTest",
+ "decimals": 18
+ },
+ "infoURL": "https://metadot.network",
+ "shortName": "mtttest",
+ "chainId": 16001,
+ "networkId": 16001
+ }
+
diff --git a/chains/eip155-1618.json b/chains/eip155-1618.json
new file mode 100644
index 00000000..9f0b0900
--- /dev/null
+++ b/chains/eip155-1618.json
@@ -0,0 +1,17 @@
+{
+ "name": "Catecoin Chain Mainnet",
+ "chain": "Catechain",
+ "rpc": [
+ "https://send.catechain.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Catecoin",
+ "symbol": "CATE",
+ "decimals": 18
+ },
+ "infoURL": "https://catechain.com",
+ "shortName": "cate",
+ "chainId": 1618,
+ "networkId": 1618
+}
diff --git a/chains/eip155-162.json b/chains/eip155-162.json
new file mode 100644
index 00000000..65dbf70a
--- /dev/null
+++ b/chains/eip155-162.json
@@ -0,0 +1,19 @@
+{
+ "name": "Lightstreams Testnet",
+ "chain": "PHT",
+ "rpc": [
+ "https://node.sirius.lightstreams.io"
+ ],
+ "faucets": [
+ "https://discuss.lightstreams.network/t/request-test-tokens"
+ ],
+ "nativeCurrency": {
+ "name": "Lightstreams PHT",
+ "symbol": "PHT",
+ "decimals": 18
+ },
+ "infoURL": "https://explorer.sirius.lightstreams.io",
+ "shortName": "tpht",
+ "chainId": 162,
+ "networkId": 162
+}
\ No newline at end of file
diff --git a/chains/eip155-1620.json b/chains/eip155-1620.json
new file mode 100644
index 00000000..18101561
--- /dev/null
+++ b/chains/eip155-1620.json
@@ -0,0 +1,18 @@
+{
+ "name": "Atheios",
+ "chain": "ATH",
+ "rpc": [
+ "https://wallet.atheios.com:8797"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Atheios Ether",
+ "symbol": "ATH",
+ "decimals": 18
+ },
+ "infoURL": "https://atheios.com",
+ "shortName": "ath",
+ "chainId": 1620,
+ "networkId": 11235813,
+ "slip44": 1620
+}
\ No newline at end of file
diff --git a/chains/eip155-163.json b/chains/eip155-163.json
new file mode 100644
index 00000000..96f89177
--- /dev/null
+++ b/chains/eip155-163.json
@@ -0,0 +1,17 @@
+{
+ "name": "Lightstreams Mainnet",
+ "chain": "PHT",
+ "rpc": [
+ "https://node.mainnet.lightstreams.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Lightstreams PHT",
+ "symbol": "PHT",
+ "decimals": 18
+ },
+ "infoURL": "https://explorer.lightstreams.io",
+ "shortName": "pht",
+ "chainId": 163,
+ "networkId": 163
+}
\ No newline at end of file
diff --git a/chains/eip155-1657.json b/chains/eip155-1657.json
new file mode 100644
index 00000000..a02af235
--- /dev/null
+++ b/chains/eip155-1657.json
@@ -0,0 +1,17 @@
+{
+ "name": "Btachain",
+ "chain": "btachain",
+ "rpc": [
+ "https://dataseed1.btachain.com/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Bitcoin Asset",
+ "symbol": "BTA",
+ "decimals": 18
+ },
+ "infoURL": "https://bitcoinasset.io/",
+ "shortName": "bta",
+ "chainId": 1657,
+ "networkId": 1657
+}
diff --git a/chains/eip155-1666600000.json b/chains/eip155-1666600000.json
new file mode 100644
index 00000000..0052bd66
--- /dev/null
+++ b/chains/eip155-1666600000.json
@@ -0,0 +1,23 @@
+{
+ "name": "Harmony Mainnet Shard 0",
+ "chain": "Harmony",
+ "rpc": [
+ "https://api.harmony.one",
+ "https://api.s0.t.hmny.io"
+ ],
+ "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
+ "nativeCurrency": {
+ "name": "ONE",
+ "symbol": "ONE",
+ "decimals": 18
+ },
+ "infoURL": "https://www.harmony.one/",
+ "shortName": "hmy-s0",
+ "chainId": 1666600000,
+ "networkId": 1666600000,
+ "explorers": [{
+ "name": "Harmony Block Explorer",
+ "url": "https://explorer.harmony.one",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-1666600001.json b/chains/eip155-1666600001.json
new file mode 100644
index 00000000..8f6613ff
--- /dev/null
+++ b/chains/eip155-1666600001.json
@@ -0,0 +1,18 @@
+{
+ "name": "Harmony Mainnet Shard 1",
+ "chain": "Harmony",
+ "rpc": [
+ "https://api.s1.t.hmny.io"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "ONE",
+ "symbol": "ONE",
+ "decimals": 18
+ },
+ "infoURL": "https://www.harmony.one/",
+ "shortName": "hmy-s1",
+ "chainId": 1666600001,
+ "networkId": 1666600001
+}
diff --git a/chains/eip155-1666600002.json b/chains/eip155-1666600002.json
new file mode 100644
index 00000000..be5f1223
--- /dev/null
+++ b/chains/eip155-1666600002.json
@@ -0,0 +1,18 @@
+{
+ "name": "Harmony Mainnet Shard 2",
+ "chain": "Harmony",
+ "rpc": [
+ "https://api.s2.t.hmny.io"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "ONE",
+ "symbol": "ONE",
+ "decimals": 18
+ },
+ "infoURL": "https://www.harmony.one/",
+ "shortName": "hmy-s2",
+ "chainId": 1666600002,
+ "networkId": 1666600002
+}
diff --git a/chains/eip155-1666600003.json b/chains/eip155-1666600003.json
new file mode 100644
index 00000000..50bf2f62
--- /dev/null
+++ b/chains/eip155-1666600003.json
@@ -0,0 +1,18 @@
+{
+ "name": "Harmony Mainnet Shard 3",
+ "chain": "Harmony",
+ "rpc": [
+ "https://api.s3.t.hmny.io"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "ONE",
+ "symbol": "ONE",
+ "decimals": 18
+ },
+ "infoURL": "https://www.harmony.one/",
+ "shortName": "hmy-s3",
+ "chainId": 1666600003,
+ "networkId": 1666600003
+}
diff --git a/chains/eip155-1666700000.json b/chains/eip155-1666700000.json
new file mode 100644
index 00000000..a66f37a6
--- /dev/null
+++ b/chains/eip155-1666700000.json
@@ -0,0 +1,25 @@
+{
+ "name": "Harmony Testnet Shard 0",
+ "chain": "Harmony",
+ "rpc": [
+ "https://api.s0.b.hmny.io"
+ ],
+ "faucets": [
+ "https://faucet.pops.one"
+ ],
+ "nativeCurrency": {
+ "name": "ONE",
+ "symbol": "ONE",
+ "decimals": 18
+ },
+ "infoURL": "https://www.harmony.one/",
+ "shortName": "hmy-b-s0",
+ "chainId": 1666700000,
+ "networkId": 1666700000,
+ "explorers": [{
+ "name": "Harmony Testnet Block Explorer",
+ "url": "https://explorer.pops.one",
+ "standard": "EIP3091"
+ }]
+}
+
\ No newline at end of file
diff --git a/chains/eip155-1666700001.json b/chains/eip155-1666700001.json
new file mode 100644
index 00000000..fa093995
--- /dev/null
+++ b/chains/eip155-1666700001.json
@@ -0,0 +1,19 @@
+{
+ "name": "Harmony Testnet Shard 1",
+ "chain": "Harmony",
+ "rpc": [
+ "https://api.s1.b.hmny.io"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "ONE",
+ "symbol": "ONE",
+ "decimals": 18
+ },
+ "infoURL": "https://www.harmony.one/",
+ "shortName": "hmy-b-s1",
+ "chainId": 1666700001,
+ "networkId": 1666700001
+ }
+
\ No newline at end of file
diff --git a/chains/eip155-1666700002.json b/chains/eip155-1666700002.json
new file mode 100644
index 00000000..19230baa
--- /dev/null
+++ b/chains/eip155-1666700002.json
@@ -0,0 +1,19 @@
+{
+ "name": "Harmony Testnet Shard 2",
+ "chain": "Harmony",
+ "rpc": [
+ "https://api.s2.b.hmny.io"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "ONE",
+ "symbol": "ONE",
+ "decimals": 18
+ },
+ "infoURL": "https://www.harmony.one/",
+ "shortName": "hmy-b-s2",
+ "chainId": 1666700002,
+ "networkId": 1666700002
+ }
+
\ No newline at end of file
diff --git a/chains/eip155-1666700003.json b/chains/eip155-1666700003.json
new file mode 100644
index 00000000..86b601fe
--- /dev/null
+++ b/chains/eip155-1666700003.json
@@ -0,0 +1,19 @@
+{
+ "name": "Harmony Testnet Shard 3",
+ "chain": "Harmony",
+ "rpc": [
+ "https://api.s3.b.hmny.io"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "ONE",
+ "symbol": "ONE",
+ "decimals": 18
+ },
+ "infoURL": "https://www.harmony.one/",
+ "shortName": "hmy-b-s3",
+ "chainId": 1666700003,
+ "networkId": 1666700003
+ }
+
\ No newline at end of file
diff --git a/chains/eip155-168.json b/chains/eip155-168.json
new file mode 100644
index 00000000..7727c34b
--- /dev/null
+++ b/chains/eip155-168.json
@@ -0,0 +1,25 @@
+{
+ "name": "AIOZ Network",
+ "chain": "AIOZ",
+ "network": "mainnet",
+ "icon": "aioz",
+ "rpc": [
+ "https://eth-dataseed.aioz.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "AIOZ",
+ "symbol": "AIOZ",
+ "decimals": 18
+ },
+ "infoURL": "https://aioz.network",
+ "shortName": "aioz",
+ "chainId": 168,
+ "networkId": 168,
+ "slip44": 60,
+ "explorers": [{
+ "name": "AIOZ Network Explorer",
+ "url": "https://explorer.aioz.network",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-1688.json b/chains/eip155-1688.json
new file mode 100644
index 00000000..a70f580a
--- /dev/null
+++ b/chains/eip155-1688.json
@@ -0,0 +1,18 @@
+{
+ "name": "LUDAN Mainnet",
+ "chain": "LUDAN",
+ "rpc": [
+ "https://rpc.ludan.org/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "LUDAN",
+ "symbol": "LUDAN",
+ "decimals": 18
+ },
+ "infoURL": "https://www.ludan.org/",
+ "shortName": "LUDAN",
+ "icon": "ludan",
+ "chainId": 1688,
+ "networkId": 1688
+}
diff --git a/chains/eip155-16888.json b/chains/eip155-16888.json
new file mode 100644
index 00000000..ea82631f
--- /dev/null
+++ b/chains/eip155-16888.json
@@ -0,0 +1,25 @@
+{
+ "name": "IVAR Chain Testnet",
+ "chain": "IVAR",
+ "icon": "ivar",
+ "rpc": [
+ "https://testnet-rpc.ivarex.com"
+ ],
+ "faucets": [
+ "https://tfaucet.ivarex.com/"
+ ],
+ "nativeCurrency": {
+ "name": "tIvar",
+ "symbol": "tIVAR",
+ "decimals": 18
+ },
+ "infoURL": "https://ivarex.com",
+ "shortName": "tivar",
+ "chainId": 16888,
+ "networkId": 16888,
+ "explorers": [{
+ "name": "ivarscan",
+ "url": "https://testnet.ivarscan.com",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-17.json b/chains/eip155-17.json
new file mode 100644
index 00000000..8c8a32b0
--- /dev/null
+++ b/chains/eip155-17.json
@@ -0,0 +1,17 @@
+{
+ "name": "ThaiChain 2.0 ThaiFi",
+ "chain": "TCH",
+ "rpc": [
+ "https://rpc.thaifi.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Thaifi Ether",
+ "symbol": "TFI",
+ "decimals": 18
+ },
+ "infoURL": "https://exp.thaifi.com",
+ "shortName": "tfi",
+ "chainId": 17,
+ "networkId": 17
+}
diff --git a/chains/eip155-170.json b/chains/eip155-170.json
new file mode 100644
index 00000000..e8c2e2ea
--- /dev/null
+++ b/chains/eip155-170.json
@@ -0,0 +1,19 @@
+{
+ "name": "HOO Smart Chain Testnet",
+ "chain": "ETH",
+ "rpc": [
+ "https://http-testnet.hoosmartchain.com"
+ ],
+ "faucets": [
+ "https://faucet-testnet.hscscan.com/"
+ ],
+ "nativeCurrency": {
+ "name": "HOO",
+ "symbol": "HOO",
+ "decimals": 18
+ },
+ "infoURL": "https://www.hoosmartchain.com",
+ "shortName": "hoosmartchain",
+ "chainId": 170,
+ "networkId": 170
+}
diff --git a/chains/eip155-172.json b/chains/eip155-172.json
new file mode 100644
index 00000000..b8cf3865
--- /dev/null
+++ b/chains/eip155-172.json
@@ -0,0 +1,20 @@
+{
+ "name": "Latam-Blockchain Resil Testnet",
+ "chain": "Resil",
+ "rpc": [
+ "https://rpc.latam-blockchain.com",
+ "wss://ws.latam-blockchain.com"
+ ],
+ "faucets": [
+ "https://faucet.latam-blockchain.com"
+ ],
+ "nativeCurrency": {
+ "name": "Latam-Blockchain Resil Test Native Token",
+ "symbol": "usd",
+ "decimals": 18
+ },
+ "infoURL": "https://latam-blockchain.com",
+ "shortName": "resil",
+ "chainId": 172,
+ "networkId": 172
+}
diff --git a/chains/eip155-18.json b/chains/eip155-18.json
new file mode 100644
index 00000000..b2822c64
--- /dev/null
+++ b/chains/eip155-18.json
@@ -0,0 +1,26 @@
+{
+ "name": "ThunderCore Testnet",
+ "chain": "TST",
+ "rpc": [
+ "https://testnet-rpc.thundercore.com"
+ ],
+ "faucets": [
+ "https://faucet-testnet.thundercore.com"
+ ],
+ "nativeCurrency": {
+ "name": "ThunderCore Testnet Token",
+ "symbol": "TST",
+ "decimals": 18
+ },
+ "infoURL": "https://thundercore.com",
+ "shortName": "TST",
+ "chainId": 18,
+ "networkId": 18,
+ "explorers": [
+ {
+ "name": "thundercore-blockscout-testnet",
+ "url": "https://explorer-testnet.thundercore.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-1819.json b/chains/eip155-1819.json
new file mode 100644
index 00000000..d5166f02
--- /dev/null
+++ b/chains/eip155-1819.json
@@ -0,0 +1,30 @@
+{
+ "name": "Cube Chain Testnet",
+ "chain": "Cube",
+ "rpc": [
+ "https://http-testnet.cube.network",
+ "wss://ws-testnet.cube.network",
+ "https://http-testnet-sg.cube.network",
+ "wss://ws-testnet-sg.cube.network",
+ "https://http-testnet-jp.cube.network",
+ "wss://ws-testnet-jp.cube.network",
+ "https://http-testnet-us.cube.network",
+ "wss://ws-testnet-us.cube.network"
+ ],
+ "faucets": ["https://faucet.cube.network"],
+ "nativeCurrency": {
+ "name": "Cube Chain Test Native Token",
+ "symbol": "CUBET",
+ "decimals": 18
+ },
+ "infoURL": "https://www.cube.network",
+ "shortName": "cubet",
+ "chainId": 1819,
+ "networkId": 1819,
+ "slip44": 1819,
+ "explorers": [{
+ "name": "cubetest-scan",
+ "url": "https://testnet.cubescan.network",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-18289463.json b/chains/eip155-18289463.json
new file mode 100644
index 00000000..d4039afe
--- /dev/null
+++ b/chains/eip155-18289463.json
@@ -0,0 +1,17 @@
+{
+ "name": "IOLite",
+ "chain": "ILT",
+ "rpc": [
+ "https://net.iolite.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "IOLite Ether",
+ "symbol": "ILT",
+ "decimals": 18
+ },
+ "infoURL": "https://iolite.io",
+ "shortName": "ilt",
+ "chainId": 18289463,
+ "networkId": 18289463
+}
\ No newline at end of file
diff --git a/chains/eip155-1856.json b/chains/eip155-1856.json
new file mode 100644
index 00000000..6e4f240f
--- /dev/null
+++ b/chains/eip155-1856.json
@@ -0,0 +1,17 @@
+{
+ "name": "Teslafunds",
+ "chain": "TSF",
+ "rpc": [
+ "https://tsfapi.europool.me"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Teslafunds Ether",
+ "symbol": "TSF",
+ "decimals": 18
+ },
+ "infoURL": "https://teslafunds.io",
+ "shortName": "tsf",
+ "chainId": 1856,
+ "networkId": 1
+}
\ No newline at end of file
diff --git a/chains/eip155-186.json b/chains/eip155-186.json
new file mode 100644
index 00000000..454e28e6
--- /dev/null
+++ b/chains/eip155-186.json
@@ -0,0 +1,22 @@
+{
+ "name": "Seele Mainnet",
+ "chain": "Seele",
+ "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"
+ }]
+}
diff --git a/chains/eip155-188.json b/chains/eip155-188.json
new file mode 100644
index 00000000..853d6e99
--- /dev/null
+++ b/chains/eip155-188.json
@@ -0,0 +1,22 @@
+{
+ "name": "BMC Mainnet",
+ "chain": "BMC",
+ "rpc": [
+ "https://mainnet.bmcchain.com/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "BTM",
+ "symbol": "BTM",
+ "decimals": 18
+ },
+ "infoURL": "https://bmc.bytom.io/",
+ "shortName": "BMC",
+ "chainId": 188,
+ "networkId": 188,
+ "explorers": [{
+ "name": "Blockmeta",
+ "url": "https://bmc.blockmeta.com",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-189.json b/chains/eip155-189.json
new file mode 100644
index 00000000..64732c87
--- /dev/null
+++ b/chains/eip155-189.json
@@ -0,0 +1,22 @@
+{
+ "name": "BMC Testnet",
+ "chain": "BMC",
+ "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://bmctestnet.blockmeta.com",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-1898.json b/chains/eip155-1898.json
new file mode 100644
index 00000000..a3c62554
--- /dev/null
+++ b/chains/eip155-1898.json
@@ -0,0 +1,24 @@
+{
+ "name": "BON Network",
+ "chain": "BON",
+ "network": "testnet",
+ "rpc": [
+ "http://rpc.boyanet.org:8545",
+ "ws://rpc.boyanet.org:8546"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "BOYACoin",
+ "symbol": "BOY",
+ "decimals": 18
+ },
+ "infoURL": "https://boyanet.org",
+ "shortName": "boya",
+ "chainId": 1898,
+ "networkId": 1,
+ "explorers": [{
+ "name": "explorer",
+ "url": "https://explorer.boyanet.org:4001",
+ "standard": "EIP3091"
+ }]
+}
\ No newline at end of file
diff --git a/chains/eip155-19.json b/chains/eip155-19.json
new file mode 100644
index 00000000..08ad522a
--- /dev/null
+++ b/chains/eip155-19.json
@@ -0,0 +1,27 @@
+{
+ "name": "Songbird Canary-Network",
+ "chain": "SGB",
+ "icon": "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": [],
+ "nativeCurrency": {
+ "name": "Songbird",
+ "symbol": "SGB",
+ "decimals": 18
+ },
+ "infoURL": "https://flare.xyz",
+ "shortName": "sgb",
+ "chainId": 19,
+ "networkId": 19,
+
+ "explorers": [{
+ "name": "blockscout",
+ "url": "https://songbird-explorer.flare.network",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-192837465.json b/chains/eip155-192837465.json
new file mode 100644
index 00000000..3c14a961
--- /dev/null
+++ b/chains/eip155-192837465.json
@@ -0,0 +1,22 @@
+{
+ "name": "Gather Mainnet Network",
+ "chain": "GTH",
+ "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"
+ }]
+}
diff --git a/chains/eip155-197710212030.json b/chains/eip155-197710212030.json
new file mode 100644
index 00000000..adbe69c2
--- /dev/null
+++ b/chains/eip155-197710212030.json
@@ -0,0 +1,24 @@
+{
+ "name": "Ntity Mainnet",
+ "chain": "Ntity",
+ "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"
+ }]
+ }
\ No newline at end of file
diff --git a/chains/eip155-197710212031.json b/chains/eip155-197710212031.json
new file mode 100644
index 00000000..779bebab
--- /dev/null
+++ b/chains/eip155-197710212031.json
@@ -0,0 +1,24 @@
+{
+ "name": "Haradev Testnet",
+ "chain": "Ntity",
+ "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"
+ }]
+ }
\ No newline at end of file
diff --git a/chains/eip155-1984.json b/chains/eip155-1984.json
new file mode 100644
index 00000000..f0a94680
--- /dev/null
+++ b/chains/eip155-1984.json
@@ -0,0 +1,28 @@
+{
+ "name":"Eurus Testnet",
+ "chain":"EUN",
+ "network":"eurus-testnet",
+ "rpc":[
+ "https://testnet.eurus.network"
+ ],
+ "faucets":[
+ ],
+ "nativeCurrency":{
+ "name":"Eurus",
+ "symbol":"EUN",
+ "decimals":18
+ },
+ "infoURL":"https://eurus.network",
+ "shortName":"euntest",
+ "chainId":1984,
+ "networkId":1984,
+ "icon":"eurus",
+ "explorers":[
+ {
+ "name":"testnetexplorer",
+ "url":"https://testnetexplorer.eurus.network",
+ "icon":"eurus",
+ "standard":"none"
+ }
+ ]
+ }
\ No newline at end of file
diff --git a/chains/eip155-19845.json b/chains/eip155-19845.json
new file mode 100644
index 00000000..5e5c50f1
--- /dev/null
+++ b/chains/eip155-19845.json
@@ -0,0 +1,23 @@
+{
+ "name": "BTCIX Network",
+ "chain": "BTCIX",
+ "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"
+ }]
+}
diff --git a/chains/eip155-1987.json b/chains/eip155-1987.json
new file mode 100644
index 00000000..fef6d8fe
--- /dev/null
+++ b/chains/eip155-1987.json
@@ -0,0 +1,18 @@
+{
+ "name": "EtherGem",
+ "chain": "EGEM",
+ "rpc": [
+ "https://jsonrpc.egem.io/custom"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "EtherGem Ether",
+ "symbol": "EGEM",
+ "decimals": 18
+ },
+ "infoURL": "https://egem.io",
+ "shortName": "egem",
+ "chainId": 1987,
+ "networkId": 1987,
+ "slip44": 1987
+}
\ No newline at end of file
diff --git a/chains/eip155-199.json b/chains/eip155-199.json
new file mode 100644
index 00000000..71140b22
--- /dev/null
+++ b/chains/eip155-199.json
@@ -0,0 +1,22 @@
+{
+ "name": "BitTorrent Chain Mainnet",
+ "chain": "BTTC",
+ "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"
+ }]
+}
diff --git a/chains/eip155-2.json b/chains/eip155-2.json
new file mode 100644
index 00000000..6ce5d4b0
--- /dev/null
+++ b/chains/eip155-2.json
@@ -0,0 +1,18 @@
+{
+ "name": "Expanse Network",
+ "chain": "EXP",
+ "rpc": [
+ "https://node.expanse.tech"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Expanse Network Ether",
+ "symbol": "EXP",
+ "decimals": 18
+ },
+ "infoURL": "https://expanse.tech",
+ "shortName": "exp",
+ "chainId": 2,
+ "networkId": 1,
+ "slip44": 40
+}
\ No newline at end of file
diff --git a/chains/eip155-20.json b/chains/eip155-20.json
new file mode 100644
index 00000000..67d3bac8
--- /dev/null
+++ b/chains/eip155-20.json
@@ -0,0 +1,22 @@
+{
+ "name": "Elastos Smart Chain",
+ "chain": "ETH",
+ "rpc": [
+ "https://api.elastos.io/eth"
+ ],
+ "faucets": ["https://faucet.elastos.org/"],
+ "nativeCurrency": {
+ "name": "Elastos",
+ "symbol": "ELA",
+ "decimals": 18
+ },
+ "infoURL": "https://www.elastos.org/",
+ "shortName": "elaeth",
+ "chainId": 20,
+ "networkId": 20,
+ "explorers": [{
+ "name": "elastos eth explorer",
+ "url": "https://eth.elastos.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-200.json b/chains/eip155-200.json
new file mode 100644
index 00000000..cb9b1e4e
--- /dev/null
+++ b/chains/eip155-200.json
@@ -0,0 +1,24 @@
+{
+ "name": "Arbitrum on xDai",
+ "chain": "AOX",
+ "rpc": ["https://arbitrum.xdaichain.com/"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "xDAI",
+ "symbol": "xDAI",
+ "decimals": 18
+ },
+ "infoURL": "https://xdaichain.com",
+ "shortName": "aox",
+ "chainId": 200,
+ "networkId": 200,
+ "explorers": [{
+ "name": "blockscout",
+ "url": "https://blockscout.com/xdai/arbitrum",
+ "standard": "EIP3091"
+ }],
+ "parent": {
+ "chain": "eip155-100",
+ "type": "L2"
+ }
+}
\ No newline at end of file
diff --git a/chains/eip155-2001.json b/chains/eip155-2001.json
new file mode 100644
index 00000000..65a69bda
--- /dev/null
+++ b/chains/eip155-2001.json
@@ -0,0 +1,27 @@
+{
+ "name": "Milkomeda C1 Mainnet",
+ "chain": "milkAda",
+ "icon": "milkomeda",
+ "network": "mainnet",
+ "rpc": [
+ "https://rpc-mainnet-cardano-evm.c1.milkomeda.com",
+ "wss://rpc-mainnet-cardano-evm.c1.milkomeda.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "milkAda",
+ "symbol": "mADA",
+ "decimals": 18
+ },
+ "infoURL": "https://milkomeda.com",
+ "shortName": "milkAda",
+ "chainId": 2001,
+ "networkId": 2001,
+ "explorers": [
+ {
+ "name": "Blockscout",
+ "url": "https://explorer-mainnet-cardano-evm.c1.milkomeda.com",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/chains/eip155-200101.json b/chains/eip155-200101.json
new file mode 100644
index 00000000..00395c65
--- /dev/null
+++ b/chains/eip155-200101.json
@@ -0,0 +1,27 @@
+{
+ "name": "Milkomeda C1 Testnet",
+ "chain": "milkTAda",
+ "icon": "milkomeda",
+ "network": "testnet",
+ "rpc": [
+ "https://rpc-devnet-cardano-evm.c1.milkomeda.com",
+ "wss://rpc-devnet-cardano-evm.c1.milkomeda.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "milkTAda",
+ "symbol": "mTAda",
+ "decimals": 18
+ },
+ "infoURL": "https://milkomeda.com",
+ "shortName": "milkTAda",
+ "chainId": 200101,
+ "networkId": 200101,
+ "explorers": [
+ {
+ "name": "Blockscout",
+ "url": "https://explorer-devnet-cardano-evm.c1.milkomeda.com",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/chains/eip155-200625.json b/chains/eip155-200625.json
new file mode 100644
index 00000000..375b314c
--- /dev/null
+++ b/chains/eip155-200625.json
@@ -0,0 +1,18 @@
+{
+ "name": "Akroma",
+ "chain": "AKA",
+ "rpc": [
+ "https://remote.akroma.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Akroma Ether",
+ "symbol": "AKA",
+ "decimals": 18
+ },
+ "infoURL": "https://akroma.io",
+ "shortName": "aka",
+ "chainId": 200625,
+ "networkId": 200625,
+ "slip44": 200625
+}
diff --git a/chains/eip155-2008.json b/chains/eip155-2008.json
new file mode 100644
index 00000000..ec971117
--- /dev/null
+++ b/chains/eip155-2008.json
@@ -0,0 +1,22 @@
+{
+ "name": "CloudWalk Testnet",
+ "chain": "CloudWalk Testnet",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "CloudWalk Native Token",
+ "symbol": "CWN",
+ "decimals": 18
+ },
+ "infoURL": "https://cloudwalk.io",
+ "shortName": "cloudwalk_testnet",
+ "chainId": 2008,
+ "networkId": 2008,
+ "explorers": [
+ {
+ "name": "CloudWalk Testnet Explorer",
+ "url": "https://explorer.testnet.cloudwalk.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/chains/eip155-2009.json b/chains/eip155-2009.json
new file mode 100644
index 00000000..1e10c180
--- /dev/null
+++ b/chains/eip155-2009.json
@@ -0,0 +1,22 @@
+{
+ "name": "CloudWalk Mainnet",
+ "chain": "CloudWalk Mainnet",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "CloudWalk Native Token",
+ "symbol": "CWN",
+ "decimals": 18
+ },
+ "infoURL": "https://cloudwalk.io",
+ "shortName": "cloudwalk_mainnet",
+ "chainId": 2009,
+ "networkId": 2009,
+ "explorers": [
+ {
+ "name": "CloudWalk Mainnet Explorer",
+ "url": "https://explorer.mainnet.cloudwalk.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/chains/eip155-201018.json b/chains/eip155-201018.json
new file mode 100644
index 00000000..6bc3aa07
--- /dev/null
+++ b/chains/eip155-201018.json
@@ -0,0 +1,26 @@
+{
+ "name": "Alaya Mainnet",
+ "chain": "Alaya",
+ "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"
+ }
+ ]
+}
diff --git a/chains/eip155-201030.json b/chains/eip155-201030.json
new file mode 100644
index 00000000..d506ca7f
--- /dev/null
+++ b/chains/eip155-201030.json
@@ -0,0 +1,28 @@
+{
+ "name": "Alaya Dev Testnet",
+ "chain": "Alaya",
+ "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"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/chains/eip155-20180430.json b/chains/eip155-20180430.json
new file mode 100644
index 00000000..74471b39
--- /dev/null
+++ b/chains/eip155-20180430.json
@@ -0,0 +1,22 @@
+{
+ "name": "SmartMesh Mainnet",
+ "chain": "Spectrum",
+ "rpc": [
+ "https://jsonapi1.smartmesh.cn"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "SmartMesh Native Token",
+ "symbol": "SMT",
+ "decimals": 18
+ },
+ "infoURL": "https://smartmesh.io",
+ "shortName": "spectrum",
+ "chainId": 20180430,
+ "networkId": 1,
+ "explorers": [{
+ "name": "spectrum",
+ "url": "https://spectrum.pub",
+ "standard": "none"
+ }]
+}
\ No newline at end of file
diff --git a/chains/eip155-20181205.json b/chains/eip155-20181205.json
new file mode 100644
index 00000000..6d7aca73
--- /dev/null
+++ b/chains/eip155-20181205.json
@@ -0,0 +1,18 @@
+{
+ "name": "quarkblockchain",
+ "chain": "QKI",
+ "rpc": [
+ "https://hz.rpc.qkiscan.cn",
+ "https://jp.rpc.qkiscan.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "quarkblockchain Native Token",
+ "symbol": "QKI",
+ "decimals": 18
+ },
+ "infoURL": "https://quarkblockchain.org/",
+ "shortName": "qki",
+ "chainId": 20181205,
+ "networkId": 20181205
+ }
diff --git a/chains/eip155-2020.json b/chains/eip155-2020.json
new file mode 100644
index 00000000..34887df5
--- /dev/null
+++ b/chains/eip155-2020.json
@@ -0,0 +1,15 @@
+{
+ "name": "420coin",
+ "chain": "420",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Fourtwenty",
+ "symbol": "420",
+ "decimals": 18
+ },
+ "infoURL": "https://420integrated.com",
+ "shortName": "420",
+ "chainId": 2020,
+ "networkId": 2020
+}
diff --git a/chains/eip155-2021.json b/chains/eip155-2021.json
new file mode 100644
index 00000000..de4654f9
--- /dev/null
+++ b/chains/eip155-2021.json
@@ -0,0 +1,17 @@
+{
+ "name": "Edgeware Mainnet",
+ "chain": "EDG",
+ "rpc": [
+ "https://mainnet1.edgewa.re"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Edge",
+ "symbol": "EDG",
+ "decimals": 18
+ },
+ "infoURL": "http://edgewa.re",
+ "shortName": "edg",
+ "chainId": 2021,
+ "networkId": 2021
+}
diff --git a/chains/eip155-2021121117.json b/chains/eip155-2021121117.json
new file mode 100644
index 00000000..14fcdec3
--- /dev/null
+++ b/chains/eip155-2021121117.json
@@ -0,0 +1,17 @@
+{
+ "name": "DataHopper",
+ "chain": "HOP",
+ "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
+}
diff --git a/chains/eip155-2022.json b/chains/eip155-2022.json
new file mode 100644
index 00000000..fc5b7525
--- /dev/null
+++ b/chains/eip155-2022.json
@@ -0,0 +1,17 @@
+{
+ "name": "Beresheet Testnet",
+ "chain": "EDG",
+ "rpc": [
+ "https://beresheet1.edgewa.re"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Testnet Edge",
+ "symbol": "tEDG",
+ "decimals": 18
+ },
+ "infoURL": "http://edgewa.re",
+ "shortName": "edgt",
+ "chainId": 2022,
+ "networkId": 2022
+}
diff --git a/chains/eip155-2023.json b/chains/eip155-2023.json
new file mode 100644
index 00000000..78e647da
--- /dev/null
+++ b/chains/eip155-2023.json
@@ -0,0 +1,30 @@
+{
+ "name": "Taycan Testnet",
+ "chain": "Taycan",
+ "rpc": [
+ "https://test-taycan.hupayx.io"
+ ],
+ "faucets": [
+ "https://ttaycan-faucet.hupayx.io/"
+ ],
+ "nativeCurrency": {
+ "name": "test-Shuffle",
+ "symbol": "tSFL",
+ "decimals": 18
+ },
+ "infoURL": "https://hupayx.io",
+ "shortName": "taycan-testnet",
+ "chainId": 2023,
+ "networkId": 2023,
+ "explorers": [{
+ "name": "Taycan Explorer(Blockscout)",
+ "url": "https://evmscan-test.hupayx.io",
+ "standard": "none"
+ },
+ {
+ "name": "Taycan Cosmos Explorer",
+ "url": "https://cosmoscan-test.hupayx.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/chains/eip155-2025.json b/chains/eip155-2025.json
new file mode 100644
index 00000000..4f89486e
--- /dev/null
+++ b/chains/eip155-2025.json
@@ -0,0 +1,24 @@
+{
+ "name": "Rangers Protocol Mainnet",
+ "chain": "Rangers",
+ "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"
+ }]
+}
diff --git a/chains/eip155-21.json b/chains/eip155-21.json
new file mode 100644
index 00000000..2602e65a
--- /dev/null
+++ b/chains/eip155-21.json
@@ -0,0 +1,19 @@
+{
+ "name": "ELA-ETH-Sidechain Testnet",
+ "chain": "ETH",
+ "rpc": [
+ "https://rpc.elaeth.io"
+ ],
+ "faucets": [
+ "https://faucet.elaeth.io/"
+ ],
+ "nativeCurrency": {
+ "name": "Elastos",
+ "symbol": "tELA",
+ "decimals": 18
+ },
+ "infoURL": "https://elaeth.io/",
+ "shortName": "elaetht",
+ "chainId": 21,
+ "networkId": 21
+}
diff --git a/chains/eip155-2100.json b/chains/eip155-2100.json
new file mode 100644
index 00000000..afe88ee8
--- /dev/null
+++ b/chains/eip155-2100.json
@@ -0,0 +1,22 @@
+{
+ "name": "Ecoball Mainnet",
+ "chain": "ECO",
+ "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"
+ }]
+}
diff --git a/chains/eip155-2101.json b/chains/eip155-2101.json
new file mode 100644
index 00000000..543ec819
--- /dev/null
+++ b/chains/eip155-2101.json
@@ -0,0 +1,22 @@
+{
+ "name": "Ecoball Testnet Espuma",
+ "chain": "ECO",
+ "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"
+ }]
+}
diff --git a/chains/eip155-210425.json b/chains/eip155-210425.json
new file mode 100644
index 00000000..c7b292b1
--- /dev/null
+++ b/chains/eip155-210425.json
@@ -0,0 +1,27 @@
+{
+ "name": "PlatON Mainnet",
+ "chain": "PlatON",
+ "network": "mainnet",
+ "rpc": [
+ "https://openapi2.platon.network/rpc",
+ "wss://openapi2.platon.network/ws"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "LAT",
+ "symbol": "lat",
+ "decimals": 18
+ },
+ "infoURL": "https://www.platon.network",
+ "shortName": "platon",
+ "chainId": 210425,
+ "networkId": 1,
+ "icon": "platon",
+ "explorers": [
+ {
+ "name": "PlatON explorer",
+ "url": "https://scan.platon.network",
+ "standard": "none"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/chains/eip155-211.json b/chains/eip155-211.json
new file mode 100644
index 00000000..125be41f
--- /dev/null
+++ b/chains/eip155-211.json
@@ -0,0 +1,20 @@
+{
+ "name": "Freight Trust Network",
+ "chain": "EDI",
+ "rpc": [
+ "http://13.57.207.168:3435",
+ "https://app.freighttrust.net/ftn/${API_KEY}"
+ ],
+ "faucets": [
+ "http://faucet.freight.sh"
+ ],
+ "nativeCurrency": {
+ "name": "Freight Trust Native",
+ "symbol": "0xF",
+ "decimals": 18
+ },
+ "infoURL": "https://freighttrust.com",
+ "shortName": "EDI",
+ "chainId": 211,
+ "networkId": 0
+}
diff --git a/chains/eip155-21337.json b/chains/eip155-21337.json
new file mode 100644
index 00000000..cb352546
--- /dev/null
+++ b/chains/eip155-21337.json
@@ -0,0 +1,24 @@
+{
+ "name": "CENNZnet Azalea",
+ "chain": "CENNZnet",
+ "network": "azalea",
+ "rpc": [
+ "https://cennznet.unfrastructure.io/public"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "CPAY",
+ "symbol": "CPAY",
+ "decimals": 18
+ },
+ "infoURL": "https://cennz.net",
+ "shortName": "cennz-a",
+ "chainId": 21337,
+ "networkId": 21337,
+ "icon": "cennz",
+ "explorers": [{
+ "name": "UNcover",
+ "url": "https://uncoverexplorer.com",
+ "standard": "none"
+ }]
+ }
\ No newline at end of file
diff --git a/chains/eip155-2152.json b/chains/eip155-2152.json
new file mode 100644
index 00000000..affa07c3
--- /dev/null
+++ b/chains/eip155-2152.json
@@ -0,0 +1,23 @@
+{
+ "name": "Findora Mainnet",
+ "chain": "Findora",
+ "network": "mainnet",
+ "rpc": ["https://prod-mainnet.prod.findora.org:8545"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "FRA",
+ "symbol": "FRA",
+ "decimals": 18
+ },
+ "infoURL": "https://findora.org/",
+ "shortName": "fra",
+ "chainId": 2152,
+ "networkId": 2152,
+ "explorers": [
+ {
+ "name": "findorascan",
+ "url": "https://evm.findorascan.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-2153.json b/chains/eip155-2153.json
new file mode 100644
index 00000000..b8e3bed9
--- /dev/null
+++ b/chains/eip155-2153.json
@@ -0,0 +1,23 @@
+{
+ "name": "Findora Testnet",
+ "chain": "Testnet-anvil",
+ "network": "testnet",
+ "rpc": ["https://prod-testnet.prod.findora.org:8545/"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "FRA",
+ "symbol": "FRA",
+ "decimals": 18
+ },
+ "infoURL": "https://findora.org/",
+ "shortName": "findora-testnet",
+ "chainId": 2153,
+ "networkId": 2153,
+ "explorers": [
+ {
+ "name": "findorascan",
+ "url": "https://testnet-anvil.evm.findorascan.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-218.json b/chains/eip155-218.json
new file mode 100644
index 00000000..4a030a42
--- /dev/null
+++ b/chains/eip155-218.json
@@ -0,0 +1,19 @@
+{
+ "name": "SoterOne Mainnet old",
+ "chain": "SOTER",
+ "rpc": [
+ "https://rpc.soter.one"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "SoterOne Mainnet Ether",
+ "symbol": "SOTER",
+ "decimals": 18
+ },
+ "infoURL": "https://www.soterone.com",
+ "shortName": "SO1-old",
+ "chainId": 218,
+ "networkId": 218,
+ "status":"deprecated"
+}
diff --git a/chains/eip155-21816.json b/chains/eip155-21816.json
new file mode 100644
index 00000000..37771340
--- /dev/null
+++ b/chains/eip155-21816.json
@@ -0,0 +1,23 @@
+{
+ "name": "omChain Mainnet",
+ "chain": "OML",
+ "icon": "omlira",
+ "rpc": [
+ "https://seed.omchain.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "omChain",
+ "symbol": "OMC",
+ "decimals": 18
+ },
+ "infoURL": "https://omchain.io",
+ "shortName": "omc",
+ "chainId": 21816,
+ "networkId": 21816,
+ "explorers": [{
+ "name": "omChain Explorer",
+ "url": "https://explorer.omchain.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-22.json b/chains/eip155-22.json
new file mode 100644
index 00000000..59a83a02
--- /dev/null
+++ b/chains/eip155-22.json
@@ -0,0 +1,15 @@
+{
+ "name": "ELA-DID-Sidechain Mainnet",
+ "chain": "ETH",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Elastos",
+ "symbol": "ELA",
+ "decimals": 18
+ },
+ "infoURL": "https://www.elastos.org/",
+ "shortName": "eladid",
+ "chainId": 22,
+ "networkId": 22
+}
diff --git a/chains/eip155-22023.json b/chains/eip155-22023.json
new file mode 100644
index 00000000..bad3cd8a
--- /dev/null
+++ b/chains/eip155-22023.json
@@ -0,0 +1,28 @@
+{
+ "name": "Taycan",
+ "chain": "Taycan",
+ "network": "mainnet",
+ "rpc": [
+ "https://taycan-rpc.hupayx.io:8545"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "shuffle",
+ "symbol": "SFL",
+ "decimals": 18
+ },
+ "infoURL": "https://hupayx.io",
+ "shortName": "SFL",
+ "chainId": 22023,
+ "networkId": 22023,
+ "explorers": [{
+ "name": "Taycan Explorer(Blockscout)",
+ "url": "https://taycan-evmscan.hupayx.io",
+ "standard": "none"
+ },
+ {
+ "name": "Taycan Cosmos Explorer(BigDipper)",
+ "url": "https://taycan-cosmoscan.hupayx.io",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-2203181.json b/chains/eip155-2203181.json
new file mode 100644
index 00000000..1b349ce3
--- /dev/null
+++ b/chains/eip155-2203181.json
@@ -0,0 +1,28 @@
+{
+ "name": "PlatON Dev Testnet",
+ "chain": "PlatON",
+ "rpc": [
+ "https://devnetopenapi2.platon.network/rpc",
+ "wss://devnetopenapi2.platon.network/ws"
+ ],
+ "faucets": [
+ "https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03"
+ ],
+ "nativeCurrency": {
+ "name": "LAT",
+ "symbol": "lat",
+ "decimals": 18
+ },
+ "infoURL": "https://www.platon.network",
+ "shortName": "platondev",
+ "chainId": 2203181,
+ "networkId": 1,
+ "icon": "platon",
+ "explorers": [
+ {
+ "name": "PlatON explorer",
+ "url": "https://devnetscan.platon.network",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/chains/eip155-2213.json b/chains/eip155-2213.json
new file mode 100644
index 00000000..4c34672d
--- /dev/null
+++ b/chains/eip155-2213.json
@@ -0,0 +1,26 @@
+{
+ "name": "Evanesco Mainnet",
+ "chain": "EVA",
+ "network": "mainnet",
+ "rpc": [
+ "https://seed4.evanesco.org:8546"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "EVA",
+ "symbol": "EVA",
+ "decimals": 18
+ },
+ "infoURL": "https://evanesco.org/",
+ "shortName": "evanesco",
+ "chainId": 2213,
+ "networkId": 2213,
+ "icon": "evanesco",
+ "explorers": [
+ {
+ "name": "Evanesco Explorer",
+ "url": "https://explorer.evanesco.org",
+ "standard": "none"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/chains/eip155-222.json b/chains/eip155-222.json
new file mode 100644
index 00000000..e142a8c0
--- /dev/null
+++ b/chains/eip155-222.json
@@ -0,0 +1,18 @@
+{
+ "name": "Permission",
+ "chain": "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
+}
diff --git a/chains/eip155-2221.json b/chains/eip155-2221.json
new file mode 100644
index 00000000..d9a33a82
--- /dev/null
+++ b/chains/eip155-2221.json
@@ -0,0 +1,25 @@
+{
+ "name": "Kava EVM Testnet",
+ "chain": "KAVA",
+ "network": "testnet",
+ "rpc": ["https://evm.evm-alpha.kava.io", "wss://evm-ws.evm-alpha.kava.io"],
+ "faucets": ["https://faucet.kava.io"],
+ "nativeCurrency": {
+ "name": "Kava",
+ "symbol": "KAVA",
+ "decimals": 18
+ },
+ "infoURL": "https://www.kava.io",
+ "shortName": "kava",
+ "chainId": 2221,
+ "networkId": 2221,
+ "icon": "kava",
+ "explorers": [
+ {
+ "name": "Kava Testnet Explorer",
+ "url": "https://explorer.evm-alpha.kava.io",
+ "standard": "EIP3091",
+ "icon": "kava"
+ }
+ ]
+}
diff --git a/chains/eip155-2223.json b/chains/eip155-2223.json
new file mode 100644
index 00000000..e57895e3
--- /dev/null
+++ b/chains/eip155-2223.json
@@ -0,0 +1,22 @@
+{
+ "name": "VChain Mainnet",
+ "chain": "VChain",
+ "rpc": ["https://bc.vcex.xyz"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "VNDT",
+ "symbol": "VNDT",
+ "decimals": 18
+ },
+ "infoURL": "https://bo.vcex.xyz/",
+ "shortName": "VChain",
+ "chainId": 2223,
+ "networkId": 2223,
+ "explorers": [
+ {
+ "name": "VChain Scan",
+ "url": "https://scan.vcex.xyz",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-225.json b/chains/eip155-225.json
new file mode 100644
index 00000000..ca9055df
--- /dev/null
+++ b/chains/eip155-225.json
@@ -0,0 +1,23 @@
+{
+ "name": "LACHAIN Mainnet",
+ "chain": "LA",
+ "icon": "lachain",
+ "rpc": [
+ "https://rpc-mainnet.lachain.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "LA",
+ "symbol": "LA",
+ "decimals": 18
+ },
+ "infoURL": "https://lachain.io",
+ "shortName": "LA",
+ "chainId": 225,
+ "networkId": 225,
+ "explorers": [{
+ "name": "blockscout",
+ "url": "https://scan.lachain.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-226.json b/chains/eip155-226.json
new file mode 100644
index 00000000..215729d4
--- /dev/null
+++ b/chains/eip155-226.json
@@ -0,0 +1,23 @@
+{
+ "name": "LACHAIN Testnet",
+ "chain": "TLA",
+ "icon": "lachain",
+ "rpc": [
+ "https://rpc-testnet.lachain.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "TLA",
+ "symbol": "TLA",
+ "decimals": 18
+ },
+ "infoURL": "https://lachain.io",
+ "shortName": "TLA",
+ "chainId": 226,
+ "networkId": 226,
+ "explorers": [{
+ "name": "blockscout",
+ "url": "https://scan-test.lachain.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-23.json b/chains/eip155-23.json
new file mode 100644
index 00000000..2f233762
--- /dev/null
+++ b/chains/eip155-23.json
@@ -0,0 +1,15 @@
+{
+ "name": "ELA-DID-Sidechain Testnet",
+ "chain": "ETH",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Elastos",
+ "symbol": "tELA",
+ "decimals": 18
+ },
+ "infoURL": "https://elaeth.io/",
+ "shortName": "eladidt",
+ "chainId": 23,
+ "networkId": 23
+}
diff --git a/chains/eip155-234666.json b/chains/eip155-234666.json
new file mode 100644
index 00000000..2a1cc4e2
--- /dev/null
+++ b/chains/eip155-234666.json
@@ -0,0 +1,19 @@
+{
+ "name": "Haymo Testnet",
+ "chain": "tHYM",
+ "network": "testnet",
+ "rpc": [
+ "https://testnet1.haymo.network"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "HAYMO",
+ "symbol": "HYM",
+ "decimals": 18
+ },
+ "infoURL": "https://haymoswap.web.app/",
+ "shortName": "hym",
+ "chainId": 234666,
+ "networkId": 234666
+}
diff --git a/chains/eip155-239.json b/chains/eip155-239.json
new file mode 100644
index 00000000..aa936059
--- /dev/null
+++ b/chains/eip155-239.json
@@ -0,0 +1,26 @@
+{
+ "name": "Aitd Testnet",
+ "chain": "AITD",
+ "icon": "aitd",
+ "rpc": [
+ "http://http-testnet.aitd.io"
+ ],
+ "faucets": [
+ "https://aitd-faucet-pre.aitdcoin.com/"
+ ],
+ "nativeCurrency": {
+ "name": "AITD Testnet",
+ "symbol": "AITD",
+ "decimals": 18
+ },
+ "infoURL": "https://www.aitd.io/",
+ "shortName": "AITD",
+ "chainId": 239,
+ "networkId": 239,
+
+ "explorers": [{
+ "name": "AITD Chain Explorer",
+ "url": "https://aitd-explorer-pre.aitdcoin.com",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-24.json b/chains/eip155-24.json
new file mode 100644
index 00000000..c5240775
--- /dev/null
+++ b/chains/eip155-24.json
@@ -0,0 +1,20 @@
+{
+ "name": "Dithereum Mainnet",
+ "chain": "DTH",
+ "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
+}
diff --git a/chains/eip155-24484.json b/chains/eip155-24484.json
new file mode 100644
index 00000000..9e312c82
--- /dev/null
+++ b/chains/eip155-24484.json
@@ -0,0 +1,18 @@
+{
+ "name": "Webchain",
+ "chain": "WEB",
+ "rpc": [
+ "https://node1.webchain.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Webchain Ether",
+ "symbol": "WEB",
+ "decimals": 18
+ },
+ "infoURL": "https://webchain.network",
+ "shortName": "web",
+ "chainId": 24484,
+ "networkId": 37129,
+ "slip44": 227
+}
\ No newline at end of file
diff --git a/chains/eip155-245022926.json b/chains/eip155-245022926.json
new file mode 100644
index 00000000..51ba4a0a
--- /dev/null
+++ b/chains/eip155-245022926.json
@@ -0,0 +1,29 @@
+{
+ "name": "Neon EVM DevNet",
+ "chain": "Solana",
+ "rpc": [
+ "https://proxy.devnet.neonlabs.org/solana"
+ ],
+ "faucets": [
+ "https://neonswap.live/#/get-tokens"
+ ],
+ "icon": "neon",
+ "nativeCurrency": {
+ "name": "Neon",
+ "symbol": "NEON",
+ "decimals": 18
+ },
+ "infoURL": "https://neon-labs.org",
+ "shortName": "neonevm-devnet",
+ "chainId": 245022926,
+ "networkId": 245022926,
+ "explorers": [{
+ "name": "native",
+ "url": "https://devnet.explorer.neon-labs.org",
+ "standard": "EIP3091"
+ }, {
+ "name": "neonscan",
+ "url": "https://devnet.neonscan.org",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-245022934.json b/chains/eip155-245022934.json
new file mode 100644
index 00000000..63332387
--- /dev/null
+++ b/chains/eip155-245022934.json
@@ -0,0 +1,27 @@
+{
+ "name": "Neon EVM MainNet",
+ "chain": "Solana",
+ "rpc": [
+ "https://proxy.mainnet.neonlabs.org/solana"
+ ],
+ "faucets": [],
+ "icon": "neon",
+ "nativeCurrency": {
+ "name": "Neon",
+ "symbol": "NEON",
+ "decimals": 18
+ },
+ "infoURL": "https://neon-labs.org",
+ "shortName": "neonevm-mainnet",
+ "chainId": 245022934,
+ "networkId": 245022934,
+ "explorers": [{
+ "name": "native",
+ "url": "https://mainnet.explorer.neon-labs.org",
+ "standard": "EIP3091"
+ }, {
+ "name": "neonscan",
+ "url": "https://mainnet.neonscan.org",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-245022940.json b/chains/eip155-245022940.json
new file mode 100644
index 00000000..81be9021
--- /dev/null
+++ b/chains/eip155-245022940.json
@@ -0,0 +1,27 @@
+{
+ "name": "Neon EVM TestNet",
+ "chain": "Solana",
+ "rpc": [
+ "https://proxy.testnet.neonlabs.org/solana"
+ ],
+ "faucets": [],
+ "icon": "neon",
+ "nativeCurrency": {
+ "name": "Neon",
+ "symbol": "NEON",
+ "decimals": 18
+ },
+ "infoURL": "https://neon-labs.org",
+ "shortName": "neonevm-testnet",
+ "chainId": 245022940,
+ "networkId": 245022940,
+ "explorers": [{
+ "name": "native",
+ "url": "https://testnet.explorer.neon-labs.org",
+ "standard": "EIP3091"
+ }, {
+ "name": "neonscan",
+ "url": "https://testnet.neonscan.org",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-246.json b/chains/eip155-246.json
new file mode 100644
index 00000000..2af6fe22
--- /dev/null
+++ b/chains/eip155-246.json
@@ -0,0 +1,29 @@
+{
+ "name": "Energy Web Chain",
+ "chain": "Energy Web Chain",
+ "rpc": [
+ "https://rpc.energyweb.org",
+ "wss://rpc.energyweb.org/ws"
+ ],
+ "faucets": [
+ "https://faucet.carbonswap.exchange", "https://free-online-app.com/faucet-for-eth-evm-chains/"
+ ],
+ "nativeCurrency": {
+ "name": "Energy Web Token",
+ "symbol": "EWT",
+ "decimals": 18
+ },
+ "infoURL": "https://energyweb.org",
+ "shortName": "ewt",
+ "chainId": 246,
+ "networkId": 246,
+ "slip44": 246,
+
+ "explorers": [{
+ "name": "blockscout",
+ "url": "https://explorer.energyweb.org",
+ "standard": "none"
+ }]
+
+
+}
diff --git a/chains/eip155-246529.json b/chains/eip155-246529.json
new file mode 100644
index 00000000..21a168b9
--- /dev/null
+++ b/chains/eip155-246529.json
@@ -0,0 +1,18 @@
+{
+ "name": "ARTIS sigma1",
+ "chain": "ARTIS",
+ "rpc": [
+ "https://rpc.sigma1.artis.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ARTIS sigma1 Ether",
+ "symbol": "ATS",
+ "decimals": 18
+ },
+ "infoURL": "https://artis.eco",
+ "shortName": "ats",
+ "chainId": 246529,
+ "networkId": 246529,
+ "slip44": 246529
+}
diff --git a/chains/eip155-246785.json b/chains/eip155-246785.json
new file mode 100644
index 00000000..15248e15
--- /dev/null
+++ b/chains/eip155-246785.json
@@ -0,0 +1,17 @@
+{
+ "name": "ARTIS Testnet tau1",
+ "chain": "ARTIS",
+ "rpc": [
+ "https://rpc.tau1.artis.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ARTIS tau1 Ether",
+ "symbol": "tATS",
+ "decimals": 18
+ },
+ "infoURL": "https://artis.network",
+ "shortName": "atstau",
+ "chainId": 246785,
+ "networkId": 246785
+}
diff --git a/chains/eip155-24734.json b/chains/eip155-24734.json
new file mode 100644
index 00000000..6319d313
--- /dev/null
+++ b/chains/eip155-24734.json
@@ -0,0 +1,17 @@
+{
+ "name": "MintMe.com Coin",
+ "chain": "MINTME",
+ "rpc": [
+ "https://node1.mintme.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "MintMe.com Coin",
+ "symbol": "MINTME",
+ "decimals": 18
+ },
+ "infoURL": "https://www.mintme.com",
+ "shortName": "mintme",
+ "chainId": 24734,
+ "networkId": 37480
+}
diff --git a/chains/eip155-25.json b/chains/eip155-25.json
new file mode 100644
index 00000000..7d1b2871
--- /dev/null
+++ b/chains/eip155-25.json
@@ -0,0 +1,22 @@
+{
+ "name": "Cronos Mainnet Beta",
+ "chain": "CRO",
+ "rpc": [
+ "https://evm.cronos.org"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Cronos",
+ "symbol": "CRO",
+ "decimals": 18
+ },
+ "infoURL": "https://cronos.org/",
+ "shortName": "cro",
+ "chainId": 25,
+ "networkId": 25,
+ "explorers": [{
+ "name": "Cronos Explorer",
+ "url": "https://cronos.org/explorer",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-250.json b/chains/eip155-250.json
new file mode 100644
index 00000000..a93e1cf0
--- /dev/null
+++ b/chains/eip155-250.json
@@ -0,0 +1,24 @@
+{
+ "name": "Fantom Opera",
+ "chain": "FTM",
+ "rpc": ["https://rpc.ftm.tools"],
+ "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
+ "nativeCurrency": {
+ "name": "Fantom",
+ "symbol": "FTM",
+ "decimals": 18
+ },
+ "infoURL": "https://fantom.foundation",
+ "shortName": "ftm",
+ "chainId": 250,
+ "networkId": 250,
+ "icon": "fantom",
+ "explorers": [
+ {
+ "name": "ftmscan",
+ "url": "https://ftmscan.com",
+ "icon": "ftmscan",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-2559.json b/chains/eip155-2559.json
new file mode 100644
index 00000000..15d52fae
--- /dev/null
+++ b/chains/eip155-2559.json
@@ -0,0 +1,18 @@
+{
+ "name": "Kortho Mainnet",
+ "chain": "Kortho Chain",
+ "rpc": [
+ "https://www.kortho-chain.com"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "KorthoChain",
+ "symbol": "KTO",
+ "decimals": 11
+ },
+ "infoURL": "https://www.kortho.io/",
+ "shortName": "ktoc",
+ "chainId": 2559,
+ "networkId": 2559
+}
\ No newline at end of file
diff --git a/chains/eip155-256.json b/chains/eip155-256.json
new file mode 100644
index 00000000..bac1e7d3
--- /dev/null
+++ b/chains/eip155-256.json
@@ -0,0 +1,20 @@
+{
+ "name": "Huobi ECO Chain Testnet",
+ "chain": "Heco",
+ "rpc": [
+ "https://http-testnet.hecochain.com",
+ "wss://ws-testnet.hecochain.com"
+ ],
+ "faucets": [
+ "https://scan-testnet.hecochain.com/faucet"
+ ],
+ "nativeCurrency": {
+ "name": "Huobi ECO Chain Test Native Token",
+ "symbol": "htt",
+ "decimals": 18
+ },
+ "infoURL": "https://testnet.hecoinfo.com",
+ "shortName": "hecot",
+ "chainId": 256,
+ "networkId": 256
+}
diff --git a/chains/eip155-2569.json b/chains/eip155-2569.json
new file mode 100644
index 00000000..33725282
--- /dev/null
+++ b/chains/eip155-2569.json
@@ -0,0 +1,25 @@
+{
+ "name": "TechPay Mainnet",
+ "chain": "TPC",
+ "network": "mainnet",
+ "rpc": [
+ "https://api.techpay.io/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "TechPay",
+ "symbol": "TPC",
+ "decimals": 18
+ },
+ "infoURL": "https://techpay.io/",
+ "shortName": "tpc",
+ "chainId": 2569,
+ "networkId": 2569,
+ "icon": "techpay",
+ "explorers": [{
+ "name": "tpcscan",
+ "url": "https://tpcscan.com",
+ "icon": "techpay",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-258.json b/chains/eip155-258.json
new file mode 100644
index 00000000..a0359a44
--- /dev/null
+++ b/chains/eip155-258.json
@@ -0,0 +1,15 @@
+{
+ "name": "Setheum",
+ "chain": "Setheum",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Setheum",
+ "symbol": "SETM",
+ "decimals": 18
+ },
+ "infoURL": "https://setheum.xyz",
+ "shortName": "setm",
+ "chainId": 258,
+ "networkId": 258
+}
diff --git a/chains/eip155-26.json b/chains/eip155-26.json
new file mode 100644
index 00000000..88981cd8
--- /dev/null
+++ b/chains/eip155-26.json
@@ -0,0 +1,22 @@
+{
+ "name": "Genesis L1 testnet",
+ "chain": "genesis",
+ "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"
+ }]
+}
diff --git a/chains/eip155-2612.json b/chains/eip155-2612.json
new file mode 100644
index 00000000..1d1a849b
--- /dev/null
+++ b/chains/eip155-2612.json
@@ -0,0 +1,25 @@
+{
+ "name": "EZChain C-Chain Mainnet",
+ "chain": "EZC",
+ "rpc": [
+ "https://api.ezchain.com/ext/bc/C/rpc"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "EZChain",
+ "symbol": "EZC",
+ "decimals": 18
+ },
+ "infoURL": "https://ezchain.com",
+ "shortName": "EZChain",
+ "chainId": 2612,
+ "networkId": 2612,
+ "icon": "ezchain",
+ "explorers": [
+ {
+ "name": "ezchain",
+ "url": "https://cchain-explorer.ezchain.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-2613.json b/chains/eip155-2613.json
new file mode 100644
index 00000000..5e6e84db
--- /dev/null
+++ b/chains/eip155-2613.json
@@ -0,0 +1,27 @@
+{
+ "name": "EZChain C-Chain Testnet",
+ "chain": "EZC",
+ "rpc": [
+ "https://testnet-api.ezchain.com/ext/bc/C/rpc"
+ ],
+ "faucets": [
+ "https://testnet-faucet.ezchain.com"
+ ],
+ "nativeCurrency": {
+ "name": "EZChain",
+ "symbol": "EZC",
+ "decimals": 18
+ },
+ "infoURL": "https://ezchain.com",
+ "shortName": "Fuji-EZChain",
+ "chainId": 2613,
+ "networkId": 2613,
+ "icon": "ezchain",
+ "explorers": [
+ {
+ "name": "ezchain",
+ "url": "https://testnet-cchain-explorer.ezchain.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-262.json b/chains/eip155-262.json
new file mode 100644
index 00000000..58a1a0ab
--- /dev/null
+++ b/chains/eip155-262.json
@@ -0,0 +1,24 @@
+{
+ "name": "SUR Blockchain Network",
+ "chain": "SUR",
+ "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"
+ }]
+}
diff --git a/chains/eip155-26863.json b/chains/eip155-26863.json
new file mode 100644
index 00000000..7f3416db
--- /dev/null
+++ b/chains/eip155-26863.json
@@ -0,0 +1,26 @@
+{
+ "name": "OasisChain Mainnet",
+ "chain": "OasisChain",
+ "rpc": [
+ "https://rpc1.oasischain.io",
+ "https://rpc2.oasischain.io",
+ "https://rpc3.oasischain.io"
+ ],
+ "faucets": [
+ "http://faucet.oasischain.io"
+ ],
+ "nativeCurrency": {
+ "name": "OAC",
+ "symbol": "OAC",
+ "decimals": 18
+ },
+ "infoURL": "https://scan.oasischain.io",
+ "shortName": "OAC",
+ "chainId": 26863,
+ "networkId": 26863,
+ "explorers": [{
+ "name": "OasisChain Explorer",
+ "url": "https://scan.oasischain.io",
+ "standard": "EIP3091"
+ }]
+}
\ No newline at end of file
diff --git a/chains/eip155-269.json b/chains/eip155-269.json
new file mode 100644
index 00000000..0e8faa01
--- /dev/null
+++ b/chains/eip155-269.json
@@ -0,0 +1,27 @@
+{
+ "name": "High Performance Blockchain",
+ "chain": "HPB",
+ "rpc": [
+ "https://hpbnode.com",
+ "wss://ws.hpbnode.com"
+ ],
+ "faucets": [
+ "https://myhpbwallet.com/"
+ ],
+ "nativeCurrency": {
+ "name": "High Performance Blockchain Ether",
+ "symbol": "HPB",
+ "decimals": 18
+ },
+ "infoURL": "https://hpb.io",
+ "shortName": "hpb",
+ "chainId": 269,
+ "networkId": 269,
+ "slip44": 269,
+ "explorers": [{
+ "name": "hscan",
+ "url": "https://hscan.org",
+ "standard": "EIP3091"
+ }]
+
+}
diff --git a/chains/eip155-27.json b/chains/eip155-27.json
new file mode 100644
index 00000000..cc9cdf2f
--- /dev/null
+++ b/chains/eip155-27.json
@@ -0,0 +1,22 @@
+{
+ "name": "ShibaChain",
+ "chain": "SHIB",
+ "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"
+ }]
+}
diff --git a/chains/eip155-28.json b/chains/eip155-28.json
new file mode 100644
index 00000000..6bc23e68
--- /dev/null
+++ b/chains/eip155-28.json
@@ -0,0 +1,26 @@
+{
+ "name": "Boba Network Rinkeby Testnet",
+ "chain": "ETH",
+ "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"} ]
+ }
+}
diff --git a/chains/eip155-281121.json b/chains/eip155-281121.json
new file mode 100644
index 00000000..7e757132
--- /dev/null
+++ b/chains/eip155-281121.json
@@ -0,0 +1,18 @@
+{
+ "name": "Social Smart Chain Mainnet",
+ "chain": "SoChain",
+ "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": []
+}
diff --git a/chains/eip155-288.json b/chains/eip155-288.json
new file mode 100644
index 00000000..31d1c9e8
--- /dev/null
+++ b/chains/eip155-288.json
@@ -0,0 +1,26 @@
+{
+ "name": "Boba Network",
+ "chain": "ETH",
+ "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"} ]
+ }
+}
diff --git a/chains/eip155-28945486.json b/chains/eip155-28945486.json
new file mode 100644
index 00000000..d26c7dc9
--- /dev/null
+++ b/chains/eip155-28945486.json
@@ -0,0 +1,18 @@
+{
+ "name": "Auxilium Network Mainnet",
+ "chain": "AUX",
+ "rpc": [
+ "https://rpc.auxilium.global"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Auxilium coin",
+ "symbol": "AUX",
+ "decimals": 18
+ },
+ "infoURL": "https://auxilium.global",
+ "shortName": "auxi",
+ "chainId": 28945486,
+ "networkId": 28945486,
+ "slip44": 344
+}
diff --git a/chains/eip155-29.json b/chains/eip155-29.json
new file mode 100644
index 00000000..5c8dd368
--- /dev/null
+++ b/chains/eip155-29.json
@@ -0,0 +1,22 @@
+{
+ "name": "Genesis L1",
+ "chain": "genesis",
+ "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"
+ }]
+}
diff --git a/chains/eip155-3.json b/chains/eip155-3.json
new file mode 100644
index 00000000..cd487bb1
--- /dev/null
+++ b/chains/eip155-3.json
@@ -0,0 +1,31 @@
+{
+ "name": "Ropsten",
+ "title": "Ethereum Testnet Ropsten",
+ "chain": "ETH",
+ "network": "testnet",
+ "rpc": [
+ "https://ropsten.infura.io/v3/${INFURA_API_KEY}",
+ "wss://ropsten.infura.io/ws/v3/${INFURA_API_KEY}"
+ ],
+ "faucets": [
+ "http://fauceth.komputing.org?chain=3&address=${ADDRESS}",
+ "https://faucet.ropsten.be?${ADDRESS}"
+ ],
+ "nativeCurrency": {
+ "name": "Ropsten Ether",
+ "symbol": "ROP",
+ "decimals": 18
+ },
+ "infoURL": "https://github.com/ethereum/ropsten",
+ "shortName": "rop",
+ "chainId": 3,
+ "networkId": 3,
+ "ens": {
+ "registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010"
+ },
+ "explorers": [{
+ "name": "etherscan",
+ "url": "https://ropsten.etherscan.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-30.json b/chains/eip155-30.json
new file mode 100644
index 00000000..c3541990
--- /dev/null
+++ b/chains/eip155-30.json
@@ -0,0 +1,25 @@
+{
+ "name": "RSK Mainnet",
+ "chain": "RSK",
+ "rpc": [
+ "https://public-node.rsk.co",
+ "https://mycrypto.rsk.co"
+ ],
+ "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
+ "nativeCurrency": {
+ "name": "RSK Mainnet Ether",
+ "symbol": "RBTC",
+ "decimals": 18
+ },
+ "infoURL": "https://rsk.co",
+ "shortName": "rsk",
+ "chainId": 30,
+ "networkId": 30,
+ "slip44": 137,
+
+ "explorers": [{
+ "name": "blockscout",
+ "url": "https://explorer.rsk.co",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-300.json b/chains/eip155-300.json
new file mode 100644
index 00000000..fb5b4f86
--- /dev/null
+++ b/chains/eip155-300.json
@@ -0,0 +1,24 @@
+{
+ "name": "Optimism on Gnosis Chain",
+ "chain": "OGC",
+ "rpc": [
+ "https://optimism.gnosischain.com",
+ "wss://optimism.gnosischain.com/wss"
+ ],
+ "faucets": ["https://faucet.gimlu.com/gnosis"],
+ "nativeCurrency": {
+ "name": "xDAI",
+ "symbol": "xDAI",
+ "decimals": 18
+ },
+ "infoURL": "https://www.xdaichain.com/for-developers/optimism-optimistic-rollups-on-gc",
+ "shortName": "ogc",
+ "chainId": 300,
+ "networkId": 300,
+ "explorers": [{
+ "name": "blockscout",
+ "url": "https://blockscout.com/xdai/optimism",
+ "icon": "blockscout",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-3000.json b/chains/eip155-3000.json
new file mode 100644
index 00000000..87b75f7b
--- /dev/null
+++ b/chains/eip155-3000.json
@@ -0,0 +1,21 @@
+{
+ "name": "CENNZnet Rata",
+ "chain": "CENNZnet",
+ "network": "rata",
+ "rpc": [
+ "https://rata.centrality.me/public"
+ ],
+ "faucets": [
+ "https://app-faucet.centrality.me"
+ ],
+ "nativeCurrency": {
+ "name": "CPAY",
+ "symbol": "CPAY",
+ "decimals": 18
+ },
+ "infoURL": "https://cennz.net",
+ "shortName": "cennz-r",
+ "chainId": 3000,
+ "networkId": 3000,
+ "icon": "cennz"
+ }
\ No newline at end of file
diff --git a/chains/eip155-3001.json b/chains/eip155-3001.json
new file mode 100644
index 00000000..486e98d6
--- /dev/null
+++ b/chains/eip155-3001.json
@@ -0,0 +1,26 @@
+{
+ "name": "CENNZnet Nikau",
+ "chain": "CENNZnet",
+ "network": "nikau",
+ "rpc": [
+ "https://nikau.centrality.me/public"
+ ],
+ "faucets": [
+ "https://app-faucet.centrality.me"
+ ],
+ "nativeCurrency": {
+ "name": "CPAY",
+ "symbol": "CPAY",
+ "decimals": 18
+ },
+ "infoURL": "https://cennz.net",
+ "shortName": "cennz-n",
+ "chainId": 3001,
+ "networkId": 3001,
+ "icon": "cennz",
+ "explorers": [{
+ "name": "UNcover",
+ "url": "https://www.uncoverexplorer.com/?network=Nikau",
+ "standard": "none"
+ }]
+ }
\ No newline at end of file
diff --git a/chains/eip155-30067.json b/chains/eip155-30067.json
new file mode 100644
index 00000000..5040dfd5
--- /dev/null
+++ b/chains/eip155-30067.json
@@ -0,0 +1,23 @@
+{
+ "name": "Piece testnet",
+ "chain": "PieceNetwork",
+ "icon": "piecechain",
+ "rpc": ["https://testnet-rpc0.piecenetwork.com"],
+ "faucets": ["https://piecenetwork.com/faucet"],
+ "nativeCurrency": {
+ "name": "ECE",
+ "symbol": "ECE",
+ "decimals": 18
+ },
+ "infoURL": "https://piecenetwork.com",
+ "shortName": "Piece",
+ "chainId": 30067,
+ "networkId": 30067,
+ "explorers": [
+ {
+ "name": "Piece Scan",
+ "url": "https://testnet-scan.piecenetwork.com",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-31.json b/chains/eip155-31.json
new file mode 100644
index 00000000..53f988f9
--- /dev/null
+++ b/chains/eip155-31.json
@@ -0,0 +1,20 @@
+{
+ "name": "RSK Testnet",
+ "chain": "RSK",
+ "rpc": [
+ "https://public-node.testnet.rsk.co",
+ "https://mycrypto.testnet.rsk.co"
+ ],
+ "faucets": [
+ "https://faucet.testnet.rsk.co"
+ ],
+ "nativeCurrency": {
+ "name": "RSK Testnet Ether",
+ "symbol": "tRBTC",
+ "decimals": 18
+ },
+ "infoURL": "https://rsk.co",
+ "shortName": "trsk",
+ "chainId": 31,
+ "networkId": 31
+}
diff --git a/chains/eip155-31102.json b/chains/eip155-31102.json
new file mode 100644
index 00000000..925b32c6
--- /dev/null
+++ b/chains/eip155-31102.json
@@ -0,0 +1,18 @@
+{
+ "name": "Ethersocial Network",
+ "chain": "ESN",
+ "rpc": [
+ "https://api.esn.gonspool.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ethersocial Network Ether",
+ "symbol": "ESN",
+ "decimals": 18
+ },
+ "infoURL": "https://ethersocial.org",
+ "shortName": "esn",
+ "chainId": 31102,
+ "networkId": 1,
+ "slip44": 31102
+}
diff --git a/chains/eip155-311752642.json b/chains/eip155-311752642.json
new file mode 100644
index 00000000..0ea0a8a4
--- /dev/null
+++ b/chains/eip155-311752642.json
@@ -0,0 +1,25 @@
+{
+ "name": "OneLedger Mainnet",
+ "chain": "OLT",
+ "icon": "oneledger",
+ "rpc": [
+ "https://mainnet-rpc.oneledger.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "OLT",
+ "symbol": "OLT",
+ "decimals": 18
+ },
+ "infoURL": "https://oneledger.io",
+ "shortName": "oneledger",
+ "chainId": 311752642,
+ "networkId": 311752642,
+ "explorers": [
+ {
+ "name": "OneLedger Block Explorer",
+ "url": "https://mainnet-explorer.oneledger.network",
+ "standard": "EIP3091"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/chains/eip155-3125659152.json b/chains/eip155-3125659152.json
new file mode 100644
index 00000000..24fa0172
--- /dev/null
+++ b/chains/eip155-3125659152.json
@@ -0,0 +1,18 @@
+{
+ "name": "Pirl",
+ "chain": "PIRL",
+ "rpc": [
+ "https://wallrpc.pirl.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Pirl Ether",
+ "symbol": "PIRL",
+ "decimals": 18
+ },
+ "infoURL": "https://pirl.io",
+ "shortName": "pirl",
+ "chainId": 3125659152,
+ "networkId": 3125659152,
+ "slip44": 164
+}
diff --git a/chains/eip155-31337.json b/chains/eip155-31337.json
new file mode 100644
index 00000000..f2f18daa
--- /dev/null
+++ b/chains/eip155-31337.json
@@ -0,0 +1,23 @@
+{
+ "name": "GoChain Testnet",
+ "chain": "GO",
+ "rpc": [
+ "https://testnet-rpc.gochain.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "GoChain Coin",
+ "symbol": "GO",
+ "decimals": 18
+ },
+ "infoURL": "https://gochain.io",
+ "shortName": "got",
+ "chainId": 31337,
+ "networkId": 31337,
+ "slip44": 6060,
+ "explorers": [{
+ "name": "GoChain Testnet Explorer",
+ "url": "https://testnet-explorer.gochain.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-32.json b/chains/eip155-32.json
new file mode 100644
index 00000000..92c54411
--- /dev/null
+++ b/chains/eip155-32.json
@@ -0,0 +1,18 @@
+{
+ "name": "GoodData Testnet",
+ "chain": "GooD",
+ "rpc": [
+ "https://test2.goodata.io"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "GoodData Testnet Ether",
+ "symbol": "GooD",
+ "decimals": 18
+ },
+ "infoURL": "https://www.goodata.org",
+ "shortName": "GooDT",
+ "chainId": 32,
+ "networkId": 32
+}
diff --git a/chains/eip155-321.json b/chains/eip155-321.json
new file mode 100644
index 00000000..7d25a648
--- /dev/null
+++ b/chains/eip155-321.json
@@ -0,0 +1,23 @@
+{
+ "name": "KCC Mainnet",
+ "chain": "KCC",
+ "rpc": [
+ "https://rpc-mainnet.kcc.network",
+ "wss://rpc-ws-mainnet.kcc.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "KuCoin Token",
+ "symbol": "KCS",
+ "decimals": 18
+ },
+ "infoURL": "https://kcc.io",
+ "shortName": "kcs",
+ "chainId": 321,
+ "networkId": 1,
+ "explorers": [{
+ "name": "KCC Explorer",
+ "url": "https://explorer.kcc.io/en",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-322.json b/chains/eip155-322.json
new file mode 100644
index 00000000..4fb3a794
--- /dev/null
+++ b/chains/eip155-322.json
@@ -0,0 +1,25 @@
+{
+ "name": "KCC Testnet",
+ "chain": "KCC",
+ "rpc": [
+ "https://rpc-testnet.kcc.network",
+ "wss://rpc-ws-testnet.kcc.network"
+ ],
+ "faucets": [
+ "https://faucet-testnet.kcc.network"
+ ],
+ "nativeCurrency": {
+ "name": "KuCoin Testnet Token",
+ "symbol": "tKCS",
+ "decimals": 18
+ },
+ "infoURL": "https://scan-testnet.kcc.network",
+ "shortName": "kcst",
+ "chainId": 322,
+ "networkId": 322,
+ "explorers": [{
+ "name": "kcc-scan",
+ "url": "https://scan-testnet.kcc.network",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-32520.json b/chains/eip155-32520.json
new file mode 100644
index 00000000..5de79e75
--- /dev/null
+++ b/chains/eip155-32520.json
@@ -0,0 +1,28 @@
+{
+ "name": "Bitgert Mainnet",
+ "chain": "Brise",
+ "rpc": [
+ "https://mainnet-rpc.brisescan.com",
+ "https://chainrpc.com",
+ "https://serverrpc.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Bitrise Token",
+ "symbol": "Brise",
+ "decimals": 18
+ },
+ "infoURL": "https://bitgert.com/",
+ "shortName": "Brise",
+ "chainId": 32520,
+ "networkId": 32520,
+ "icon": "brise",
+ "explorers": [
+ {
+ "name": "Brise Scan",
+ "url": "https://brisescan.com",
+ "icon": "brise",
+ "standard": "EIP3091"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/chains/eip155-32659.json b/chains/eip155-32659.json
new file mode 100644
index 00000000..3308f5df
--- /dev/null
+++ b/chains/eip155-32659.json
@@ -0,0 +1,18 @@
+{
+ "name": "Fusion Mainnet",
+ "chain": "FSN",
+ "rpc": [
+ "https://mainnet.anyswap.exchange",
+ "https://fsn.dev/api"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Fusion",
+ "symbol": "FSN",
+ "decimals": 18
+ },
+ "infoURL": "https://www.fusion.org/",
+ "shortName": "fsn",
+ "chainId": 32659,
+ "networkId": 32659
+}
diff --git a/chains/eip155-33.json b/chains/eip155-33.json
new file mode 100644
index 00000000..74c4ad12
--- /dev/null
+++ b/chains/eip155-33.json
@@ -0,0 +1,18 @@
+{
+ "name": "GoodData Mainnet",
+ "chain": "GooD",
+ "rpc": [
+ "https://rpc.goodata.io"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "GoodData Mainnet Ether",
+ "symbol": "GooD",
+ "decimals": 18
+ },
+ "infoURL": "https://www.goodata.org",
+ "shortName": "GooD",
+ "chainId": 33,
+ "networkId": 33
+}
diff --git a/chains/eip155-333.json b/chains/eip155-333.json
new file mode 100644
index 00000000..53c061b9
--- /dev/null
+++ b/chains/eip155-333.json
@@ -0,0 +1,23 @@
+{
+ "name": "Web3Q Mainnet",
+ "chain": "Web3Q",
+ "rpc": [
+ "https://mainnet.web3q.io:8545"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "Web3Q",
+ "symbol": "W3Q",
+ "decimals": 18
+ },
+ "infoURL": "https://web3q.io/home.w3q/",
+ "shortName": "w3q",
+ "chainId": 333,
+ "networkId": 333,
+ "explorers": [{
+ "name": "w3q-mainnet",
+ "url": "https://explorer.mainnet.web3q.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-3331.json b/chains/eip155-3331.json
new file mode 100644
index 00000000..8c9ac9b5
--- /dev/null
+++ b/chains/eip155-3331.json
@@ -0,0 +1,20 @@
+{
+ "name": "ZCore Testnet",
+ "chain": "Beach",
+ "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
+}
diff --git a/chains/eip155-3333.json b/chains/eip155-3333.json
new file mode 100644
index 00000000..6444b138
--- /dev/null
+++ b/chains/eip155-3333.json
@@ -0,0 +1,23 @@
+{
+ "name": "Web3Q Testnet",
+ "chain": "Web3Q",
+ "rpc": [
+ "https://testnet.web3q.io:8545"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "Web3Q",
+ "symbol": "W3Q",
+ "decimals": 18
+ },
+ "infoURL": "https://testnet.web3q.io/home.w3q/",
+ "shortName": "w3q-t",
+ "chainId": 3333,
+ "networkId": 3333,
+ "explorers": [{
+ "name": "w3q-testnet",
+ "url": "https://explorer.testnet.web3q.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-3334.json b/chains/eip155-3334.json
new file mode 100644
index 00000000..4d4ba513
--- /dev/null
+++ b/chains/eip155-3334.json
@@ -0,0 +1,23 @@
+{
+ "name": "Web3Q Galileo",
+ "chain": "Web3Q",
+ "rpc": [
+ "https://galileo.web3q.io:8545"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "Web3Q",
+ "symbol": "W3Q",
+ "decimals": 18
+ },
+ "infoURL": "https://galileo.web3q.io/home.w3q/",
+ "shortName": "w3q-g",
+ "chainId": 3334,
+ "networkId": 3334,
+ "explorers": [{
+ "name": "w3q-galileo",
+ "url": "https://explorer.galileo.web3q.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-333888.json b/chains/eip155-333888.json
new file mode 100644
index 00000000..633e05b0
--- /dev/null
+++ b/chains/eip155-333888.json
@@ -0,0 +1,20 @@
+{
+ "name": "Polis Testnet",
+ "chain": "Sparta",
+ "icon": "polis",
+ "rpc": [
+ "https://sparta-rpc.polis.tech"
+ ],
+ "faucets": [
+ "https://faucet.polis.tech"
+ ],
+ "nativeCurrency": {
+ "name": "tPolis",
+ "symbol": "tPOLIS",
+ "decimals": 18
+ },
+ "infoURL": "https://polis.tech",
+ "shortName": "sparta",
+ "chainId": 333888,
+ "networkId": 333888
+}
diff --git a/chains/eip155-333999.json b/chains/eip155-333999.json
new file mode 100644
index 00000000..b36b0aba
--- /dev/null
+++ b/chains/eip155-333999.json
@@ -0,0 +1,20 @@
+{
+ "name": "Polis Mainnet",
+ "chain": "Olympus",
+ "icon": "polis",
+ "rpc": [
+ "https://rpc.polis.tech"
+ ],
+ "faucets": [
+ "https://faucet.polis.tech"
+ ],
+ "nativeCurrency": {
+ "name": "Polis",
+ "symbol": "POLIS",
+ "decimals": 18
+ },
+ "infoURL": "https://polis.tech",
+ "shortName": "olympus",
+ "chainId": 333999,
+ "networkId": 333999
+}
diff --git a/chains/eip155-335.json b/chains/eip155-335.json
new file mode 100644
index 00000000..aea5f4b4
--- /dev/null
+++ b/chains/eip155-335.json
@@ -0,0 +1,27 @@
+{
+ "name": "DFK Chain Test",
+ "chain": "DFK",
+ "icon": "dfk",
+ "network": "testnet",
+ "rpc": [
+ "https://subnets.avax.network/defi-kingdoms/dfk-chain-testnet/rpc"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Jewel",
+ "symbol": "JEWEL",
+ "decimals": 18
+ },
+ "infoURL": "https://defikingdoms.com",
+ "shortName": "DFKTEST",
+ "chainId": 335,
+ "networkId": 335,
+ "explorers": [
+ {
+ "name": "ethernal",
+ "url": "https://explorer-test.dfkchain.com",
+ "icon": "ethereum",
+ "standard": "none"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/chains/eip155-336.json b/chains/eip155-336.json
new file mode 100644
index 00000000..a86553f6
--- /dev/null
+++ b/chains/eip155-336.json
@@ -0,0 +1,27 @@
+{
+ "name": "Shiden",
+ "chain": "SDN",
+ "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,
+ "icon": "shiden",
+ "explorers": [
+ {
+ "name": "subscan",
+ "url": "https://shiden.subscan.io",
+ "standard": "none",
+ "icon": "subscan"
+ }
+ ]
+}
diff --git a/chains/eip155-338.json b/chains/eip155-338.json
new file mode 100644
index 00000000..40aaeda8
--- /dev/null
+++ b/chains/eip155-338.json
@@ -0,0 +1,25 @@
+{
+ "name": "Cronos Testnet",
+ "chain": "CRO",
+ "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"
+ }]
+}
diff --git a/chains/eip155-34.json b/chains/eip155-34.json
new file mode 100644
index 00000000..7a509601
--- /dev/null
+++ b/chains/eip155-34.json
@@ -0,0 +1,20 @@
+{
+ "name": "Dithereum Testnet",
+ "chain": "DTH",
+ "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
+}
diff --git a/chains/eip155-3400.json b/chains/eip155-3400.json
new file mode 100644
index 00000000..d4df1cd8
--- /dev/null
+++ b/chains/eip155-3400.json
@@ -0,0 +1,25 @@
+{
+ "name": "Paribu Net Mainnet",
+ "chain": "PRB",
+ "network": "Paribu Net",
+ "rpc": [
+ "https://rpc.paribu.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "PRB",
+ "symbol": "PRB",
+ "decimals": 18
+ },
+ "infoURL": "https://net.paribu.com",
+ "shortName": "prb",
+ "chainId": 3400,
+ "networkId": 3400,
+ "icon": "prb",
+ "explorers": [{
+ "name": "Paribu Net Explorer",
+ "url": "https://explorer.paribu.network",
+ "icon": "explorer",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-35.json b/chains/eip155-35.json
new file mode 100644
index 00000000..6563091e
--- /dev/null
+++ b/chains/eip155-35.json
@@ -0,0 +1,17 @@
+{
+ "name": "TBWG Chain",
+ "chain": "TBWG",
+ "rpc": [
+ "https://rpc.tbwg.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "TBWG Ether",
+ "symbol": "TBG",
+ "decimals": 18
+ },
+ "infoURL": "https://tbwg.io",
+ "shortName": "tbwg",
+ "chainId": 35,
+ "networkId": 35
+}
diff --git a/chains/eip155-3500.json b/chains/eip155-3500.json
new file mode 100644
index 00000000..344a2687
--- /dev/null
+++ b/chains/eip155-3500.json
@@ -0,0 +1,25 @@
+{
+ "name": "Paribu Net Testnet",
+ "chain": "PRB",
+ "network": "Paribu Net",
+ "rpc": [
+ "https://rpc.testnet.paribuscan.com"
+ ],
+ "faucets": ["https://faucet.paribuscan.com"],
+ "nativeCurrency": {
+ "name": "PRB",
+ "symbol": "PRB",
+ "decimals": 18
+ },
+ "infoURL": "https://net.paribu.com",
+ "shortName": "prbtestnet",
+ "chainId": 3500,
+ "networkId": 3500,
+ "icon": "prb",
+ "explorers": [{
+ "name": "Paribu Net Testnet Explorer",
+ "url": "https://testnet.paribuscan.com",
+ "icon": "explorer",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-356256156.json b/chains/eip155-356256156.json
new file mode 100644
index 00000000..eec8b1a6
--- /dev/null
+++ b/chains/eip155-356256156.json
@@ -0,0 +1,22 @@
+{
+ "name": "Gather Testnet Network",
+ "chain": "GTH",
+ "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"
+ }]
+}
diff --git a/chains/eip155-35855456.json b/chains/eip155-35855456.json
new file mode 100644
index 00000000..9a1eaa25
--- /dev/null
+++ b/chains/eip155-35855456.json
@@ -0,0 +1,17 @@
+{
+ "name": "Joys Digital Mainnet",
+ "chain": "JOYS",
+ "rpc": [
+ "https://node.joys.digital"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "JOYS",
+ "symbol": "JOYS",
+ "decimals": 18
+ },
+ "infoURL": "https://joys.digital",
+ "shortName": "JOYS",
+ "chainId": 35855456,
+ "networkId": 35855456
+}
\ No newline at end of file
diff --git a/chains/eip155-361.json b/chains/eip155-361.json
new file mode 100644
index 00000000..b26a92ed
--- /dev/null
+++ b/chains/eip155-361.json
@@ -0,0 +1,23 @@
+{
+ "name": "Theta Mainnet",
+ "chain": "Theta",
+ "rpc": [
+ "https://eth-rpc-api.thetatoken.org/rpc"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "Theta Fuel",
+ "symbol": "TFUEL",
+ "decimals": 18
+ },
+ "infoURL": "https://www.thetatoken.org/",
+ "shortName": "theta-mainnet",
+ "chainId": 361,
+ "networkId": 361,
+ "explorers": [{
+ "name": "Theta Mainnet Explorer",
+ "url": "https://explorer.thetatoken.org",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-363.json b/chains/eip155-363.json
new file mode 100644
index 00000000..db004766
--- /dev/null
+++ b/chains/eip155-363.json
@@ -0,0 +1,23 @@
+{
+ "name": "Theta Sapphire Testnet",
+ "chain": "Theta",
+ "rpc": [
+ "https://eth-rpc-api-sapphire.thetatoken.org/rpc"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "Theta Fuel",
+ "symbol": "TFUEL",
+ "decimals": 18
+ },
+ "infoURL": "https://www.thetatoken.org/",
+ "shortName": "theta-sapphire",
+ "chainId": 363,
+ "networkId": 363,
+ "explorers": [{
+ "name": "Theta Sapphire Testnet Explorer",
+ "url": "https://guardian-testnet-sapphire-explorer.thetatoken.org",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-364.json b/chains/eip155-364.json
new file mode 100644
index 00000000..a09c90a0
--- /dev/null
+++ b/chains/eip155-364.json
@@ -0,0 +1,23 @@
+{
+ "name": "Theta Amber Testnet",
+ "chain": "Theta",
+ "rpc": [
+ "https://eth-rpc-api-amber.thetatoken.org/rpc"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "Theta Fuel",
+ "symbol": "TFUEL",
+ "decimals": 18
+ },
+ "infoURL": "https://www.thetatoken.org/",
+ "shortName": "theta-amber",
+ "chainId": 364,
+ "networkId": 364,
+ "explorers": [{
+ "name": "Theta Amber Testnet Explorer",
+ "url": "https://guardian-testnet-amber-explorer.thetatoken.org",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-365.json b/chains/eip155-365.json
new file mode 100644
index 00000000..6bc81d07
--- /dev/null
+++ b/chains/eip155-365.json
@@ -0,0 +1,23 @@
+{
+ "name": "Theta Testnet",
+ "chain": "Theta",
+ "rpc": [
+ "https://eth-rpc-api-testnet.thetatoken.org/rpc"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "Theta Fuel",
+ "symbol": "TFUEL",
+ "decimals": 18
+ },
+ "infoURL": "https://www.thetatoken.org/",
+ "shortName": "theta-testnet",
+ "chainId": 365,
+ "networkId": 365,
+ "explorers": [{
+ "name": "Theta Testnet Explorer",
+ "url": "https://testnet-explorer.thetatoken.org",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-369.json b/chains/eip155-369.json
new file mode 100644
index 00000000..7950d716
--- /dev/null
+++ b/chains/eip155-369.json
@@ -0,0 +1,18 @@
+{
+ "name": "PulseChain Mainnet",
+ "shortName": "pls",
+ "chain": "PLS",
+ "chainId": 369,
+ "networkId": 369,
+ "infoURL": "https://pulsechain.com/",
+ "rpc": [
+ "https://rpc.mainnet.pulsechain.com/",
+ "wss://rpc.mainnet.pulsechain.com/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Pulse",
+ "symbol": "PLS",
+ "decimals": 18
+ }
+}
\ No newline at end of file
diff --git a/chains/eip155-3690.json b/chains/eip155-3690.json
new file mode 100644
index 00000000..547699ad
--- /dev/null
+++ b/chains/eip155-3690.json
@@ -0,0 +1,25 @@
+{
+ "name": "Bittex Mainnet",
+ "chain": "BTX",
+ "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"
+ }]
+}
diff --git a/chains/eip155-38.json b/chains/eip155-38.json
new file mode 100644
index 00000000..015fca92
--- /dev/null
+++ b/chains/eip155-38.json
@@ -0,0 +1,18 @@
+{
+ "name": "Valorbit",
+ "chain": "VAL",
+ "rpc": [
+ "https://rpc.valorbit.com/v2"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Valorbit",
+ "symbol": "VAL",
+ "decimals": 18
+ },
+ "infoURL": "https://valorbit.com",
+ "shortName": "val",
+ "chainId": 38,
+ "networkId": 38,
+ "slip44": 538
+}
\ No newline at end of file
diff --git a/chains/eip155-385.json b/chains/eip155-385.json
new file mode 100644
index 00000000..30c74158
--- /dev/null
+++ b/chains/eip155-385.json
@@ -0,0 +1,19 @@
+{
+ "name": "Lisinski",
+ "chain": "CRO",
+ "rpc": [
+ "https://rpc-bitfalls1.lisinski.online"
+ ],
+ "faucets": [
+ "https://pipa.lisinski.online"
+ ],
+ "nativeCurrency": {
+ "name": "Lisinski Ether",
+ "symbol": "LISINS",
+ "decimals": 18
+ },
+ "infoURL": "https://lisinski.online",
+ "shortName": "lisinski",
+ "chainId": 385,
+ "networkId": 385
+}
diff --git a/chains/eip155-3966.json b/chains/eip155-3966.json
new file mode 100644
index 00000000..4d10f143
--- /dev/null
+++ b/chains/eip155-3966.json
@@ -0,0 +1,24 @@
+{
+ "name": "DYNO Mainnet",
+ "chain": "DYNO",
+ "rpc": [
+ "https://api.dynoprotocol.com"
+ ],
+ "faucets": [
+ "https://faucet.dynoscan.io"
+ ],
+ "nativeCurrency": {
+ "name": "DYNO Token",
+ "symbol": "DYNO",
+ "decimals": 18
+ },
+ "infoURL": "https://dynoprotocol.com",
+ "shortName": "dyno",
+ "chainId": 3966,
+ "networkId": 3966,
+ "explorers": [{
+ "name": "DYNO Explorer",
+ "url": "https://dynoscan.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-3967.json b/chains/eip155-3967.json
new file mode 100644
index 00000000..444db108
--- /dev/null
+++ b/chains/eip155-3967.json
@@ -0,0 +1,24 @@
+{
+ "name": "DYNO Testnet",
+ "chain": "DYNO",
+ "rpc": [
+ "https://tapi.dynoprotocol.com"
+ ],
+ "faucets": [
+ "https://faucet.dynoscan.io"
+ ],
+ "nativeCurrency": {
+ "name": "DYNO Token",
+ "symbol": "tDYNO",
+ "decimals": 18
+ },
+ "infoURL": "https://dynoprotocol.com",
+ "shortName": "tdyno",
+ "chainId": 3967,
+ "networkId": 3967,
+ "explorers": [{
+ "name": "DYNO Explorer",
+ "url": "https://testnet.dynoscan.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-39797.json b/chains/eip155-39797.json
new file mode 100644
index 00000000..7d087d08
--- /dev/null
+++ b/chains/eip155-39797.json
@@ -0,0 +1,18 @@
+{
+ "name": "Energi Mainnet",
+ "chain": "NRG",
+ "rpc": [
+ "https://nodeapi.energi.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Energi",
+ "symbol": "NRG",
+ "decimals": 18
+ },
+ "infoURL": "https://www.energi.world/",
+ "shortName": "nrg",
+ "chainId": 39797,
+ "networkId": 39797,
+ "slip44": 39797
+}
diff --git a/chains/eip155-4.json b/chains/eip155-4.json
new file mode 100644
index 00000000..84c77276
--- /dev/null
+++ b/chains/eip155-4.json
@@ -0,0 +1,33 @@
+{
+ "name": "Rinkeby",
+ "title": "Ethereum Testnet Rinkeby",
+ "chain": "ETH",
+ "network": "testnet",
+ "rpc": [
+ "https://rinkeby.infura.io/v3/${INFURA_API_KEY}",
+ "wss://rinkeby.infura.io/ws/v3/${INFURA_API_KEY}"
+ ],
+ "faucets": [
+ "http://fauceth.komputing.org?chain=4&address=${ADDRESS}",
+ "https://faucet.rinkeby.io"
+ ],
+ "nativeCurrency": {
+ "name": "Rinkeby Ether",
+ "symbol": "RIN",
+ "decimals": 18
+ },
+ "infoURL": "https://www.rinkeby.io",
+ "shortName": "rin",
+ "chainId": 4,
+ "networkId": 4,
+ "ens": {
+ "registry": "0xe7410170f87102df0055eb195163a03b7f2bff4a"
+ },
+ "explorers": [
+ {
+ "name": "etherscan-rinkeby",
+ "url": "https://rinkeby.etherscan.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-40.json b/chains/eip155-40.json
new file mode 100644
index 00000000..f67df5e1
--- /dev/null
+++ b/chains/eip155-40.json
@@ -0,0 +1,23 @@
+{
+ "name": "Telos EVM Mainnet",
+ "chain": "TLOS",
+ "rpc": [
+ "https://mainnet.telos.net/evm"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "Telos",
+ "symbol": "TLOS",
+ "decimals": 18
+ },
+ "infoURL": "https://telos.net",
+ "shortName": "Telos EVM",
+ "chainId": 40,
+ "networkId": 40,
+ "explorers": [{
+ "name": "teloscan",
+ "url": "https://teloscan.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-4002.json b/chains/eip155-4002.json
new file mode 100644
index 00000000..65269797
--- /dev/null
+++ b/chains/eip155-4002.json
@@ -0,0 +1,25 @@
+{
+ "name": "Fantom Testnet",
+ "chain": "FTM",
+ "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"
+ }
+ ]
+}
diff --git a/chains/eip155-41.json b/chains/eip155-41.json
new file mode 100644
index 00000000..4b8fe6cc
--- /dev/null
+++ b/chains/eip155-41.json
@@ -0,0 +1,19 @@
+{
+ "name": "Telos EVM Testnet",
+ "chain": "TLOS",
+ "rpc": [
+ "https://testnet.telos.net/evm"
+ ],
+ "faucets": [
+ "https://app.telos.net/testnet/developers"
+ ],
+ "nativeCurrency": {
+ "name": "Telos",
+ "symbol": "TLOS",
+ "decimals": 18
+ },
+ "infoURL": "https://telos.net",
+ "shortName": "Telos EVM Testnet",
+ "chainId": 41,
+ "networkId": 41
+}
diff --git a/chains/eip155-4102.json b/chains/eip155-4102.json
new file mode 100644
index 00000000..8593a577
--- /dev/null
+++ b/chains/eip155-4102.json
@@ -0,0 +1,25 @@
+{
+ "name": "AIOZ Network Testnet",
+ "chain": "AIOZ",
+ "network": "testnet",
+ "icon": "aioz",
+ "rpc": [
+ "https://eth-ds.testnet.aioz.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "testAIOZ",
+ "symbol": "AIOZ",
+ "decimals": 18
+ },
+ "infoURL": "https://aioz.network",
+ "shortName": "aioz-testnet",
+ "chainId": 4102,
+ "networkId": 4102,
+ "slip44": 60,
+ "explorers": [{
+ "name": "AIOZ Network Testnet Explorer",
+ "url": "https://testnet.explorer.aioz.network",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-4181.json b/chains/eip155-4181.json
new file mode 100644
index 00000000..47bbd6e0
--- /dev/null
+++ b/chains/eip155-4181.json
@@ -0,0 +1,26 @@
+{
+ "name": "PHI Network",
+ "chain": "PHI",
+ "network": "mainnet",
+ "rpc": [
+ "https://rpc1.phi.network",
+ "https://rpc2.phi.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "PHI",
+ "symbol": "Φ",
+ "decimals": 18
+ },
+ "infoURL": "https://phi.network",
+ "shortName": "PHI",
+ "chainId": 4181,
+ "networkId": 4181,
+ "icon": "phi",
+ "explorers": [{
+ "name": "PHI Explorer",
+ "url": "https://explorer.phi.network",
+ "icon": "phi",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-42.json b/chains/eip155-42.json
new file mode 100644
index 00000000..cb231a53
--- /dev/null
+++ b/chains/eip155-42.json
@@ -0,0 +1,32 @@
+{
+ "name": "Kovan",
+ "title": "Ethereum Testnet Kovan",
+ "chain": "ETH",
+ "network": "testnet",
+ "rpc": [
+ "https://kovan.poa.network",
+ "http://kovan.poa.network:8545",
+ "https://kovan.infura.io/v3/${INFURA_API_KEY}",
+ "wss://kovan.infura.io/ws/v3/${INFURA_API_KEY}",
+ "ws://kovan.poa.network:8546"
+ ],
+ "faucets": [
+ "http://fauceth.komputing.org?chain=42&address=${ADDRESS}",
+ "https://faucet.kovan.network",
+ "https://gitter.im/kovan-testnet/faucet"
+ ],
+ "nativeCurrency": {
+ "name": "Kovan Ether",
+ "symbol": "KOV",
+ "decimals": 18
+ },
+ "explorers": [{
+ "name": "etherscan",
+ "url": "https://kovan.etherscan.io",
+ "standard": "EIP3091"
+ }],
+ "infoURL": "https://kovan-testnet.github.io/website",
+ "shortName": "kov",
+ "chainId": 42,
+ "networkId": 42
+}
diff --git a/chains/eip155-420.json b/chains/eip155-420.json
new file mode 100644
index 00000000..a5836fbf
--- /dev/null
+++ b/chains/eip155-420.json
@@ -0,0 +1,15 @@
+{
+ "name": "Optimistic Ethereum Testnet Goerli",
+ "chain": "ETH",
+ "rpc": ["https://goerli.optimism.io/"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Görli Ether",
+ "symbol": "GOR",
+ "decimals": 18
+ },
+ "infoURL": "https://optimism.io",
+ "shortName": "ogor",
+ "chainId": 420,
+ "networkId": 420
+}
diff --git a/chains/eip155-42069.json b/chains/eip155-42069.json
new file mode 100644
index 00000000..82d45c45
--- /dev/null
+++ b/chains/eip155-42069.json
@@ -0,0 +1,16 @@
+
+{
+ "name": "pegglecoin",
+ "chain": "42069",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "pegglecoin",
+ "symbol": "peggle",
+ "decimals": 18
+ },
+ "infoURL": "https://teampeggle.com",
+ "shortName": "PC",
+ "chainId": 42069,
+ "networkId": 42069
+}
diff --git a/chains/eip155-42161.json b/chains/eip155-42161.json
new file mode 100644
index 00000000..52267276
--- /dev/null
+++ b/chains/eip155-42161.json
@@ -0,0 +1,36 @@
+{
+ "name": "Arbitrum One",
+ "chainId": 42161,
+ "shortName": "arb1",
+ "chain": "ETH",
+ "networkId": 42161,
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "rpc": [
+ "https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}",
+ "https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
+ "https://arb1.arbitrum.io/rpc"
+ ],
+ "faucets": [],
+ "explorers": [
+ {
+ "name": "Arbiscan",
+ "url": "https://arbiscan.io",
+ "standard": "EIP3091"
+ },
+ {
+ "name": "Arbitrum Explorer",
+ "url": "https://explorer.arbitrum.io",
+ "standard": "EIP3091"
+ }
+ ],
+ "infoURL": "https://arbitrum.io",
+ "parent": {
+ "type" : "L2",
+ "chain": "eip155-1",
+ "bridges": [ {"url":"https://bridge.arbitrum.io"} ]
+ }
+}
diff --git a/chains/eip155-421611.json b/chains/eip155-421611.json
new file mode 100644
index 00000000..e883727e
--- /dev/null
+++ b/chains/eip155-421611.json
@@ -0,0 +1,37 @@
+{
+ "name": "Arbitrum Rinkeby",
+ "title": "Arbitrum Testnet Rinkeby",
+ "chainId": 421611,
+ "shortName": "arb-rinkeby",
+ "chain": "ETH",
+ "networkId": 421611,
+ "nativeCurrency": {
+ "name": "Arbitrum Rinkeby Ether",
+ "symbol": "ARETH",
+ "decimals": 18
+ },
+ "rpc": [
+ "https://rinkeby.arbitrum.io/rpc"
+ ],
+ "faucets": [
+ "http://fauceth.komputing.org?chain=421611&address=${ADDRESS}"
+ ],
+ "infoURL": "https://arbitrum.io",
+ "explorers": [
+ {
+ "name": "arbiscan-testnet",
+ "url": "https://testnet.arbiscan.io",
+ "standard": "EIP3091"
+ },
+ {
+ "name": "arbitrum-rinkeby",
+ "url": "https://rinkeby-explorer.arbitrum.io",
+ "standard": "EIP3091"
+ }
+ ],
+ "parent": {
+ "type" : "L2",
+ "chain": "eip155-4",
+ "bridges": [ {"url":"https://bridge.arbitrum.io"} ]
+ }
+}
diff --git a/chains/eip155-4216137055.json b/chains/eip155-4216137055.json
new file mode 100644
index 00000000..027c47d5
--- /dev/null
+++ b/chains/eip155-4216137055.json
@@ -0,0 +1,27 @@
+{
+ "name": "OneLedger Testnet Frankenstein",
+ "chain": "OLT",
+ "icon": "oneledger",
+ "rpc": [
+ "https://frankenstein-rpc.oneledger.network"
+ ],
+ "faucets": [
+ "https://frankenstein-faucet.oneledger.network"
+ ],
+ "nativeCurrency": {
+ "name": "OLT",
+ "symbol": "OLT",
+ "decimals": 18
+ },
+ "infoURL": "https://oneledger.io",
+ "shortName": "frankenstein",
+ "chainId": 4216137055,
+ "networkId": 4216137055,
+ "explorers": [
+ {
+ "name": "OneLedger Block Explorer",
+ "url": "https://frankenstein-explorer.oneledger.network",
+ "standard": "EIP3091"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/chains/eip155-42220.json b/chains/eip155-42220.json
new file mode 100644
index 00000000..d1280820
--- /dev/null
+++ b/chains/eip155-42220.json
@@ -0,0 +1,21 @@
+{
+ "name": "Celo Mainnet",
+ "chainId": 42220,
+ "shortName": "CELO",
+ "chain": "CELO",
+ "networkId": 42220,
+ "nativeCurrency": {
+ "name": "CELO",
+ "symbol": "CELO",
+ "decimals": 18
+ },
+ "rpc": ["https://forno.celo.org", "wss://forno.celo.org/ws"],
+ "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"
+ }]
+}
diff --git a/chains/eip155-42261.json b/chains/eip155-42261.json
new file mode 100644
index 00000000..7ebfaa7f
--- /dev/null
+++ b/chains/eip155-42261.json
@@ -0,0 +1,24 @@
+{
+ "name": "Emerald Paratime Testnet",
+ "chain": "Emerald",
+ "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"
+ }]
+}
diff --git a/chains/eip155-42262.json b/chains/eip155-42262.json
new file mode 100644
index 00000000..5bf927bd
--- /dev/null
+++ b/chains/eip155-42262.json
@@ -0,0 +1,24 @@
+{
+ "name": "Emerald Paratime Mainnet",
+ "chain": "Emerald",
+ "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"
+ }]
+}
diff --git a/chains/eip155-43.json b/chains/eip155-43.json
new file mode 100644
index 00000000..1360967d
--- /dev/null
+++ b/chains/eip155-43.json
@@ -0,0 +1,24 @@
+{
+ "name": "Darwinia Pangolin Testnet",
+ "chain": "pangolin",
+ "rpc": [
+ "https://pangolin-rpc.darwinia.network"
+ ],
+ "faucets": [
+ "https://docs.crab.network/dvm/wallets/dvm-metamask#apply-for-the-test-token"
+ ],
+ "nativeCurrency": {
+ "name": "Pangolin Network Native Token”",
+ "symbol": "PRING",
+ "decimals": 18
+ },
+ "infoURL": "https://darwinia.network/",
+ "shortName": "pangolin",
+ "chainId": 43,
+ "networkId": 43,
+ "explorers": [{
+ "name": "subscan",
+ "url": "https://pangolin.subscan.io",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-43110.json b/chains/eip155-43110.json
new file mode 100644
index 00000000..a3492bdb
--- /dev/null
+++ b/chains/eip155-43110.json
@@ -0,0 +1,19 @@
+{
+ "name": "Athereum",
+ "chain": "ATH",
+ "rpc": [
+ "https://ava.network:21015/ext/evm/rpc"
+ ],
+ "faucets": [
+ "http://athfaucet.ava.network//?address=${ADDRESS}"
+ ],
+ "nativeCurrency": {
+ "name": "Athereum Ether",
+ "symbol": "ATH",
+ "decimals": 18
+ },
+ "infoURL": "https://athereum.ava.network",
+ "shortName": "avaeth",
+ "chainId": 43110,
+ "networkId": 43110
+}
diff --git a/chains/eip155-43113.json b/chains/eip155-43113.json
new file mode 100644
index 00000000..56eafee8
--- /dev/null
+++ b/chains/eip155-43113.json
@@ -0,0 +1,26 @@
+{
+ "name": "Avalanche Fuji Testnet",
+ "chain": "AVAX",
+ "rpc": [
+ "https://api.avax-test.network/ext/bc/C/rpc"
+ ],
+ "faucets": [
+ "https://faucet.avax-test.network/"
+ ],
+ "nativeCurrency": {
+ "name": "Avalanche",
+ "symbol": "AVAX",
+ "decimals": 18
+ },
+ "infoURL": "https://cchain.explorer.avax-test.network",
+ "shortName": "Fuji",
+ "chainId": 43113,
+ "networkId": 1,
+ "explorers": [
+ {
+ "name": "snowtrace",
+ "url": "https://testnet.snowtrace.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-43114.json b/chains/eip155-43114.json
new file mode 100644
index 00000000..2784924b
--- /dev/null
+++ b/chains/eip155-43114.json
@@ -0,0 +1,25 @@
+{
+ "name": "Avalanche C-Chain",
+ "chain": "AVAX",
+ "rpc": [
+ "https://api.avax.network/ext/bc/C/rpc"
+ ],
+ "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
+ "nativeCurrency": {
+ "name": "Avalanche",
+ "symbol": "AVAX",
+ "decimals": 18
+ },
+ "infoURL": "https://www.avax.network/",
+ "shortName": "Avalanche",
+ "chainId": 43114,
+ "networkId": 43114,
+ "slip44": 9005,
+ "explorers": [
+ {
+ "name": "snowtrace",
+ "url": "https://snowtrace.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-432201.json b/chains/eip155-432201.json
new file mode 100644
index 00000000..d059e497
--- /dev/null
+++ b/chains/eip155-432201.json
@@ -0,0 +1,25 @@
+{
+ "name": "Dexalot Testnet",
+ "chain": "DEXALOT",
+ "network": "testnet",
+ "rpc": [
+ "https://subnets.avax.network/dexalot/testnet/rpc"
+ ],
+ "faucets": ["https://sfaucet.dexalot-test.com"],
+ "nativeCurrency": {
+ "name": "Dexalot",
+ "symbol": "ALOT",
+ "decimals": 18
+ },
+ "infoURL": "https://dexalot.com",
+ "shortName": "Dexalot",
+ "chainId": 432201,
+ "networkId": 432201,
+ "explorers": [
+ {
+ "name": "Avalanche Subnet Explorer",
+ "url": "https://subnets.avax.network/dexalot/testnet/explorer",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-44.json b/chains/eip155-44.json
new file mode 100644
index 00000000..f461a3e9
--- /dev/null
+++ b/chains/eip155-44.json
@@ -0,0 +1,22 @@
+{
+ "name": "Darwinia Crab Network",
+ "chain": "crab",
+ "rpc": [
+ "https://crab-rpc.darwinia.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Crab Network Native Token",
+ "symbol": "CRAB",
+ "decimals": 18
+ },
+ "infoURL": "https://crab.network/",
+ "shortName": "crab",
+ "chainId": 44,
+ "networkId": 44,
+ "explorers": [{
+ "name": "subscan",
+ "url": "https://crab.subscan.io",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-444900.json b/chains/eip155-444900.json
new file mode 100644
index 00000000..c0ebc624
--- /dev/null
+++ b/chains/eip155-444900.json
@@ -0,0 +1,24 @@
+{
+ "name": "Weelink Testnet",
+ "chain": "WLK",
+ "rpc": [
+ "https://weelinknode1c.gw002.oneitfarm.com"
+ ],
+ "faucets": [
+ "https://faucet.weelink.gw002.oneitfarm.com"
+ ],
+ "nativeCurrency": {
+ "name": "Weelink Chain Token",
+ "symbol": "tWLK",
+ "decimals": 18
+ },
+ "infoURL": "https://weelink.cloud",
+ "shortName": "wlkt",
+ "chainId": 444900,
+ "networkId": 444900,
+ "explorers": [{
+ "name": "weelink-testnet",
+ "url": "https://weelink.cloud/#/blockView/overview",
+ "standard": "none"
+ }]
+}
\ No newline at end of file
diff --git a/chains/eip155-44787.json b/chains/eip155-44787.json
new file mode 100644
index 00000000..daac2729
--- /dev/null
+++ b/chains/eip155-44787.json
@@ -0,0 +1,21 @@
+{
+ "name": "Celo Alfajores Testnet",
+ "chainId": 44787,
+ "shortName": "ALFA",
+ "chain": "CELO",
+ "networkId": 44787,
+ "nativeCurrency": {
+ "name": "CELO",
+ "symbol": "CELO",
+ "decimals": 18
+ },
+ "rpc": [
+ "https://alfajores-forno.celo-testnet.org",
+ "wss://alfajores-forno.celo-testnet.org/ws"
+ ],
+ "faucets": [
+ "https://celo.org/developers/faucet",
+ "https://cauldron.pretoriaresearchlab.io/alfajores-faucet"
+ ],
+ "infoURL": "https://docs.celo.org/"
+}
diff --git a/chains/eip155-45.json b/chains/eip155-45.json
new file mode 100644
index 00000000..87d8a490
--- /dev/null
+++ b/chains/eip155-45.json
@@ -0,0 +1,22 @@
+{
+ "name": "Darwinia Pangoro Testnet",
+ "chain": "pangoro",
+ "rpc": ["http://pangoro-rpc.darwinia.network"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Pangoro Network Native Token”",
+ "symbol": "ORING",
+ "decimals": 18
+ },
+ "infoURL": "https://darwinia.network/",
+ "shortName": "pangoro",
+ "chainId": 45,
+ "networkId": 45,
+ "explorers": [
+ {
+ "name": "subscan",
+ "url": "https://pangoro.subscan.io",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/chains/eip155-45000.json b/chains/eip155-45000.json
new file mode 100644
index 00000000..ced69409
--- /dev/null
+++ b/chains/eip155-45000.json
@@ -0,0 +1,25 @@
+{
+ "name": "Autobahn Network",
+ "chain": "TXL",
+ "network": "mainnet",
+ "rpc": [
+ "https://rpc.autobahn.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "TXL",
+ "symbol": "TXL",
+ "decimals": 18
+ },
+ "infoURL": "https://autobahn.network",
+ "shortName": "Autobahn Network",
+ "chainId": 45000,
+ "networkId": 45000,
+ "icon": "autobahn",
+ "explorers": [{
+ "name": "autobahn explorer",
+ "url": "https://explorer.autobahn.network",
+ "icon": "autobahn",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-4689.json b/chains/eip155-4689.json
new file mode 100644
index 00000000..165741d7
--- /dev/null
+++ b/chains/eip155-4689.json
@@ -0,0 +1,23 @@
+{
+ "name": "IoTeX Network Mainnet",
+ "chain": "iotex.io",
+ "rpc": [
+ "https://babel-api.mainnet.iotex.io"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "IoTeX",
+ "symbol": "IOTX",
+ "decimals": 18
+ },
+ "infoURL": "https://iotex.io",
+ "shortName": "iotex-mainnet",
+ "chainId": 4689,
+ "networkId": 4689,
+ "explorers": [{
+ "name": "iotexscan",
+ "url": "https://iotexscan.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-4690.json b/chains/eip155-4690.json
new file mode 100644
index 00000000..cec09ec7
--- /dev/null
+++ b/chains/eip155-4690.json
@@ -0,0 +1,24 @@
+{
+ "name": "IoTeX Network Testnet",
+ "chain": "iotex.io",
+ "rpc": [
+ "https://babel-api.testnet.iotex.io"
+ ],
+ "faucets": [
+ "https://faucet.iotex.io/"
+ ],
+ "nativeCurrency": {
+ "name": "IoTeX",
+ "symbol": "IOTX",
+ "decimals": 18
+ },
+ "infoURL": "https://iotex.io",
+ "shortName": "iotex-testnet",
+ "chainId": 4690,
+ "networkId": 4690,
+ "explorers": [{
+ "name": "testnet iotexscan",
+ "url": "https://testnet.iotexscan.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-474142.json b/chains/eip155-474142.json
new file mode 100644
index 00000000..bece78ea
--- /dev/null
+++ b/chains/eip155-474142.json
@@ -0,0 +1,22 @@
+{
+ "name": "OpenChain Mainnet",
+ "chain": "OpenChain",
+ "rpc": [
+ "https://baas-rpc.luniverse.io:18545?lChainId=1641349324562974539"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "OpenCoin",
+ "symbol": "OPC",
+ "decimals": 10
+ },
+ "infoURL": "https://www.openchain.live",
+ "shortName": "oc",
+ "chainId": 474142,
+ "networkId": 474142,
+ "explorers": [{
+ "name": "SIDE SCAN",
+ "url": "https://sidescan.luniverse.io/1641349324562974539",
+ "standard": "none"
+ }]
+}
\ No newline at end of file
diff --git a/chains/eip155-47805.json b/chains/eip155-47805.json
new file mode 100644
index 00000000..c0f706ed
--- /dev/null
+++ b/chains/eip155-47805.json
@@ -0,0 +1,23 @@
+{
+ "name": "REI Network",
+ "chain": "REI",
+ "rpc": [
+ "https://rpc.rei.network",
+ "wss://rpc.rei.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "REI",
+ "symbol": "REI",
+ "decimals": 18
+ },
+ "infoURL": "https://rei.network/",
+ "shortName": "REI",
+ "chainId": 47805,
+ "networkId": 47805,
+ "explorers": [{
+ "name": "rei-scan",
+ "url": "https://scan.rei.network",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-486217935.json b/chains/eip155-486217935.json
new file mode 100644
index 00000000..19b4050e
--- /dev/null
+++ b/chains/eip155-486217935.json
@@ -0,0 +1,22 @@
+{
+ "name": "Gather Devnet Network",
+ "chain": "GTH",
+ "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"
+ }]
+}
diff --git a/chains/eip155-4918.json b/chains/eip155-4918.json
new file mode 100644
index 00000000..90b904db
--- /dev/null
+++ b/chains/eip155-4918.json
@@ -0,0 +1,20 @@
+{
+ "name": "Venidium Testnet",
+ "chain": "XVM",
+ "rpc": ["https://rpc-evm-testnet.venidium.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Venidium",
+ "symbol": "XVM",
+ "decimals": 18
+ },
+ "infoURL": "https://venidium.io",
+ "shortName": "txvm",
+ "chainId": 4918,
+ "networkId": 4918,
+ "explorers": [{
+ "name": "Venidium EVM Testnet Explorer",
+ "url": "https://evm-testnet.venidiumexplorer.com",
+ "standard": "EIP3091"
+ }]
+ }
diff --git a/chains/eip155-4919.json b/chains/eip155-4919.json
new file mode 100644
index 00000000..c9877e03
--- /dev/null
+++ b/chains/eip155-4919.json
@@ -0,0 +1,21 @@
+{
+ "name": "Venidium Mainnet",
+ "chain": "XVM",
+ "icon": "venidium",
+ "rpc": ["https://rpc.venidium.io"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Venidium",
+ "symbol": "XVM",
+ "decimals": 18
+ },
+ "infoURL": "https://venidium.io",
+ "shortName": "xvm",
+ "chainId": 4919,
+ "networkId": 4919,
+ "explorers": [{
+ "name": "Venidium Explorer",
+ "url": "https://evm.venidiumexplorer.com",
+ "standard": "EIP3091"
+ }]
+ }
\ No newline at end of file
diff --git a/chains/eip155-49797.json b/chains/eip155-49797.json
new file mode 100644
index 00000000..efa209d8
--- /dev/null
+++ b/chains/eip155-49797.json
@@ -0,0 +1,18 @@
+{
+ "name": "Energi Testnet",
+ "chain": "NRG",
+ "rpc": [
+ "https://nodeapi.test.energi.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Energi",
+ "symbol": "NRG",
+ "decimals": 18
+ },
+ "infoURL": "https://www.energi.world/",
+ "shortName": "tnrg",
+ "chainId": 49797,
+ "networkId": 49797,
+ "slip44": 49797
+}
diff --git a/chains/eip155-499.json b/chains/eip155-499.json
new file mode 100644
index 00000000..3c463b0a
--- /dev/null
+++ b/chains/eip155-499.json
@@ -0,0 +1,16 @@
+{
+ "name": "Rupaya",
+ "chain": "RUPX",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Rupaya",
+ "symbol": "RUPX",
+ "decimals": 18
+ },
+ "infoURL": "https://www.rupx.io",
+ "shortName": "rupx",
+ "chainId": 499,
+ "networkId": 499,
+ "slip44": 499
+}
\ No newline at end of file
diff --git a/chains/eip155-5.json b/chains/eip155-5.json
new file mode 100644
index 00000000..51269407
--- /dev/null
+++ b/chains/eip155-5.json
@@ -0,0 +1,35 @@
+{
+ "name": "Görli",
+ "title": "Ethereum Testnet Görli",
+ "chain": "ETH",
+ "network": "testnet",
+ "rpc": [
+ "https://goerli.infura.io/v3/${INFURA_API_KEY}",
+ "wss://goerli.infura.io/v3/${INFURA_API_KEY}",
+ "https://rpc.goerli.mudit.blog/"
+ ],
+ "faucets": [
+ "http://fauceth.komputing.org?chain=5&address=${ADDRESS}",
+ "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"
+ }
+ ]
+}
diff --git a/chains/eip155-50.json b/chains/eip155-50.json
new file mode 100644
index 00000000..2e5d2710
--- /dev/null
+++ b/chains/eip155-50.json
@@ -0,0 +1,17 @@
+{
+ "name": "XinFin Network Mainnet",
+ "chain": "XDC",
+ "rpc": [
+ "https://rpc.xinfin.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "XinFin",
+ "symbol": "XDC",
+ "decimals": 18
+ },
+ "infoURL": "https://xinfin.org",
+ "shortName": "xdc",
+ "chainId": 50,
+ "networkId": 50
+}
diff --git a/chains/eip155-51.json b/chains/eip155-51.json
new file mode 100644
index 00000000..c332a32f
--- /dev/null
+++ b/chains/eip155-51.json
@@ -0,0 +1,17 @@
+{
+ "name": "XinFin Apothem Testnet",
+ "chain": "TXDC",
+ "rpc": [
+ "https://rpc.apothem.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "XinFinTest",
+ "symbol": "TXDC",
+ "decimals": 18
+ },
+ "infoURL": "https://xinfin.org",
+ "shortName": "TXDC",
+ "chainId": 51,
+ "networkId": 51
+}
diff --git a/chains/eip155-512.json b/chains/eip155-512.json
new file mode 100644
index 00000000..f9f5305e
--- /dev/null
+++ b/chains/eip155-512.json
@@ -0,0 +1,24 @@
+{
+ "name": "Double-A Chain Mainnet",
+ "chain": "AAC",
+ "rpc": [
+ "https://rpc.acuteangle.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Acuteangle Native Token",
+ "symbol": "AAC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.acuteangle.com/",
+ "shortName": "aac",
+ "chainId": 512,
+ "networkId": 512,
+ "slip44": 1512,
+ "explorers": [{
+ "name": "aacscan",
+ "url": "https://scan.acuteangle.com",
+ "standard": "EIP3091"
+ }],
+ "icon": "aac"
+ }
\ No newline at end of file
diff --git a/chains/eip155-512512.json b/chains/eip155-512512.json
new file mode 100644
index 00000000..934acfe7
--- /dev/null
+++ b/chains/eip155-512512.json
@@ -0,0 +1,26 @@
+{
+ "name": "CMP-Testnet",
+ "chain": "CMP",
+ "network": "testnet",
+ "rpc": [
+ "https://galaxy.block.caduceus.foundation",
+ "wss://galaxy.block.caduceus.foundation"
+ ],
+ "faucets": [
+ "https://dev.caduceus.foundation/testNetwork"
+ ],
+ "nativeCurrency": {
+ "name": "Caduceus Testnet Token",
+ "symbol": "CMP",
+ "decimals": 18
+ },
+ "infoURL": "https://caduceus.foundation/",
+ "shortName": "cmp",
+ "chainId": 512512,
+ "networkId": 512512,
+ "explorers": [{
+ "name": "Galaxy Scan",
+ "url": "https://galaxy.scan.caduceus.foundation",
+ "standard": "none"
+ }]
+ }
diff --git a/chains/eip155-513.json b/chains/eip155-513.json
new file mode 100644
index 00000000..6afa7572
--- /dev/null
+++ b/chains/eip155-513.json
@@ -0,0 +1,25 @@
+{
+ "name": "Double-A Chain Testnet",
+ "chain": "AAC",
+ "icon": "aac",
+ "rpc": [
+ "https://rpc-testnet.acuteangle.com"
+ ],
+ "faucets": [
+ "https://scan-testnet.acuteangle.com/faucet"
+ ],
+ "nativeCurrency": {
+ "name": "Acuteangle Native Token",
+ "symbol": "AAC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.acuteangle.com/",
+ "shortName": "aact",
+ "chainId": 513,
+ "networkId": 513,
+ "explorers": [{
+ "name": "aacscan-testnet",
+ "url": "https://scan-testnet.acuteangle.com",
+ "standard": "EIP3091"
+ }]
+ }
\ No newline at end of file
diff --git a/chains/eip155-5197.json b/chains/eip155-5197.json
new file mode 100644
index 00000000..9a6ec0c0
--- /dev/null
+++ b/chains/eip155-5197.json
@@ -0,0 +1,19 @@
+{
+ "name": "EraSwap Mainnet",
+ "chain": "ESN",
+ "icon": "eraswap",
+ "rpc": [
+ "https://mainnet.eraswap.network",
+ "https://rpc-mumbai.mainnet.eraswap.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "EraSwap",
+ "symbol": "ES",
+ "decimals": 18
+ },
+ "infoURL": "https://eraswap.info/",
+ "shortName": "es",
+ "chainId": 5197,
+ "networkId": 5197
+}
diff --git a/chains/eip155-52.json b/chains/eip155-52.json
new file mode 100644
index 00000000..d57083ea
--- /dev/null
+++ b/chains/eip155-52.json
@@ -0,0 +1,22 @@
+{
+ "name": "CoinEx Smart Chain Mainnet",
+ "chain": "CSC",
+ "rpc": [
+ "https://rpc.coinex.net"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "CoinEx Chain Native Token",
+ "symbol": "cet",
+ "decimals": 18
+ },
+ "infoURL": "https://www.coinex.org/",
+ "shortName": "cet",
+ "chainId": 52,
+ "networkId": 52,
+ "explorers": [{
+ "name": "coinexscan",
+ "url": "https://www.coinex.net",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-53.json b/chains/eip155-53.json
new file mode 100644
index 00000000..b13957b6
--- /dev/null
+++ b/chains/eip155-53.json
@@ -0,0 +1,22 @@
+{
+ "name": "CoinEx Smart Chain Testnet",
+ "chain": "CSC",
+ "rpc": [
+ "https://testnet-rpc.coinex.net/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "CoinEx Chain Test Native Token",
+ "symbol": "cett",
+ "decimals": 18
+ },
+ "infoURL": "https://www.coinex.org/",
+ "shortName": "tcet",
+ "chainId": 53,
+ "networkId": 53,
+ "explorers": [{
+ "name": "coinexscan",
+ "url": "https://testnet.coinex.net",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-5315.json b/chains/eip155-5315.json
new file mode 100644
index 00000000..2fc15fe3
--- /dev/null
+++ b/chains/eip155-5315.json
@@ -0,0 +1,17 @@
+{
+ "name": "Uzmi Network Mainnet",
+ "chain": "UZMI",
+ "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
+}
\ No newline at end of file
diff --git a/chains/eip155-534.json b/chains/eip155-534.json
new file mode 100644
index 00000000..712e7a1b
--- /dev/null
+++ b/chains/eip155-534.json
@@ -0,0 +1,24 @@
+{
+ "name": "Candle",
+ "chain": "Candle",
+ "rpc": [
+ "https://candle-rpc.com/",
+ "https://rpc.cndlchain.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "CANDLE",
+ "symbol": "CNDL",
+ "decimals": 18
+ },
+ "infoURL": "https://candlelabs.org/",
+ "shortName": "CNDL",
+ "chainId": 534,
+ "networkId": 534,
+ "slip44": 674,
+ "explorers": [{
+ "name": "candleexplorer",
+ "url": "https://candleexplorer.com",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-53935.json b/chains/eip155-53935.json
new file mode 100644
index 00000000..5b36e61e
--- /dev/null
+++ b/chains/eip155-53935.json
@@ -0,0 +1,27 @@
+{
+ "name": "DFK Chain",
+ "chain": "DFK",
+ "icon": "dfk",
+ "network": "mainnet",
+ "rpc": [
+ "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Jewel",
+ "symbol": "JEWEL",
+ "decimals": 18
+ },
+ "infoURL": "https://defikingdoms.com",
+ "shortName": "DFK",
+ "chainId": 53935,
+ "networkId": 53935,
+ "explorers": [
+ {
+ "name": "ethernal",
+ "url": "https://explorer.dfkchain.com",
+ "icon": "ethereum",
+ "standard": "none"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/chains/eip155-54.json b/chains/eip155-54.json
new file mode 100644
index 00000000..3ae973d4
--- /dev/null
+++ b/chains/eip155-54.json
@@ -0,0 +1,26 @@
+{
+ "name": "Openpiece Mainnet",
+ "chain": "OPENPIECE",
+ "icon": "openpiece",
+ "network": "mainnet",
+ "rpc": [
+ "https://mainnet.openpiece.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Belly",
+ "symbol": "BELLY",
+ "decimals": 18
+ },
+ "infoURL": "https://cryptopiece.online",
+ "shortName": "OP",
+ "chainId": 54,
+ "networkId": 54,
+ "explorers": [
+ {
+ "name": "Belly Scan",
+ "url": "https://bellyscan.com",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/chains/eip155-55.json b/chains/eip155-55.json
new file mode 100644
index 00000000..38b4fde7
--- /dev/null
+++ b/chains/eip155-55.json
@@ -0,0 +1,27 @@
+{
+ "name": "Zyx Mainnet",
+ "chain": "ZYX",
+ "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"
+ }]
+}
diff --git a/chains/eip155-555.json b/chains/eip155-555.json
new file mode 100644
index 00000000..af8c94d6
--- /dev/null
+++ b/chains/eip155-555.json
@@ -0,0 +1,24 @@
+{
+ "name": "Vela1 Chain Mainnet",
+ "chain": "VELA1",
+ "rpc": [
+ "https://rpc.velaverse.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "CLASS COIN",
+ "symbol": "CLASS",
+ "decimals": 18
+ },
+ "infoURL": "https://velaverse.io",
+ "shortName": "CLASS",
+ "chainId": 555,
+ "networkId": 555,
+ "explorers": [
+ {
+ "name": "Vela1 Chain Mainnet Explorer",
+ "url": "https://exp.velaverse.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-5551.json b/chains/eip155-5551.json
new file mode 100644
index 00000000..124469db
--- /dev/null
+++ b/chains/eip155-5551.json
@@ -0,0 +1,32 @@
+{
+ "name": "Nahmii Mainnet",
+ "chain": "Nahmii",
+ "network": "mainnet",
+ "rpc": [
+ "https://l2.nahmii.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://nahmii.io",
+ "shortName": "Nahmii",
+ "chainId": 5551,
+ "networkId": 5551,
+ "icon": "nahmii",
+ "explorers": [{
+ "name": "Nahmii mainnet explorer",
+ "url": "https://explorer.nahmii.io",
+ "icon": "nahmii",
+ "standard": "EIP3091"
+ }],
+ "parent": {
+ "type" : "L2",
+ "chain": "eip155-1",
+ "bridges": [{
+ "url":"https://bridge.nahmii.io"
+ }]
+ }
+}
\ No newline at end of file
diff --git a/chains/eip155-5553.json b/chains/eip155-5553.json
new file mode 100644
index 00000000..972881f4
--- /dev/null
+++ b/chains/eip155-5553.json
@@ -0,0 +1,32 @@
+{
+ "name": "Nahmii Testnet",
+ "chain": "Nahmii",
+ "network": "testnet",
+ "rpc": [
+ "https://l2.testnet.nahmii.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://nahmii.io",
+ "shortName": "Nahmii testnet",
+ "chainId": 5553,
+ "networkId": 5553,
+ "icon": "nahmii",
+ "explorers": [{
+ "name": "blockscout",
+ "url": "https://explorer.testnet.nahmii.io",
+ "icon": "nahmii",
+ "standard": "EIP3091"
+ }],
+ "parent": {
+ "type" : "L2",
+ "chain": "eip155-3",
+ "bridges": [{
+ "url":"https://bridge.nahmii.io"
+ }]
+ }
+}
\ No newline at end of file
diff --git a/chains/eip155-55555.json b/chains/eip155-55555.json
new file mode 100644
index 00000000..250f0a0c
--- /dev/null
+++ b/chains/eip155-55555.json
@@ -0,0 +1,25 @@
+{
+ "name": "REI Chain Mainnet",
+ "chain": "REI",
+ "icon": "reichain",
+ "rpc": [
+ "https://rei-rpc.moonrhythm.io"
+ ],
+ "faucets": [
+ "http://kururu.finance/faucet?chainId=55555"
+ ],
+ "nativeCurrency": {
+ "name": "Rei",
+ "symbol": "REI",
+ "decimals": 18
+ },
+ "infoURL": "https://reichain.io",
+ "shortName": "rei",
+ "chainId": 55555,
+ "networkId": 55555,
+ "explorers": [{
+ "name": "reiscan",
+ "url": "https://reiscan.com",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-55556.json b/chains/eip155-55556.json
new file mode 100644
index 00000000..79332b68
--- /dev/null
+++ b/chains/eip155-55556.json
@@ -0,0 +1,25 @@
+{
+ "name": "REI Chain Testnet",
+ "chain": "REI",
+ "icon": "reichain",
+ "rpc": [
+ "https://rei-testnet-rpc.moonrhythm.io"
+ ],
+ "faucets": [
+ "http://kururu.finance/faucet?chainId=55556"
+ ],
+ "nativeCurrency": {
+ "name": "tRei",
+ "symbol": "tREI",
+ "decimals": 18
+ },
+ "infoURL": "https://reichain.io",
+ "shortName": "trei",
+ "chainId": 55556,
+ "networkId": 55556,
+ "explorers": [{
+ "name": "reiscan",
+ "url": "https://testnet.reiscan.com",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-558.json b/chains/eip155-558.json
new file mode 100644
index 00000000..9c5b91d5
--- /dev/null
+++ b/chains/eip155-558.json
@@ -0,0 +1,20 @@
+{
+ "name": "Tao Network",
+ "chain": "TAO",
+ "rpc": [
+ "https://rpc.testnet.tao.network",
+ "http://rpc.testnet.tao.network:8545",
+ "https://rpc.tao.network",
+ "wss://rpc.tao.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Tao",
+ "symbol": "TAO",
+ "decimals": 18
+ },
+ "infoURL": "https://tao.network",
+ "shortName": "tao",
+ "chainId": 558,
+ "networkId": 558
+}
diff --git a/chains/eip155-56.json b/chains/eip155-56.json
new file mode 100644
index 00000000..5efe6946
--- /dev/null
+++ b/chains/eip155-56.json
@@ -0,0 +1,35 @@
+{
+ "name": "Binance Smart Chain Mainnet",
+ "chain": "BSC",
+ "rpc": [
+ "https://bsc-dataseed1.binance.org",
+ "https://bsc-dataseed2.binance.org",
+ "https://bsc-dataseed3.binance.org",
+ "https://bsc-dataseed4.binance.org",
+ "https://bsc-dataseed1.defibit.io",
+ "https://bsc-dataseed2.defibit.io",
+ "https://bsc-dataseed3.defibit.io",
+ "https://bsc-dataseed4.defibit.io",
+ "https://bsc-dataseed1.ninicoin.io",
+ "https://bsc-dataseed2.ninicoin.io",
+ "https://bsc-dataseed3.ninicoin.io",
+ "https://bsc-dataseed4.ninicoin.io",
+ "wss://bsc-ws-node.nariox.org"
+ ],
+ "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
+ "nativeCurrency": {
+ "name": "Binance Chain Native Token",
+ "symbol": "BNB",
+ "decimals": 18
+ },
+ "infoURL": "https://www.binance.org",
+ "shortName": "bnb",
+ "chainId": 56,
+ "networkId": 56,
+ "slip44": 714,
+ "explorers": [{
+ "name": "bscscan",
+ "url": "https://bscscan.com",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-57.json b/chains/eip155-57.json
new file mode 100644
index 00000000..ffe22827
--- /dev/null
+++ b/chains/eip155-57.json
@@ -0,0 +1,25 @@
+{
+ "name": "Syscoin Mainnet",
+ "chain": "SYS",
+ "rpc": [
+ "https://rpc.syscoin.org",
+ "wss://rpc.syscoin.org/wss"
+ ],
+ "faucets": ["https://faucet.syscoin.org"],
+ "nativeCurrency": {
+ "name": "Syscoin",
+ "symbol": "SYS",
+ "decimals": 18
+ },
+ "infoURL": "https://www.syscoin.org",
+ "shortName": "sys",
+ "chainId": 57,
+ "networkId": 57,
+ "explorers": [
+ {
+ "name": "Syscoin Block Explorer",
+ "url": "https://explorer.syscoin.org",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-5700.json b/chains/eip155-5700.json
new file mode 100644
index 00000000..063b3b2b
--- /dev/null
+++ b/chains/eip155-5700.json
@@ -0,0 +1,25 @@
+{
+ "name": "Syscoin Tanenbaum Testnet",
+ "chain": "SYS",
+ "rpc": [
+ "https://rpc.tanenbaum.io",
+ "wss://rpc.tanenbaum.io/wss"
+ ],
+ "faucets": ["https://faucet.tanenbaum.io"],
+ "nativeCurrency": {
+ "name": "Testnet Syscoin",
+ "symbol": "tSYS",
+ "decimals": 18
+ },
+ "infoURL": "https://syscoin.org",
+ "shortName": "tsys",
+ "chainId": 5700,
+ "networkId": 5700,
+ "explorers": [
+ {
+ "name": "Syscoin Testnet Block Explorer",
+ "url": "https://tanenbaum.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-5777.json b/chains/eip155-5777.json
new file mode 100644
index 00000000..d37a28c4
--- /dev/null
+++ b/chains/eip155-5777.json
@@ -0,0 +1,26 @@
+{
+ "name": "Digest Swarm Chain",
+ "chain": "DSC",
+ "icon": "swarmchain",
+ "rpc": [
+ "https://rpc.digestgroup.ltd"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "DigestCoin",
+ "symbol": "DGCC",
+ "decimals": 18
+ },
+ "infoURL": "https://digestgroup.ltd",
+ "shortName": "dgcc",
+ "chainId": 5777,
+ "networkId": 5777,
+ "explorers": [
+ {
+ "name": "swarmexplorer",
+ "url": "https://explorer.digestgroup.ltd",
+ "standard": "EIP3091"
+ }
+ ]
+}
+
\ No newline at end of file
diff --git a/chains/eip155-58.json b/chains/eip155-58.json
new file mode 100644
index 00000000..fc081b15
--- /dev/null
+++ b/chains/eip155-58.json
@@ -0,0 +1,32 @@
+{
+ "name": "Ontology Mainnet",
+ "chain": "Ontology",
+ "rpc": [
+ "http://dappnode1.ont.io:20339",
+ "http://dappnode2.ont.io:20339",
+ "http://dappnode3.ont.io:20339",
+ "http://dappnode4.ont.io:20339",
+ "https://dappnode1.ont.io:10339",
+ "https://dappnode2.ont.io:10339",
+ "https://dappnode3.ont.io:10339",
+ "https://dappnode4.ont.io:10339"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "ONG",
+ "symbol": "ONG",
+ "decimals": 18
+ },
+ "infoURL": "https://ont.io/",
+ "shortName": "Ontology Mainnet",
+ "chainId": 58,
+ "networkId": 58,
+ "explorers": [
+ {
+ "name": "explorer",
+ "url": "https://explorer.ont.io",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-5851.json b/chains/eip155-5851.json
new file mode 100644
index 00000000..a5611eba
--- /dev/null
+++ b/chains/eip155-5851.json
@@ -0,0 +1,31 @@
+{
+ "name": "Ontology Testnet",
+ "chain": "Ontology",
+ "rpc": [
+ "http://polaris1.ont.io:20339",
+ "http://polaris2.ont.io:20339",
+ "http://polaris3.ont.io:20339",
+ "http://polaris4.ont.io:20339",
+ "https://polaris1.ont.io:10339",
+ "https://polaris2.ont.io:10339",
+ "https://polaris3.ont.io:10339",
+ "https://polaris4.ont.io:10339"
+ ],
+ "faucets": [
+ "https://developer.ont.io/"
+ ],
+ "nativeCurrency": {
+ "name": "ONG",
+ "symbol": "ONG",
+ "decimals": 18
+ },
+ "infoURL": "https://ont.io/",
+ "shortName": "Ontology Testnet",
+ "chainId": 5851,
+ "networkId": 5851,
+ "explorers": [{
+ "name": "explorer",
+ "url": "https://explorer.ont.io/testnet",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-5869.json b/chains/eip155-5869.json
new file mode 100644
index 00000000..8a92eac1
--- /dev/null
+++ b/chains/eip155-5869.json
@@ -0,0 +1,23 @@
+{
+ "name": "Wegochain Rubidium Mainnet",
+ "chain": "RBD",
+ "rpc": [
+ "https://proxy.wegochain.io",
+ "http://wallet.wegochain.io:7764"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Rubid",
+ "symbol": "RBD",
+ "decimals": 18
+ },
+ "infoURL": "https://www.wegochain.io",
+ "shortName": "rbd",
+ "chainId": 5869,
+ "networkId": 5869,
+ "explorers": [{
+ "name": "wegoscan2",
+ "url": "https://scan2.wegochain.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-588.json b/chains/eip155-588.json
new file mode 100644
index 00000000..3548d440
--- /dev/null
+++ b/chains/eip155-588.json
@@ -0,0 +1,27 @@
+{
+ "name": "Metis Stardust Testnet",
+ "chain": "ETH",
+ "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" }]
+ }
+}
diff --git a/chains/eip155-59.json b/chains/eip155-59.json
new file mode 100644
index 00000000..b5a98f31
--- /dev/null
+++ b/chains/eip155-59.json
@@ -0,0 +1,23 @@
+{
+ "name": "EOS Mainnet",
+ "chain": "EOS",
+ "rpc": [
+ "https://api.eosargentina.io"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "EOS",
+ "symbol": "EOS",
+ "decimals": 18
+ },
+ "infoURL": "https://eoscommunity.org/",
+ "shortName": "EOS Mainnet",
+ "chainId": 59,
+ "networkId": 59,
+ "explorers": [{
+ "name": "bloks",
+ "url": "https://bloks.eosargentina.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-592.json b/chains/eip155-592.json
new file mode 100644
index 00000000..4b93c515
--- /dev/null
+++ b/chains/eip155-592.json
@@ -0,0 +1,24 @@
+{
+ "name": "Astar",
+ "chain": "ASTR",
+ "rpc": ["https://rpc.astar.network:8545"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Astar",
+ "symbol": "ASTR",
+ "decimals": 18
+ },
+ "infoURL": "https://astar.network/",
+ "shortName": "astr",
+ "chainId": 592,
+ "networkId": 592,
+ "icon": "astar",
+ "explorers": [
+ {
+ "name": "subscan",
+ "url": "https://astar.subscan.io",
+ "standard": "none",
+ "icon": "subscan"
+ }
+ ]
+}
diff --git a/chains/eip155-595.json b/chains/eip155-595.json
new file mode 100644
index 00000000..0b23b5c3
--- /dev/null
+++ b/chains/eip155-595.json
@@ -0,0 +1,15 @@
+{
+ "name": "Acala Mandala Testnet",
+ "chain": "mACA",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Acala Mandala Token",
+ "symbol": "mACA",
+ "decimals": 18
+ },
+ "infoURL": "https://acala.network",
+ "shortName": "maca",
+ "chainId": 595,
+ "networkId": 595
+}
diff --git a/chains/eip155-596.json b/chains/eip155-596.json
new file mode 100644
index 00000000..d3d7edc6
--- /dev/null
+++ b/chains/eip155-596.json
@@ -0,0 +1,16 @@
+{
+ "name": "Karura Network Testnet",
+ "chain": "KAR",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Karura Token",
+ "symbol": "KAR",
+ "decimals": 18
+ },
+ "infoURL": "https://karura.network",
+ "shortName": "tkar",
+ "chainId": 596,
+ "networkId": 596,
+ "slip44": 596
+}
diff --git a/chains/eip155-597.json b/chains/eip155-597.json
new file mode 100644
index 00000000..b7d4568e
--- /dev/null
+++ b/chains/eip155-597.json
@@ -0,0 +1,16 @@
+{
+ "name": "Acala Network Testnet",
+ "chain": "ACA",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Acala Token",
+ "symbol": "ACA",
+ "decimals": 18
+ },
+ "infoURL": "https://acala.network",
+ "shortName": "taca",
+ "chainId": 597,
+ "networkId": 597,
+ "slip44": 597
+}
diff --git a/chains/eip155-6.json b/chains/eip155-6.json
new file mode 100644
index 00000000..3025c817
--- /dev/null
+++ b/chains/eip155-6.json
@@ -0,0 +1,17 @@
+{
+ "name": "Ethereum Classic Testnet Kotti",
+ "chain": "ETC",
+ "rpc": [
+ "https://www.ethercluster.com/kotti"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Kotti Ether",
+ "symbol": "KOT",
+ "decimals": 18
+ },
+ "infoURL": "https://explorer.jade.builders/?network=kotti",
+ "shortName": "kot",
+ "chainId": 6,
+ "networkId": 6
+}
diff --git a/chains/eip155-60.json b/chains/eip155-60.json
new file mode 100644
index 00000000..dd05bb88
--- /dev/null
+++ b/chains/eip155-60.json
@@ -0,0 +1,23 @@
+{
+ "name": "GoChain",
+ "chain": "GO",
+ "rpc": [
+ "https://rpc.gochain.io"
+ ],
+ "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
+ "nativeCurrency": {
+ "name": "GoChain Ether",
+ "symbol": "GO",
+ "decimals": 18
+ },
+ "infoURL": "https://gochain.io",
+ "shortName": "go",
+ "chainId": 60,
+ "networkId": 60,
+ "slip44": 6060,
+ "explorers": [{
+ "name": "GoChain Explorer",
+ "url": "https://explorer.gochain.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-600.json b/chains/eip155-600.json
new file mode 100644
index 00000000..b3d08784
--- /dev/null
+++ b/chains/eip155-600.json
@@ -0,0 +1,18 @@
+{
+ "name": "Meshnyan testnet",
+ "chain": "MeshTestChain",
+ "rpc": [
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "Meshnyan Testnet Native Token",
+ "symbol": "MESHT",
+ "decimals": 18
+ },
+ "infoURL": "",
+ "shortName": "mesh-chain-testnet",
+ "chainId": 600,
+ "networkId": 600
+ }
+
\ No newline at end of file
diff --git a/chains/eip155-60000.json b/chains/eip155-60000.json
new file mode 100644
index 00000000..bf9c3bde
--- /dev/null
+++ b/chains/eip155-60000.json
@@ -0,0 +1,24 @@
+{
+ "name": "Thinkium Testnet Chain 0",
+ "chain": "Thinkium",
+ "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"
+ }]
+}
diff --git a/chains/eip155-60001.json b/chains/eip155-60001.json
new file mode 100644
index 00000000..cece7c86
--- /dev/null
+++ b/chains/eip155-60001.json
@@ -0,0 +1,24 @@
+{
+ "name": "Thinkium Testnet Chain 1",
+ "chain": "Thinkium",
+ "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"
+ }]
+}
diff --git a/chains/eip155-60002.json b/chains/eip155-60002.json
new file mode 100644
index 00000000..e8affefc
--- /dev/null
+++ b/chains/eip155-60002.json
@@ -0,0 +1,24 @@
+{
+ "name": "Thinkium Testnet Chain 2",
+ "chain": "Thinkium",
+ "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"
+ }]
+}
diff --git a/chains/eip155-60103.json b/chains/eip155-60103.json
new file mode 100644
index 00000000..10aa7dc1
--- /dev/null
+++ b/chains/eip155-60103.json
@@ -0,0 +1,24 @@
+{
+ "name": "Thinkium Testnet Chain 103",
+ "chain": "Thinkium",
+ "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"
+ }]
+}
\ No newline at end of file
diff --git a/chains/eip155-6022140761023.json b/chains/eip155-6022140761023.json
new file mode 100644
index 00000000..edad5b1d
--- /dev/null
+++ b/chains/eip155-6022140761023.json
@@ -0,0 +1,17 @@
+{
+ "name": "Molereum Network",
+ "chain": "ETH",
+ "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
+}
\ No newline at end of file
diff --git a/chains/eip155-61.json b/chains/eip155-61.json
new file mode 100644
index 00000000..006fa0b4
--- /dev/null
+++ b/chains/eip155-61.json
@@ -0,0 +1,24 @@
+{
+ "name": "Ethereum Classic Mainnet",
+ "chain": "ETC",
+ "rpc": [
+ "https://www.ethercluster.com/etc"
+ ],
+"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"],
+ "nativeCurrency": {
+ "name": "Ethereum Classic Ether",
+ "symbol": "ETC",
+ "decimals": 18
+ },
+ "infoURL": "https://ethereumclassic.org",
+ "shortName": "etc",
+ "chainId": 61,
+ "networkId": 1,
+ "slip44": 61,
+
+ "explorers": [{
+ "name": "blockscout",
+ "url": "https://blockscout.com/etc/mainnet",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-61717561.json b/chains/eip155-61717561.json
new file mode 100644
index 00000000..e82f11e4
--- /dev/null
+++ b/chains/eip155-61717561.json
@@ -0,0 +1,21 @@
+{
+ "name": "Aquachain",
+ "chain": "AQUA",
+ "rpc": [
+ "https://c.onical.org",
+ "https://tx.aquacha.in/api"
+ ],
+ "faucets": [
+ "https://aquacha.in/faucet"
+ ],
+ "nativeCurrency": {
+ "name": "Aquachain Ether",
+ "symbol": "AQUA",
+ "decimals": 18
+ },
+ "infoURL": "https://aquachain.github.io",
+ "shortName": "aqua",
+ "chainId": 61717561,
+ "networkId": 61717561,
+ "slip44": 61717561
+}
\ No newline at end of file
diff --git a/chains/eip155-62.json b/chains/eip155-62.json
new file mode 100644
index 00000000..2e4b927e
--- /dev/null
+++ b/chains/eip155-62.json
@@ -0,0 +1,15 @@
+{
+ "name": "Ethereum Classic Testnet Morden",
+ "chain": "ETC",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ethereum Classic Testnet Ether",
+ "symbol": "TETC",
+ "decimals": 18
+ },
+ "infoURL": "https://ethereumclassic.org",
+ "shortName": "tetc",
+ "chainId": 62,
+ "networkId": 2
+}
\ No newline at end of file
diff --git a/chains/eip155-62320.json b/chains/eip155-62320.json
new file mode 100644
index 00000000..4f3680f8
--- /dev/null
+++ b/chains/eip155-62320.json
@@ -0,0 +1,18 @@
+{
+ "name": "Celo Baklava Testnet",
+ "chainId": 62320,
+ "shortName": "BKLV",
+ "chain": "CELO",
+ "networkId": 62320,
+ "nativeCurrency": {
+ "name": "CELO",
+ "symbol": "CELO",
+ "decimals": 18
+ },
+ "rpc": ["https://baklava-forno.celo-testnet.org"],
+ "faucets": [
+ "https://docs.google.com/forms/d/e/1FAIpQLSdfr1BwUTYepVmmvfVUDRCwALejZ-TUva2YujNpvrEmPAX2pg/viewform",
+ "https://cauldron.pretoriaresearchlab.io/baklava-faucet"
+ ],
+ "infoURL": "https://docs.celo.org/"
+}
diff --git a/chains/eip155-62621.json b/chains/eip155-62621.json
new file mode 100644
index 00000000..ebc947a7
--- /dev/null
+++ b/chains/eip155-62621.json
@@ -0,0 +1,24 @@
+{
+ "name": "MultiVAC Mainnet",
+ "chain": "MultiVAC",
+ "icon": "multivac",
+ "rpc": [
+ "https://rpc.mtv.ac",
+ "https://rpc-eu.mtv.ac"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "MultiVAC",
+ "symbol": "MTV",
+ "decimals": 18
+ },
+ "infoURL": "https://mtv.ac",
+ "shortName": "mtv",
+ "chainId": 62621,
+ "networkId": 62621,
+ "explorers": [{
+ "name": "MultiVAC Explorer",
+ "url": "https://e.mtv.ac",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-63.json b/chains/eip155-63.json
new file mode 100644
index 00000000..4ce16591
--- /dev/null
+++ b/chains/eip155-63.json
@@ -0,0 +1,17 @@
+{
+ "name": "Ethereum Classic Testnet Mordor",
+ "chain": "ETC",
+ "rpc": [
+ "https://www.ethercluster.com/mordor"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Mordor Classic Testnet Ether",
+ "symbol": "METC",
+ "decimals": 18
+ },
+ "infoURL": "https://github.com/eth-classic/mordor/",
+ "shortName": "metc",
+ "chainId": 63,
+ "networkId": 7
+}
diff --git a/chains/eip155-63000.json b/chains/eip155-63000.json
new file mode 100644
index 00000000..012c4a8f
--- /dev/null
+++ b/chains/eip155-63000.json
@@ -0,0 +1,25 @@
+{
+ "name": "eCredits Mainnet",
+ "chain": "ECS",
+ "network": "mainnet",
+ "rpc": [
+ "https://rpc.ecredits.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "eCredits",
+ "symbol": "ECS",
+ "decimals": 18
+ },
+ "infoURL": "https://ecredits.com",
+ "shortName": "ecs",
+ "chainId": 63000,
+ "networkId": 63000,
+ "icon": "ecredits",
+ "explorers": [{
+ "name": "eCredits MainNet Explorer",
+ "url": "https://explorer.ecredits.com",
+ "icon": "ecredits",
+ "standard": "EIP3091"
+ }]
+}
\ No newline at end of file
diff --git a/chains/eip155-63001.json b/chains/eip155-63001.json
new file mode 100644
index 00000000..7fb07b95
--- /dev/null
+++ b/chains/eip155-63001.json
@@ -0,0 +1,27 @@
+{
+ "name": "eCredits Testnet",
+ "chain": "ECS",
+ "network": "testnet",
+ "rpc": [
+ "https://rpc.tst.ecredits.com"
+ ],
+ "faucets": [
+ "https://faucet.tst.ecredits.com"
+ ],
+ "nativeCurrency": {
+ "name": "eCredits",
+ "symbol": "ECS",
+ "decimals": 18
+ },
+ "infoURL": "https://ecredits.com",
+ "shortName": "ecs-testnet",
+ "chainId": 63001,
+ "networkId": 63001,
+ "icon": "ecredits",
+ "explorers": [{
+ "name": "eCredits TestNet Explorer",
+ "url": "https://explorer.tst.ecredits.com",
+ "icon": "ecredits",
+ "standard": "EIP3091"
+ }]
+}
\ No newline at end of file
diff --git a/chains/eip155-64.json b/chains/eip155-64.json
new file mode 100644
index 00000000..66165daa
--- /dev/null
+++ b/chains/eip155-64.json
@@ -0,0 +1,18 @@
+{
+ "name": "Ellaism",
+ "chain": "ELLA",
+ "rpc": [
+ "https://jsonrpc.ellaism.org"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ellaism Ether",
+ "symbol": "ELLA",
+ "decimals": 18
+ },
+ "infoURL": "https://ellaism.org",
+ "shortName": "ella",
+ "chainId": 64,
+ "networkId": 64,
+ "slip44": 163
+}
diff --git a/chains/eip155-65.json b/chains/eip155-65.json
new file mode 100644
index 00000000..0750c07e
--- /dev/null
+++ b/chains/eip155-65.json
@@ -0,0 +1,22 @@
+{
+ "name": "OKExChain Testnet",
+ "chain": "okexchain",
+ "rpc": [
+ "https://exchaintestrpc.okex.org"
+ ],
+ "faucets": ["https://www.okex.com/drawdex"],
+ "nativeCurrency": {
+ "name": "OKExChain Global Utility Token in testnet",
+ "symbol": "OKT",
+ "decimals": 18
+ },
+ "infoURL": "https://www.okex.com/okexchain",
+ "shortName": "tokt",
+ "chainId": 65,
+ "networkId": 65,
+ "explorers": [{
+ "name": "OKLink",
+ "url": "https://www.oklink.com/okexchain-test",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-66.json b/chains/eip155-66.json
new file mode 100644
index 00000000..19ed5c7d
--- /dev/null
+++ b/chains/eip155-66.json
@@ -0,0 +1,23 @@
+{
+ "name": "OKXChain Mainnet",
+ "chain": "okxchain",
+ "rpc": [
+ "https://exchainrpc.okex.org",
+ "https://okc-mainnet.gateway.pokt.network/v1/lb/6275309bea1b320039c893ff"
+ ],
+ "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"],
+ "nativeCurrency": {
+ "name": "OKXChain Global Utility Token",
+ "symbol": "OKT",
+ "decimals": 18
+ },
+ "infoURL": "https://www.okex.com/okc",
+ "shortName": "okt",
+ "chainId": 66,
+ "networkId": 66,
+ "explorers": [{
+ "name": "OKLink",
+ "url": "https://www.oklink.com/en/okc",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-6626.json b/chains/eip155-6626.json
new file mode 100644
index 00000000..1fbd051b
--- /dev/null
+++ b/chains/eip155-6626.json
@@ -0,0 +1,23 @@
+{
+ "name": "Pixie Chain Mainnet",
+ "chain": "PixieChain",
+ "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"
+ }]
+}
diff --git a/chains/eip155-666.json b/chains/eip155-666.json
new file mode 100644
index 00000000..c77e5a3f
--- /dev/null
+++ b/chains/eip155-666.json
@@ -0,0 +1,20 @@
+{
+ "name": "Pixie Chain Testnet",
+ "chain": "PixieChain",
+ "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
+}
diff --git a/chains/eip155-666666.json b/chains/eip155-666666.json
new file mode 100644
index 00000000..267d94f8
--- /dev/null
+++ b/chains/eip155-666666.json
@@ -0,0 +1,20 @@
+{
+ "name": "Vision - Vpioneer Test Chain",
+ "chain": "Vision-Vpioneer",
+ "rpc": [
+ "https://vpioneer.infragrid.v.network/ethereum/compatible"
+ ],
+ "faucets": [
+ "https://vpioneerfaucet.visionscan.org"
+ ],
+ "nativeCurrency": {
+ "name": "VS",
+ "symbol": "VS",
+ "decimals": 18
+ },
+ "infoURL": "https://visionscan.org",
+ "shortName": "vpioneer",
+ "chainId": 666666,
+ "networkId": 666666,
+ "slip44": 60
+}
diff --git a/chains/eip155-67.json b/chains/eip155-67.json
new file mode 100644
index 00000000..77698e50
--- /dev/null
+++ b/chains/eip155-67.json
@@ -0,0 +1,17 @@
+{
+ "name": "DBChain Testnet",
+ "chain": "DBM",
+ "rpc": [
+ "http://test-rpc.dbmbp.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "DBChain Testnet",
+ "symbol": "DBM",
+ "decimals": 18
+ },
+ "infoURL": "http://test.dbmbp.com",
+ "shortName": "dbm",
+ "chainId": 67,
+ "networkId": 67
+}
diff --git a/chains/eip155-68.json b/chains/eip155-68.json
new file mode 100644
index 00000000..9e88bfe6
--- /dev/null
+++ b/chains/eip155-68.json
@@ -0,0 +1,18 @@
+{
+ "name": "SoterOne Mainnet",
+ "chain": "SOTER",
+ "rpc": [
+ "https://rpc.soter.one"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "SoterOne Mainnet Ether",
+ "symbol": "SOTER",
+ "decimals": 18
+ },
+ "infoURL": "https://www.soterone.com",
+ "shortName": "SO1",
+ "chainId": 68,
+ "networkId": 68
+}
diff --git a/chains/eip155-686.json b/chains/eip155-686.json
new file mode 100644
index 00000000..d403de93
--- /dev/null
+++ b/chains/eip155-686.json
@@ -0,0 +1,16 @@
+{
+ "name": "Karura Network",
+ "chain": "KAR",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Karura Token",
+ "symbol": "KAR",
+ "decimals": 18
+ },
+ "infoURL": "https://karura.network",
+ "shortName": "kar",
+ "chainId": 686,
+ "networkId": 686,
+ "slip44": 686
+}
diff --git a/chains/eip155-69.json b/chains/eip155-69.json
new file mode 100644
index 00000000..bd7c54ed
--- /dev/null
+++ b/chains/eip155-69.json
@@ -0,0 +1,23 @@
+{
+ "name": "Optimism Kovan",
+ "title": "Optimism Testnet Kovan",
+ "chain": "ETH",
+ "rpc": ["https://kovan.optimism.io/"],
+ "faucets": [
+ "http://fauceth.komputing.org?chain=69&address=${ADDRESS}"
+ ],
+ "nativeCurrency": {
+ "name": "Kovan Ether",
+ "symbol": "KOR",
+ "decimals": 18
+ },
+ "explorers": [{
+ "name": "etherscan",
+ "url": "https://kovan-optimistic.etherscan.io",
+ "standard": "EIP3091"
+ }],
+ "infoURL": "https://optimism.io",
+ "shortName": "okov",
+ "chainId": 69,
+ "networkId": 69
+}
diff --git a/chains/eip155-69420.json b/chains/eip155-69420.json
new file mode 100644
index 00000000..58a6d980
--- /dev/null
+++ b/chains/eip155-69420.json
@@ -0,0 +1,25 @@
+{
+ "name": "Condrieu",
+ "title": "Ethereum Verkle Testnet Condrieu",
+ "chain": "ETH",
+ "rpc": [
+ "https://rpc.condrieu.ethdevops.io:8545"
+ ],
+ "faucets": [
+ "https://faucet.condrieu.ethdevops.io"
+ ],
+ "nativeCurrency": {
+ "name": "Condrieu Testnet Ether",
+ "symbol": "CTE",
+ "decimals": 18
+ },
+ "infoURL": "https://condrieu.ethdevops.io",
+ "shortName": "cndr",
+ "chainId": 69420,
+ "networkId": 69420,
+ "explorers": [ {
+ "name": "Condrieu explorer",
+ "url": "https://explorer.condrieu.ethdevops.io",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-7.json b/chains/eip155-7.json
new file mode 100644
index 00000000..62268c07
--- /dev/null
+++ b/chains/eip155-7.json
@@ -0,0 +1,17 @@
+{
+ "name": "ThaiChain",
+ "chain": "TCH",
+ "rpc": [
+ "https://rpc.dome.cloud"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ThaiChain Ether",
+ "symbol": "TCH",
+ "decimals": 18
+ },
+ "infoURL": "https://thaichain.io",
+ "shortName": "tch",
+ "chainId": 7,
+ "networkId": 7
+}
diff --git a/chains/eip155-70.json b/chains/eip155-70.json
new file mode 100644
index 00000000..f147f3a1
--- /dev/null
+++ b/chains/eip155-70.json
@@ -0,0 +1,26 @@
+{
+ "name": "Hoo Smart Chain",
+ "chain": "HSC",
+ "rpc": [
+ "https://http-mainnet.hoosmartchain.com",
+ "https://http-mainnet2.hoosmartchain.com",
+ "wss://ws-mainnet.hoosmartchain.com",
+ "wss://ws-mainnet2.hoosmartchain.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Hoo Smart Chain Native Token",
+ "symbol": "HOO",
+ "decimals": 18
+ },
+ "infoURL": "https://www.hoosmartchain.com",
+ "shortName": "hsc",
+ "chainId": 70,
+ "networkId": 70,
+ "slip44": 1170,
+ "explorers": [{
+ "name": "hooscan",
+ "url": "https://www.hooscan.com",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-700.json b/chains/eip155-700.json
new file mode 100644
index 00000000..bddac1cc
--- /dev/null
+++ b/chains/eip155-700.json
@@ -0,0 +1,23 @@
+{
+ "name": "Star Social Testnet",
+ "chain": "SNS",
+ "rpc": [
+ "https://avastar.cc/ext/bc/C/rpc"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "Social",
+ "symbol": "SNS",
+ "decimals": 18
+ },
+ "infoURL": "https://info.avastar.cc",
+ "shortName": "SNS",
+ "chainId": 700,
+ "networkId": 700,
+ "explorers": [{
+ "name": "starscan",
+ "url": "https://avastar.info",
+ "standard": "EIP3091"
+ }]
+ }
\ No newline at end of file
diff --git a/chains/eip155-70000.json b/chains/eip155-70000.json
new file mode 100644
index 00000000..98095c0e
--- /dev/null
+++ b/chains/eip155-70000.json
@@ -0,0 +1,22 @@
+{
+ "name": "Thinkium Mainnet Chain 0",
+ "chain": "Thinkium",
+ "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"
+ }]
+}
diff --git a/chains/eip155-70001.json b/chains/eip155-70001.json
new file mode 100644
index 00000000..c11dfac4
--- /dev/null
+++ b/chains/eip155-70001.json
@@ -0,0 +1,22 @@
+{
+ "name": "Thinkium Mainnet Chain 1",
+ "chain": "Thinkium",
+ "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"
+ }]
+}
diff --git a/chains/eip155-70002.json b/chains/eip155-70002.json
new file mode 100644
index 00000000..50c62539
--- /dev/null
+++ b/chains/eip155-70002.json
@@ -0,0 +1,22 @@
+{
+ "name": "Thinkium Mainnet Chain 2",
+ "chain": "Thinkium",
+ "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"
+ }]
+}
diff --git a/chains/eip155-70103.json b/chains/eip155-70103.json
new file mode 100644
index 00000000..e823540d
--- /dev/null
+++ b/chains/eip155-70103.json
@@ -0,0 +1,22 @@
+{
+ "name": "Thinkium Mainnet Chain 103",
+ "chain": "Thinkium",
+ "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"
+ }]
+}
diff --git a/chains/eip155-7027.json b/chains/eip155-7027.json
new file mode 100644
index 00000000..628be447
--- /dev/null
+++ b/chains/eip155-7027.json
@@ -0,0 +1,25 @@
+{
+ "name": "Ella the heart",
+ "chain": "ella",
+ "icon": "ella",
+ "rpc": [
+ "https://rpc.ella.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ella",
+ "symbol": "ELLA",
+ "decimals": 18
+ },
+ "infoURL": "https://ella.network",
+ "shortName": "ELLA",
+ "chainId": 7027,
+ "networkId": 7027,
+ "explorers": [
+ {
+ "name": "Ella",
+ "url": "https://ella.network",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-707.json b/chains/eip155-707.json
new file mode 100644
index 00000000..0b5f43a9
--- /dev/null
+++ b/chains/eip155-707.json
@@ -0,0 +1,23 @@
+{
+ "name": "BlockChain Station Mainnet",
+ "chain": "BCS",
+ "rpc": [
+ "https://rpc-mainnet.bcsdev.io",
+ "wss://rpc-ws-mainnet.bcsdev.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "BCS Token",
+ "symbol": "BCS",
+ "decimals": 18
+ },
+ "infoURL": "https://blockchainstation.io",
+ "shortName": "bcs",
+ "chainId": 707,
+ "networkId": 707,
+ "explorers": [{
+ "name": "BlockChain Station Explorer",
+ "url": "https://explorer.bcsdev.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-708.json b/chains/eip155-708.json
new file mode 100644
index 00000000..1575e996
--- /dev/null
+++ b/chains/eip155-708.json
@@ -0,0 +1,25 @@
+{
+ "name": "BlockChain Station Testnet",
+ "chain": "BCS",
+ "rpc": [
+ "https://rpc-testnet.bcsdev.io",
+ "wss://rpc-ws-testnet.bcsdev.io"
+ ],
+ "faucets": [
+ "https://faucet.bcsdev.io"
+ ],
+ "nativeCurrency": {
+ "name": "BCS Testnet Token",
+ "symbol": "tBCS",
+ "decimals": 18
+ },
+ "infoURL": "https://blockchainstation.io",
+ "shortName": "tbcs",
+ "chainId": 708,
+ "networkId": 708,
+ "explorers": [{
+ "name": "BlockChain Station Explorer",
+ "url": "https://testnet.bcsdev.io",
+ "standard": "EIP3091"
+ }]
+ }
diff --git a/chains/eip155-71.json b/chains/eip155-71.json
new file mode 100644
index 00000000..1c3167ec
--- /dev/null
+++ b/chains/eip155-71.json
@@ -0,0 +1,24 @@
+{
+ "name": "Conflux eSpace (Testnet)",
+ "chain": "Conflux",
+ "network": "testnet",
+ "rpc": ["https://evmtestnet.confluxrpc.com"],
+ "faucets": ["https://faucet.confluxnetwork.org"],
+ "nativeCurrency": {
+ "name": "CFX",
+ "symbol": "CFX",
+ "decimals": 18
+ },
+ "infoURL": "https://confluxnetwork.org",
+ "shortName": "cfxtest",
+ "chainId": 71,
+ "networkId": 71,
+ "icon": "conflux",
+ "explorers": [
+ {
+ "name": "Conflux Scan",
+ "url": "https://evmtestnet.confluxscan.net",
+ "standard": "none"
+ }
+ ]
+ }
\ No newline at end of file
diff --git a/chains/eip155-71393.json b/chains/eip155-71393.json
new file mode 100644
index 00000000..ee7677dc
--- /dev/null
+++ b/chains/eip155-71393.json
@@ -0,0 +1,19 @@
+{
+ "name": "Polyjuice Testnet",
+ "chain": "CKB",
+ "icon": "polyjuice",
+ "rpc": [
+ "https://godwoken-testnet-web3-rpc.ckbapp.dev",
+ "ws://godwoken-testnet-web3-rpc.ckbapp.dev/ws"
+ ],
+ "faucets": ["https://faucet.nervos.org/"],
+ "nativeCurrency": {
+ "name": "CKB",
+ "symbol": "CKB",
+ "decimals": 8
+ },
+ "infoURL": "https://github.com/nervosnetwork/godwoken",
+ "shortName": "ckb",
+ "chainId": 71393,
+ "networkId": 1
+}
diff --git a/chains/eip155-71401.json b/chains/eip155-71401.json
new file mode 100644
index 00000000..2f072661
--- /dev/null
+++ b/chains/eip155-71401.json
@@ -0,0 +1,26 @@
+{
+ "name": "Godwoken Testnet (V1.1)",
+ "chain": "GWT",
+ "rpc": [
+ "https://godwoken-testnet-v1.ckbapp.dev"
+ ],
+ "faucets": [
+ "https://testnet.bridge.godwoken.io"
+ ],
+ "nativeCurrency": {
+ "name": "CKB",
+ "symbol": "CKB",
+ "decimals": 18
+ },
+ "infoURL": "https://www.nervos.org",
+ "shortName": "gw-testnet-v1",
+ "chainId": 71401,
+ "networkId": 71401,
+ "explorers": [
+ {
+ "name": "GWScan Block Explorer",
+ "url": "https://v1.aggron.gwscan.com",
+ "standard": "none"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/chains/eip155-71402.json b/chains/eip155-71402.json
new file mode 100644
index 00000000..28cb862d
--- /dev/null
+++ b/chains/eip155-71402.json
@@ -0,0 +1,26 @@
+{
+ "name": "Godwoken Mainnet",
+ "chain": "GWT",
+ "rpc": [
+ "https://godwoken-testnet-v1.ckbapp.dev"
+ ],
+ "faucets": [
+ "https://testnet.bridge.godwoken.io"
+ ],
+ "nativeCurrency": {
+ "name": "CKB",
+ "symbol": "CKB",
+ "decimals": 18
+ },
+ "infoURL": "https://www.nervos.org",
+ "shortName": "gw-mainnet-v1",
+ "chainId": 71402,
+ "networkId": 71402,
+ "explorers": [
+ {
+ "name": "GWScan Block Explorer",
+ "url": "https://v1.aggron.gwscan.com",
+ "standard": "none"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/chains/eip155-721.json b/chains/eip155-721.json
new file mode 100644
index 00000000..36dd0a2c
--- /dev/null
+++ b/chains/eip155-721.json
@@ -0,0 +1,16 @@
+{
+ "name": "Factory 127 Testnet",
+ "chain": "FETH",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Factory 127 Token",
+ "symbol": "FETH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.factory127.com",
+ "shortName": "tfeth",
+ "chainId": 721,
+ "networkId": 721,
+ "slip44": 721
+ }
\ No newline at end of file
diff --git a/chains/eip155-7341.json b/chains/eip155-7341.json
new file mode 100644
index 00000000..d89753c3
--- /dev/null
+++ b/chains/eip155-7341.json
@@ -0,0 +1,24 @@
+{
+ "name": "Shyft Mainnet",
+ "chain": "SHYFT",
+ "icon": "shyft",
+ "rpc": [
+ "https://rpc.shyft.network/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Shyft",
+ "symbol": "SHYFT",
+ "decimals": 18
+ },
+ "infoURL": "https://shyft.network",
+ "shortName": "shyft",
+ "chainId": 7341,
+ "networkId": 7341,
+ "slip44": 2147490989,
+ "explorers": [{
+ "name": "Shyft BX",
+ "url": "https://bx.shyft.network",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-73799.json b/chains/eip155-73799.json
new file mode 100644
index 00000000..dfc421aa
--- /dev/null
+++ b/chains/eip155-73799.json
@@ -0,0 +1,20 @@
+{
+ "name": "Energy Web Volta Testnet",
+ "chain": "Volta",
+ "rpc": [
+ "https://volta-rpc.energyweb.org",
+ "wss://volta-rpc.energyweb.org/ws"
+ ],
+ "faucets": [
+ "https://voltafaucet.energyweb.org"
+ ],
+ "nativeCurrency": {
+ "name": "Volta Token",
+ "symbol": "VT",
+ "decimals": 18
+ },
+ "infoURL": "https://energyweb.org",
+ "shortName": "vt",
+ "chainId": 73799,
+ "networkId": 73799
+}
diff --git a/chains/eip155-74.json b/chains/eip155-74.json
new file mode 100644
index 00000000..66045260
--- /dev/null
+++ b/chains/eip155-74.json
@@ -0,0 +1,26 @@
+{
+ "name": "IDChain Mainnet",
+ "chain": "IDChain",
+ "network": "mainnet",
+ "rpc": [
+ "https://idchain.one/rpc/",
+ "wss://idchain.one/ws/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "EIDI",
+ "symbol": "EIDI",
+ "decimals": 18
+ },
+ "infoURL": "https://idchain.one/begin/",
+ "shortName": "idchain",
+ "chainId": 74,
+ "networkId": 74,
+ "icon": "idchain",
+ "explorers": [{
+ "name": "explorer",
+ "url": "https://explorer.idchain.one",
+ "icon": "etherscan",
+ "standard": "EIP3091"
+ }]
+ }
\ No newline at end of file
diff --git a/chains/eip155-76.json b/chains/eip155-76.json
new file mode 100644
index 00000000..f1de7988
--- /dev/null
+++ b/chains/eip155-76.json
@@ -0,0 +1,18 @@
+{
+ "name": "Mix",
+ "chain": "MIX",
+ "rpc": [
+ "https://rpc2.mix-blockchain.org:8647"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Mix Ether",
+ "symbol": "MIX",
+ "decimals": 18
+ },
+ "infoURL": "https://mix-blockchain.org",
+ "shortName": "mix",
+ "chainId": 76,
+ "networkId": 76,
+ "slip44": 76
+}
diff --git a/chains/eip155-77.json b/chains/eip155-77.json
new file mode 100644
index 00000000..17e05f1c
--- /dev/null
+++ b/chains/eip155-77.json
@@ -0,0 +1,27 @@
+{
+ "name": "POA Network Sokol",
+ "chain": "POA",
+ "rpc": [
+ "https://sokol.poa.network",
+ "wss://sokol.poa.network/wss",
+ "ws://sokol.poa.network:8546"
+ ],
+ "faucets": [
+ "https://faucet.poa.network"
+ ],
+ "nativeCurrency": {
+ "name": "POA Sokol Ether",
+ "symbol": "SPOA",
+ "decimals": 18
+ },
+ "infoURL": "https://poa.network",
+ "shortName": "spoa",
+ "chainId": 77,
+ "networkId": 77,
+
+ "explorers": [{
+ "name": "blockscout",
+ "url": "https://blockscout.com/poa/sokol",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-776.json b/chains/eip155-776.json
new file mode 100644
index 00000000..1da7cf75
--- /dev/null
+++ b/chains/eip155-776.json
@@ -0,0 +1,27 @@
+{
+ "name": "OpenChain Testnet",
+ "chain": "OpenChain Testnet",
+ "rpc": [
+ "http://mainnet.openchain.info:8545",
+ "https://mainnet1.openchain.info"
+ ],
+ "faucets": [
+ "https://faucet.openchain.info/"
+ ],
+ "nativeCurrency": {
+ "name": "Openchain Testnet",
+ "symbol": "TOPC",
+ "decimals": 18
+ },
+ "infoURL": "https://testnet.openchain.info/",
+ "shortName": "opc",
+ "chainId": 776,
+ "networkId": 776,
+ "explorers": [
+ {
+ "name": "OPEN CHAIN TESTNET",
+ "url": "https://testnet.openchain.info",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/chains/eip155-7762959.json b/chains/eip155-7762959.json
new file mode 100644
index 00000000..de129a07
--- /dev/null
+++ b/chains/eip155-7762959.json
@@ -0,0 +1,18 @@
+{
+ "name": "Musicoin",
+ "chain": "MUSIC",
+ "rpc": [
+ "https://mewapi.musicoin.tw"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Musicoin",
+ "symbol": "MUSIC",
+ "decimals": 18
+ },
+ "infoURL": "https://musicoin.tw",
+ "shortName": "music",
+ "chainId": 7762959,
+ "networkId": 7762959,
+ "slip44": 184
+}
diff --git a/chains/eip155-777.json b/chains/eip155-777.json
new file mode 100644
index 00000000..682fcb74
--- /dev/null
+++ b/chains/eip155-777.json
@@ -0,0 +1,17 @@
+{
+ "name": "cheapETH",
+ "chain": "cheapETH",
+ "rpc": [
+ "https://node.cheapeth.org/rpc"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "cTH",
+ "symbol": "cTH",
+ "decimals": 18
+ },
+ "infoURL": "https://cheapeth.org/",
+ "shortName": "cth",
+ "chainId": 777,
+ "networkId": 777
+}
diff --git a/chains/eip155-7777.json b/chains/eip155-7777.json
new file mode 100644
index 00000000..5c494de2
--- /dev/null
+++ b/chains/eip155-7777.json
@@ -0,0 +1,29 @@
+{
+ "name": "Rise of the Warbots Testnet",
+ "chain": "nmactest",
+ "rpc": [
+ "https://testnet1.riseofthewarbots.com",
+ "https://testnet2.riseofthewarbots.com",
+ "https://testnet3.riseofthewarbots.com",
+ "https://testnet4.riseofthewarbots.com",
+ "https://testnet5.riseofthewarbots.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Nano Machines",
+ "symbol": "NMAC",
+ "decimals": 18
+ },
+ "infoURL": "https://riseofthewarbots.com/",
+ "shortName": "Rise of the Warbots Testnet",
+ "chainId": 7777,
+ "networkId": 7777,
+ "explorers": [
+ {
+ "name": "avascan",
+ "url": "https://testnet.avascan.info/blockchain/2mZ9doojfwHzXN3VXDQELKnKyZYxv7833U8Yq5eTfFx3hxJtiy",
+ "standard": "none"
+ }
+ ]
+ }
+
\ No newline at end of file
diff --git a/chains/eip155-78.json b/chains/eip155-78.json
new file mode 100644
index 00000000..099ab160
--- /dev/null
+++ b/chains/eip155-78.json
@@ -0,0 +1,17 @@
+{
+ "name": "PrimusChain mainnet",
+ "chain": "PC",
+ "rpc": [
+ "https://ethnode.primusmoney.com/mainnet"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Primus Ether",
+ "symbol": "PETH",
+ "decimals": 18
+ },
+ "infoURL": "https://primusmoney.com",
+ "shortName": "primuschain",
+ "chainId": 78,
+ "networkId": 78
+}
\ No newline at end of file
diff --git a/chains/eip155-78110.json b/chains/eip155-78110.json
new file mode 100644
index 00000000..c6c89ab7
--- /dev/null
+++ b/chains/eip155-78110.json
@@ -0,0 +1,17 @@
+{
+ "name": "Firenze test network",
+ "chain": "ETH",
+ "rpc": [
+ "https://ethnode.primusmoney.com/firenze"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Firenze Ether",
+ "symbol": "FIN",
+ "decimals": 18
+ },
+ "infoURL": "https://primusmoney.com",
+ "shortName": "firenze",
+ "chainId": 78110,
+ "networkId": 78110
+}
\ No newline at end of file
diff --git a/chains/eip155-787.json b/chains/eip155-787.json
new file mode 100644
index 00000000..28451091
--- /dev/null
+++ b/chains/eip155-787.json
@@ -0,0 +1,16 @@
+{
+ "name": "Acala Network",
+ "chain": "ACA",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Acala Token",
+ "symbol": "ACA",
+ "decimals": 18
+ },
+ "infoURL": "https://acala.network",
+ "shortName": "aca",
+ "chainId": 787,
+ "networkId": 787,
+ "slip44": 787
+}
diff --git a/chains/eip155-7878.json b/chains/eip155-7878.json
new file mode 100644
index 00000000..cd21f7c3
--- /dev/null
+++ b/chains/eip155-7878.json
@@ -0,0 +1,25 @@
+{
+ "name": "Hazlor Testnet",
+ "chain": "SCAS",
+ "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"
+ }]
+}
diff --git a/chains/eip155-788.json b/chains/eip155-788.json
new file mode 100644
index 00000000..47f125d1
--- /dev/null
+++ b/chains/eip155-788.json
@@ -0,0 +1,26 @@
+{
+ "name": "Aerochain Testnet",
+ "chain": "Aerochain",
+ "network": "testnet",
+ "rpc": [
+ "https://testnet-rpc.aerochain.id/"
+ ],
+ "faucets": [
+ "https://faucet.aerochain.id/"
+ ],
+ "nativeCurrency": {
+ "name": "Aerochain Testnet",
+ "symbol": "TAero",
+ "decimals": 18
+ },
+ "infoURL": "https://aerochaincoin.org/",
+ "shortName": "taero",
+ "chainId": 788,
+ "networkId": 788,
+ "explorers": [{
+ "name": "aeroscan",
+ "url": "https://testnet.aeroscan.id",
+ "standard": "EIP3091"
+ }]
+}
+
diff --git a/chains/eip155-79.json b/chains/eip155-79.json
new file mode 100644
index 00000000..726d5f5f
--- /dev/null
+++ b/chains/eip155-79.json
@@ -0,0 +1,30 @@
+{
+ "name": "Zenith Mainnet",
+ "chain": "Zenith",
+ "rpc": [
+ "https://dataserver-us-1.zenithchain.co/",
+ "https://dataserver-asia-3.zenithchain.co/",
+ "https://dataserver-asia-4.zenithchain.co/",
+ "https://dataserver-asia-2.zenithchain.co/",
+ "https://dataserver-asia-5.zenithchain.co/",
+ "https://dataserver-asia-6.zenithchain.co/",
+ "https://dataserver-asia-7.zenithchain.co/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ZENITH",
+ "symbol": "ZENITH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.zenithchain.co/",
+ "chainId": 79,
+ "networkId": 79,
+ "shortName": "zenith",
+ "explorers": [
+ {
+ "name": "zenith scan",
+ "url": "https://scan.zenithchain.co",
+ "standard": "EIP3091"
+ }
+ ]
+}
diff --git a/chains/eip155-8.json b/chains/eip155-8.json
new file mode 100644
index 00000000..a0083484
--- /dev/null
+++ b/chains/eip155-8.json
@@ -0,0 +1,24 @@
+{
+ "name": "Ubiq",
+ "chain": "UBQ",
+ "rpc": [
+ "https://rpc.octano.dev",
+ "https://pyrus2.ubiqscan.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ubiq Ether",
+ "symbol": "UBQ",
+ "decimals": 18
+ },
+ "infoURL": "https://ubiqsmart.com",
+ "shortName": "ubq",
+ "chainId": 8,
+ "networkId": 8,
+ "slip44": 108,
+ "explorers": [{
+ "name": "ubiqscan",
+ "url": "https://ubiqscan.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-80.json b/chains/eip155-80.json
new file mode 100644
index 00000000..b0a10e4f
--- /dev/null
+++ b/chains/eip155-80.json
@@ -0,0 +1,22 @@
+{
+ "name": "GeneChain",
+ "chain": "GeneChain",
+ "rpc": [
+ "https://rpc.genechain.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "RNA",
+ "symbol": "RNA",
+ "decimals": 18
+ },
+ "infoURL": "https://scan.genechain.io/",
+ "shortName": "GeneChain",
+ "chainId": 80,
+ "networkId": 80,
+ "explorers": [{
+ "name": "GeneChain Scan",
+ "url": "https://scan.genechain.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-8000.json b/chains/eip155-8000.json
new file mode 100644
index 00000000..bc7772f0
--- /dev/null
+++ b/chains/eip155-8000.json
@@ -0,0 +1,30 @@
+{
+ "name": "Teleport",
+ "chain": "Teleport",
+ "rpc": ["https://evm-rpc.teleport.network"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Tele",
+ "symbol": "TELE",
+ "decimals": 18
+ },
+ "infoURL": "https://teleport.network",
+ "shortName": "teleport",
+ "chainId": 8000,
+ "networkId": 8000,
+ "icon": "teleport",
+ "explorers": [
+ {
+ "name": "Teleport EVM Explorer (Blockscout)",
+ "url": "https://evm-explorer.teleport.network",
+ "standard": "none",
+ "icon": "teleport"
+ },
+ {
+ "name": "Teleport Cosmos Explorer (Big Dipper)",
+ "url": "https://explorer.teleport.network",
+ "standard": "none",
+ "icon": "teleport"
+ }
+ ]
+}
diff --git a/chains/eip155-80001.json b/chains/eip155-80001.json
new file mode 100644
index 00000000..c95da468
--- /dev/null
+++ b/chains/eip155-80001.json
@@ -0,0 +1,27 @@
+{
+ "name": "Mumbai",
+ "title": "Polygon Testnet Mumbai",
+ "chain": "Polygon",
+ "rpc": [
+ "https://matic-mumbai.chainstacklabs.com",
+ "https://rpc-mumbai.maticvigil.com",
+ "https://matic-testnet-archive-rpc.bwarelabs.com"
+ ],
+ "faucets": [
+ "https://faucet.polygon.technology/"
+ ],
+ "nativeCurrency": {
+ "name": "MATIC",
+ "symbol": "MATIC",
+ "decimals": 18
+ },
+ "infoURL": "https://polygon.technology/",
+ "shortName": "maticmum",
+ "chainId": 80001,
+ "networkId": 80001,
+ "explorers": [{
+ "name": "polygonscan",
+ "url": "https://mumbai.polygonscan.com",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-8001.json b/chains/eip155-8001.json
new file mode 100644
index 00000000..723a2938
--- /dev/null
+++ b/chains/eip155-8001.json
@@ -0,0 +1,30 @@
+{
+ "name": "Teleport Testnet",
+ "chain": "Teleport",
+ "rpc": ["https://evm-rpc.testnet.teleport.network"],
+ "faucets": ["https://chain-docs.teleport.network/testnet/faucet.html"],
+ "nativeCurrency": {
+ "name": "Tele",
+ "symbol": "TELE",
+ "decimals": 18
+ },
+ "infoURL": "https://teleport.network",
+ "shortName": "teleport-testnet",
+ "chainId": 8001,
+ "networkId": 8001,
+ "icon": "teleport",
+ "explorers": [
+ {
+ "name": "Teleport EVM Explorer (Blockscout)",
+ "url": "https://evm-explorer.testnet.teleport.network",
+ "standard": "none",
+ "icon": "teleport"
+ },
+ {
+ "name": "Teleport Cosmos Explorer (Big Dipper)",
+ "url": "https://explorer.testnet.teleport.network",
+ "standard": "none",
+ "icon": "teleport"
+ }
+ ]
+}
diff --git a/chains/eip155-8029.json b/chains/eip155-8029.json
new file mode 100644
index 00000000..cd2ccbdd
--- /dev/null
+++ b/chains/eip155-8029.json
@@ -0,0 +1,17 @@
+{
+ "name": "MDGL Testnet",
+ "chain": "MDGL",
+ "rpc": [
+ "https://testnet.mdgl.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "MDGL Token",
+ "symbol": "MDGLT",
+ "decimals": 18
+ },
+ "infoURL": "https://mdgl.io",
+ "shortName": "mdgl",
+ "chainId": 8029,
+ "networkId": 8029
+}
diff --git a/chains/eip155-803.json b/chains/eip155-803.json
new file mode 100644
index 00000000..9ae76e03
--- /dev/null
+++ b/chains/eip155-803.json
@@ -0,0 +1,15 @@
+{
+ "name": "Haic",
+ "chain": "Haic",
+ "rpc": ["https://orig.haichain.io/"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Haicoin",
+ "symbol": "HAIC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.haichain.io/",
+ "shortName": "haic",
+ "chainId": 803,
+ "networkId": 803
+}
diff --git a/chains/eip155-8080.json b/chains/eip155-8080.json
new file mode 100644
index 00000000..3fc8d396
--- /dev/null
+++ b/chains/eip155-8080.json
@@ -0,0 +1,24 @@
+{
+ "name": "GeneChain Adenine Testnet",
+ "chain": "GeneChain",
+ "rpc": [
+ "https://rpc-testnet.genechain.io"
+ ],
+ "faucets": [
+ "https://faucet.genechain.io"
+ ],
+ "nativeCurrency": {
+ "name": "Testnet RNA",
+ "symbol": "tRNA",
+ "decimals": 18
+ },
+ "infoURL": "https://scan-testnet.genechain.io/",
+ "shortName": "GeneChainAdn",
+ "chainId": 8080,
+ "networkId": 8080,
+ "explorers": [{
+ "name": "GeneChain Adenine Testnet Scan",
+ "url": "https://scan-testnet.genechain.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-81.json b/chains/eip155-81.json
new file mode 100644
index 00000000..b16e6e31
--- /dev/null
+++ b/chains/eip155-81.json
@@ -0,0 +1,23 @@
+{
+ "name": "Zenith Testnet (Vilnius)",
+ "chain": "Zenith",
+ "rpc": [
+ "https://vilnius.zenithchain.co/http"
+ ],
+ "faucets": ["https://faucet.zenithchain.co/"],
+ "nativeCurrency": {
+ "name": "Vilnius",
+ "symbol": "VIL",
+ "decimals": 18
+ },
+ "infoURL": "https://www.zenithchain.co/",
+ "chainId": 81,
+ "networkId": 81,
+ "shortName": "VIL",
+ "explorers": [{
+ "name": "vilnius scan",
+ "url": "https://vilnius.scan.zenithchain.co",
+ "standard": "EIP3091"
+ }]
+ }
+
\ No newline at end of file
diff --git a/chains/eip155-82.json b/chains/eip155-82.json
new file mode 100644
index 00000000..bcff02dd
--- /dev/null
+++ b/chains/eip155-82.json
@@ -0,0 +1,25 @@
+{
+ "name": "Meter Mainnet",
+ "chain": "METER",
+ "rpc": [
+ "https://rpc.meter.io"
+ ],
+ "faucets": [
+ "https://faucet.meter.io"
+ ],
+ "nativeCurrency": {
+ "name": "Meter",
+ "symbol": "MTR",
+ "decimals": 18
+ },
+ "infoURL": "https://www.meter.io",
+ "shortName": "Meter",
+ "chainId": 82,
+ "networkId": 82,
+ "explorers": [{
+ "name": "Meter Mainnet Scan",
+ "url": "https://scan.meter.io",
+ "standard": "EIP3091"
+ }]
+}
+
diff --git a/chains/eip155-820.json b/chains/eip155-820.json
new file mode 100644
index 00000000..1939ea15
--- /dev/null
+++ b/chains/eip155-820.json
@@ -0,0 +1,18 @@
+{
+ "name": "Callisto Mainnet",
+ "chain": "CLO",
+ "rpc": [
+ "https://clo-geth.0xinfra.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Callisto Mainnet Ether",
+ "symbol": "CLO",
+ "decimals": 18
+ },
+ "infoURL": "https://callisto.network",
+ "shortName": "clo",
+ "chainId": 820,
+ "networkId": 1,
+ "slip44": 820
+}
diff --git a/chains/eip155-821.json b/chains/eip155-821.json
new file mode 100644
index 00000000..ac0058a3
--- /dev/null
+++ b/chains/eip155-821.json
@@ -0,0 +1,15 @@
+{
+ "name": "Callisto Testnet",
+ "chain": "CLO",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Callisto Testnet Ether",
+ "symbol": "TCLO",
+ "decimals": 18
+ },
+ "infoURL": "https://callisto.network",
+ "shortName": "tclo",
+ "chainId": 821,
+ "networkId": 2
+}
\ No newline at end of file
diff --git a/chains/eip155-8217.json b/chains/eip155-8217.json
new file mode 100644
index 00000000..c1e3c71d
--- /dev/null
+++ b/chains/eip155-8217.json
@@ -0,0 +1,23 @@
+{
+ "name": "Klaytn Mainnet Cypress",
+ "chain": "KLAY",
+ "rpc": [
+ "https://public-node-api.klaytnapi.com/v1/cypress"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "KLAY",
+ "symbol": "KLAY",
+ "decimals": 18
+ },
+ "infoURL": "https://www.klaytn.com/",
+ "shortName": "Cypress",
+ "chainId": 8217,
+ "networkId": 8217,
+ "slip44": 8217,
+ "explorers": [{
+ "name": "Klaytnscope",
+ "url": "https://scope.klaytn.com",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-8285.json b/chains/eip155-8285.json
new file mode 100644
index 00000000..320e842f
--- /dev/null
+++ b/chains/eip155-8285.json
@@ -0,0 +1,18 @@
+{
+ "name": "KorthoTest",
+ "chain": "Kortho",
+ "rpc": [
+ "https://www.krotho-test.net"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "Kortho Test",
+ "symbol": "KTO",
+ "decimals": 11
+ },
+ "infoURL": "https://www.kortho.io/",
+ "shortName": "Kortho",
+ "chainId": 8285,
+ "networkId": 8285
+}
\ No newline at end of file
diff --git a/chains/eip155-83.json b/chains/eip155-83.json
new file mode 100644
index 00000000..75b3a70e
--- /dev/null
+++ b/chains/eip155-83.json
@@ -0,0 +1,25 @@
+{
+ "name": "Meter Testnet",
+ "chain": "METER 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"
+ }]
+}
+
diff --git a/chains/eip155-85.json b/chains/eip155-85.json
new file mode 100644
index 00000000..0c181b81
--- /dev/null
+++ b/chains/eip155-85.json
@@ -0,0 +1,26 @@
+{
+ "name": "GateChain Testnet",
+ "chainId": 85,
+ "shortName": "gttest",
+ "chain": "GTTEST",
+ "networkId": 85,
+ "nativeCurrency": {
+ "name": "GateToken",
+ "symbol": "GT",
+ "decimals": 18
+ },
+ "rpc": [
+ "https://testnet.gatenode.cc"
+ ],
+ "faucets": [
+ "https://www.gatescan.org/testnet/faucet"
+ ],
+ "explorers": [
+ {
+ "name": "GateScan",
+ "url": "https://www.gatescan.org/testnet",
+ "standard": "EIP3091"
+ }
+ ],
+ "infoURL": "https://www.gatechain.io"
+ }
diff --git a/chains/eip155-86.json b/chains/eip155-86.json
new file mode 100644
index 00000000..ef23e413
--- /dev/null
+++ b/chains/eip155-86.json
@@ -0,0 +1,26 @@
+ {
+ "name": "GateChain Mainnet",
+ "chainId": 86,
+ "shortName": "gt",
+ "chain": "GT",
+ "networkId": 86,
+ "nativeCurrency": {
+ "name": "GateToken",
+ "symbol": "GT",
+ "decimals": 18
+ },
+ "rpc": [
+ "https://evm.gatenode.cc"
+ ],
+ "faucets": [
+ "https://www.gatescan.org/faucet"
+ ],
+ "explorers": [
+ {
+ "name": "GateScan",
+ "url": "https://www.gatescan.org",
+ "standard": "EIP3091"
+ }
+ ],
+ "infoURL": "https://www.gatechain.io"
+ }
diff --git a/chains/eip155-868455272153094.json b/chains/eip155-868455272153094.json
new file mode 100644
index 00000000..b35700c5
--- /dev/null
+++ b/chains/eip155-868455272153094.json
@@ -0,0 +1,27 @@
+{
+ "name": "Godwoken Testnet (V1)",
+ "chain": "GWT",
+ "rpc": [
+ "https://godwoken-testnet-web3-v1-rpc.ckbapp.dev"
+ ],
+ "faucets": [
+ "https://homura.github.io/light-godwoken"
+ ],
+ "nativeCurrency": {
+ "name": "CKB",
+ "symbol": "CKB",
+ "decimals": 8
+ },
+ "infoURL": "https://www.nervos.org",
+ "shortName": "gw-testnet-v1-deprecated",
+ "chainId": 868455272153094,
+ "networkId": 868455272153094,
+ "status": "deprecated",
+ "explorers": [
+ {
+ "name": "GWScan Block Explorer",
+ "url": "https://v1.aggron.gwscan.com",
+ "standard": "none"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/chains/eip155-87.json b/chains/eip155-87.json
new file mode 100644
index 00000000..1d749258
--- /dev/null
+++ b/chains/eip155-87.json
@@ -0,0 +1,25 @@
+{
+ "name": "Nova Network",
+ "chain": "NNW",
+ "icon": "novanetwork",
+ "rpc": [
+ "https://connect.novanetwork.io",
+ "https://0x57.redjackstudio.com",
+ "https://rpc.novanetwork.io:9070"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Supernova",
+ "symbol": "SNT",
+ "decimals": 18
+ },
+ "infoURL": "https://novanetwork.io",
+ "shortName": "nnw",
+ "chainId": 87,
+ "networkId": 87,
+ "explorers": [{
+ "name": "novanetwork",
+ "url": "https://explorer.novanetwork.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-8723.json b/chains/eip155-8723.json
new file mode 100644
index 00000000..bab4f4db
--- /dev/null
+++ b/chains/eip155-8723.json
@@ -0,0 +1,23 @@
+{
+ "name": "TOOL Global Mainnet",
+ "chain": "OLO",
+ "rpc": [
+ "https://mainnet-web3.wolot.io"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "TOOL Global",
+ "symbol": "OLO",
+ "decimals": 18
+ },
+ "infoURL": "https://ibdt.io",
+ "shortName": "olo",
+ "chainId": 8723,
+ "networkId": 8723,
+ "slip44": 479,
+ "explorers": [{
+ "name": "OLO Block Explorer",
+ "url": "https://www.olo.network",
+ "standard": "EIP3091"
+ }]
+}
\ No newline at end of file
diff --git a/chains/eip155-8724.json b/chains/eip155-8724.json
new file mode 100644
index 00000000..7d05ded8
--- /dev/null
+++ b/chains/eip155-8724.json
@@ -0,0 +1,20 @@
+{
+ "name": "TOOL Global Testnet",
+ "chain": "OLO",
+ "rpc": [
+ "https://testnet-web3.wolot.io"
+ ],
+ "faucets": [
+ "https://testnet-explorer.wolot.io"
+ ],
+ "nativeCurrency": {
+ "name": "TOOL Global",
+ "symbol": "OLO",
+ "decimals": 18
+ },
+ "infoURL": "https://testnet-explorer.wolot.io",
+ "shortName": "tolo",
+ "chainId": 8724,
+ "networkId": 8724,
+ "slip44": 479
+}
diff --git a/chains/eip155-88.json b/chains/eip155-88.json
new file mode 100644
index 00000000..4a5f2052
--- /dev/null
+++ b/chains/eip155-88.json
@@ -0,0 +1,18 @@
+{
+ "name": "TomoChain",
+ "chain": "TOMO",
+ "rpc": [
+ "https://rpc.tomochain.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "TomoChain",
+ "symbol": "TOMO",
+ "decimals": 18
+ },
+ "infoURL": "https://tomochain.com",
+ "shortName": "tomo",
+ "chainId": 88,
+ "networkId": 88,
+ "slip44": 889
+}
diff --git a/chains/eip155-880.json b/chains/eip155-880.json
new file mode 100644
index 00000000..2e9da0cb
--- /dev/null
+++ b/chains/eip155-880.json
@@ -0,0 +1,22 @@
+{
+ "name": "Ambros Chain Mainnet",
+ "chain": "ambroschain",
+ "rpc": [
+ "https://api.ambros.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "AMBROS",
+ "symbol": "AMBROS",
+ "decimals": 18
+ },
+ "infoURL": "https://ambros.network",
+ "shortName": "ambros",
+ "chainId": 880,
+ "networkId": 880,
+ "explorers": [{
+ "name": "Ambros Chain Explorer",
+ "url": "https://ambrosscan.com",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-888.json b/chains/eip155-888.json
new file mode 100644
index 00000000..2041974e
--- /dev/null
+++ b/chains/eip155-888.json
@@ -0,0 +1,18 @@
+{
+ "name": "Wanchain",
+ "chain": "WAN",
+ "rpc": [
+ "https://gwan-ssl.wandevs.org:56891/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Wancoin",
+ "symbol": "WAN",
+ "decimals": 18
+ },
+ "infoURL": "https://www.wanscan.org",
+ "shortName": "wan",
+ "chainId": 888,
+ "networkId": 888,
+ "slip44": 5718350
+}
diff --git a/chains/eip155-8888.json b/chains/eip155-8888.json
new file mode 100644
index 00000000..3e985c91
--- /dev/null
+++ b/chains/eip155-8888.json
@@ -0,0 +1,22 @@
+{
+ "name": "Ambros Chain Testnet",
+ "chain": "ambroschain",
+ "rpc": [
+ "https://api.testnet.ambros.network"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "AMBROS",
+ "symbol": "AMBROS",
+ "decimals": 18
+ },
+ "infoURL": "https://test.ambros.network",
+ "shortName": "ambrostestnet",
+ "chainId": 8888,
+ "networkId": 8888,
+ "explorers": [{
+ "name": "Ambros Chain Explorer",
+ "url": "https://testnet.ambrosscan.com",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-88888.json b/chains/eip155-88888.json
new file mode 100644
index 00000000..0c5c965d
--- /dev/null
+++ b/chains/eip155-88888.json
@@ -0,0 +1,25 @@
+{
+ "name": "IVAR Chain Mainnet",
+ "chain": "IVAR",
+ "icon": "ivar",
+ "rpc": [
+ "https://mainnet-rpc.ivarex.com"
+ ],
+ "faucets": [
+ "https://faucet.ivarex.com/"
+ ],
+ "nativeCurrency": {
+ "name": "Ivar",
+ "symbol": "IVAR",
+ "decimals": 18
+ },
+ "infoURL": "https://ivarex.com",
+ "shortName": "ivar",
+ "chainId": 88888,
+ "networkId": 88888,
+ "explorers": [{
+ "name": "ivarscan",
+ "url": "https://ivarscan.com",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-888888.json b/chains/eip155-888888.json
new file mode 100644
index 00000000..c0969d3e
--- /dev/null
+++ b/chains/eip155-888888.json
@@ -0,0 +1,24 @@
+{
+ "name": "Vision - Mainnet",
+ "chain": "Vision",
+ "rpc": [
+ "https://infragrid.v.network/ethereum/compatible"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "VS",
+ "symbol": "VS",
+ "decimals": 18
+ },
+ "infoURL": "https://www.v.network",
+ "explorers": [{
+ "name": "Visionscan",
+ "url": "https://www.visionscan.org",
+ "standard": "EIP3091"
+ }],
+ "shortName": "vision",
+ "chainId": 888888,
+ "networkId": 888888,
+ "slip44": 60
+ }
diff --git a/chains/eip155-8898.json b/chains/eip155-8898.json
new file mode 100644
index 00000000..7d85b8e9
--- /dev/null
+++ b/chains/eip155-8898.json
@@ -0,0 +1,29 @@
+{
+ "name": "Mammoth Mainnet",
+ "title": "Mammoth Chain",
+ "chain": "MMT",
+ "rpc": [
+ "https://dataseed.mmtscan.io",
+ "https://dataseed1.mmtscan.io",
+ "https://dataseed2.mmtscan.io"
+ ],
+ "faucets": [
+ "https://faucet.mmtscan.io/"
+ ],
+ "nativeCurrency": {
+ "name": "Mammoth Token",
+ "symbol": "MMT",
+ "decimals": 18
+ },
+ "infoURL": "https://mmtchain.io/",
+ "shortName": "mmt",
+ "chainId": 8898,
+ "networkId": 8898,
+ "icon": "mmt",
+ "explorers": [{
+ "name": "mmtscan",
+ "url": "https://mmtscan.io",
+ "standard": "EIP3091",
+ "icon": "mmt"
+ }]
+}
diff --git a/chains/eip155-89.json b/chains/eip155-89.json
new file mode 100644
index 00000000..80795cd8
--- /dev/null
+++ b/chains/eip155-89.json
@@ -0,0 +1,18 @@
+{
+ "name": "TomoChain Testnet",
+ "chain": "TOMO",
+ "rpc": [
+ "https://rpc.testnet.tomochain.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "TomoChain",
+ "symbol": "TOMO",
+ "decimals": 18
+ },
+ "infoURL": "https://tomochain.com",
+ "shortName": "tomot",
+ "chainId": 89,
+ "networkId": 89,
+ "slip44": 889
+ }
\ No newline at end of file
diff --git a/chains/eip155-8995.json b/chains/eip155-8995.json
new file mode 100644
index 00000000..e1cb3264
--- /dev/null
+++ b/chains/eip155-8995.json
@@ -0,0 +1,19 @@
+{
+ "name": "bloxberg",
+ "chain": "bloxberg",
+ "rpc": [
+ "https://core.bloxberg.org"
+ ],
+ "faucets": [
+ "https://faucet.bloxberg.org/"
+ ],
+ "nativeCurrency": {
+ "name": "BERG",
+ "symbol": "U+25B3",
+ "decimals": 18
+ },
+ "infoURL": "https://bloxberg.org",
+ "shortName": "berg",
+ "chainId": 8995,
+ "networkId": 8995
+}
diff --git a/chains/eip155-9.json b/chains/eip155-9.json
new file mode 100644
index 00000000..57960412
--- /dev/null
+++ b/chains/eip155-9.json
@@ -0,0 +1,15 @@
+{
+ "name": "Ubiq Network Testnet",
+ "chain": "UBQ",
+ "rpc": [],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ubiq Testnet Ether",
+ "symbol": "TUBQ",
+ "decimals": 18
+ },
+ "infoURL": "https://ethersocial.org",
+ "shortName": "tubq",
+ "chainId": 9,
+ "networkId": 2
+}
\ No newline at end of file
diff --git a/chains/eip155-90.json b/chains/eip155-90.json
new file mode 100644
index 00000000..cc0c21c9
--- /dev/null
+++ b/chains/eip155-90.json
@@ -0,0 +1,25 @@
+{
+ "name": "Garizon Stage0",
+ "chain": "GAR",
+ "network": "mainnet",
+ "icon": "garizon",
+ "rpc": [
+ "https://s0.garizon.net/rpc"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Garizon",
+ "symbol": "GAR",
+ "decimals": 18
+ },
+ "infoURL": "https://garizon.com",
+ "shortName": "gar-s0",
+ "chainId": 90,
+ "networkId": 90,
+ "explorers": [{
+ "name": "explorer",
+ "url": "https://explorer.garizon.com",
+ "icon": "garizon",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-900.json b/chains/eip155-900.json
new file mode 100644
index 00000000..ae7db495
--- /dev/null
+++ b/chains/eip155-900.json
@@ -0,0 +1,27 @@
+{
+ "name": "Garizon Testnet Stage0",
+ "chain": "GAR",
+ "network": "testnet",
+ "icon": "garizon",
+ "rpc": [
+ "https://s0-testnet.garizon.net/rpc"
+ ],
+ "faucets": [
+ "https://faucet-testnet.garizon.com"
+ ],
+ "nativeCurrency": {
+ "name": "Garizon",
+ "symbol": "GAR",
+ "decimals": 18
+ },
+ "infoURL": "https://garizon.com",
+ "shortName": "gar-test-s0",
+ "chainId": 900,
+ "networkId": 900,
+ "explorers": [{
+ "name": "explorer",
+ "url": "https://explorer-testnet.garizon.com",
+ "icon": "garizon",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-9000.json b/chains/eip155-9000.json
new file mode 100644
index 00000000..4e9e3cca
--- /dev/null
+++ b/chains/eip155-9000.json
@@ -0,0 +1,30 @@
+{
+ "name": "Evmos Testnet",
+ "chain": "Evmos",
+ "rpc": ["https://eth.bd.evmos.dev:8545"],
+ "faucets": ["https://faucet.evmos.dev"],
+ "nativeCurrency": {
+ "name": "test-Evmos",
+ "symbol": "tEVMOS",
+ "decimals": 18
+ },
+ "infoURL": "https://evmos.org",
+ "shortName": "evmos-testnet",
+ "chainId": 9000,
+ "networkId": 9000,
+ "icon": "evmos",
+ "explorers": [
+ {
+ "name": "Evmos EVM Explorer",
+ "url": "https://evm.evmos.dev",
+ "standard": "EIP3091",
+ "icon": "evmos"
+ },
+ {
+ "name": "Evmos Cosmos Explorer",
+ "url": "https://explorer.evmos.dev",
+ "standard": "none",
+ "icon": "evmos"
+ }
+ ]
+}
diff --git a/chains/eip155-9001.json b/chains/eip155-9001.json
new file mode 100644
index 00000000..3a428fcb
--- /dev/null
+++ b/chains/eip155-9001.json
@@ -0,0 +1,30 @@
+{
+ "name": "Evmos",
+ "chain": "Evmos",
+ "rpc": ["https://eth.bd.evmos.org:8545"],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Evmos",
+ "symbol": "EVMOS",
+ "decimals": 18
+ },
+ "infoURL": "https://evmos.org",
+ "shortName": "evmos",
+ "chainId": 9001,
+ "networkId": 9001,
+ "icon": "evmos",
+ "explorers": [
+ {
+ "name": "Evmos EVM Explorer (Blockscout)",
+ "url": "https://evm.evmos.org",
+ "standard": "none",
+ "icon": "evmos"
+ },
+ {
+ "name": "Evmos Cosmos Explorer (Mintscan)",
+ "url": "https://www.mintscan.io/evmos",
+ "standard": "none",
+ "icon": "evmos"
+ }
+ ]
+}
diff --git a/chains/eip155-901.json b/chains/eip155-901.json
new file mode 100644
index 00000000..419eef10
--- /dev/null
+++ b/chains/eip155-901.json
@@ -0,0 +1,31 @@
+{
+ "name": "Garizon Testnet Stage1",
+ "chain": "GAR",
+ "network": "testnet",
+ "icon": "garizon",
+ "rpc": [
+ "https://s1-testnet.garizon.net/rpc"
+ ],
+ "faucets": [
+ "https://faucet-testnet.garizon.com"
+ ],
+ "nativeCurrency": {
+ "name": "Garizon",
+ "symbol": "GAR",
+ "decimals": 18
+ },
+ "infoURL": "https://garizon.com",
+ "shortName": "gar-test-s1",
+ "chainId": 901,
+ "networkId": 901,
+ "explorers": [{
+ "name": "explorer",
+ "url": "https://explorer-testnet.garizon.com",
+ "icon": "garizon",
+ "standard": "EIP3091"
+ }],
+ "parent": {
+ "chain": "eip155-900",
+ "type": "shard"
+ }
+}
diff --git a/chains/eip155-902.json b/chains/eip155-902.json
new file mode 100644
index 00000000..4494f93a
--- /dev/null
+++ b/chains/eip155-902.json
@@ -0,0 +1,31 @@
+{
+ "name": "Garizon Testnet Stage2",
+ "chain": "GAR",
+ "network": "testnet",
+ "icon": "garizon",
+ "rpc": [
+ "https://s2-testnet.garizon.net/rpc"
+ ],
+ "faucets": [
+ "https://faucet-testnet.garizon.com"
+ ],
+ "nativeCurrency": {
+ "name": "Garizon",
+ "symbol": "GAR",
+ "decimals": 18
+ },
+ "infoURL": "https://garizon.com",
+ "shortName": "gar-test-s2",
+ "chainId": 902,
+ "networkId": 902,
+ "explorers": [{
+ "name": "explorer",
+ "url": "https://explorer-testnet.garizon.com",
+ "icon": "garizon",
+ "standard": "EIP3091"
+ }],
+ "parent": {
+ "chain": "eip155-900",
+ "type": "shard"
+ }
+}
diff --git a/chains/eip155-903.json b/chains/eip155-903.json
new file mode 100644
index 00000000..73ac913a
--- /dev/null
+++ b/chains/eip155-903.json
@@ -0,0 +1,31 @@
+{
+ "name": "Garizon Testnet Stage3",
+ "chain": "GAR",
+ "network": "testnet",
+ "icon": "garizon",
+ "rpc": [
+ "https://s3-testnet.garizon.net/rpc"
+ ],
+ "faucets": [
+ "https://faucet-testnet.garizon.com"
+ ],
+ "nativeCurrency": {
+ "name": "Garizon",
+ "symbol": "GAR",
+ "decimals": 18
+ },
+ "infoURL": "https://garizon.com",
+ "shortName": "gar-test-s3",
+ "chainId": 903,
+ "networkId": 903,
+ "explorers": [{
+ "name": "explorer",
+ "url": "https://explorer-testnet.garizon.com",
+ "icon": "garizon",
+ "standard": "EIP3091"
+ }],
+ "parent": {
+ "chain": "eip155-900",
+ "type": "shard"
+ }
+}
diff --git a/chains/eip155-91.json b/chains/eip155-91.json
new file mode 100644
index 00000000..df8d56cb
--- /dev/null
+++ b/chains/eip155-91.json
@@ -0,0 +1,29 @@
+{
+ "name": "Garizon Stage1",
+ "chain": "GAR",
+ "network": "mainnet",
+ "icon": "garizon",
+ "rpc": [
+ "https://s1.garizon.net/rpc"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Garizon",
+ "symbol": "GAR",
+ "decimals": 18
+ },
+ "infoURL": "https://garizon.com",
+ "shortName": "gar-s1",
+ "chainId": 91,
+ "networkId": 91,
+ "explorers": [{
+ "name": "explorer",
+ "url": "https://explorer.garizon.com",
+ "icon": "garizon",
+ "standard": "EIP3091"
+ }],
+ "parent": {
+ "chain": "eip155-90",
+ "type": "shard"
+ }
+}
diff --git a/chains/eip155-9100.json b/chains/eip155-9100.json
new file mode 100644
index 00000000..25e233ad
--- /dev/null
+++ b/chains/eip155-9100.json
@@ -0,0 +1,18 @@
+{
+ "name": "Genesis Coin",
+ "chain": "Genesis",
+ "rpc": [
+ "https://genesis-gn.com",
+ "wss://genesis-gn.com"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "GN Coin",
+ "symbol": "GNC",
+ "decimals": 18
+ },
+ "infoURL": "https://genesis-gn.com",
+ "shortName": "GENEC",
+ "chainId": 9100,
+ "networkId": 9100
+}
\ No newline at end of file
diff --git a/chains/eip155-92.json b/chains/eip155-92.json
new file mode 100644
index 00000000..4d23e9bf
--- /dev/null
+++ b/chains/eip155-92.json
@@ -0,0 +1,29 @@
+{
+ "name": "Garizon Stage2",
+ "chain": "GAR",
+ "network": "mainnet",
+ "icon": "garizon",
+ "rpc": [
+ "https://s2.garizon.net/rpc"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Garizon",
+ "symbol": "GAR",
+ "decimals": 18
+ },
+ "infoURL": "https://garizon.com",
+ "shortName": "gar-s2",
+ "chainId": 92,
+ "networkId": 92,
+ "explorers": [{
+ "name": "explorer",
+ "url": "https://explorer.garizon.com",
+ "icon": "garizon",
+ "standard": "EIP3091"
+ }],
+ "parent": {
+ "chain": "eip155-90",
+ "type": "shard"
+ }
+}
diff --git a/chains/eip155-93.json b/chains/eip155-93.json
new file mode 100644
index 00000000..3802ec4c
--- /dev/null
+++ b/chains/eip155-93.json
@@ -0,0 +1,29 @@
+{
+ "name": "Garizon Stage3",
+ "chain": "GAR",
+ "network": "mainnet",
+ "icon": "garizon",
+ "rpc": [
+ "https://s3.garizon.net/rpc"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Garizon",
+ "symbol": "GAR",
+ "decimals": 18
+ },
+ "infoURL": "https://garizon.com",
+ "shortName": "gar-s3",
+ "chainId": 93,
+ "networkId": 93,
+ "explorers": [{
+ "name": "explorer",
+ "url": "https://explorer.garizon.com",
+ "icon": "garizon",
+ "standard": "EIP3091"
+ }],
+ "parent": {
+ "chain": "eip155-90",
+ "type": "shard"
+ }
+}
diff --git a/chains/eip155-940.json b/chains/eip155-940.json
new file mode 100644
index 00000000..ca1ea731
--- /dev/null
+++ b/chains/eip155-940.json
@@ -0,0 +1,20 @@
+{
+ "name": "PulseChain Testnet",
+ "shortName": "tpls",
+ "chain": "tPLS",
+ "chainId": 940,
+ "networkId": 940,
+ "infoURL": "https://pulsechain.com/",
+ "rpc": [
+ "https://rpc.v2.testnet.pulsechain.com/",
+ "wss://rpc.v2.testnet.pulsechain.com/"
+ ],
+ "faucets": [
+ "https://faucet.v2.testnet.pulsechain.com/"
+ ],
+ "nativeCurrency": {
+ "name": "Test Pulse",
+ "symbol": "tPLS",
+ "decimals": 18
+ }
+}
\ No newline at end of file
diff --git a/chains/eip155-941.json b/chains/eip155-941.json
new file mode 100644
index 00000000..85ddcb44
--- /dev/null
+++ b/chains/eip155-941.json
@@ -0,0 +1,21 @@
+{
+ "name": "PulseChain Testnet v2b",
+ "shortName": "t2bpls",
+ "chain": "t2bPLS",
+ "network": "testnet-2b",
+ "chainId": 941,
+ "networkId": 941,
+ "infoURL": "https://pulsechain.com/",
+ "rpc": [
+ "https://rpc.v2b.testnet.pulsechain.com/",
+ "wss://rpc.v2b.testnet.pulsechain.com/"
+ ],
+ "faucets": [
+ "https://faucet.v2b.testnet.pulsechain.com/"
+ ],
+ "nativeCurrency": {
+ "name": "Test Pulse",
+ "symbol": "tPLS",
+ "decimals": 18
+ }
+}
\ No newline at end of file
diff --git a/chains/eip155-942.json b/chains/eip155-942.json
new file mode 100644
index 00000000..9d172411
--- /dev/null
+++ b/chains/eip155-942.json
@@ -0,0 +1,21 @@
+{
+ "name": "PulseChain Testnet v3",
+ "shortName": "t3pls",
+ "chain": "t3PLS",
+ "network": "testnet-3",
+ "chainId": 942,
+ "networkId": 942,
+ "infoURL": "https://pulsechain.com/",
+ "rpc": [
+ "https://rpc.v3.testnet.pulsechain.com/",
+ "wss://rpc.v3.testnet.pulsechain.com/"
+ ],
+ "faucets": [
+ "https://faucet.v3.testnet.pulsechain.com/"
+ ],
+ "nativeCurrency": {
+ "name": "Test Pulse",
+ "symbol": "tPLS",
+ "decimals": 18
+ }
+}
\ No newline at end of file
diff --git a/chains/eip155-95.json b/chains/eip155-95.json
new file mode 100644
index 00000000..d95a6706
--- /dev/null
+++ b/chains/eip155-95.json
@@ -0,0 +1,23 @@
+{
+ "name": "CryptoKylin Testnet",
+ "chain": "EOS",
+ "rpc": [
+ "https://kylin.eosargentina.io"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "EOS",
+ "symbol": "EOS",
+ "decimals": 18
+ },
+ "infoURL": "https://www.cryptokylin.io/",
+ "shortName": "Kylin Testnet",
+ "chainId": 95,
+ "networkId": 95,
+ "explorers": [{
+ "name": "eosq",
+ "url": "https://kylin.eosargentina.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-9527.json b/chains/eip155-9527.json
new file mode 100644
index 00000000..c3478c2a
--- /dev/null
+++ b/chains/eip155-9527.json
@@ -0,0 +1,23 @@
+{
+ "name": "Rangers Protocol Testnet Robin",
+ "chain": "Rangers",
+ "icon": "rangers",
+ "rpc": [
+ "https://robin.rangersprotocol.com/api/jsonrpc"
+ ],
+ "faucets": ["https://robin-faucet.rangersprotocol.com"],
+ "nativeCurrency": {
+ "name": "Rangers Protocol Gas",
+ "symbol": "tRPG",
+ "decimals": 18
+ },
+ "infoURL": "https://rangersprotocol.com",
+ "shortName": "trpg",
+ "chainId": 9527,
+ "networkId": 9527,
+ "explorers": [{
+ "name": "rangersscan-robin",
+ "url": "https://robin-rangersscan.rangersprotocol.com",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-955305.json b/chains/eip155-955305.json
new file mode 100644
index 00000000..b1770eb2
--- /dev/null
+++ b/chains/eip155-955305.json
@@ -0,0 +1,32 @@
+{
+ "name": "Eluvio Content Fabric",
+ "chain": "Eluvio",
+ "rpc": [
+ "https://host-76-74-28-226.contentfabric.io/eth/",
+ "https://host-76-74-28-232.contentfabric.io/eth/",
+ "https://host-76-74-29-2.contentfabric.io/eth/",
+ "https://host-76-74-29-8.contentfabric.io/eth/",
+ "https://host-76-74-29-34.contentfabric.io/eth/",
+ "https://host-76-74-29-35.contentfabric.io/eth/",
+ "https://host-154-14-211-98.contentfabric.io/eth/",
+ "https://host-154-14-192-66.contentfabric.io/eth/",
+ "https://host-60-240-133-202.contentfabric.io/eth/",
+ "https://host-64-235-250-98.contentfabric.io/eth/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "ELV",
+ "symbol": "ELV",
+ "decimals": 18
+ },
+ "infoURL": "https://eluv.io",
+ "shortName": "elv",
+ "chainId": 955305,
+ "networkId": 955305,
+ "slip44": 1011,
+ "explorers": [{
+ "name": "blockscout",
+ "url": "https://explorer.eluv.io",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-96.json b/chains/eip155-96.json
new file mode 100644
index 00000000..3633676a
--- /dev/null
+++ b/chains/eip155-96.json
@@ -0,0 +1,24 @@
+{
+ "name": "NEXT Smart Chain",
+ "chain": "NSC",
+ "rpc": [
+ "https://rpc.nextsmartchain.com"
+ ],
+ "faucets": [
+ "https://faucet.nextsmartchain.com"
+ ],
+ "nativeCurrency": {
+ "name": "NEXT",
+ "symbol": "NEXT",
+ "decimals": 18
+ },
+ "infoURL": "https://www.nextsmartchain.com/",
+ "shortName": "nsc",
+ "chainId": 96,
+ "networkId": 96,
+ "explorers": [{
+ "name": "Next Smart Chain Explorer",
+ "url": "https://explorer.nextsmartchain.com",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-97.json b/chains/eip155-97.json
new file mode 100644
index 00000000..cac2bd11
--- /dev/null
+++ b/chains/eip155-97.json
@@ -0,0 +1,29 @@
+{
+ "name": "Binance Smart Chain Testnet",
+ "chain": "BSC",
+ "rpc": [
+ "https://data-seed-prebsc-1-s1.binance.org:8545",
+ "https://data-seed-prebsc-2-s1.binance.org:8545",
+ "https://data-seed-prebsc-1-s2.binance.org:8545",
+ "https://data-seed-prebsc-2-s2.binance.org:8545",
+ "https://data-seed-prebsc-1-s3.binance.org:8545",
+ "https://data-seed-prebsc-2-s3.binance.org:8545"
+ ],
+ "faucets": [
+ "https://testnet.binance.org/faucet-smart"
+ ],
+ "nativeCurrency": {
+ "name": "Binance Chain Native Token",
+ "symbol": "tBNB",
+ "decimals": 18
+ },
+ "infoURL": "https://testnet.binance.org/",
+ "shortName": "bnbt",
+ "chainId": 97,
+ "networkId": 97,
+ "explorers": [{
+ "name": "bscscan-testnet",
+ "url": "https://testnet.bscscan.com",
+ "standard": "EIP3091"
+ }]
+}
diff --git a/chains/eip155-977.json b/chains/eip155-977.json
new file mode 100644
index 00000000..0c559daf
--- /dev/null
+++ b/chains/eip155-977.json
@@ -0,0 +1,20 @@
+{
+ "name": "Nepal Blockchain Network",
+ "chain": "YETI",
+ "rpc": [
+ "https://api.nepalblockchain.dev",
+ "https://api.nepalblockchain.network"
+ ],
+ "faucets": [
+ "https://faucet.nepalblockchain.network"
+ ],
+ "nativeCurrency": {
+ "name": "Nepal Blockchain Network Ether",
+ "symbol": "YETI",
+ "decimals": 18
+ },
+ "infoURL": "https://nepalblockchain.network",
+ "shortName": "yeti",
+ "chainId": 977,
+ "networkId": 977
+}
\ No newline at end of file
diff --git a/chains/eip155-980.json b/chains/eip155-980.json
new file mode 100644
index 00000000..6383c01e
--- /dev/null
+++ b/chains/eip155-980.json
@@ -0,0 +1,25 @@
+{
+ "name": "TOP Mainnet EVM",
+ "chain": "TOP",
+ "icon": "top",
+ "rpc": [
+ "ethapi.topnetwork.org"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Ether",
+ "symbol": "ETH",
+ "decimals": 18
+ },
+ "infoURL": "https://www.topnetwork.org/",
+ "shortName": "top_evm",
+ "chainId": 980,
+ "networkId": 0,
+ "explorers": [
+ {
+ "name": "topscan.dev",
+ "url": "https://www.topscan.io",
+ "standard": "none"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/chains/eip155-989.json b/chains/eip155-989.json
new file mode 100644
index 00000000..72a88654
--- /dev/null
+++ b/chains/eip155-989.json
@@ -0,0 +1,25 @@
+{
+ "name": "TOP Mainnet",
+ "chain": "TOP",
+ "icon": "top",
+ "rpc": [
+ "topapi.topnetwork.org"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "TOP",
+ "symbol": "TOP",
+ "decimals": 6
+ },
+ "infoURL": "https://www.topnetwork.org/",
+ "shortName": "top",
+ "chainId": 989,
+ "networkId": 0,
+ "explorers": [
+ {
+ "name": "topscan.dev",
+ "url": "https://www.topscan.io",
+ "standard": "none"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/chains/eip155-99.json b/chains/eip155-99.json
new file mode 100644
index 00000000..d01dc465
--- /dev/null
+++ b/chains/eip155-99.json
@@ -0,0 +1,26 @@
+{
+ "name": "POA Network Core",
+ "chain": "POA",
+ "rpc": [
+ "https://core.poanetwork.dev",
+ "http://core.poanetwork.dev:8545",
+ "https://core.poa.network",
+ "ws://core.poanetwork.dev:8546"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "POA Network Core Ether",
+ "symbol": "POA",
+ "decimals": 18
+ },
+ "infoURL": "https://poa.network",
+ "shortName": "poa",
+ "chainId": 99,
+ "networkId": 99,
+ "slip44": 178,
+ "explorers": [{
+ "name": "blockscout",
+ "url": "https://blockscout.com/poa/core",
+ "standard": "none"
+ }]
+}
diff --git a/chains/eip155-99415706.json b/chains/eip155-99415706.json
new file mode 100644
index 00000000..dd34f17d
--- /dev/null
+++ b/chains/eip155-99415706.json
@@ -0,0 +1,19 @@
+{
+ "name": "Joys Digital TestNet",
+ "chain": "TOYS",
+ "rpc": [
+ "https://toys.joys.cash/"
+ ],
+ "faucets": [
+ "https://faucet.joys.digital/"
+ ],
+ "nativeCurrency": {
+ "name": "TOYS",
+ "symbol": "TOYS",
+ "decimals": 18
+ },
+ "infoURL": "https://joys.digital",
+ "shortName": "TOYS",
+ "chainId": 99415706,
+ "networkId": 99415706
+}
\ No newline at end of file
diff --git a/chains/eip155-998.json b/chains/eip155-998.json
new file mode 100644
index 00000000..79072f08
--- /dev/null
+++ b/chains/eip155-998.json
@@ -0,0 +1,32 @@
+{
+ "name": "Lucky Network",
+ "chain": "LN",
+ "rpc": [
+ "https://rpc.luckynetwork.org",
+ "wss://ws.lnscan.org",
+ "https://rpc.lnscan.org"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Lucky",
+ "symbol": "L99",
+ "decimals": 18
+ },
+ "infoURL": "https://luckynetwork.org",
+ "shortName": "ln",
+ "chainId": 998,
+ "networkId": 998,
+ "icon": "lucky",
+ "explorers": [
+ {
+ "name": "blockscout",
+ "url": "https://explorer.luckynetwork.org",
+ "standard": "none"
+ },
+ {
+ "name": "expedition",
+ "url": "https://lnscan.org",
+ "standard": "none"
+ }
+ ]
+}
diff --git a/chains/eip155-999.json b/chains/eip155-999.json
new file mode 100644
index 00000000..432e01f6
--- /dev/null
+++ b/chains/eip155-999.json
@@ -0,0 +1,17 @@
+{
+ "name": "Wanchain Testnet",
+ "chain": "WAN",
+ "rpc": [
+ "https://gwan-ssl.wandevs.org:46891/"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "Wancoin",
+ "symbol": "WAN",
+ "decimals": 18
+ },
+ "infoURL": "https://testnet.wanscan.org",
+ "shortName": "twan",
+ "chainId": 999,
+ "networkId": 999
+}
diff --git a/chains/eip155-9999.json b/chains/eip155-9999.json
new file mode 100644
index 00000000..39ec69ee
--- /dev/null
+++ b/chains/eip155-9999.json
@@ -0,0 +1,17 @@
+{
+ "name": "myOwn Testnet",
+ "chain": "myOwn",
+ "rpc": [
+ "https://geth.dev.bccloud.net"
+ ],
+ "faucets": [],
+ "nativeCurrency": {
+ "name": "MYN",
+ "symbol": "MYN",
+ "decimals": 18
+ },
+ "infoURL": "https://docs.bccloud.net/",
+ "shortName": "myn",
+ "chainId": 9999,
+ "networkId": 9999
+}
diff --git a/chains/eip155-99998.json b/chains/eip155-99998.json
new file mode 100644
index 00000000..68ebba6b
--- /dev/null
+++ b/chains/eip155-99998.json
@@ -0,0 +1,20 @@
+{
+ "name": "UB Smart Chain(testnet)",
+ "chain": "USC",
+ "network": "testnet",
+ "rpc": [
+ "https://testnet.rpc.uschain.network"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "UBC",
+ "symbol": "UBC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.ubchain.site",
+ "shortName": "usctest",
+ "chainId": 99998,
+ "networkId": 99998
+}
+
diff --git a/chains/eip155-99999.json b/chains/eip155-99999.json
new file mode 100644
index 00000000..3afb8737
--- /dev/null
+++ b/chains/eip155-99999.json
@@ -0,0 +1,20 @@
+{
+ "name": "UB Smart Chain",
+ "chain": "USC",
+ "network": "mainnet",
+ "rpc": [
+ "https://rpc.uschain.network"
+ ],
+ "faucets": [
+ ],
+ "nativeCurrency": {
+ "name": "UBC",
+ "symbol": "UBC",
+ "decimals": 18
+ },
+ "infoURL": "https://www.ubchain.site/",
+ "shortName": "usc",
+ "chainId": 99999,
+ "networkId": 99999
+}
+
diff --git a/icons/SUR.json b/icons/SUR.json
new file mode 100644
index 00000000..01403a6c
--- /dev/null
+++ b/icons/SUR.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmbUcDQHCvheYQrWk9WFJRMW5fTJQmtZqkoGUed4bhCM7T",
+ "width":3000,
+ "height":3000,
+ "format":"png"
+ }
+]
diff --git a/icons/aac.json b/icons/aac.json
new file mode 100644
index 00000000..cd12bb98
--- /dev/null
+++ b/icons/aac.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmRUrz4dULaoaMpnqd8qXT7ehwz3aaqnYKY4ePsy7isGaF",
+ "width":512,
+ "height":512,
+ "format":"png"
+ }
+]
diff --git a/icons/aioz.json b/icons/aioz.json
new file mode 100644
index 00000000..ae8acacd
--- /dev/null
+++ b/icons/aioz.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmRAGPFhvQiXgoJkui7WHajpKctGFrJNhHqzYdwcWt5V3Z",
+ "width": 1024,
+ "height": 1024,
+ "format": "png"
+ }
+]
\ No newline at end of file
diff --git a/icons/aitd.json b/icons/aitd.json
new file mode 100644
index 00000000..cd48ca30
--- /dev/null
+++ b/icons/aitd.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmNUzX12Gtn4fePqJeMcACvECEH2VeUeNaMFja2kfff1WS",
+ "width":64,
+ "height":64,
+ "format":"png"
+ }
+]
diff --git a/icons/alaya.json b/icons/alaya.json
new file mode 100644
index 00000000..d3c953c2
--- /dev/null
+++ b/icons/alaya.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://Qmci6vPcWAwmq19j98yuQxjV6UPzHtThMdCAUDbKeb8oYu",
+ "width":1140,
+ "height":1140,
+ "format":"png"
+ }
+]
\ No newline at end of file
diff --git a/icons/astar.json b/icons/astar.json
new file mode 100644
index 00000000..5dca9a4b
--- /dev/null
+++ b/icons/astar.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://Qmdvmx3p6gXBCLUMU1qivscaTNkT6h3URdhUTZCHLwKudg",
+ "width": 1000,
+ "height": 1000,
+ "format": "png"
+ }
+]
diff --git a/icons/autobahn.json b/icons/autobahn.json
new file mode 100644
index 00000000..4c75e138
--- /dev/null
+++ b/icons/autobahn.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmZP19pbqTco4vaP9siduLWP8pdYArFK3onfR55tvjr12s",
+ "width": 489,
+ "height": 489,
+ "format": "png"
+ }
+]
diff --git a/icons/blockscout.json b/icons/blockscout.json
new file mode 100644
index 00000000..30e326a2
--- /dev/null
+++ b/icons/blockscout.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafybeifu5tpui7dk5cjoo54kde7pmuthvnl7sdykobuarsxgu7t2izurnq",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/icons/brise.json b/icons/brise.json
new file mode 100644
index 00000000..77a173f9
--- /dev/null
+++ b/icons/brise.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmY3vKe1rG9AyHSGH1ouP3ER3EVUZRtRrFbFZEfEpMSd4V",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
\ No newline at end of file
diff --git a/icons/btcix.json b/icons/btcix.json
new file mode 100644
index 00000000..7bf8d189
--- /dev/null
+++ b/icons/btcix.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmZttTpHJreq3AinjDSkVP5yZ7Xzccdwi41G1uJhdogGBA",
+ "width": 520,
+ "height": 521,
+ "format": "png"
+ }
+]
diff --git a/icons/candle.json b/icons/candle.json
new file mode 100644
index 00000000..c59b0b28
--- /dev/null
+++ b/icons/candle.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://Qmbe3ChumXNRfHcLsNBY2APRrGxkFWP68Nb35MaKMRfPye",
+ "width":524,
+ "height":524,
+ "format":"png"
+ }
+]
diff --git a/icons/ccp.json b/icons/ccp.json
new file mode 100644
index 00000000..78215989
--- /dev/null
+++ b/icons/ccp.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmPw1ixYYeXvTiRWoCt2jWe4YMd3B5o7TzL18SBEHXvhXX",
+ "width":200,
+ "height":200,
+ "format":"png"
+ }
+]
diff --git a/icons/cennz.json b/icons/cennz.json
new file mode 100644
index 00000000..a76e74ff
--- /dev/null
+++ b/icons/cennz.json
@@ -0,0 +1,6 @@
+[
+ {
+ "url": "ipfs://QmWhNm7tTi6SYbiumULDRk956hxgqaZSX77vcxBNn8fvnw",
+ "format": "svg"
+ }
+]
\ No newline at end of file
diff --git a/icons/cloudwalk.json b/icons/cloudwalk.json
new file mode 100644
index 00000000..b4e20ddc
--- /dev/null
+++ b/icons/cloudwalk.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmPytfZEnKMx5mHiXB9fiuoSvA9jLi7tZ14gERSz2n4MJM",
+ "width":124,
+ "height":119,
+ "format":"png"
+ }
+]
diff --git a/icons/conflux.json b/icons/conflux.json
new file mode 100644
index 00000000..84f36ab7
--- /dev/null
+++ b/icons/conflux.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://bafkreifj7n24u2dslfijfihwqvpdeigt5aj3k3sxv6s35lv75sxsfr3ojy",
+ "width":460,
+ "height":576,
+ "format":"png"
+ }
+]
diff --git a/icons/crystal.json b/icons/crystal.json
new file mode 100644
index 00000000..4c147ace
--- /dev/null
+++ b/icons/crystal.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://Qmbry1Uc6HnXmqFNXW5dFJ7To8EezCCjNr4TqqvAyzXS4h",
+ "width":150,
+ "height":150,
+ "format":"png"
+ }
+]
diff --git a/icons/dfk.json b/icons/dfk.json
new file mode 100644
index 00000000..4b4646ed
--- /dev/null
+++ b/icons/dfk.json
@@ -0,0 +1,10 @@
+
+[
+ {
+ "url": "ipfs://QmQB48m15TzhUFrmu56QCRQjkrkgUaKfgCmKE8o3RzmuPJ",
+ "width": 500,
+ "height": 500,
+ "format": "png"
+ }
+]
+
\ No newline at end of file
diff --git a/icons/dithereum.json b/icons/dithereum.json
new file mode 100644
index 00000000..c3fefa58
--- /dev/null
+++ b/icons/dithereum.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmSHN5GtRGpMMpszSn1hF47ZSLRLqrLxWsQ48YYdJPyjLf",
+ "width": 500,
+ "height": 500,
+ "format": "png"
+ }
+]
diff --git a/icons/ditherscan.json b/icons/ditherscan.json
new file mode 100644
index 00000000..c3fefa58
--- /dev/null
+++ b/icons/ditherscan.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmSHN5GtRGpMMpszSn1hF47ZSLRLqrLxWsQ48YYdJPyjLf",
+ "width": 500,
+ "height": 500,
+ "format": "png"
+ }
+]
diff --git a/icons/dyno.json b/icons/dyno.json
new file mode 100644
index 00000000..ab9bf1e2
--- /dev/null
+++ b/icons/dyno.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmVeq8cvgK6sWp4GxQPBNB1nn7EUDJp5Cp9xLaPFExpin1",
+ "width": 1282,
+ "height": 1281,
+ "format": "png"
+ }
+]
diff --git a/icons/ecredits.json b/icons/ecredits.json
new file mode 100644
index 00000000..71d82ec5
--- /dev/null
+++ b/icons/ecredits.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmU9H9JE1KtLh2Fxrd8EWTMjKGJBpgRWKUeEx7u6ic4kBY",
+ "width": 32,
+ "height": 32,
+ "format": "png"
+ }
+]
\ No newline at end of file
diff --git a/icons/ella.json b/icons/ella.json
new file mode 100644
index 00000000..188f6508
--- /dev/null
+++ b/icons/ella.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmVkAhSaHhH3wKoLT56Aq8dNyEH4RySPEpqPcLwsptGBDm",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/icons/enter.json b/icons/enter.json
new file mode 100644
index 00000000..c4c884cf
--- /dev/null
+++ b/icons/enter.json
@@ -0,0 +1,9 @@
+
+[
+{
+ "url": "ipfs://Qmb2UYVc1MjLPi8vhszWRxqBJYoYkWQVxDJRSmtrgk6j2E",
+ "width": 64,
+ "height": 64,
+ "format": "png"
+}
+]
diff --git a/icons/eraswap.json b/icons/eraswap.json
new file mode 100644
index 00000000..b5b25d73
--- /dev/null
+++ b/icons/eraswap.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmV1wZ1RVXeD7216aiVBpLkbBBHWNuoTvcSzpVQsqi2uaH",
+ "width": 200,
+ "height": 200,
+ "format": "png"
+ }
+]
diff --git a/icons/ethereum.json b/icons/ethereum.json
new file mode 100644
index 00000000..80490121
--- /dev/null
+++ b/icons/ethereum.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt",
+ "width":1000,
+ "height":1628,
+ "format":"png"
+ }
+]
diff --git a/icons/etherlite.json b/icons/etherlite.json
new file mode 100644
index 00000000..8ff491a6
--- /dev/null
+++ b/icons/etherlite.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmbNAai1KnBnw4SPQKgrf6vBddifPCQTg2PePry1bmmZYy",
+ "width": 88,
+ "height": 88,
+ "format": "png"
+ }
+]
diff --git a/icons/etho.json b/icons/etho.json
new file mode 100644
index 00000000..35f80e4b
--- /dev/null
+++ b/icons/etho.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmNSNdgbazhur7fKbTc5YgqP1oPhgSCyrm7QMkxS6itoTw",
+ "width":688,
+ "height":688,
+ "format":"png"
+ }
+]
\ No newline at end of file
diff --git a/icons/eurus.json b/icons/eurus.json
new file mode 100644
index 00000000..e45a43bc
--- /dev/null
+++ b/icons/eurus.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmaGd5L9jGPbfyGXBFhu9gjinWJ66YtNrXq8x6Q98Eep9e",
+ "width":471,
+ "height":471,
+ "format":"svg"
+ }
+]
\ No newline at end of file
diff --git a/icons/eurusexplorer.json b/icons/eurusexplorer.json
new file mode 100644
index 00000000..e45a43bc
--- /dev/null
+++ b/icons/eurusexplorer.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmaGd5L9jGPbfyGXBFhu9gjinWJ66YtNrXq8x6Q98Eep9e",
+ "width":471,
+ "height":471,
+ "format":"svg"
+ }
+]
\ No newline at end of file
diff --git a/icons/evanesco.json b/icons/evanesco.json
new file mode 100644
index 00000000..b5159969
--- /dev/null
+++ b/icons/evanesco.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmZbmGYdfbMRrWJore3c7hyD6q7B5pXHJqTSNjbZZUK6V8",
+ "width": 200,
+ "height": 200,
+ "format": "png"
+ }
+]
\ No newline at end of file
diff --git a/icons/evmos.json b/icons/evmos.json
new file mode 100644
index 00000000..f33dbfef
--- /dev/null
+++ b/icons/evmos.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmeZW6VKUFTbz7PPW8PmDR3ZHa6osYPLBFPnW8T5LSU49c",
+ "width": 400,
+ "height": 400,
+ "format": "png"
+ }
+]
diff --git a/icons/ezchain.json b/icons/ezchain.json
new file mode 100644
index 00000000..518cee35
--- /dev/null
+++ b/icons/ezchain.json
@@ -0,0 +1,9 @@
+[
+ {
+ "url": "ipfs://QmPKJbYCFjGmY9X2cA4b9YQjWYHQncmKnFtKyQh9rHkFTb",
+ "width": 146,
+ "height": 48,
+ "format": "png"
+ }
+ ]
+
\ No newline at end of file
diff --git a/icons/fantom.json b/icons/fantom.json
new file mode 100644
index 00000000..f5419216
--- /dev/null
+++ b/icons/fantom.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmcM8kHNsNYoitt5S3kLThyrKVFTZo3k2rgnume6tnNroQ",
+ "width": 1212,
+ "height": 1546,
+ "format": "png"
+ }
+]
diff --git a/icons/flare.json b/icons/flare.json
new file mode 100644
index 00000000..779b5ac5
--- /dev/null
+++ b/icons/flare.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmebGy9pJdCSSg1SEdZ7uzaRxgEPHdGxbvogMREs4dV73X",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
\ No newline at end of file
diff --git a/icons/ftmscan.json b/icons/ftmscan.json
new file mode 100644
index 00000000..ceb64d79
--- /dev/null
+++ b/icons/ftmscan.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmRqbK449Fo9sJ3xMpkPbg6uV1weQj4yVV1xNMP9cdPmjf",
+ "width": 73,
+ "height": 73,
+ "format": "png"
+ }
+]
diff --git a/icons/garizon.json b/icons/garizon.json
new file mode 100644
index 00000000..8f153f78
--- /dev/null
+++ b/icons/garizon.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmW3WRyuLZ95K8hvV2QN6rP5yWY98sSzWyVUxD2eUjXGrc",
+ "width": 1024,
+ "height": 613,
+ "format": "png"
+ }
+]
\ No newline at end of file
diff --git a/icons/gnosis.json b/icons/gnosis.json
new file mode 100644
index 00000000..7c91dfb9
--- /dev/null
+++ b/icons/gnosis.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafybeidk4swpgdyqmpz6shd5onvpaujvwiwthrhypufnwr6xh3dausz2dm",
+ "width": 1800,
+ "height": 1800,
+ "format": "png"
+ }
+]
diff --git a/icons/idchain.json b/icons/idchain.json
new file mode 100644
index 00000000..e2d52c1b
--- /dev/null
+++ b/icons/idchain.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmZVwsY6HPXScKqZCA9SWNrr4jrQAHkPhVhMWi6Fj1DsrJ",
+ "width":162,
+ "height":129,
+ "format":"png"
+ }
+]
\ No newline at end of file
diff --git a/icons/iorachain.json b/icons/iorachain.json
new file mode 100644
index 00000000..27545381
--- /dev/null
+++ b/icons/iorachain.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafybeiehps5cqdhqottu2efo4jeehwpkz5rbux3cjxd75rm6rjm4sgs2wi",
+ "width": 250,
+ "height": 250,
+ "format": "png"
+ }
+]
diff --git a/icons/ivar.json b/icons/ivar.json
new file mode 100644
index 00000000..642e0ab7
--- /dev/null
+++ b/icons/ivar.json
@@ -0,0 +1,8 @@
+ [
+ {
+ "url": "ipfs://QmV8UmSwqGF2fxrqVEBTHbkyZueahqyYtkfH2RBF5pNysM",
+ "width": 524,
+ "height": 524,
+ "format": "svg"
+ }
+ ]
diff --git a/icons/kava.json b/icons/kava.json
new file mode 100644
index 00000000..da3221f4
--- /dev/null
+++ b/icons/kava.json
@@ -0,0 +1,6 @@
+[
+ {
+ "url": "ipfs://QmdpRTk6oL1HRW9xC6cAc4Rnf9gs6zgdAcr4Z3HcLztusm",
+ "format": "svg"
+ }
+]
diff --git a/icons/lachain.json b/icons/lachain.json
new file mode 100644
index 00000000..68db3d41
--- /dev/null
+++ b/icons/lachain.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmQxGA6rhuCQDXUueVcNvFRhMEWisyTmnF57TqL7h6k6cZ",
+ "width": 1280,
+ "height": 1280,
+ "format": "png"
+ }
+]
diff --git a/icons/lucky.json b/icons/lucky.json
new file mode 100644
index 00000000..96f5edff
--- /dev/null
+++ b/icons/lucky.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://bafkreidmvcd5i7touug55hj45mf2pgabxamy5fziva7mtx5n664s3yap6m",
+ "width":205,
+ "height":28,
+ "format":"png"
+ }
+]
diff --git a/icons/ludan.json b/icons/ludan.json
new file mode 100644
index 00000000..673497de
--- /dev/null
+++ b/icons/ludan.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreigzeanzqgxrzzep45t776ovbwi242poqxbryuu2go5eedeuwwcsay",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/icons/milkomeda.json b/icons/milkomeda.json
new file mode 100644
index 00000000..d1ecea13
--- /dev/null
+++ b/icons/milkomeda.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmdoUtvHDybu5ppYBZT8BMRp6AqByVSoQs8nFwKbaS55jd",
+ "width": 367,
+ "height": 367,
+ "format": "svg"
+ }
+]
\ No newline at end of file
diff --git a/icons/mmt.json b/icons/mmt.json
new file mode 100644
index 00000000..d59afbd7
--- /dev/null
+++ b/icons/mmt.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmaF5gi2CbDKsJ2UchNkjBqmWjv8JEDP3vePBmxeUHiaK4",
+ "width": 250,
+ "height": 250,
+ "format": "png"
+ }
+]
diff --git a/icons/multivac.json b/icons/multivac.json
new file mode 100644
index 00000000..7bedf920
--- /dev/null
+++ b/icons/multivac.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmWb1gthhbzkiLdgcP8ccZprGbJVjFcW8Rn4uJjrw4jd3B",
+ "width":200,
+ "height":200,
+ "format":"png"
+ }
+]
diff --git a/icons/nahmii.json b/icons/nahmii.json
new file mode 100644
index 00000000..4f166252
--- /dev/null
+++ b/icons/nahmii.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmZhKXgoGpzvthr2eh8ZNgT75YvMtEBegdELAaMPPzf5QT",
+ "width": 384,
+ "height": 384,
+ "format": "png"
+ }
+]
\ No newline at end of file
diff --git a/icons/nebulatestnet.json b/icons/nebulatestnet.json
new file mode 100644
index 00000000..714aa167
--- /dev/null
+++ b/icons/nebulatestnet.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmNtr72zqg3eKGNyVVNgTNLddPm3nUCqggXYyE9vQxZDW2",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/icons/neon.json b/icons/neon.json
new file mode 100644
index 00000000..0102561b
--- /dev/null
+++ b/icons/neon.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://Qmcxevb3v8PEvnvfYgcG3bCBuPhe5YAdsHeaufDChSSR3Q",
+ "width":512,
+ "height":512,
+ "format":"png"
+ }
+]
diff --git a/icons/nmactest.json b/icons/nmactest.json
new file mode 100644
index 00000000..2e03bf4a
--- /dev/null
+++ b/icons/nmactest.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmPX6cfsBkVTDyo56kjzNDVDqFviP3BqL83QSP1V4UmvgK",
+ "width":174,
+ "height":174,
+ "format":"png"
+ }
+]
diff --git a/icons/novanetwork.json b/icons/novanetwork.json
new file mode 100644
index 00000000..714aa167
--- /dev/null
+++ b/icons/novanetwork.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmNtr72zqg3eKGNyVVNgTNLddPm3nUCqggXYyE9vQxZDW2",
+ "width": 512,
+ "height": 512,
+ "format": "png"
+ }
+]
diff --git a/icons/ntity.json b/icons/ntity.json
new file mode 100644
index 00000000..4dba513a
--- /dev/null
+++ b/icons/ntity.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmSW2YhCvMpnwtPGTJAuEK2QgyWfFjmnwcrapUg6kqFsPf",
+ "width": 1000,
+ "height": 1628,
+ "format": "svg"
+ }
+]
\ No newline at end of file
diff --git a/icons/oasis.json b/icons/oasis.json
new file mode 100644
index 00000000..9696c62c
--- /dev/null
+++ b/icons/oasis.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreiespupb52akiwrexxg7g72mh7m7h7lum5hmqijmpdh3kmuunzclha",
+ "width": 2000,
+ "height": 2000,
+ "format": "png"
+ }
+]
diff --git a/icons/omlira.json b/icons/omlira.json
new file mode 100644
index 00000000..3c09e8d3
--- /dev/null
+++ b/icons/omlira.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmQtEHaejiDbmiCvbBYw9jNQv3DLK5XHCQwLRfnLNpdN5j",
+ "width":256,
+ "height":256,
+ "format":"png"
+ }
+]
diff --git a/icons/oneledger.json b/icons/oneledger.json
new file mode 100644
index 00000000..dd6f0d1e
--- /dev/null
+++ b/icons/oneledger.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmRhqq4Gp8G9w27ND3LeFW49o5PxcxrbJsqHbpBFtzEMfC",
+ "width": 225,
+ "height": 225,
+ "format": "png"
+ }
+]
\ No newline at end of file
diff --git a/icons/openpiece.json b/icons/openpiece.json
new file mode 100644
index 00000000..0db62b46
--- /dev/null
+++ b/icons/openpiece.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmVTahJkdSH3HPYsJMK2GmqfWZjLyxE7cXy1aHEnHU3vp2",
+ "width": 250,
+ "height": 250,
+ "format": "png"
+ }
+]
diff --git a/icons/oychain.json b/icons/oychain.json
new file mode 100644
index 00000000..a73ae46f
--- /dev/null
+++ b/icons/oychain.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmXW5T2MaGHznXUmQEXoyJjcdmX7dhLbj5fnqvZZKqeKzA",
+ "width": 677,
+ "height": 237,
+ "format": "png"
+ }
+]
diff --git a/icons/palm.json b/icons/palm.json
new file mode 100644
index 00000000..8b4c14b0
--- /dev/null
+++ b/icons/palm.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmX6h8xm4em77oNpFRtmAqrZ734MH4VGCC68dEKHUfdfPs",
+ "width": 1080,
+ "height": 1080,
+ "format": "svg"
+ }
+]
diff --git a/icons/phi.json b/icons/phi.json
new file mode 100644
index 00000000..b95c6309
--- /dev/null
+++ b/icons/phi.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://bafybeideqgs54hqx23deytbf4ljbjxgt7tyqkr5b6o5y2yglwjjjf6c4uq",
+ "width":512,
+ "height":512,
+ "format":"png"
+ }
+]
diff --git a/icons/phoenix.json b/icons/phoenix.json
new file mode 100644
index 00000000..dc34bb6b
--- /dev/null
+++ b/icons/phoenix.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmYiLMeKDXMSNuQmtxNdxm53xR588pcRXMf7zuiZLjQnc6",
+ "width": 1501,
+ "height": 1501,
+ "format": "png"
+ }
+]
\ No newline at end of file
diff --git a/icons/piecechain.json b/icons/piecechain.json
new file mode 100644
index 00000000..65146d25
--- /dev/null
+++ b/icons/piecechain.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmWAU39z1kcYshAqkENRH8qUjfR5CJehCxA4GiC33p3HpH",
+ "width": 800,
+ "height": 800,
+ "format": "png"
+ }
+]
diff --git a/icons/platon.json b/icons/platon.json
new file mode 100644
index 00000000..70f478cc
--- /dev/null
+++ b/icons/platon.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmT7PSXBiVBma6E15hNkivmstqLu3JSnG1jXN5pTmcCGRC",
+ "width":200,
+ "height":200,
+ "format":"png"
+ }
+]
\ No newline at end of file
diff --git a/icons/polis.json b/icons/polis.json
new file mode 100644
index 00000000..1857fb97
--- /dev/null
+++ b/icons/polis.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmagWrtyApex28H2QeXcs3jJ2F7p2K7eESz3cDbHdQ3pjG",
+ "width":1050,
+ "height":1050,
+ "format":"png"
+ }
+]
diff --git a/icons/polyjuice.json b/icons/polyjuice.json
new file mode 100644
index 00000000..e97e8fad
--- /dev/null
+++ b/icons/polyjuice.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmZ5gFWUxLFqqT3DkefYfRsVksMwMTc5VvBjkbHpeFMsNe",
+ "width":1000,
+ "height":1628,
+ "format":"png"
+ }
+]
diff --git a/icons/popcateum.json b/icons/popcateum.json
new file mode 100644
index 00000000..56eb135a
--- /dev/null
+++ b/icons/popcateum.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmQfFqmCxRU1ZWcBC2A2JX2Ejh5ar6GHAj6mKhTYQgLpjV",
+ "width": 2600,
+ "height": 2600,
+ "format": "png"
+ }
+]
\ No newline at end of file
diff --git a/icons/prb.json b/icons/prb.json
new file mode 100644
index 00000000..423e37a5
--- /dev/null
+++ b/icons/prb.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmVgc77jYo2zrxQjhYwT4KzvSrSZ1DBJraJVX57xAvP8MD",
+ "width":2362,
+ "height":2362,
+ "format":"png"
+ }
+]
diff --git a/icons/quadrans.json b/icons/quadrans.json
new file mode 100644
index 00000000..f15a3776
--- /dev/null
+++ b/icons/quadrans.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmZFiYHnE4TrezPz8wSap9nMxG6m98w4fv7ataj2TfLNck",
+ "width": 1024,
+ "height": 1024,
+ "format": "png"
+ }
+]
\ No newline at end of file
diff --git a/icons/rangers.json b/icons/rangers.json
new file mode 100644
index 00000000..9bfdb96d
--- /dev/null
+++ b/icons/rangers.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmfHG3xbg4iiopagww93Gu7tmvCpPwZdiwsUjd3Dt5mRwT",
+ "width":835,
+ "height":835,
+ "format":"png"
+ }
+]
diff --git a/icons/rei.json b/icons/rei.json
new file mode 100644
index 00000000..cbbb6223
--- /dev/null
+++ b/icons/rei.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://bafkreihgwxcavak2v5otxka2muxtcd4v5cvzcuvfwotriy24qzq7tuuzwm",
+ "width":1561,
+ "height":1561,
+ "format":"png"
+ }
+]
\ No newline at end of file
diff --git a/icons/reichain.json b/icons/reichain.json
new file mode 100644
index 00000000..895fa347
--- /dev/null
+++ b/icons/reichain.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmNy5d5knHVjJJS9g4kLsh9i73RTjckpKL6KZvRk6ptbhf",
+ "width": 591,
+ "height": 591,
+ "format": "svg"
+ }
+]
diff --git a/icons/sherpax.json b/icons/sherpax.json
new file mode 100644
index 00000000..d4c2701b
--- /dev/null
+++ b/icons/sherpax.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmTgk86ngUZXLNqpAM7HomNT8pd9ZDTwJv3iwSY67rssdw",
+ "width":141,
+ "height":140,
+ "format":"png"
+ }
+]
diff --git a/icons/shiden.json b/icons/shiden.json
new file mode 100644
index 00000000..06f662f5
--- /dev/null
+++ b/icons/shiden.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmQySjAoWHgk3ou1yvBi2TrTcgH6KhfGiU7GcrLzrAeRkE",
+ "width": 250,
+ "height": 250,
+ "format": "png"
+ }
+]
diff --git a/icons/shyft.json b/icons/shyft.json
new file mode 100644
index 00000000..17c728e9
--- /dev/null
+++ b/icons/shyft.json
@@ -0,0 +1,9 @@
+[
+ {
+ "url":"ipfs://QmUkFZC2ZmoYPTKf7AHdjwRPZoV2h1MCuHaGM4iu8SNFpi",
+ "width":400,
+ "height":400,
+ "format":"svg"
+ }
+]
+
diff --git a/icons/songbird.json b/icons/songbird.json
new file mode 100644
index 00000000..ebd3b672
--- /dev/null
+++ b/icons/songbird.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmYxcrbb7EoXisMQN9KqSoUqbjctV482nyfyWNvPQebdon",
+ "width": 512,
+ "height": 719,
+ "format": "png"
+ }
+]
\ No newline at end of file
diff --git a/icons/subscan.json b/icons/subscan.json
new file mode 100644
index 00000000..fe0ba1fb
--- /dev/null
+++ b/icons/subscan.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://Qma2GfW5nQHuA7nGqdEfwaXPL63G9oTwRTQKaGTfjNtM2W",
+ "width": 400,
+ "height": 400,
+ "format": "png"
+ }
+]
diff --git a/icons/swarmchain.json b/icons/swarmchain.json
new file mode 100644
index 00000000..44528a16
--- /dev/null
+++ b/icons/swarmchain.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmRu7KmQoC2vSVeD7Y6bxRYikQHYs86H9fRAdb1ytPkK9r",
+ "width":500,
+ "height":500,
+ "format":"png"
+ }
+]
diff --git a/icons/swarmexplorer.json b/icons/swarmexplorer.json
new file mode 100644
index 00000000..c909e961
--- /dev/null
+++ b/icons/swarmexplorer.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://Qmbzy8c54EHh7yzMHZir98BrcV6sazr77QLoi63HAoayuo",
+ "width":289,
+ "height":288,
+ "format":"png"
+ }
+]
diff --git a/icons/techpay.json b/icons/techpay.json
new file mode 100644
index 00000000..c4200995
--- /dev/null
+++ b/icons/techpay.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmQyTyJUnhD1dca35Vyj96pm3v3Xyw8xbG9m8HXHw3k2zR",
+ "width": 584,
+ "height": 707,
+ "format": "svg"
+ }
+]
diff --git a/icons/teleport.json b/icons/teleport.json
new file mode 100644
index 00000000..9f4f4abc
--- /dev/null
+++ b/icons/teleport.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmdP1sLnsmW9dwnfb1GxAXU1nHDzCvWBQNumvMXpdbCSuz",
+ "width": 390,
+ "height": 390,
+ "format": "svg"
+ }
+]
diff --git a/icons/top.json b/icons/top.json
new file mode 100644
index 00000000..c5b66913
--- /dev/null
+++ b/icons/top.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmYikaM849eZrL8pGNeVhEHVTKWpxdGMvCY5oFBfZ2ndhd",
+ "width":800,
+ "height":800,
+ "format":"png"
+ }
+]
\ No newline at end of file
diff --git a/icons/uzmi.json b/icons/uzmi.json
new file mode 100644
index 00000000..6a60e671
--- /dev/null
+++ b/icons/uzmi.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmRU9tH2mM8P7r12FXL6cqPbZnzw57p9QSuNK2f8ePB4Qi",
+ "width":310,
+ "height":310,
+ "format":"png"
+ }
+]
\ No newline at end of file
diff --git a/icons/velas.json b/icons/velas.json
new file mode 100644
index 00000000..28212e39
--- /dev/null
+++ b/icons/velas.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmNXiCXJxEeBd7ZYGYjPSMTSdbDd2nfodLC677gUfk9ku5",
+ "width":924,
+ "height":800,
+ "format":"png"
+ }
+]
diff --git a/icons/venidium.json b/icons/venidium.json
new file mode 100644
index 00000000..0564b875
--- /dev/null
+++ b/icons/venidium.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://bafkreiaplwlym5g27jm4mjhotfqq6al2cxp3fnkmzdusqjg7wnipq5wn2e",
+ "width": 1000,
+ "height": 1000,
+ "format": "png"
+ }
+]
\ No newline at end of file
diff --git a/icons/wagmi.json b/icons/wagmi.json
new file mode 100644
index 00000000..dd13d48c
--- /dev/null
+++ b/icons/wagmi.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url": "ipfs://QmNoyUXxnak8B3xgFxErkVfyVEPJUMHBzq7qJcYzkUrPR4",
+ "width": 500,
+ "height": 500,
+ "format": "png"
+ }
+]
\ No newline at end of file
diff --git a/icons/web3games.json b/icons/web3games.json
new file mode 100644
index 00000000..674a00b3
--- /dev/null
+++ b/icons/web3games.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmUc57w3UTHiWapNW9oQb1dP57ymtdemTTbpvGkjVHBRCo",
+ "width":192,
+ "height":192,
+ "format":"png"
+ }
+]
diff --git a/icons/zcore.json b/icons/zcore.json
new file mode 100644
index 00000000..17a21414
--- /dev/null
+++ b/icons/zcore.json
@@ -0,0 +1,8 @@
+[
+ {
+ "url":"ipfs://QmQnXu13ym8W1VA3QxocaNVXGAuEPmamSCkS7bBscVk1f4",
+ "width":1050,
+ "height":1050,
+ "format":"png"
+ }
+]
diff --git a/iconsDownload/QmNSNdgbazhur7fKbTc5YgqP1oPhgSCyrm7QMkxS6itoTw b/iconsDownload/QmNSNdgbazhur7fKbTc5YgqP1oPhgSCyrm7QMkxS6itoTw
new file mode 100644
index 00000000..40a5578e
Binary files /dev/null and b/iconsDownload/QmNSNdgbazhur7fKbTc5YgqP1oPhgSCyrm7QMkxS6itoTw differ
diff --git a/iconsDownload/QmNUzX12Gtn4fePqJeMcACvECEH2VeUeNaMFja2kfff1WS b/iconsDownload/QmNUzX12Gtn4fePqJeMcACvECEH2VeUeNaMFja2kfff1WS
new file mode 100644
index 00000000..cc95fbe6
Binary files /dev/null and b/iconsDownload/QmNUzX12Gtn4fePqJeMcACvECEH2VeUeNaMFja2kfff1WS differ
diff --git a/iconsDownload/QmNXiCXJxEeBd7ZYGYjPSMTSdbDd2nfodLC677gUfk9ku5 b/iconsDownload/QmNXiCXJxEeBd7ZYGYjPSMTSdbDd2nfodLC677gUfk9ku5
new file mode 100644
index 00000000..d84612e7
Binary files /dev/null and b/iconsDownload/QmNXiCXJxEeBd7ZYGYjPSMTSdbDd2nfodLC677gUfk9ku5 differ
diff --git a/iconsDownload/QmNoyUXxnak8B3xgFxErkVfyVEPJUMHBzq7qJcYzkUrPR4 b/iconsDownload/QmNoyUXxnak8B3xgFxErkVfyVEPJUMHBzq7qJcYzkUrPR4
new file mode 100644
index 00000000..172e9c11
Binary files /dev/null and b/iconsDownload/QmNoyUXxnak8B3xgFxErkVfyVEPJUMHBzq7qJcYzkUrPR4 differ
diff --git a/iconsDownload/QmNtr72zqg3eKGNyVVNgTNLddPm3nUCqggXYyE9vQxZDW2 b/iconsDownload/QmNtr72zqg3eKGNyVVNgTNLddPm3nUCqggXYyE9vQxZDW2
new file mode 100644
index 00000000..9cb9d211
Binary files /dev/null and b/iconsDownload/QmNtr72zqg3eKGNyVVNgTNLddPm3nUCqggXYyE9vQxZDW2 differ
diff --git a/iconsDownload/QmNy5d5knHVjJJS9g4kLsh9i73RTjckpKL6KZvRk6ptbhf b/iconsDownload/QmNy5d5knHVjJJS9g4kLsh9i73RTjckpKL6KZvRk6ptbhf
new file mode 100644
index 00000000..a9de625b
--- /dev/null
+++ b/iconsDownload/QmNy5d5knHVjJJS9g4kLsh9i73RTjckpKL6KZvRk6ptbhf
@@ -0,0 +1,8 @@
+
+
\ No newline at end of file
diff --git a/iconsDownload/QmPKJbYCFjGmY9X2cA4b9YQjWYHQncmKnFtKyQh9rHkFTb b/iconsDownload/QmPKJbYCFjGmY9X2cA4b9YQjWYHQncmKnFtKyQh9rHkFTb
new file mode 100644
index 00000000..eb260235
Binary files /dev/null and b/iconsDownload/QmPKJbYCFjGmY9X2cA4b9YQjWYHQncmKnFtKyQh9rHkFTb differ
diff --git a/iconsDownload/QmPX6cfsBkVTDyo56kjzNDVDqFviP3BqL83QSP1V4UmvgK b/iconsDownload/QmPX6cfsBkVTDyo56kjzNDVDqFviP3BqL83QSP1V4UmvgK
new file mode 100644
index 00000000..299a2022
Binary files /dev/null and b/iconsDownload/QmPX6cfsBkVTDyo56kjzNDVDqFviP3BqL83QSP1V4UmvgK differ
diff --git a/iconsDownload/QmQB48m15TzhUFrmu56QCRQjkrkgUaKfgCmKE8o3RzmuPJ b/iconsDownload/QmQB48m15TzhUFrmu56QCRQjkrkgUaKfgCmKE8o3RzmuPJ
new file mode 100644
index 00000000..702dbd45
Binary files /dev/null and b/iconsDownload/QmQB48m15TzhUFrmu56QCRQjkrkgUaKfgCmKE8o3RzmuPJ differ
diff --git a/iconsDownload/QmQySjAoWHgk3ou1yvBi2TrTcgH6KhfGiU7GcrLzrAeRkE b/iconsDownload/QmQySjAoWHgk3ou1yvBi2TrTcgH6KhfGiU7GcrLzrAeRkE
new file mode 100644
index 00000000..430d3ce2
Binary files /dev/null and b/iconsDownload/QmQySjAoWHgk3ou1yvBi2TrTcgH6KhfGiU7GcrLzrAeRkE differ
diff --git a/iconsDownload/QmQyTyJUnhD1dca35Vyj96pm3v3Xyw8xbG9m8HXHw3k2zR b/iconsDownload/QmQyTyJUnhD1dca35Vyj96pm3v3Xyw8xbG9m8HXHw3k2zR
new file mode 100644
index 00000000..b79d8f58
--- /dev/null
+++ b/iconsDownload/QmQyTyJUnhD1dca35Vyj96pm3v3Xyw8xbG9m8HXHw3k2zR
@@ -0,0 +1,108 @@
+
+
diff --git a/iconsDownload/QmRAGPFhvQiXgoJkui7WHajpKctGFrJNhHqzYdwcWt5V3Z b/iconsDownload/QmRAGPFhvQiXgoJkui7WHajpKctGFrJNhHqzYdwcWt5V3Z
new file mode 100644
index 00000000..81634aa4
Binary files /dev/null and b/iconsDownload/QmRAGPFhvQiXgoJkui7WHajpKctGFrJNhHqzYdwcWt5V3Z differ
diff --git a/iconsDownload/QmRhqq4Gp8G9w27ND3LeFW49o5PxcxrbJsqHbpBFtzEMfC b/iconsDownload/QmRhqq4Gp8G9w27ND3LeFW49o5PxcxrbJsqHbpBFtzEMfC
new file mode 100644
index 00000000..f7142b8d
Binary files /dev/null and b/iconsDownload/QmRhqq4Gp8G9w27ND3LeFW49o5PxcxrbJsqHbpBFtzEMfC differ
diff --git a/iconsDownload/QmRu7KmQoC2vSVeD7Y6bxRYikQHYs86H9fRAdb1ytPkK9r b/iconsDownload/QmRu7KmQoC2vSVeD7Y6bxRYikQHYs86H9fRAdb1ytPkK9r
new file mode 100644
index 00000000..c4cbc90e
Binary files /dev/null and b/iconsDownload/QmRu7KmQoC2vSVeD7Y6bxRYikQHYs86H9fRAdb1ytPkK9r differ
diff --git a/iconsDownload/QmTgk86ngUZXLNqpAM7HomNT8pd9ZDTwJv3iwSY67rssdw b/iconsDownload/QmTgk86ngUZXLNqpAM7HomNT8pd9ZDTwJv3iwSY67rssdw
new file mode 100644
index 00000000..f8af0d2f
Binary files /dev/null and b/iconsDownload/QmTgk86ngUZXLNqpAM7HomNT8pd9ZDTwJv3iwSY67rssdw differ
diff --git a/iconsDownload/QmU9H9JE1KtLh2Fxrd8EWTMjKGJBpgRWKUeEx7u6ic4kBY b/iconsDownload/QmU9H9JE1KtLh2Fxrd8EWTMjKGJBpgRWKUeEx7u6ic4kBY
new file mode 100644
index 00000000..503d7df1
Binary files /dev/null and b/iconsDownload/QmU9H9JE1KtLh2Fxrd8EWTMjKGJBpgRWKUeEx7u6ic4kBY differ
diff --git a/iconsDownload/QmVgc77jYo2zrxQjhYwT4KzvSrSZ1DBJraJVX57xAvP8MD b/iconsDownload/QmVgc77jYo2zrxQjhYwT4KzvSrSZ1DBJraJVX57xAvP8MD
new file mode 100644
index 00000000..a0dd9b9a
Binary files /dev/null and b/iconsDownload/QmVgc77jYo2zrxQjhYwT4KzvSrSZ1DBJraJVX57xAvP8MD differ
diff --git a/iconsDownload/QmWAU39z1kcYshAqkENRH8qUjfR5CJehCxA4GiC33p3HpH b/iconsDownload/QmWAU39z1kcYshAqkENRH8qUjfR5CJehCxA4GiC33p3HpH
new file mode 100644
index 00000000..eb8bc41d
Binary files /dev/null and b/iconsDownload/QmWAU39z1kcYshAqkENRH8qUjfR5CJehCxA4GiC33p3HpH differ
diff --git a/iconsDownload/QmWb1gthhbzkiLdgcP8ccZprGbJVjFcW8Rn4uJjrw4jd3B b/iconsDownload/QmWb1gthhbzkiLdgcP8ccZprGbJVjFcW8Rn4uJjrw4jd3B
new file mode 100644
index 00000000..198920da
Binary files /dev/null and b/iconsDownload/QmWb1gthhbzkiLdgcP8ccZprGbJVjFcW8Rn4uJjrw4jd3B differ
diff --git a/iconsDownload/QmXW5T2MaGHznXUmQEXoyJjcdmX7dhLbj5fnqvZZKqeKzA b/iconsDownload/QmXW5T2MaGHznXUmQEXoyJjcdmX7dhLbj5fnqvZZKqeKzA
new file mode 100644
index 00000000..7e8f7e58
Binary files /dev/null and b/iconsDownload/QmXW5T2MaGHznXUmQEXoyJjcdmX7dhLbj5fnqvZZKqeKzA differ
diff --git a/iconsDownload/QmY3vKe1rG9AyHSGH1ouP3ER3EVUZRtRrFbFZEfEpMSd4V b/iconsDownload/QmY3vKe1rG9AyHSGH1ouP3ER3EVUZRtRrFbFZEfEpMSd4V
new file mode 100644
index 00000000..ab8359f2
Binary files /dev/null and b/iconsDownload/QmY3vKe1rG9AyHSGH1ouP3ER3EVUZRtRrFbFZEfEpMSd4V differ
diff --git a/iconsDownload/QmZFiYHnE4TrezPz8wSap9nMxG6m98w4fv7ataj2TfLNck b/iconsDownload/QmZFiYHnE4TrezPz8wSap9nMxG6m98w4fv7ataj2TfLNck
new file mode 100644
index 00000000..f2e6e149
Binary files /dev/null and b/iconsDownload/QmZFiYHnE4TrezPz8wSap9nMxG6m98w4fv7ataj2TfLNck differ
diff --git a/iconsDownload/QmZP19pbqTco4vaP9siduLWP8pdYArFK3onfR55tvjr12s b/iconsDownload/QmZP19pbqTco4vaP9siduLWP8pdYArFK3onfR55tvjr12s
new file mode 100644
index 00000000..74f3114a
Binary files /dev/null and b/iconsDownload/QmZP19pbqTco4vaP9siduLWP8pdYArFK3onfR55tvjr12s differ
diff --git a/iconsDownload/QmZVwsY6HPXScKqZCA9SWNrr4jrQAHkPhVhMWi6Fj1DsrJ b/iconsDownload/QmZVwsY6HPXScKqZCA9SWNrr4jrQAHkPhVhMWi6Fj1DsrJ
new file mode 100644
index 00000000..e1dae7c1
Binary files /dev/null and b/iconsDownload/QmZVwsY6HPXScKqZCA9SWNrr4jrQAHkPhVhMWi6Fj1DsrJ differ
diff --git a/iconsDownload/QmZbmGYdfbMRrWJore3c7hyD6q7B5pXHJqTSNjbZZUK6V8 b/iconsDownload/QmZbmGYdfbMRrWJore3c7hyD6q7B5pXHJqTSNjbZZUK6V8
new file mode 100644
index 00000000..4935d16e
Binary files /dev/null and b/iconsDownload/QmZbmGYdfbMRrWJore3c7hyD6q7B5pXHJqTSNjbZZUK6V8 differ
diff --git a/iconsDownload/QmZhKXgoGpzvthr2eh8ZNgT75YvMtEBegdELAaMPPzf5QT b/iconsDownload/QmZhKXgoGpzvthr2eh8ZNgT75YvMtEBegdELAaMPPzf5QT
new file mode 100644
index 00000000..4baac053
Binary files /dev/null and b/iconsDownload/QmZhKXgoGpzvthr2eh8ZNgT75YvMtEBegdELAaMPPzf5QT differ
diff --git a/iconsDownload/Qma2GfW5nQHuA7nGqdEfwaXPL63G9oTwRTQKaGTfjNtM2W b/iconsDownload/Qma2GfW5nQHuA7nGqdEfwaXPL63G9oTwRTQKaGTfjNtM2W
new file mode 100644
index 00000000..ffc3ec2d
Binary files /dev/null and b/iconsDownload/Qma2GfW5nQHuA7nGqdEfwaXPL63G9oTwRTQKaGTfjNtM2W differ
diff --git a/iconsDownload/QmaF5gi2CbDKsJ2UchNkjBqmWjv8JEDP3vePBmxeUHiaK4 b/iconsDownload/QmaF5gi2CbDKsJ2UchNkjBqmWjv8JEDP3vePBmxeUHiaK4
new file mode 100644
index 00000000..9706ee12
Binary files /dev/null and b/iconsDownload/QmaF5gi2CbDKsJ2UchNkjBqmWjv8JEDP3vePBmxeUHiaK4 differ
diff --git a/iconsDownload/QmbNAai1KnBnw4SPQKgrf6vBddifPCQTg2PePry1bmmZYy b/iconsDownload/QmbNAai1KnBnw4SPQKgrf6vBddifPCQTg2PePry1bmmZYy
new file mode 100644
index 00000000..0d8810cf
Binary files /dev/null and b/iconsDownload/QmbNAai1KnBnw4SPQKgrf6vBddifPCQTg2PePry1bmmZYy differ
diff --git a/iconsDownload/Qmbe3ChumXNRfHcLsNBY2APRrGxkFWP68Nb35MaKMRfPye b/iconsDownload/Qmbe3ChumXNRfHcLsNBY2APRrGxkFWP68Nb35MaKMRfPye
new file mode 100644
index 00000000..76287a5e
Binary files /dev/null and b/iconsDownload/Qmbe3ChumXNRfHcLsNBY2APRrGxkFWP68Nb35MaKMRfPye differ
diff --git a/iconsDownload/Qmbzy8c54EHh7yzMHZir98BrcV6sazr77QLoi63HAoayuo b/iconsDownload/Qmbzy8c54EHh7yzMHZir98BrcV6sazr77QLoi63HAoayuo
new file mode 100644
index 00000000..5058e02e
Binary files /dev/null and b/iconsDownload/Qmbzy8c54EHh7yzMHZir98BrcV6sazr77QLoi63HAoayuo differ
diff --git a/iconsDownload/Qmcxevb3v8PEvnvfYgcG3bCBuPhe5YAdsHeaufDChSSR3Q b/iconsDownload/Qmcxevb3v8PEvnvfYgcG3bCBuPhe5YAdsHeaufDChSSR3Q
new file mode 100644
index 00000000..47631e2c
Binary files /dev/null and b/iconsDownload/Qmcxevb3v8PEvnvfYgcG3bCBuPhe5YAdsHeaufDChSSR3Q differ
diff --git a/iconsDownload/QmdpRTk6oL1HRW9xC6cAc4Rnf9gs6zgdAcr4Z3HcLztusm b/iconsDownload/QmdpRTk6oL1HRW9xC6cAc4Rnf9gs6zgdAcr4Z3HcLztusm
new file mode 100644
index 00000000..4012cec7
--- /dev/null
+++ b/iconsDownload/QmdpRTk6oL1HRW9xC6cAc4Rnf9gs6zgdAcr4Z3HcLztusm
@@ -0,0 +1,21 @@
+
+
+
diff --git a/iconsDownload/Qmdvmx3p6gXBCLUMU1qivscaTNkT6h3URdhUTZCHLwKudg b/iconsDownload/Qmdvmx3p6gXBCLUMU1qivscaTNkT6h3URdhUTZCHLwKudg
new file mode 100644
index 00000000..f8c656a0
Binary files /dev/null and b/iconsDownload/Qmdvmx3p6gXBCLUMU1qivscaTNkT6h3URdhUTZCHLwKudg differ
diff --git a/iconsDownload/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt b/iconsDownload/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt
new file mode 100644
index 00000000..51498780
Binary files /dev/null and b/iconsDownload/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt differ
diff --git a/iconsDownload/QmeZW6VKUFTbz7PPW8PmDR3ZHa6osYPLBFPnW8T5LSU49c b/iconsDownload/QmeZW6VKUFTbz7PPW8PmDR3ZHa6osYPLBFPnW8T5LSU49c
new file mode 100644
index 00000000..15ae6714
Binary files /dev/null and b/iconsDownload/QmeZW6VKUFTbz7PPW8PmDR3ZHa6osYPLBFPnW8T5LSU49c differ
diff --git a/iconsDownload/bafkreiaplwlym5g27jm4mjhotfqq6al2cxp3fnkmzdusqjg7wnipq5wn2e b/iconsDownload/bafkreiaplwlym5g27jm4mjhotfqq6al2cxp3fnkmzdusqjg7wnipq5wn2e
new file mode 100644
index 00000000..6d9c18e8
Binary files /dev/null and b/iconsDownload/bafkreiaplwlym5g27jm4mjhotfqq6al2cxp3fnkmzdusqjg7wnipq5wn2e differ
diff --git a/iconsDownload/bafkreidmvcd5i7touug55hj45mf2pgabxamy5fziva7mtx5n664s3yap6m b/iconsDownload/bafkreidmvcd5i7touug55hj45mf2pgabxamy5fziva7mtx5n664s3yap6m
new file mode 100644
index 00000000..5b3bb48c
Binary files /dev/null and b/iconsDownload/bafkreidmvcd5i7touug55hj45mf2pgabxamy5fziva7mtx5n664s3yap6m differ
diff --git a/iconsDownload/bafkreiespupb52akiwrexxg7g72mh7m7h7lum5hmqijmpdh3kmuunzclha b/iconsDownload/bafkreiespupb52akiwrexxg7g72mh7m7h7lum5hmqijmpdh3kmuunzclha
new file mode 100644
index 00000000..150054e5
Binary files /dev/null and b/iconsDownload/bafkreiespupb52akiwrexxg7g72mh7m7h7lum5hmqijmpdh3kmuunzclha differ
diff --git a/iconsDownload/bafkreifj7n24u2dslfijfihwqvpdeigt5aj3k3sxv6s35lv75sxsfr3ojy b/iconsDownload/bafkreifj7n24u2dslfijfihwqvpdeigt5aj3k3sxv6s35lv75sxsfr3ojy
new file mode 100644
index 00000000..6b442479
Binary files /dev/null and b/iconsDownload/bafkreifj7n24u2dslfijfihwqvpdeigt5aj3k3sxv6s35lv75sxsfr3ojy differ
diff --git a/iconsDownload/bafkreigzeanzqgxrzzep45t776ovbwi242poqxbryuu2go5eedeuwwcsay b/iconsDownload/bafkreigzeanzqgxrzzep45t776ovbwi242poqxbryuu2go5eedeuwwcsay
new file mode 100644
index 00000000..fef88ea1
Binary files /dev/null and b/iconsDownload/bafkreigzeanzqgxrzzep45t776ovbwi242poqxbryuu2go5eedeuwwcsay differ
diff --git a/iconsDownload/bafkreihgwxcavak2v5otxka2muxtcd4v5cvzcuvfwotriy24qzq7tuuzwm b/iconsDownload/bafkreihgwxcavak2v5otxka2muxtcd4v5cvzcuvfwotriy24qzq7tuuzwm
new file mode 100644
index 00000000..37035c7b
Binary files /dev/null and b/iconsDownload/bafkreihgwxcavak2v5otxka2muxtcd4v5cvzcuvfwotriy24qzq7tuuzwm differ
diff --git a/iconsDownload/bafybeideqgs54hqx23deytbf4ljbjxgt7tyqkr5b6o5y2yglwjjjf6c4uq b/iconsDownload/bafybeideqgs54hqx23deytbf4ljbjxgt7tyqkr5b6o5y2yglwjjjf6c4uq
new file mode 100644
index 00000000..931b13fc
Binary files /dev/null and b/iconsDownload/bafybeideqgs54hqx23deytbf4ljbjxgt7tyqkr5b6o5y2yglwjjjf6c4uq differ
diff --git a/iconsDownload/bafybeidk4swpgdyqmpz6shd5onvpaujvwiwthrhypufnwr6xh3dausz2dm b/iconsDownload/bafybeidk4swpgdyqmpz6shd5onvpaujvwiwthrhypufnwr6xh3dausz2dm
new file mode 100644
index 00000000..3041a019
Binary files /dev/null and b/iconsDownload/bafybeidk4swpgdyqmpz6shd5onvpaujvwiwthrhypufnwr6xh3dausz2dm differ
diff --git a/iconsDownload/bafybeiehps5cqdhqottu2efo4jeehwpkz5rbux3cjxd75rm6rjm4sgs2wi b/iconsDownload/bafybeiehps5cqdhqottu2efo4jeehwpkz5rbux3cjxd75rm6rjm4sgs2wi
new file mode 100644
index 00000000..0341858c
Binary files /dev/null and b/iconsDownload/bafybeiehps5cqdhqottu2efo4jeehwpkz5rbux3cjxd75rm6rjm4sgs2wi differ
diff --git a/iconsDownload/bafybeifu5tpui7dk5cjoo54kde7pmuthvnl7sdykobuarsxgu7t2izurnq b/iconsDownload/bafybeifu5tpui7dk5cjoo54kde7pmuthvnl7sdykobuarsxgu7t2izurnq
new file mode 100644
index 00000000..69a22050
Binary files /dev/null and b/iconsDownload/bafybeifu5tpui7dk5cjoo54kde7pmuthvnl7sdykobuarsxgu7t2izurnq differ