diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 000000000000..275d3e56b446 --- /dev/null +++ b/.prettierignore @@ -0,0 +1,7 @@ +# Using Prettier for JSON files only in _data + +# Command to format all existing JSON files +# npx prettier --write --ignore-unknown _data + +model +processor diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 000000000000..0c232024ca2b --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,6 @@ +{ + "trailingComma": "es5", + "tabWidth": 2, + "semi": false, + "singleQuote": false +} \ No newline at end of file diff --git a/_data/chains/eip155-1.json b/_data/chains/eip155-1.json index 7954077b8514..f36053b2e3e9 100644 --- a/_data/chains/eip155-1.json +++ b/_data/chains/eip155-1.json @@ -20,11 +20,13 @@ "networkId": 1, "slip44": 60, "ens": { - "registry":"0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e" + "registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e" }, - "explorers": [{ - "name": "etherscan", - "url": "https://etherscan.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "etherscan", + "url": "https://etherscan.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-10.json b/_data/chains/eip155-10.json index 589532aad949..cf409f5e1b03 100644 --- a/_data/chains/eip155-10.json +++ b/_data/chains/eip155-10.json @@ -13,9 +13,11 @@ "chainId": 10, "networkId": 10, - "explorers": [{ - "name": "etherscan", - "url": "https://optimistic.etherscan.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "etherscan", + "url": "https://optimistic.etherscan.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-100.json b/_data/chains/eip155-100.json index 9db84b9553bc..bf26e013e6e1 100644 --- a/_data/chains/eip155-100.json +++ b/_data/chains/eip155-100.json @@ -9,7 +9,12 @@ "https://gnosis-mainnet.public.blastapi.io", "wss://rpc.gnosischain.com/wss" ], - "faucets": ["https://gnosisfaucet.com", "https://faucet.gimlu.com/gnosis", "https://stakely.io/faucet/gnosis-chain-xdai", "https://faucet.prussia.dev/xdai"], + "faucets": [ + "https://gnosisfaucet.com", + "https://faucet.gimlu.com/gnosis", + "https://stakely.io/faucet/gnosis-chain-xdai", + "https://faucet.prussia.dev/xdai" + ], "nativeCurrency": { "name": "xDAI", "symbol": "xDAI", @@ -20,16 +25,18 @@ "chainId": 100, "networkId": 100, "slip44": 700, - "explorers": [{ - "name": "gnosisscan", - "url": "https://gnosisscan.io", - "icon": "gnosisscan", - "standard": "EIP3091" - }, - { - "name": "blockscout", - "url": "https://blockscout.com/xdai/mainnet", - "icon": "blockscout", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "gnosisscan", + "url": "https://gnosisscan.io", + "icon": "gnosisscan", + "standard": "EIP3091" + }, + { + "name": "blockscout", + "url": "https://blockscout.com/xdai/mainnet", + "icon": "blockscout", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-1000.json b/_data/chains/eip155-1000.json index 14cca410363e..eadc6a7ac6d2 100644 --- a/_data/chains/eip155-1000.json +++ b/_data/chains/eip155-1000.json @@ -1,9 +1,7 @@ { "name": "GTON Mainnet", "chain": "GTON", - "rpc": [ - "https://rpc.gton.network/" - ], + "rpc": ["https://rpc.gton.network/"], "faucets": [], "nativeCurrency": { "name": "GCD", @@ -16,9 +14,9 @@ "networkId": 1000, "explorers": [ { - "name": "GTON Network Explorer", - "url": "https://explorer.gton.network", - "standard": "EIP3091" + "name": "GTON Network Explorer", + "url": "https://explorer.gton.network", + "standard": "EIP3091" } ], "parent": { diff --git a/_data/chains/eip155-100000.json b/_data/chains/eip155-100000.json index 8fe0423c4bfb..76348ccecbe7 100644 --- a/_data/chains/eip155-100000.json +++ b/_data/chains/eip155-100000.json @@ -1,11 +1,8 @@ { "name": "QuarkChain Mainnet Root", "chain": "QuarkChain", - "rpc": [ - "http://jrpc.mainnet.quarkchain.io:38391" - ], - "faucets": [ - ], + "rpc": ["http://jrpc.mainnet.quarkchain.io:38391"], + "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", diff --git a/_data/chains/eip155-100001.json b/_data/chains/eip155-100001.json index 34dbcef18f5f..b1dae49c74f6 100644 --- a/_data/chains/eip155-100001.json +++ b/_data/chains/eip155-100001.json @@ -5,8 +5,7 @@ "https://mainnet-s0-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39000" ], - "faucets": [ - ], + "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", @@ -20,9 +19,11 @@ "chain": "eip155-100000", "type": "shard" }, - "explorers": [{ - "name": "quarkchain-mainnet", - "url": "https://mainnet.quarkchain.io/0", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "quarkchain-mainnet", + "url": "https://mainnet.quarkchain.io/0", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-100002.json b/_data/chains/eip155-100002.json index ad3095e07dfb..037adb796934 100644 --- a/_data/chains/eip155-100002.json +++ b/_data/chains/eip155-100002.json @@ -5,8 +5,7 @@ "https://mainnet-s1-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39001" ], - "faucets": [ - ], + "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", @@ -20,9 +19,11 @@ "chain": "eip155-100000", "type": "shard" }, - "explorers": [{ - "name": "quarkchain-mainnet", - "url": "https://mainnet.quarkchain.io/1", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "quarkchain-mainnet", + "url": "https://mainnet.quarkchain.io/1", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-100003.json b/_data/chains/eip155-100003.json index 96005d3ebe73..90f8cb3fe4bb 100644 --- a/_data/chains/eip155-100003.json +++ b/_data/chains/eip155-100003.json @@ -5,8 +5,7 @@ "https://mainnet-s2-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39002" ], - "faucets": [ - ], + "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", @@ -20,9 +19,11 @@ "chain": "eip155-100000", "type": "shard" }, - "explorers": [{ - "name": "quarkchain-mainnet", - "url": "https://mainnet.quarkchain.io/2", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "quarkchain-mainnet", + "url": "https://mainnet.quarkchain.io/2", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-100004.json b/_data/chains/eip155-100004.json index 6b56788eaf08..f486ecb20b29 100644 --- a/_data/chains/eip155-100004.json +++ b/_data/chains/eip155-100004.json @@ -5,8 +5,7 @@ "https://mainnet-s3-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39003" ], - "faucets": [ - ], + "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", @@ -20,9 +19,11 @@ "chain": "eip155-100000", "type": "shard" }, - "explorers": [{ - "name": "quarkchain-mainnet", - "url": "https://mainnet.quarkchain.io/3", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "quarkchain-mainnet", + "url": "https://mainnet.quarkchain.io/3", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-100005.json b/_data/chains/eip155-100005.json index 52a9604fdb28..44ee5eeabaf6 100644 --- a/_data/chains/eip155-100005.json +++ b/_data/chains/eip155-100005.json @@ -5,8 +5,7 @@ "https://mainnet-s4-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39004" ], - "faucets": [ - ], + "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", @@ -20,9 +19,11 @@ "chain": "eip155-100000", "type": "shard" }, - "explorers": [{ - "name": "quarkchain-mainnet", - "url": "https://mainnet.quarkchain.io/4", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "quarkchain-mainnet", + "url": "https://mainnet.quarkchain.io/4", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-100006.json b/_data/chains/eip155-100006.json index 546aba27131f..a1e273232031 100644 --- a/_data/chains/eip155-100006.json +++ b/_data/chains/eip155-100006.json @@ -5,8 +5,7 @@ "https://mainnet-s5-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39005" ], - "faucets": [ - ], + "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", @@ -20,9 +19,11 @@ "chain": "eip155-100000", "type": "shard" }, - "explorers": [{ - "name": "quarkchain-mainnet", - "url": "https://mainnet.quarkchain.io/5", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "quarkchain-mainnet", + "url": "https://mainnet.quarkchain.io/5", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-100007.json b/_data/chains/eip155-100007.json index 2531cd6e656e..1f57b3fa37ad 100644 --- a/_data/chains/eip155-100007.json +++ b/_data/chains/eip155-100007.json @@ -5,8 +5,7 @@ "https://mainnet-s6-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39006" ], - "faucets": [ - ], + "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", @@ -20,9 +19,11 @@ "chain": "eip155-100000", "type": "shard" }, - "explorers": [{ - "name": "quarkchain-mainnet", - "url": "https://mainnet.quarkchain.io/6", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "quarkchain-mainnet", + "url": "https://mainnet.quarkchain.io/6", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-100008.json b/_data/chains/eip155-100008.json index 3fba52b04ba6..d2fe71fac78f 100644 --- a/_data/chains/eip155-100008.json +++ b/_data/chains/eip155-100008.json @@ -5,8 +5,7 @@ "https://mainnet-s7-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39007" ], - "faucets": [ - ], + "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", @@ -20,9 +19,11 @@ "chain": "eip155-100000", "type": "shard" }, - "explorers": [{ - "name": "quarkchain-mainnet", - "url": "https://mainnet.quarkchain.io/7", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "quarkchain-mainnet", + "url": "https://mainnet.quarkchain.io/7", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-1001.json b/_data/chains/eip155-1001.json index 8d8046b4d651..ce2900a70602 100644 --- a/_data/chains/eip155-1001.json +++ b/_data/chains/eip155-1001.json @@ -1,12 +1,8 @@ { "name": "Klaytn Testnet Baobab", "chain": "KLAY", - "rpc": [ - "https://api.baobab.klaytn.net:8651" - ], - "faucets": [ - "https://baobab.wallet.klaytn.com/access?next=faucet" - ], + "rpc": ["https://api.baobab.klaytn.net:8651"], + "faucets": ["https://baobab.wallet.klaytn.com/access?next=faucet"], "nativeCurrency": { "name": "KLAY", "symbol": "KLAY", diff --git a/_data/chains/eip155-100100.json b/_data/chains/eip155-100100.json index 0ba9e39f018e..c01df9b7d288 100644 --- a/_data/chains/eip155-100100.json +++ b/_data/chains/eip155-100100.json @@ -3,9 +3,7 @@ "chain": "CHI", "network": "testnet", "icon": "gnosis", - "rpc": [ - "https://rpc-chiado.gnosistestnet.com" - ], + "rpc": ["https://rpc-chiado.gnosistestnet.com"], "faucets": ["https://gnosisfaucet.com"], "nativeCurrency": { "name": "Chiado xDAI", @@ -16,10 +14,12 @@ "shortName": "chi", "chainId": 100100, "networkId": 100100, - "explorers": [{ - "name": "blockscout", - "url": "https://blockscout-chiado.gnosistestnet.com", - "icon": "blockscout", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "blockscout", + "url": "https://blockscout-chiado.gnosistestnet.com", + "icon": "blockscout", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-10024.json b/_data/chains/eip155-10024.json index a5879c9a3f7b..c687b76eab4b 100644 --- a/_data/chains/eip155-10024.json +++ b/_data/chains/eip155-10024.json @@ -2,9 +2,7 @@ "name": "Gon Chain", "chain": "GonChain", "icon": "gonchain", - "rpc": [ - "https://node1.testnet.gaiaopen.network" - ], + "rpc": ["https://node1.testnet.gaiaopen.network"], "faucets": [], "nativeCurrency": { "name": "Gon Token", @@ -15,9 +13,11 @@ "shortName": "gon", "chainId": 10024, "networkId": 10024, - "explorers": [{ - "name": "Gon Explorer", - "url": "https://gonscan.com", - "standard": "none" - }] -} \ No newline at end of file + "explorers": [ + { + "name": "Gon Explorer", + "url": "https://gonscan.com", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-10067275.json b/_data/chains/eip155-10067275.json index aa797ca796aa..85181ef195fb 100644 --- a/_data/chains/eip155-10067275.json +++ b/_data/chains/eip155-10067275.json @@ -2,9 +2,7 @@ "name": "Plian Testnet Subchain 1", "chain": "Plian", "network": "testnet", - "rpc": [ - "https://testnet.plian.io/child_test" - ], + "rpc": ["https://testnet.plian.io/child_test"], "faucets": [], "nativeCurrency": { "name": "Plian Token", @@ -15,11 +13,13 @@ "shortName": "plian-testnet-l2", "chainId": 10067275, "networkId": 10067275, - "explorers": [{ - "name": "piscan", - "url": "https://testnet.plian.org/child_test", - "standard": "EIP3091" - }], + "explorers": [ + { + "name": "piscan", + "url": "https://testnet.plian.org/child_test", + "standard": "EIP3091" + } + ], "parent": { "chain": "eip155-16658437", "type": "L2" diff --git a/_data/chains/eip155-1007.json b/_data/chains/eip155-1007.json index 7f5f4147ff58..fbeeac847abe 100644 --- a/_data/chains/eip155-1007.json +++ b/_data/chains/eip155-1007.json @@ -1,9 +1,7 @@ { "name": "Newton Testnet", "chain": "NEW", - "rpc": [ - "https://rpc1.newchain.newtonproject.org" - ], + "rpc": ["https://rpc1.newchain.newtonproject.org"], "faucets": [], "nativeCurrency": { "name": "Newton", @@ -14,4 +12,4 @@ "shortName": "tnew", "chainId": 1007, "networkId": 1007 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-1008.json b/_data/chains/eip155-1008.json index 9931f8c57067..be6c75a3da92 100644 --- a/_data/chains/eip155-1008.json +++ b/_data/chains/eip155-1008.json @@ -1,28 +1,25 @@ { - "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 + "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" + } + ] +} diff --git a/_data/chains/eip155-101.json b/_data/chains/eip155-101.json index 499c41dbf26c..de03f976e9e1 100644 --- a/_data/chains/eip155-101.json +++ b/_data/chains/eip155-101.json @@ -1,9 +1,7 @@ { "name": "EtherInc", "chain": "ETI", - "rpc": [ - "https://api.einc.io/jsonrpc/mainnet" - ], + "rpc": ["https://api.einc.io/jsonrpc/mainnet"], "faucets": [], "nativeCurrency": { "name": "EtherInc Ether", @@ -15,4 +13,4 @@ "chainId": 101, "networkId": 1, "slip44": 464 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-1010.json b/_data/chains/eip155-1010.json index b607bec2204c..527a88cd9813 100644 --- a/_data/chains/eip155-1010.json +++ b/_data/chains/eip155-1010.json @@ -1,9 +1,7 @@ { "name": "Evrice Network", "chain": "EVC", - "rpc": [ - "https://meta.evrice.com" - ], + "rpc": ["https://meta.evrice.com"], "faucets": [], "nativeCurrency": { "name": "Evrice", diff --git a/_data/chains/eip155-1012.json b/_data/chains/eip155-1012.json index 7397ea915a29..f1d064be417c 100644 --- a/_data/chains/eip155-1012.json +++ b/_data/chains/eip155-1012.json @@ -1,9 +1,7 @@ { "name": "Newton", "chain": "NEW", - "rpc": [ - "https://global.rpc.mainnet.newtonproject.org" - ], + "rpc": ["https://global.rpc.mainnet.newtonproject.org"], "faucets": [], "nativeCurrency": { "name": "Newton", @@ -14,4 +12,4 @@ "shortName": "new", "chainId": 1012, "networkId": 1012 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-102.json b/_data/chains/eip155-102.json index 02b5b39f1c65..fe71084b0f0d 100644 --- a/_data/chains/eip155-102.json +++ b/_data/chains/eip155-102.json @@ -1,20 +1,20 @@ { - "name": "Web3Games Testnet", - "chain": "Web3Games", - "icon": "web3games", - "rpc": [ - "https://testnet-rpc-0.web3games.org/evm", - "https://testnet-rpc-1.web3games.org/evm", - "https://testnet-rpc-2.web3games.org/evm" - ], - "faucets": [], - "nativeCurrency": { - "name": "Web3Games", - "symbol": "W3G", - "decimals": 18 - }, - "infoURL": "https://web3games.org/", - "shortName": "tw3g", - "chainId": 102, - "networkId": 102 + "name": "Web3Games Testnet", + "chain": "Web3Games", + "icon": "web3games", + "rpc": [ + "https://testnet-rpc-0.web3games.org/evm", + "https://testnet-rpc-1.web3games.org/evm", + "https://testnet-rpc-2.web3games.org/evm" + ], + "faucets": [], + "nativeCurrency": { + "name": "Web3Games", + "symbol": "W3G", + "decimals": 18 + }, + "infoURL": "https://web3games.org/", + "shortName": "tw3g", + "chainId": 102, + "networkId": 102 } diff --git a/_data/chains/eip155-1022.json b/_data/chains/eip155-1022.json index 7b364a8373a3..6885dfc75c30 100644 --- a/_data/chains/eip155-1022.json +++ b/_data/chains/eip155-1022.json @@ -1,15 +1,15 @@ { + "name": "Sakura", + "chain": "Sakura", + "rpc": [], + "faucets": [], + "nativeCurrency": { "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 + "symbol": "SKU", + "decimals": 18 + }, + "infoURL": "https://clover.finance/sakura", + "shortName": "sku", + "chainId": 1022, + "networkId": 1022 +} diff --git a/_data/chains/eip155-1023.json b/_data/chains/eip155-1023.json index dc479714c1b8..307448bf0b90 100644 --- a/_data/chains/eip155-1023.json +++ b/_data/chains/eip155-1023.json @@ -1,15 +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 + "name": "Clover Testnet", + "chain": "Clover", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Clover", + "symbol": "CLV", + "decimals": 18 + }, + "infoURL": "https://clover.finance", + "shortName": "tclv", + "chainId": 1023, + "networkId": 1023 +} diff --git a/_data/chains/eip155-1024.json b/_data/chains/eip155-1024.json index df246d058c55..eadfa37b11e7 100644 --- a/_data/chains/eip155-1024.json +++ b/_data/chains/eip155-1024.json @@ -1,17 +1,15 @@ { - "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 + "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 +} diff --git a/_data/chains/eip155-1028.json b/_data/chains/eip155-1028.json index 50b4ca1b9041..e1d5debc4bee 100644 --- a/_data/chains/eip155-1028.json +++ b/_data/chains/eip155-1028.json @@ -1,9 +1,7 @@ { "name": "BitTorrent Chain Testnet", "chain": "BTTC", - "rpc": [ - "https://testrpc.bittorrentchain.io/" - ], + "rpc": ["https://testrpc.bittorrentchain.io/"], "faucets": [], "nativeCurrency": { "name": "BitTorrent", @@ -14,9 +12,11 @@ "shortName": "tbtt", "chainId": 1028, "networkId": 1028, - "explorers": [{ - "name": "testbttcscan", - "url": "https://testscan.bittorrentchain.io", - "standard": "none" - }] + "explorers": [ + { + "name": "testbttcscan", + "url": "https://testscan.bittorrentchain.io", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-1030.json b/_data/chains/eip155-1030.json index 6e5480914685..ed09ec4ca16d 100644 --- a/_data/chains/eip155-1030.json +++ b/_data/chains/eip155-1030.json @@ -1,24 +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 + "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" + } + ] +} diff --git a/_data/chains/eip155-103090.json b/_data/chains/eip155-103090.json index cc3e0600c6ce..f647416d756c 100644 --- a/_data/chains/eip155-103090.json +++ b/_data/chains/eip155-103090.json @@ -2,10 +2,7 @@ "name": "Crystaleum", "chain": "crystal", "network": "mainnet", - "rpc": [ - "https://evm.cryptocurrencydevs.org", - "https://rpc.crystaleum.org" - ], + "rpc": ["https://evm.cryptocurrencydevs.org", "https://rpc.crystaleum.org"], "faucets": [], "nativeCurrency": { "name": "CRFI", @@ -17,10 +14,12 @@ "chainId": 103090, "networkId": 1, "icon": "crystal", - "explorers": [{ - "name": "blockscout", - "url": "https://scan.crystaleum.org", - "icon": "crystal", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "blockscout", + "url": "https://scan.crystaleum.org", + "icon": "crystal", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-104.json b/_data/chains/eip155-104.json index c800111eeee7..de7a4d5b7d3d 100644 --- a/_data/chains/eip155-104.json +++ b/_data/chains/eip155-104.json @@ -1,25 +1,25 @@ { - "name": "Kaiba Lightning Chain Testnet", - "chain": "tKLC", - "network": "testnet", - "rpc": [ - "https://klc.live/" - ], - "faucets": [], - "nativeCurrency": { - "name": "Kaiba Testnet Token", - "symbol": "tKAIBA", - "decimals": 18 - }, - "infoURL": "https://kaibadefi.com", - "shortName": "tklc", - "chainId": 104, - "networkId": 104, - "icon": "kaiba", - "explorers": [{ - "name": "kaibascan", - "url": "https://kaibascan.io", - "icon": "kaibascan", - "standard": "EIP3091" - }] + "name": "Kaiba Lightning Chain Testnet", + "chain": "tKLC", + "network": "testnet", + "rpc": ["https://klc.live/"], + "faucets": [], + "nativeCurrency": { + "name": "Kaiba Testnet Token", + "symbol": "tKAIBA", + "decimals": 18 + }, + "infoURL": "https://kaibadefi.com", + "shortName": "tklc", + "chainId": 104, + "networkId": 104, + "icon": "kaiba", + "explorers": [ + { + "name": "kaibascan", + "url": "https://kaibascan.io", + "icon": "kaibascan", + "standard": "EIP3091" } + ] +} diff --git a/_data/chains/eip155-105.json b/_data/chains/eip155-105.json index 75c3899efe9b..21b20bb1bbc3 100644 --- a/_data/chains/eip155-105.json +++ b/_data/chains/eip155-105.json @@ -1,21 +1,23 @@ { - "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" - }] + "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/_data/chains/eip155-106.json b/_data/chains/eip155-106.json index 010b3750b5c0..e9dc7a86821a 100644 --- a/_data/chains/eip155-106.json +++ b/_data/chains/eip155-106.json @@ -16,9 +16,11 @@ "shortName": "vlx", "chainId": 106, "networkId": 106, - "explorers": [{ - "name": "Velas Explorer", - "url": "https://evmexplorer.velas.com", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Velas Explorer", + "url": "https://evmexplorer.velas.com", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-107.json b/_data/chains/eip155-107.json index 499558967b4d..93c2615022f3 100644 --- a/_data/chains/eip155-107.json +++ b/_data/chains/eip155-107.json @@ -2,12 +2,8 @@ "name": "Nebula Testnet", "chain": "NTN", "icon": "nebulatestnet", - "rpc": [ - "https://testnet.rpc.novanetwork.io:9070" - ], - "faucets": [ - "https://faucet.novanetwork.io" - ], + "rpc": ["https://testnet.rpc.novanetwork.io:9070"], + "faucets": ["https://faucet.novanetwork.io"], "nativeCurrency": { "name": "Nebula X", "symbol": "NBX", @@ -17,9 +13,11 @@ "shortName": "ntn", "chainId": 107, "networkId": 107, - "explorers": [{ - "name": "nebulatestnet", - "url": "https://explorer.novanetwork.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "nebulatestnet", + "url": "https://explorer.novanetwork.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-108.json b/_data/chains/eip155-108.json index 567cbc57f0dd..91ffea3643ed 100644 --- a/_data/chains/eip155-108.json +++ b/_data/chains/eip155-108.json @@ -6,9 +6,7 @@ "https://mainnet-rpc.thundertoken.net", "https://mainnet-rpc.thundercore.io" ], - "faucets": [ - "https://faucet.thundercore.com" - ], + "faucets": ["https://faucet.thundercore.com"], "nativeCurrency": { "name": "ThunderCore Token", "symbol": "TT", @@ -19,7 +17,7 @@ "chainId": 108, "networkId": 108, "slip44": 1001, - + "explorers": [ { "name": "thundercore-viewblock", diff --git a/_data/chains/eip155-10823.json b/_data/chains/eip155-10823.json index cda77320c090..099875bc31ca 100644 --- a/_data/chains/eip155-10823.json +++ b/_data/chains/eip155-10823.json @@ -1,27 +1,26 @@ { + "name": "CryptoCoinPay", + "chain": "CCP", + "rpc": [ + "http://node106.cryptocoinpay.info:8545", + "ws://node106.cryptocoinpay.info:8546" + ], + "faucets": [], + "icon": "ccp", + "nativeCurrency": { "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 + "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" + } + ] +} diff --git a/_data/chains/eip155-108801.json b/_data/chains/eip155-108801.json index 7ebac3ff6aff..68f0ce2d64d7 100644 --- a/_data/chains/eip155-108801.json +++ b/_data/chains/eip155-108801.json @@ -18,9 +18,11 @@ "shortName": "bro", "chainId": 108801, "networkId": 108801, - "explorers": [{ - "name": "BROChain Explorer", - "url": "https://explorer.brochain.org", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "BROChain Explorer", + "url": "https://explorer.brochain.org", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-10946.json b/_data/chains/eip155-10946.json index e3311784ff6e..bace369cbe6c 100644 --- a/_data/chains/eip155-10946.json +++ b/_data/chains/eip155-10946.json @@ -18,10 +18,12 @@ "shortName": "quadrans", "chainId": 10946, "networkId": 10946, - "explorers": [{ - "name": "explorer", - "url": "https://explorer.quadrans.io", - "icon": "quadrans", - "standard": "EIP3091" - }] -} \ No newline at end of file + "explorers": [ + { + "name": "explorer", + "url": "https://explorer.quadrans.io", + "icon": "quadrans", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-10947.json b/_data/chains/eip155-10947.json index 211a0e5780c6..2c329ffcf3d5 100644 --- a/_data/chains/eip155-10947.json +++ b/_data/chains/eip155-10947.json @@ -3,13 +3,8 @@ "chain": "tQDC", "network": "testnet", "icon": "quadrans", - "rpc": [ - "https://rpctest.quadrans.io", - "https://rpctest2.quadrans.io" - ], - "faucets": [ - "https://faucetpage.quadrans.io" - ], + "rpc": ["https://rpctest.quadrans.io", "https://rpctest2.quadrans.io"], + "faucets": ["https://faucetpage.quadrans.io"], "nativeCurrency": { "name": "Quadrans Testnet Coin", "symbol": "tQDC", @@ -19,10 +14,12 @@ "shortName": "quadranstestnet", "chainId": 10947, "networkId": 10947, - "explorers": [{ - "name": "explorer", - "url": "https://explorer.testnet.quadrans.io", - "icon": "quadrans", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "explorer", + "url": "https://explorer.testnet.quadrans.io", + "icon": "quadrans", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-11.json b/_data/chains/eip155-11.json index f4d10462b602..596c707214e1 100644 --- a/_data/chains/eip155-11.json +++ b/_data/chains/eip155-11.json @@ -1,9 +1,7 @@ { "name": "Metadium Mainnet", "chain": "META", - "rpc": [ - "https://api.metadium.com/prod" - ], + "rpc": ["https://api.metadium.com/prod"], "faucets": [], "nativeCurrency": { "name": "Metadium Mainnet Ether", diff --git a/_data/chains/eip155-110.json b/_data/chains/eip155-110.json index 7a4ea78bc409..98fae98ec4b0 100644 --- a/_data/chains/eip155-110.json +++ b/_data/chains/eip155-110.json @@ -1,18 +1,15 @@ { - "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 - } + "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/_data/chains/eip155-110000.json b/_data/chains/eip155-110000.json index bc67aa103ddf..e5d1255954f7 100644 --- a/_data/chains/eip155-110000.json +++ b/_data/chains/eip155-110000.json @@ -1,11 +1,8 @@ { "name": "QuarkChain Devnet Root", "chain": "QuarkChain", - "rpc": [ - "http://jrpc.devnet.quarkchain.io:38391" - ], - "faucets": [ - ], + "rpc": ["http://jrpc.devnet.quarkchain.io:38391"], + "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", diff --git a/_data/chains/eip155-110001.json b/_data/chains/eip155-110001.json index 073e0974a4e6..c632b25588dc 100644 --- a/_data/chains/eip155-110001.json +++ b/_data/chains/eip155-110001.json @@ -5,8 +5,7 @@ "https://devnet-s0-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39900" ], - "faucets": [ - ], + "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", @@ -20,9 +19,11 @@ "chain": "eip155-110000", "type": "shard" }, - "explorers": [{ - "name": "quarkchain-devnet", - "url": "https://devnet.quarkchain.io/0", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "quarkchain-devnet", + "url": "https://devnet.quarkchain.io/0", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-110002.json b/_data/chains/eip155-110002.json index ca07d5b0503b..cce8292eb5d1 100644 --- a/_data/chains/eip155-110002.json +++ b/_data/chains/eip155-110002.json @@ -5,8 +5,7 @@ "https://devnet-s1-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39901" ], - "faucets": [ - ], + "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", @@ -20,9 +19,11 @@ "chain": "eip155-110000", "type": "shard" }, - "explorers": [{ - "name": "quarkchain-devnet", - "url": "https://devnet.quarkchain.io/1", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "quarkchain-devnet", + "url": "https://devnet.quarkchain.io/1", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-110003.json b/_data/chains/eip155-110003.json index aa5d4a3efeca..e55cb369da0a 100644 --- a/_data/chains/eip155-110003.json +++ b/_data/chains/eip155-110003.json @@ -5,8 +5,7 @@ "https://devnet-s2-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39902" ], - "faucets": [ - ], + "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", @@ -20,9 +19,11 @@ "chain": "eip155-110000", "type": "shard" }, - "explorers": [{ - "name": "quarkchain-devnet", - "url": "https://devnet.quarkchain.io/2", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "quarkchain-devnet", + "url": "https://devnet.quarkchain.io/2", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-110004.json b/_data/chains/eip155-110004.json index 082c3247be24..9c544cd38426 100644 --- a/_data/chains/eip155-110004.json +++ b/_data/chains/eip155-110004.json @@ -5,8 +5,7 @@ "https://devnet-s3-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39903" ], - "faucets": [ - ], + "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", @@ -20,9 +19,11 @@ "chain": "eip155-110000", "type": "shard" }, - "explorers": [{ - "name": "quarkchain-devnet", - "url": "https://devnet.quarkchain.io/3", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "quarkchain-devnet", + "url": "https://devnet.quarkchain.io/3", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-110005.json b/_data/chains/eip155-110005.json index 743eddf4a348..f74e89e9a771 100644 --- a/_data/chains/eip155-110005.json +++ b/_data/chains/eip155-110005.json @@ -5,8 +5,7 @@ "https://devnet-s4-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39904" ], - "faucets": [ - ], + "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", @@ -20,9 +19,11 @@ "chain": "eip155-110000", "type": "shard" }, - "explorers": [{ - "name": "quarkchain-devnet", - "url": "https://devnet.quarkchain.io/4", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "quarkchain-devnet", + "url": "https://devnet.quarkchain.io/4", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-110006.json b/_data/chains/eip155-110006.json index b8f498f20417..8852bf5566fc 100644 --- a/_data/chains/eip155-110006.json +++ b/_data/chains/eip155-110006.json @@ -5,8 +5,7 @@ "https://devnet-s5-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39905" ], - "faucets": [ - ], + "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", @@ -20,9 +19,11 @@ "chain": "eip155-110000", "type": "shard" }, - "explorers": [{ - "name": "quarkchain-devnet", - "url": "https://devnet.quarkchain.io/5", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "quarkchain-devnet", + "url": "https://devnet.quarkchain.io/5", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-110007.json b/_data/chains/eip155-110007.json index f5529888ab16..01caf0fc9cdf 100644 --- a/_data/chains/eip155-110007.json +++ b/_data/chains/eip155-110007.json @@ -5,8 +5,7 @@ "https://devnet-s6-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39906" ], - "faucets": [ - ], + "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", @@ -20,9 +19,11 @@ "chain": "eip155-110000", "type": "shard" }, - "explorers": [{ - "name": "quarkchain-devnet", - "url": "https://devnet.quarkchain.io/6", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "quarkchain-devnet", + "url": "https://devnet.quarkchain.io/6", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-110008.json b/_data/chains/eip155-110008.json index 1f1b2671a83f..e9e81a3abd5e 100644 --- a/_data/chains/eip155-110008.json +++ b/_data/chains/eip155-110008.json @@ -5,8 +5,7 @@ "https://devnet-s7-ethapi.quarkchain.io", "http://eth-jrpc.devnet.quarkchain.io:39907" ], - "faucets": [ - ], + "faucets": [], "nativeCurrency": { "name": "QKC", "symbol": "QKC", @@ -20,9 +19,11 @@ "chain": "eip155-110000", "type": "shard" }, - "explorers": [{ - "name": "quarkchain-devnet", - "url": "https://devnet.quarkchain.io/7", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "quarkchain-devnet", + "url": "https://devnet.quarkchain.io/7", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-111.json b/_data/chains/eip155-111.json index c5e013847f57..63612e32067b 100644 --- a/_data/chains/eip155-111.json +++ b/_data/chains/eip155-111.json @@ -1,12 +1,8 @@ { "name": "EtherLite Chain", "chain": "ETL", - "rpc": [ - "https://rpc.etherlite.org" - ], - "faucets": [ - "https://etherlite.org/faucets" - ], + "rpc": ["https://rpc.etherlite.org"], + "faucets": ["https://etherlite.org/faucets"], "nativeCurrency": { "name": "EtherLite", "symbol": "ETL", diff --git a/_data/chains/eip155-11111.json b/_data/chains/eip155-11111.json index 276dbdeca31b..2d8fb6d79a9b 100644 --- a/_data/chains/eip155-11111.json +++ b/_data/chains/eip155-11111.json @@ -2,12 +2,8 @@ "name": "WAGMI", "chain": "WAGMI", "icon": "wagmi", - "rpc": [ - "https://subnets.avax.network/wagmi/wagmi-chain-testnet/rpc" - ], - "faucets": [ - "https://faucet.trywagmi.xyz" - ], + "rpc": ["https://subnets.avax.network/wagmi/wagmi-chain-testnet/rpc"], + "faucets": ["https://faucet.trywagmi.xyz"], "nativeCurrency": { "name": "WAGMI", "symbol": "WGM", diff --git a/_data/chains/eip155-1112.json b/_data/chains/eip155-1112.json index fd8e6cc3dd31..5909ce39bb50 100644 --- a/_data/chains/eip155-1112.json +++ b/_data/chains/eip155-1112.json @@ -1,13 +1,8 @@ { "name": "WEMIX3.0 Testnet", "chain": "TWEMIX", - "rpc": [ - "https://api.test.wemix.com", - "wss://ws.test.wemi.com" - ], - "faucets": [ - "https://wallet.test.wemix.com/faucet" - ], + "rpc": ["https://api.test.wemix.com", "wss://ws.test.wemi.com"], + "faucets": ["https://wallet.test.wemix.com/faucet"], "nativeCurrency": { "name": "TestnetWEMIX", "symbol": "tWEMIX", @@ -17,9 +12,11 @@ "shortName": "twemix", "chainId": 1112, "networkId": 1112, - "explorers": [{ - "name": "WEMIX Testnet Microscope", - "url": "https://microscope.test.wemix.com", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "WEMIX Testnet Microscope", + "url": "https://microscope.test.wemix.com", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-11155111.json b/_data/chains/eip155-11155111.json index dde997be7eb8..52d8b3593f8f 100644 --- a/_data/chains/eip155-11155111.json +++ b/_data/chains/eip155-11155111.json @@ -10,9 +10,7 @@ "https://rpc.sepolia.org", "https://rpc-sepolia.rockx.com" ], - "faucets": [ - "http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}" - ], + "faucets": ["http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"], "nativeCurrency": { "name": "Sepolia Ether", "symbol": "SEP", diff --git a/_data/chains/eip155-1122334455.json b/_data/chains/eip155-1122334455.json index 2339b332faf7..6a729c89bfe0 100644 --- a/_data/chains/eip155-1122334455.json +++ b/_data/chains/eip155-1122334455.json @@ -1,10 +1,7 @@ { "name": "IPOS Network", "chain": "IPOS", - "rpc": [ - "https://rpc.iposlab.com", - "https://rpc2.iposlab.com" - ], + "rpc": ["https://rpc.iposlab.com", "https://rpc2.iposlab.com"], "faucets": [], "nativeCurrency": { "name": "IPOS Network Ether", @@ -15,4 +12,4 @@ "shortName": "ipos", "chainId": 1122334455, "networkId": 1122334455 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-11297108099.json b/_data/chains/eip155-11297108099.json index 2468bc0bbe8c..6bda9507b056 100644 --- a/_data/chains/eip155-11297108099.json +++ b/_data/chains/eip155-11297108099.json @@ -2,9 +2,7 @@ "name": "Palm Testnet", "chain": "Palm", "icon": "palm", - "rpc": [ - "https://palm-testnet.infura.io/v3/${INFURA_API_KEY}" - ], + "rpc": ["https://palm-testnet.infura.io/v3/${INFURA_API_KEY}"], "faucets": [], "nativeCurrency": { "name": "PALM", @@ -15,10 +13,12 @@ "shortName": "tpalm", "chainId": 11297108099, "networkId": 11297108099, - "explorers": [{ - "name": "Palm Testnet Explorer", - "url": "https://explorer.palm-uat.xyz", - "standard": "EIP3091", - "icon": "palm" - }] + "explorers": [ + { + "name": "Palm Testnet Explorer", + "url": "https://explorer.palm-uat.xyz", + "standard": "EIP3091", + "icon": "palm" + } + ] } diff --git a/_data/chains/eip155-11297108109.json b/_data/chains/eip155-11297108109.json index e1530f5367ef..ebeb47ad0f83 100644 --- a/_data/chains/eip155-11297108109.json +++ b/_data/chains/eip155-11297108109.json @@ -2,9 +2,7 @@ "name": "Palm", "chain": "Palm", "icon": "palm", - "rpc": [ - "https://palm-mainnet.infura.io/v3/${INFURA_API_KEY}" - ], + "rpc": ["https://palm-mainnet.infura.io/v3/${INFURA_API_KEY}"], "faucets": [], "nativeCurrency": { "name": "PALM", @@ -15,10 +13,12 @@ "shortName": "palm", "chainId": 11297108109, "networkId": 11297108109, - "explorers": [{ - "name": "Palm Explorer", - "url": "https://explorer.palm.io", - "standard": "EIP3091", - "icon": "palm" - }] + "explorers": [ + { + "name": "Palm Explorer", + "url": "https://explorer.palm.io", + "standard": "EIP3091", + "icon": "palm" + } + ] } diff --git a/_data/chains/eip155-1139.json b/_data/chains/eip155-1139.json index 29a7711812c4..49ae9d83e46e 100644 --- a/_data/chains/eip155-1139.json +++ b/_data/chains/eip155-1139.json @@ -1,18 +1,18 @@ { + "name": "MathChain", + "chain": "MATH", + "rpc": [ + "https://mathchain-asia.maiziqianbao.net/rpc", + "https://mathchain-us.maiziqianbao.net/rpc" + ], + "faucets": [], + "nativeCurrency": { "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 - } + "symbol": "MATH", + "decimals": 18 + }, + "infoURL": "https://mathchain.org", + "shortName": "MATH", + "chainId": 1139, + "networkId": 1139 +} diff --git a/_data/chains/eip155-1140.json b/_data/chains/eip155-1140.json index 1d3ebd38894b..12015d064289 100644 --- a/_data/chains/eip155-1140.json +++ b/_data/chains/eip155-1140.json @@ -1,19 +1,15 @@ { - "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 + "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 +} diff --git a/_data/chains/eip155-11437.json b/_data/chains/eip155-11437.json index 0dcbf80f11e1..677b25f0b27d 100644 --- a/_data/chains/eip155-11437.json +++ b/_data/chains/eip155-11437.json @@ -2,9 +2,7 @@ "name": "Shyft Testnet", "chain": "SHYFTT", "icon": "shyft", - "rpc": [ - "https://rpc.testnet.shyft.network/" - ], + "rpc": ["https://rpc.testnet.shyft.network/"], "faucets": [], "nativeCurrency": { "name": "Shyft Test Token", @@ -15,9 +13,11 @@ "shortName": "shyftt", "chainId": 11437, "networkId": 11437, - "explorers": [{ - "name": "Shyft Testnet BX", - "url": "https://bx.testnet.shyft.network", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Shyft Testnet BX", + "url": "https://bx.testnet.shyft.network", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-11888.json b/_data/chains/eip155-11888.json index 165d42a6f489..c4d6ecd5f489 100644 --- a/_data/chains/eip155-11888.json +++ b/_data/chains/eip155-11888.json @@ -1,9 +1,7 @@ { "name": "SanR Chain", "chain": "SanRChain", - "rpc": [ - "https://sanrchain-node.santiment.net" - ], + "rpc": ["https://sanrchain-node.santiment.net"], "faucets": [], "nativeCurrency": { "name": "nSAN", diff --git a/_data/chains/eip155-1197.json b/_data/chains/eip155-1197.json index fa0b6f606784..c7d789553c8d 100644 --- a/_data/chains/eip155-1197.json +++ b/_data/chains/eip155-1197.json @@ -22,4 +22,3 @@ } ] } - diff --git a/_data/chains/eip155-12.json b/_data/chains/eip155-12.json index 7086dab16e05..deb626a25350 100644 --- a/_data/chains/eip155-12.json +++ b/_data/chains/eip155-12.json @@ -1,9 +1,7 @@ { "name": "Metadium Testnet", "chain": "META", - "rpc": [ - "https://api.metadium.com/dev" - ], + "rpc": ["https://api.metadium.com/dev"], "faucets": [], "nativeCurrency": { "name": "Metadium Testnet Ether", @@ -14,4 +12,4 @@ "shortName": "kal", "chainId": 12, "networkId": 12 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-1201.json b/_data/chains/eip155-1201.json index 1c22b0d04c59..5e3a8fb27927 100644 --- a/_data/chains/eip155-1201.json +++ b/_data/chains/eip155-1201.json @@ -2,9 +2,7 @@ "name": "Evanesco Testnet", "chain": "Evanesco Testnet", "network": "avis", - "rpc": [ - "https://seed5.evanesco.org:8547" - ], + "rpc": ["https://seed5.evanesco.org:8547"], "faucets": [], "nativeCurrency": { "name": "AVIS", @@ -15,4 +13,4 @@ "shortName": "avis", "chainId": 1201, "networkId": 1201 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-1202.json b/_data/chains/eip155-1202.json index e27acc8163fb..acebf2bb9359 100644 --- a/_data/chains/eip155-1202.json +++ b/_data/chains/eip155-1202.json @@ -1,10 +1,7 @@ { "name": "World Trade Technical Chain Mainnet", "chain": "WTT", - "rpc": [ - "https://rpc.cadaut.com", - "wss://rpc.cadaut.com/ws" - ], + "rpc": ["https://rpc.cadaut.com", "wss://rpc.cadaut.com/ws"], "faucets": [], "nativeCurrency": { "name": "World Trade Token", @@ -15,9 +12,11 @@ "shortName": "wtt", "chainId": 1202, "networkId": 2048, - "explorers": [{ - "name": "WTTScout", - "url": "https://explorer.cadaut.com", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "WTTScout", + "url": "https://explorer.cadaut.com", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-12051.json b/_data/chains/eip155-12051.json index 5ad0b00e4cb7..b032e1b9ee64 100644 --- a/_data/chains/eip155-12051.json +++ b/_data/chains/eip155-12051.json @@ -1,12 +1,8 @@ { "name": "Singularity ZERO Testnet", "chain": "ZERO", - "rpc": [ - "https://betaenv.singularity.gold:18545" - ], - "faucets": [ - "https://nft.singularity.gold" - ], + "rpc": ["https://betaenv.singularity.gold:18545"], + "faucets": ["https://nft.singularity.gold"], "nativeCurrency": { "name": "ZERO", "symbol": "tZERO", @@ -16,9 +12,11 @@ "shortName": "tZERO", "chainId": 12051, "networkId": 12051, - "explorers": [{ - "name": "zeroscan", - "url": "https://betaenv.singularity.gold:18002", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "zeroscan", + "url": "https://betaenv.singularity.gold:18002", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-12052.json b/_data/chains/eip155-12052.json index 38ade39b012d..12d30b6bcf08 100644 --- a/_data/chains/eip155-12052.json +++ b/_data/chains/eip155-12052.json @@ -1,12 +1,8 @@ { "name": "Singularity ZERO Mainnet", "chain": "ZERO", - "rpc": [ - "https://zerorpc.singularity.gold" - ], - "faucets": [ - "https://zeroscan.singularity.gold" - ], + "rpc": ["https://zerorpc.singularity.gold"], + "faucets": ["https://zeroscan.singularity.gold"], "nativeCurrency": { "name": "ZERO", "symbol": "ZERO", @@ -17,9 +13,11 @@ "chainId": 12052, "networkId": 12052, "slip44": 621, - "explorers": [{ - "name": "zeroscan", - "url": "https://zeroscan.singularity.gold", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "zeroscan", + "url": "https://zeroscan.singularity.gold", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-1213.json b/_data/chains/eip155-1213.json index badea0256821..34331498f127 100644 --- a/_data/chains/eip155-1213.json +++ b/_data/chains/eip155-1213.json @@ -1,9 +1,7 @@ { "name": "Popcateum Mainnet", "chain": "POPCATEUM", - "rpc": [ - "https://dataseed.popcateum.org" - ], + "rpc": ["https://dataseed.popcateum.org"], "faucets": [], "nativeCurrency": { "name": "Popcat", @@ -21,4 +19,4 @@ "standard": "none" } ] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-1214.json b/_data/chains/eip155-1214.json index 6e1a0c4a1763..0961d33e284b 100644 --- a/_data/chains/eip155-1214.json +++ b/_data/chains/eip155-1214.json @@ -1,25 +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" - }] + "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/_data/chains/eip155-122.json b/_data/chains/eip155-122.json index 7693266462dd..7108c6543f20 100644 --- a/_data/chains/eip155-122.json +++ b/_data/chains/eip155-122.json @@ -1,9 +1,7 @@ { "name": "Fuse Mainnet", "chain": "FUSE", - "rpc": [ - "https://rpc.fuse.io" - ], + "rpc": ["https://rpc.fuse.io"], "faucets": [], "nativeCurrency": { "name": "Fuse", diff --git a/_data/chains/eip155-123.json b/_data/chains/eip155-123.json index 943e878435f3..5b339ce4f92e 100644 --- a/_data/chains/eip155-123.json +++ b/_data/chains/eip155-123.json @@ -1,9 +1,7 @@ { "name": "Fuse Sparknet", "chain": "fuse", - "rpc": [ - "https://rpc.fusespark.io" - ], + "rpc": ["https://rpc.fusespark.io"], "faucets": ["https://get.fusespark.io"], "nativeCurrency": { "name": "Spark", diff --git a/_data/chains/eip155-1230.json b/_data/chains/eip155-1230.json index 0c502ecae63d..d12347fb539a 100644 --- a/_data/chains/eip155-1230.json +++ b/_data/chains/eip155-1230.json @@ -13,10 +13,12 @@ "shortName": "Ultron Testnet", "chainId": 1230, "networkId": 1230, - "explorers": [{ - "name": "Ultron Testnet Explorer", - "url": "https://explorer.ultron-dev.io", - "icon": "ultron", - "standard": "none" - }] + "explorers": [ + { + "name": "Ultron Testnet Explorer", + "url": "https://explorer.ultron-dev.io", + "icon": "ultron", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-1231.json b/_data/chains/eip155-1231.json index 319ca2ee3d4a..38e4a1519e16 100644 --- a/_data/chains/eip155-1231.json +++ b/_data/chains/eip155-1231.json @@ -13,10 +13,12 @@ "shortName": "Utron Mainnet", "chainId": 1231, "networkId": 1231, - "explorers": [{ - "name": "Ultron Explorer", - "url": "https://ulxscan.com", - "icon": "ultron", - "standard": "none" - }] + "explorers": [ + { + "name": "Ultron Explorer", + "url": "https://ulxscan.com", + "icon": "ultron", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-124.json b/_data/chains/eip155-124.json index b95ad350024a..370fe64d4b78 100644 --- a/_data/chains/eip155-124.json +++ b/_data/chains/eip155-124.json @@ -2,10 +2,14 @@ "name": "Decentralized Web Mainnet", "shortName": "dwu", "chain": "DWU", - "chainId": 124, + "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} + "nativeCurrency": { + "name": "Decentralized Web Utility", + "symbol": "DWU", + "decimals": 18 + } } diff --git a/_data/chains/eip155-1246.json b/_data/chains/eip155-1246.json index e76d9d4fcd89..7f1b13653990 100644 --- a/_data/chains/eip155-1246.json +++ b/_data/chains/eip155-1246.json @@ -1,23 +1,23 @@ { - "name": "OM Platform Mainnet", - "chain": "omplatform", - "network": "mainnet", - "rpc": [ - "https://rpc-cnx.omplatform.com/" - ], - "faucets": [], - "nativeCurrency": { - "name": "OMCOIN", - "symbol": "OM", - "decimals": 18 - }, - "infoURL": "https://omplatform.com/", - "shortName": "om", - "chainId": 1246, - "networkId": 1246, - "explorers": [{ - "name": "OMSCAN - Expenter", - "url": "https://omscan.omplatform.com", - "standard": "none" - }] + "name": "OM Platform Mainnet", + "chain": "omplatform", + "network": "mainnet", + "rpc": ["https://rpc-cnx.omplatform.com/"], + "faucets": [], + "nativeCurrency": { + "name": "OMCOIN", + "symbol": "OM", + "decimals": 18 + }, + "infoURL": "https://omplatform.com/", + "shortName": "om", + "chainId": 1246, + "networkId": 1246, + "explorers": [ + { + "name": "OMSCAN - Expenter", + "url": "https://omscan.omplatform.com", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-125.json b/_data/chains/eip155-125.json index a0c5f584b6bf..cd59edf68dcf 100644 --- a/_data/chains/eip155-125.json +++ b/_data/chains/eip155-125.json @@ -1,25 +1,23 @@ { - "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" - }] - } + "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/_data/chains/eip155-126.json b/_data/chains/eip155-126.json index dcca42f18dae..20ed7a5dfc6e 100644 --- a/_data/chains/eip155-126.json +++ b/_data/chains/eip155-126.json @@ -1,26 +1,26 @@ { - "name": "OYchain Mainnet", - "chain": "OYchain", - "icon": "oychain", - "rpc": [ - "https://rpc.mainnet.oychain.io" - ], - "faucets": [ ], + "name": "OYchain Mainnet", + "chain": "OYchain", + "icon": "oychain", + "rpc": ["https://rpc.mainnet.oychain.io"], + "faucets": [], - "nativeCurrency": { - "name": "OYchain Token", - "symbol": "OY", - "decimals": 18 - }, + "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" - }] - } + "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/_data/chains/eip155-127.json b/_data/chains/eip155-127.json index 7f319a1a798f..4ee2556a8fb6 100644 --- a/_data/chains/eip155-127.json +++ b/_data/chains/eip155-127.json @@ -1,16 +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 + "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 +} diff --git a/_data/chains/eip155-128.json b/_data/chains/eip155-128.json index 9044905212ba..887e40fca1dc 100644 --- a/_data/chains/eip155-128.json +++ b/_data/chains/eip155-128.json @@ -16,9 +16,11 @@ "chainId": 128, "networkId": 128, "slip44": 1010, - "explorers": [{ - "name": "hecoinfo", - "url": "https://hecoinfo.com", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "hecoinfo", + "url": "https://hecoinfo.com", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-1280.json b/_data/chains/eip155-1280.json index e78c0e8a5798..57ae6851f30a 100644 --- a/_data/chains/eip155-1280.json +++ b/_data/chains/eip155-1280.json @@ -1,23 +1,22 @@ -{ - "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" - }] -} +{ + "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/_data/chains/eip155-1284.json b/_data/chains/eip155-1284.json index 5d1cdadab80c..6ea780346a73 100644 --- a/_data/chains/eip155-1284.json +++ b/_data/chains/eip155-1284.json @@ -1,10 +1,7 @@ { "name": "Moonbeam", "chain": "MOON", - "rpc": [ - "https://rpc.api.moonbeam.network", - "wss://wss.api.moonbeam.network" - ], + "rpc": ["https://rpc.api.moonbeam.network", "wss://wss.api.moonbeam.network"], "faucets": [], "nativeCurrency": { "name": "Glimmer", diff --git a/_data/chains/eip155-1288.json b/_data/chains/eip155-1288.json index 174ff22f3e37..f256cb01c97c 100644 --- a/_data/chains/eip155-1288.json +++ b/_data/chains/eip155-1288.json @@ -15,4 +15,4 @@ "shortName": "mrock", "chainId": 1288, "networkId": 1288 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-13.json b/_data/chains/eip155-13.json index 0d9b55bbd5fc..3f4cba63eb2c 100644 --- a/_data/chains/eip155-13.json +++ b/_data/chains/eip155-13.json @@ -1,10 +1,7 @@ { "name": "Diode Testnet Staging", "chain": "DIODE", - "rpc": [ - "https://staging.diode.io:8443/", - "wss://staging.diode.io:8443/ws" - ], + "rpc": ["https://staging.diode.io:8443/", "wss://staging.diode.io:8443/ws"], "faucets": [], "nativeCurrency": { "name": "Staging Diodes", diff --git a/_data/chains/eip155-1313114.json b/_data/chains/eip155-1313114.json index 01182ba2bd49..2acec66e04ca 100644 --- a/_data/chains/eip155-1313114.json +++ b/_data/chains/eip155-1313114.json @@ -1,26 +1,26 @@ { "name": "Etho Protocol", - "chain": "ETHO", - "rpc": [ - "https://rpc.ethoprotocol.com" - ], + "chain": "ETHO", + "rpc": ["https://rpc.ethoprotocol.com"], - "faucets": [], - "nativeCurrency": { - "name": "Etho Protocol", - "symbol": "ETHO", - "decimals": 18 - }, + "faucets": [], + "nativeCurrency": { + "name": "Etho Protocol", + "symbol": "ETHO", + "decimals": 18 + }, - "infoURL": "https://ethoprotocol.com", - "shortName": "etho", - "chainId": 1313114, - "networkId": 1313114, - "slip44": 1313114, + "infoURL": "https://ethoprotocol.com", + "shortName": "etho", + "chainId": 1313114, + "networkId": 1313114, + "slip44": 1313114, - "explorers": [{ + "explorers": [ + { "name": "blockscout", "url": "https://explorer.ethoprotocol.com", "standard": "none" - }] - } + } + ] +} diff --git a/_data/chains/eip155-1313161554.json b/_data/chains/eip155-1313161554.json index 9e1e94eec23e..6feba1fa9571 100644 --- a/_data/chains/eip155-1313161554.json +++ b/_data/chains/eip155-1313161554.json @@ -1,9 +1,7 @@ { "name": "Aurora Mainnet", "chain": "NEAR", - "rpc": [ - "https://mainnet.aurora.dev" - ], + "rpc": ["https://mainnet.aurora.dev"], "faucets": [], "nativeCurrency": { "name": "Ether", diff --git a/_data/chains/eip155-1313161555.json b/_data/chains/eip155-1313161555.json index 89d059574b0d..3f4cf1b2cd7d 100644 --- a/_data/chains/eip155-1313161555.json +++ b/_data/chains/eip155-1313161555.json @@ -1,9 +1,7 @@ { "name": "Aurora Testnet", "chain": "NEAR", - "rpc": [ - "https://testnet.aurora.dev/" - ], + "rpc": ["https://testnet.aurora.dev/"], "faucets": [], "nativeCurrency": { "name": "Ether", diff --git a/_data/chains/eip155-1313161556.json b/_data/chains/eip155-1313161556.json index deb7e1186003..703408b3f049 100644 --- a/_data/chains/eip155-1313161556.json +++ b/_data/chains/eip155-1313161556.json @@ -1,9 +1,7 @@ { "name": "Aurora Betanet", "chain": "NEAR", - "rpc": [ - "https://betanet.aurora.dev/" - ], + "rpc": ["https://betanet.aurora.dev/"], "faucets": [], "nativeCurrency": { "name": "Ether", diff --git a/_data/chains/eip155-1313500.json b/_data/chains/eip155-1313500.json index d5cc65154e9c..0f0f1e7edb6d 100644 --- a/_data/chains/eip155-1313500.json +++ b/_data/chains/eip155-1313500.json @@ -1,9 +1,7 @@ { "name": "Xerom", "chain": "XERO", - "rpc": [ - "https://rpc.xerom.org" - ], + "rpc": ["https://rpc.xerom.org"], "faucets": [], "nativeCurrency": { "name": "Xerom Ether", diff --git a/_data/chains/eip155-131419.json b/_data/chains/eip155-131419.json index af47e20c7e49..308510cc7ef7 100644 --- a/_data/chains/eip155-131419.json +++ b/_data/chains/eip155-131419.json @@ -1,25 +1,25 @@ -{ - "name": "ETND Chain Mainnets", - "chain": "ETND", - "network": "mainnet", - "rpc": [ - "https://rpc.node1.etnd.pro/" - ], - "faucets": [], - "nativeCurrency": { - "name": "ETND", - "symbol": "ETND", - "decimals": 18 - }, - "infoURL": "https://www.etnd.pro", - "shortName": "ETND", - "chainId": 131419, - "networkId": 131419, - "icon": "ETND", - "explorers": [{ - "name": "etndscan", - "url": "https://scan.etnd.pro", - "icon": "ETND", - "standard": "none" - }] -} +{ + "name": "ETND Chain Mainnets", + "chain": "ETND", + "network": "mainnet", + "rpc": ["https://rpc.node1.etnd.pro/"], + "faucets": [], + "nativeCurrency": { + "name": "ETND", + "symbol": "ETND", + "decimals": 18 + }, + "infoURL": "https://www.etnd.pro", + "shortName": "ETND", + "chainId": 131419, + "networkId": 131419, + "icon": "ETND", + "explorers": [ + { + "name": "etndscan", + "url": "https://scan.etnd.pro", + "icon": "ETND", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-1319.json b/_data/chains/eip155-1319.json index 976583620e0b..8ae2542c8839 100644 --- a/_data/chains/eip155-1319.json +++ b/_data/chains/eip155-1319.json @@ -2,10 +2,7 @@ "name": "Aitd Mainnet", "chain": "AITD", "icon": "aitd", - "rpc": [ - "https://walletrpc.aitd.io", - "https://node.aitd.io" - ], + "rpc": ["https://walletrpc.aitd.io", "https://node.aitd.io"], "faucets": [], "nativeCurrency": { "name": "AITD Mainnet", @@ -17,9 +14,11 @@ "chainId": 1319, "networkId": 1319, - "explorers": [{ - "name": "AITD Chain Explorer Mainnet", - "url": "https://aitd-explorer-new.aitd.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "AITD Chain Explorer Mainnet", + "url": "https://aitd-explorer-new.aitd.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-1320.json b/_data/chains/eip155-1320.json index 12e856762d05..c654fab9917f 100644 --- a/_data/chains/eip155-1320.json +++ b/_data/chains/eip155-1320.json @@ -2,12 +2,8 @@ "name": "Aitd Testnet", "chain": "AITD", "icon": "aitd", - "rpc": [ - "http://http-testnet.aitd.io" - ], - "faucets": [ - "https://aitd-faucet-pre.aitdcoin.com/" - ], + "rpc": ["http://http-testnet.aitd.io"], + "faucets": ["https://aitd-faucet-pre.aitdcoin.com/"], "nativeCurrency": { "name": "AITD Testnet", "symbol": "AITD", @@ -18,9 +14,11 @@ "chainId": 1320, "networkId": 1320, - "explorers": [{ - "name": "AITD Chain Explorer Testnet", - "url": "https://block-explorer-testnet.aitd.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "AITD Chain Explorer Testnet", + "url": "https://block-explorer-testnet.aitd.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-13371337.json b/_data/chains/eip155-13371337.json index 2fe6fc336061..a0b7c85fe7fb 100644 --- a/_data/chains/eip155-13371337.json +++ b/_data/chains/eip155-13371337.json @@ -1,9 +1,7 @@ { "name": "PepChain Churchill", "chain": "PEP", - "rpc": [ - "https://churchill-rpc.pepchain.io" - ], + "rpc": ["https://churchill-rpc.pepchain.io"], "faucets": [], "nativeCurrency": { "name": "PepChain Churchill Ether", @@ -14,4 +12,4 @@ "shortName": "tpep", "chainId": 13371337, "networkId": 13371337 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-1337702.json b/_data/chains/eip155-1337702.json index 1b33f38e90eb..55a33f009bf8 100644 --- a/_data/chains/eip155-1337702.json +++ b/_data/chains/eip155-1337702.json @@ -2,12 +2,10 @@ "name": "Kintsugi", "title": "Kintsugi merge testnet", "chain": "ETH", - "rpc": [ - "https://rpc.kintsugi.themerge.dev" - ], - "faucets": [ + "rpc": ["https://rpc.kintsugi.themerge.dev"], + "faucets": [ "http://fauceth.komputing.org?chain=1337702&address=${ADDRESS}", - "https://faucet.kintsugi.themerge.dev" + "https://faucet.kintsugi.themerge.dev" ], "nativeCurrency": { "name": "kintsugi Ethere", @@ -18,9 +16,11 @@ "shortName": "kintsugi", "chainId": 1337702, "networkId": 1337702, - "explorers": [{ - "name": "kintsugi explorer", - "url": "https://explorer.kintsugi.themerge.dev", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "kintsugi explorer", + "url": "https://explorer.kintsugi.themerge.dev", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-1337802.json b/_data/chains/eip155-1337802.json index 7d77a0d002e9..63fa29956584 100644 --- a/_data/chains/eip155-1337802.json +++ b/_data/chains/eip155-1337802.json @@ -2,13 +2,11 @@ "name": "Kiln", "chain": "ETH", "network": "testnet", - "rpc": [ - "https://rpc.kiln.themerge.dev" - ], + "rpc": ["https://rpc.kiln.themerge.dev"], "faucets": [ - "https://faucet.kiln.themerge.dev", - "https://kiln-faucet.pk910.de", - "https://kilnfaucet.com" + "https://faucet.kiln.themerge.dev", + "https://kiln-faucet.pk910.de", + "https://kilnfaucet.com" ], "nativeCurrency": { "name": "Testnet ETH", @@ -20,10 +18,12 @@ "chainId": 1337802, "networkId": 1337802, "icon": "ethereum", - "explorers": [{ - "name": "Kiln Explorer", - "url": "https://explorer.kiln.themerge.dev", - "icon": "ethereum", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Kiln Explorer", + "url": "https://explorer.kiln.themerge.dev", + "icon": "ethereum", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-13381.json b/_data/chains/eip155-13381.json index 6b580861a716..3ecdf35854c3 100644 --- a/_data/chains/eip155-13381.json +++ b/_data/chains/eip155-13381.json @@ -2,9 +2,7 @@ "name": "Phoenix Mainnet", "chain": "Phoenix", "network": "mainnet", - "rpc": [ - "https://rpc.phoenixplorer.com/" - ], + "rpc": ["https://rpc.phoenixplorer.com/"], "faucets": [], "nativeCurrency": { "name": "Phoenix", @@ -16,10 +14,12 @@ "chainId": 13381, "networkId": 13381, "icon": "phoenix", - "explorers": [{ - "name": "phoenixplorer", - "url": "https://phoenixplorer.com", - "icon": "phoenixplorer", - "standard": "EIP3091" - }] -} \ No newline at end of file + "explorers": [ + { + "name": "phoenixplorer", + "url": "https://phoenixplorer.com", + "icon": "phoenixplorer", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-137.json b/_data/chains/eip155-137.json index 7e55488df1fc..55b097218b9d 100644 --- a/_data/chains/eip155-137.json +++ b/_data/chains/eip155-137.json @@ -1,28 +1,30 @@ { - "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" - }] + "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/_data/chains/eip155-14.json b/_data/chains/eip155-14.json index f978e8101957..e22d5809a37b 100644 --- a/_data/chains/eip155-14.json +++ b/_data/chains/eip155-14.json @@ -2,11 +2,8 @@ "name": "Flare Mainnet", "chain": "FLR", "icon": "flare", - "rpc": [ - "https://flare-api.flare.network/ext/C/rpc" - ], - "faucets": [ - ], + "rpc": ["https://flare-api.flare.network/ext/C/rpc"], + "faucets": [], "nativeCurrency": { "name": "Flare", "symbol": "FLR", @@ -16,9 +13,11 @@ "shortName": "flr", "chainId": 14, "networkId": 14, - "explorers": [{ - "name": "blockscout", - "url": "https://flare-explorer.flare.network", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "blockscout", + "url": "https://flare-explorer.flare.network", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-141.json b/_data/chains/eip155-141.json index 8767132a90a0..99bb643094e4 100644 --- a/_data/chains/eip155-141.json +++ b/_data/chains/eip155-141.json @@ -1,26 +1,24 @@ { - "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" - } - ] + "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/_data/chains/eip155-142.json b/_data/chains/eip155-142.json index 11d54eec7075..5cefd835b39c 100644 --- a/_data/chains/eip155-142.json +++ b/_data/chains/eip155-142.json @@ -1,9 +1,7 @@ { "name": "DAX CHAIN", "chain": "DAX", - "rpc": [ - "https://rpc.prodax.io" - ], + "rpc": ["https://rpc.prodax.io"], "faucets": [], "nativeCurrency": { "name": "Prodax", diff --git a/_data/chains/eip155-144.json b/_data/chains/eip155-144.json index 23c1498d8aac..c545226afbde 100644 --- a/_data/chains/eip155-144.json +++ b/_data/chains/eip155-144.json @@ -2,10 +2,7 @@ "name": "PHI Network v2", "chain": "PHI", "network": "mainnet", - "rpc": [ - "https://connect.phi.network", - "" - ], + "rpc": ["https://connect.phi.network", ""], "faucets": [], "nativeCurrency": { "name": "PHI", @@ -17,10 +14,12 @@ "chainId": 144, "networkId": 144, "icon": "phi", - "explorers": [{ - "name": "Phiscan", - "url": "https://phiscan.com", - "icon": "phi", - "standard": "none" - }] + "explorers": [ + { + "name": "Phiscan", + "url": "https://phiscan.com", + "icon": "phi", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-15.json b/_data/chains/eip155-15.json index a6c8cb1250c7..6372889a2eba 100644 --- a/_data/chains/eip155-15.json +++ b/_data/chains/eip155-15.json @@ -1,10 +1,7 @@ { "name": "Diode Prenet", "chain": "DIODE", - "rpc": [ - "https://prenet.diode.io:8443/", - "wss://prenet.diode.io:8443/ws" - ], + "rpc": ["https://prenet.diode.io:8443/", "wss://prenet.diode.io:8443/ws"], "faucets": [], "nativeCurrency": { "name": "Diodes", diff --git a/_data/chains/eip155-1506.json b/_data/chains/eip155-1506.json index 120f48a842d7..c1d3741ac957 100644 --- a/_data/chains/eip155-1506.json +++ b/_data/chains/eip155-1506.json @@ -1,11 +1,8 @@ { "name": "Sherpax Mainnet", "chain": "Sherpax Mainnet", - "rpc": [ - "https://mainnet.sherpax.io/rpc" - ], - "faucets": [ - ], + "rpc": ["https://mainnet.sherpax.io/rpc"], + "faucets": [], "nativeCurrency": { "name": "KSX", "symbol": "KSX", diff --git a/_data/chains/eip155-1507.json b/_data/chains/eip155-1507.json index 424a3836bcc3..02200f1ee965 100644 --- a/_data/chains/eip155-1507.json +++ b/_data/chains/eip155-1507.json @@ -1,11 +1,8 @@ { "name": "Sherpax Testnet", "chain": "Sherpax Testnet", - "rpc": [ - "https://sherpax-testnet.chainx.org/rpc" - ], - "faucets": [ - ], + "rpc": ["https://sherpax-testnet.chainx.org/rpc"], + "faucets": [], "nativeCurrency": { "name": "KSX", "symbol": "KSX", @@ -23,4 +20,3 @@ } ] } - diff --git a/_data/chains/eip155-1515.json b/_data/chains/eip155-1515.json index da7d11a6c717..109657af34d8 100644 --- a/_data/chains/eip155-1515.json +++ b/_data/chains/eip155-1515.json @@ -1,9 +1,7 @@ { "name": "Beagle Messaging Chain", "chain": "BMC", - "rpc": [ - "https://beagle.chat/eth" - ], + "rpc": ["https://beagle.chat/eth"], "faucets": ["https://faucet.beagle.chat/"], "nativeCurrency": { "name": "Beagle", @@ -14,9 +12,11 @@ "shortName": "beagle", "chainId": 1515, "networkId": 1515, - "explorers": [{ - "name": "Beagle Messaging Chain Explorer", - "url": "https://eth.beagle.chat", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Beagle Messaging Chain Explorer", + "url": "https://eth.beagle.chat", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-15555.json b/_data/chains/eip155-15555.json index 0f895db4ecd8..f8fe56045292 100644 --- a/_data/chains/eip155-15555.json +++ b/_data/chains/eip155-15555.json @@ -2,12 +2,8 @@ "name": "Trust EVM Testnet", "chain": "Trust EVM Testnet", "network": "testnet", - "rpc": [ - "https://api.testnet-dev.trust.one" - ], -"faucets": [ - "https://faucet.testnet-dev.trust.one/" - ], + "rpc": ["https://api.testnet-dev.trust.one"], + "faucets": ["https://faucet.testnet-dev.trust.one/"], "nativeCurrency": { "name": "Trust EVM", "symbol": "EVM", @@ -17,9 +13,11 @@ "shortName": "Trust testnet", "chainId": 15555, "networkId": 15555, - "explorers": [{ - "name": "Trust EVM Explorer", - "url": "https://trustscan.one", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Trust EVM Explorer", + "url": "https://trustscan.one", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-16.json b/_data/chains/eip155-16.json index eb19188f49cd..bde38d917f12 100644 --- a/_data/chains/eip155-16.json +++ b/_data/chains/eip155-16.json @@ -1,9 +1,7 @@ { "name": "Flare Testnet Coston", "chain": "FLR", - "rpc": [ - "https://coston-api.flare.network/ext/bc/C/rpc" - ], + "rpc": ["https://coston-api.flare.network/ext/bc/C/rpc"], "faucets": [ "https://faucet.towolabs.com", "https://fauceth.komputing.org?chain=16&address=${ADDRESS}" @@ -17,9 +15,11 @@ "shortName": "cflr", "chainId": 16, "networkId": 16, - "explorers": [{ - "name": "blockscout", - "url": "https://coston-explorer.flare.network", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "blockscout", + "url": "https://coston-explorer.flare.network", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-16000.json b/_data/chains/eip155-16000.json index e3b4cdd53992..21107aee8b1d 100644 --- a/_data/chains/eip155-16000.json +++ b/_data/chains/eip155-16000.json @@ -1,18 +1,15 @@ { - "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 + "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 +} diff --git a/_data/chains/eip155-16001.json b/_data/chains/eip155-16001.json index 64d0a66a2271..c840344e033e 100644 --- a/_data/chains/eip155-16001.json +++ b/_data/chains/eip155-16001.json @@ -1,20 +1,15 @@ { - "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 - } - + "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/_data/chains/eip155-1618.json b/_data/chains/eip155-1618.json index 9f0b09006b45..693e91e13414 100644 --- a/_data/chains/eip155-1618.json +++ b/_data/chains/eip155-1618.json @@ -1,9 +1,7 @@ { "name": "Catecoin Chain Mainnet", "chain": "Catechain", - "rpc": [ - "https://send.catechain.com" - ], + "rpc": ["https://send.catechain.com"], "faucets": [], "nativeCurrency": { "name": "Catecoin", diff --git a/_data/chains/eip155-162.json b/_data/chains/eip155-162.json index 65dbf70a93df..1ec2ea5f45a9 100644 --- a/_data/chains/eip155-162.json +++ b/_data/chains/eip155-162.json @@ -1,12 +1,8 @@ { "name": "Lightstreams Testnet", "chain": "PHT", - "rpc": [ - "https://node.sirius.lightstreams.io" - ], - "faucets": [ - "https://discuss.lightstreams.network/t/request-test-tokens" - ], + "rpc": ["https://node.sirius.lightstreams.io"], + "faucets": ["https://discuss.lightstreams.network/t/request-test-tokens"], "nativeCurrency": { "name": "Lightstreams PHT", "symbol": "PHT", @@ -16,4 +12,4 @@ "shortName": "tpht", "chainId": 162, "networkId": 162 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-1620.json b/_data/chains/eip155-1620.json index 181015611ecb..fdb0d9188109 100644 --- a/_data/chains/eip155-1620.json +++ b/_data/chains/eip155-1620.json @@ -1,9 +1,7 @@ { "name": "Atheios", "chain": "ATH", - "rpc": [ - "https://wallet.atheios.com:8797" - ], + "rpc": ["https://wallet.atheios.com:8797"], "faucets": [], "nativeCurrency": { "name": "Atheios Ether", @@ -15,4 +13,4 @@ "chainId": 1620, "networkId": 11235813, "slip44": 1620 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-163.json b/_data/chains/eip155-163.json index 96f89177713b..167a2ac789f8 100644 --- a/_data/chains/eip155-163.json +++ b/_data/chains/eip155-163.json @@ -1,9 +1,7 @@ { "name": "Lightstreams Mainnet", "chain": "PHT", - "rpc": [ - "https://node.mainnet.lightstreams.io" - ], + "rpc": ["https://node.mainnet.lightstreams.io"], "faucets": [], "nativeCurrency": { "name": "Lightstreams PHT", @@ -14,4 +12,4 @@ "shortName": "pht", "chainId": 163, "networkId": 163 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-1657.json b/_data/chains/eip155-1657.json index a02af235808c..c14f9b270885 100644 --- a/_data/chains/eip155-1657.json +++ b/_data/chains/eip155-1657.json @@ -1,9 +1,7 @@ { "name": "Btachain", "chain": "btachain", - "rpc": [ - "https://dataseed1.btachain.com/" - ], + "rpc": ["https://dataseed1.btachain.com/"], "faucets": [], "nativeCurrency": { "name": "Bitcoin Asset", diff --git a/_data/chains/eip155-16658437.json b/_data/chains/eip155-16658437.json index b6dec6b963e0..e985b0da58e8 100644 --- a/_data/chains/eip155-16658437.json +++ b/_data/chains/eip155-16658437.json @@ -2,9 +2,7 @@ "name": "Plian Testnet Main", "chain": "Plian", "network": "testnet", - "rpc": [ - "https://testnet.plian.io/testnet" - ], + "rpc": ["https://testnet.plian.io/testnet"], "faucets": [], "nativeCurrency": { "name": "Plian Testnet Token", @@ -15,9 +13,11 @@ "shortName": "plian-testnet", "chainId": 16658437, "networkId": 16658437, - "explorers": [{ - "name": "piscan", - "url": "https://testnet.plian.org/testnet", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "piscan", + "url": "https://testnet.plian.org/testnet", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-1666600000.json b/_data/chains/eip155-1666600000.json index 0052bd6605c0..158d4b9afb7a 100644 --- a/_data/chains/eip155-1666600000.json +++ b/_data/chains/eip155-1666600000.json @@ -1,10 +1,7 @@ { "name": "Harmony Mainnet Shard 0", "chain": "Harmony", - "rpc": [ - "https://api.harmony.one", - "https://api.s0.t.hmny.io" - ], + "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", @@ -15,9 +12,11 @@ "shortName": "hmy-s0", "chainId": 1666600000, "networkId": 1666600000, - "explorers": [{ - "name": "Harmony Block Explorer", - "url": "https://explorer.harmony.one", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Harmony Block Explorer", + "url": "https://explorer.harmony.one", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-1666600001.json b/_data/chains/eip155-1666600001.json index 8f6613ff6ead..c0a438ca79f6 100644 --- a/_data/chains/eip155-1666600001.json +++ b/_data/chains/eip155-1666600001.json @@ -1,11 +1,8 @@ { "name": "Harmony Mainnet Shard 1", "chain": "Harmony", - "rpc": [ - "https://api.s1.t.hmny.io" - ], - "faucets": [ - ], + "rpc": ["https://api.s1.t.hmny.io"], + "faucets": [], "nativeCurrency": { "name": "ONE", "symbol": "ONE", diff --git a/_data/chains/eip155-1666600002.json b/_data/chains/eip155-1666600002.json index be5f1223b16c..7fc8b2060f5e 100644 --- a/_data/chains/eip155-1666600002.json +++ b/_data/chains/eip155-1666600002.json @@ -1,11 +1,8 @@ { "name": "Harmony Mainnet Shard 2", "chain": "Harmony", - "rpc": [ - "https://api.s2.t.hmny.io" - ], - "faucets": [ - ], + "rpc": ["https://api.s2.t.hmny.io"], + "faucets": [], "nativeCurrency": { "name": "ONE", "symbol": "ONE", diff --git a/_data/chains/eip155-1666600003.json b/_data/chains/eip155-1666600003.json index 50bf2f627702..d253d5aacf81 100644 --- a/_data/chains/eip155-1666600003.json +++ b/_data/chains/eip155-1666600003.json @@ -1,11 +1,8 @@ { "name": "Harmony Mainnet Shard 3", "chain": "Harmony", - "rpc": [ - "https://api.s3.t.hmny.io" - ], - "faucets": [ - ], + "rpc": ["https://api.s3.t.hmny.io"], + "faucets": [], "nativeCurrency": { "name": "ONE", "symbol": "ONE", diff --git a/_data/chains/eip155-1666700000.json b/_data/chains/eip155-1666700000.json index a66f37a6e124..e47f7f9599d7 100644 --- a/_data/chains/eip155-1666700000.json +++ b/_data/chains/eip155-1666700000.json @@ -1,12 +1,8 @@ { "name": "Harmony Testnet Shard 0", "chain": "Harmony", - "rpc": [ - "https://api.s0.b.hmny.io" - ], - "faucets": [ - "https://faucet.pops.one" - ], + "rpc": ["https://api.s0.b.hmny.io"], + "faucets": ["https://faucet.pops.one"], "nativeCurrency": { "name": "ONE", "symbol": "ONE", @@ -16,10 +12,11 @@ "shortName": "hmy-b-s0", "chainId": 1666700000, "networkId": 1666700000, - "explorers": [{ - "name": "Harmony Testnet Block Explorer", - "url": "https://explorer.pops.one", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Harmony Testnet Block Explorer", + "url": "https://explorer.pops.one", + "standard": "EIP3091" + } + ] } - \ No newline at end of file diff --git a/_data/chains/eip155-1666700001.json b/_data/chains/eip155-1666700001.json index fa093995ee37..013f8c421796 100644 --- a/_data/chains/eip155-1666700001.json +++ b/_data/chains/eip155-1666700001.json @@ -1,19 +1,15 @@ { - "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 + "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 +} diff --git a/_data/chains/eip155-1666700002.json b/_data/chains/eip155-1666700002.json index 19230baa8801..7cd14b6b48c3 100644 --- a/_data/chains/eip155-1666700002.json +++ b/_data/chains/eip155-1666700002.json @@ -1,19 +1,15 @@ { - "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 + "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 +} diff --git a/_data/chains/eip155-1666700003.json b/_data/chains/eip155-1666700003.json index 86b601feccab..58d76335beff 100644 --- a/_data/chains/eip155-1666700003.json +++ b/_data/chains/eip155-1666700003.json @@ -1,19 +1,15 @@ { - "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 + "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 +} diff --git a/_data/chains/eip155-1666900000.json b/_data/chains/eip155-1666900000.json index 1e93d355250d..78bb95ca4398 100644 --- a/_data/chains/eip155-1666900000.json +++ b/_data/chains/eip155-1666900000.json @@ -1,10 +1,7 @@ { "name": "Harmony Devnet Shard 0", "chain": "Harmony", - "rpc": [ - "https://api.s1.ps.hmny.io", - "https://api.s1.ps.hmny.io" - ], + "rpc": ["https://api.s1.ps.hmny.io", "https://api.s1.ps.hmny.io"], "faucets": ["http://dev.faucet.easynode.one/"], "nativeCurrency": { "name": "ONE", @@ -15,9 +12,11 @@ "shortName": "hmy-ps-s0", "chainId": 1666900000, "networkId": 1666900000, - "explorers": [{ - "name": "Harmony Block Explorer", - "url": "https://explorer.ps.hmny.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Harmony Block Explorer", + "url": "https://explorer.ps.hmny.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-168.json b/_data/chains/eip155-168.json index 7727c34bdb9f..75ab55f59bcd 100644 --- a/_data/chains/eip155-168.json +++ b/_data/chains/eip155-168.json @@ -3,9 +3,7 @@ "chain": "AIOZ", "network": "mainnet", "icon": "aioz", - "rpc": [ - "https://eth-dataseed.aioz.network" - ], + "rpc": ["https://eth-dataseed.aioz.network"], "faucets": [], "nativeCurrency": { "name": "AIOZ", @@ -17,9 +15,11 @@ "chainId": 168, "networkId": 168, "slip44": 60, - "explorers": [{ - "name": "AIOZ Network Explorer", - "url": "https://explorer.aioz.network", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "AIOZ Network Explorer", + "url": "https://explorer.aioz.network", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-1688.json b/_data/chains/eip155-1688.json index a70f580a2e88..5a07ca38d835 100644 --- a/_data/chains/eip155-1688.json +++ b/_data/chains/eip155-1688.json @@ -1,9 +1,7 @@ { "name": "LUDAN Mainnet", "chain": "LUDAN", - "rpc": [ - "https://rpc.ludan.org/" - ], + "rpc": ["https://rpc.ludan.org/"], "faucets": [], "nativeCurrency": { "name": "LUDAN", diff --git a/_data/chains/eip155-16888.json b/_data/chains/eip155-16888.json index ea82631fd603..cdaa2af9a4d7 100644 --- a/_data/chains/eip155-16888.json +++ b/_data/chains/eip155-16888.json @@ -2,12 +2,8 @@ "name": "IVAR Chain Testnet", "chain": "IVAR", "icon": "ivar", - "rpc": [ - "https://testnet-rpc.ivarex.com" - ], - "faucets": [ - "https://tfaucet.ivarex.com/" - ], + "rpc": ["https://testnet-rpc.ivarex.com"], + "faucets": ["https://tfaucet.ivarex.com/"], "nativeCurrency": { "name": "tIvar", "symbol": "tIVAR", @@ -17,9 +13,11 @@ "shortName": "tivar", "chainId": 16888, "networkId": 16888, - "explorers": [{ - "name": "ivarscan", - "url": "https://testnet.ivarscan.com", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "ivarscan", + "url": "https://testnet.ivarscan.com", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-17.json b/_data/chains/eip155-17.json index 8c8a32b071ed..4cb15c967e60 100644 --- a/_data/chains/eip155-17.json +++ b/_data/chains/eip155-17.json @@ -1,9 +1,7 @@ { "name": "ThaiChain 2.0 ThaiFi", "chain": "TCH", - "rpc": [ - "https://rpc.thaifi.com" - ], + "rpc": ["https://rpc.thaifi.com"], "faucets": [], "nativeCurrency": { "name": "Thaifi Ether", diff --git a/_data/chains/eip155-170.json b/_data/chains/eip155-170.json index e8c2e2eae7a3..55897ea942d2 100644 --- a/_data/chains/eip155-170.json +++ b/_data/chains/eip155-170.json @@ -1,12 +1,8 @@ { "name": "HOO Smart Chain Testnet", "chain": "ETH", - "rpc": [ - "https://http-testnet.hoosmartchain.com" - ], - "faucets": [ - "https://faucet-testnet.hscscan.com/" - ], + "rpc": ["https://http-testnet.hoosmartchain.com"], + "faucets": ["https://faucet-testnet.hscscan.com/"], "nativeCurrency": { "name": "HOO", "symbol": "HOO", diff --git a/_data/chains/eip155-172.json b/_data/chains/eip155-172.json index b8cf3865db29..90f28ec26e78 100644 --- a/_data/chains/eip155-172.json +++ b/_data/chains/eip155-172.json @@ -1,13 +1,8 @@ { "name": "Latam-Blockchain Resil Testnet", "chain": "Resil", - "rpc": [ - "https://rpc.latam-blockchain.com", - "wss://ws.latam-blockchain.com" - ], - "faucets": [ - "https://faucet.latam-blockchain.com" - ], + "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", diff --git a/_data/chains/eip155-18.json b/_data/chains/eip155-18.json index b2822c64102c..aa44e245ed82 100644 --- a/_data/chains/eip155-18.json +++ b/_data/chains/eip155-18.json @@ -1,12 +1,8 @@ { "name": "ThunderCore Testnet", "chain": "TST", - "rpc": [ - "https://testnet-rpc.thundercore.com" - ], - "faucets": [ - "https://faucet-testnet.thundercore.com" - ], + "rpc": ["https://testnet-rpc.thundercore.com"], + "faucets": ["https://faucet-testnet.thundercore.com"], "nativeCurrency": { "name": "ThunderCore Testnet Token", "symbol": "TST", diff --git a/_data/chains/eip155-180.json b/_data/chains/eip155-180.json index 682fc5808f54..8c840de66f90 100644 --- a/_data/chains/eip155-180.json +++ b/_data/chains/eip155-180.json @@ -1,9 +1,7 @@ { "name": "AME Chain Mainnet", "chain": "AME", - "rpc": [ - "https://node1.amechain.io/" - ], + "rpc": ["https://node1.amechain.io/"], "faucets": [], "nativeCurrency": { "name": "AME", @@ -21,4 +19,4 @@ "standard": "EIP3091" } ] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-1818.json b/_data/chains/eip155-1818.json index ee2b2591ae4b..794197e6e49d 100644 --- a/_data/chains/eip155-1818.json +++ b/_data/chains/eip155-1818.json @@ -21,9 +21,11 @@ "chainId": 1818, "networkId": 1818, "slip44": 1818, - "explorers": [{ - "name": "cube-scan", - "url": "https://cubescan.network", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "cube-scan", + "url": "https://cubescan.network", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-1819.json b/_data/chains/eip155-1819.json index 50075a5bc5c7..f22e7fe3afa1 100644 --- a/_data/chains/eip155-1819.json +++ b/_data/chains/eip155-1819.json @@ -23,9 +23,11 @@ "chainId": 1819, "networkId": 1819, "slip44": 1819, - "explorers": [{ - "name": "cubetest-scan", - "url": "https://testnet.cubescan.network", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "cubetest-scan", + "url": "https://testnet.cubescan.network", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-18289463.json b/_data/chains/eip155-18289463.json index d4039afeccd8..d43222164f44 100644 --- a/_data/chains/eip155-18289463.json +++ b/_data/chains/eip155-18289463.json @@ -1,9 +1,7 @@ { "name": "IOLite", "chain": "ILT", - "rpc": [ - "https://net.iolite.io" - ], + "rpc": ["https://net.iolite.io"], "faucets": [], "nativeCurrency": { "name": "IOLite Ether", @@ -14,4 +12,4 @@ "shortName": "ilt", "chainId": 18289463, "networkId": 18289463 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-1856.json b/_data/chains/eip155-1856.json index 6e4f240f6b4b..242f143d4615 100644 --- a/_data/chains/eip155-1856.json +++ b/_data/chains/eip155-1856.json @@ -1,9 +1,7 @@ { "name": "Teslafunds", "chain": "TSF", - "rpc": [ - "https://tsfapi.europool.me" - ], + "rpc": ["https://tsfapi.europool.me"], "faucets": [], "nativeCurrency": { "name": "Teslafunds Ether", @@ -14,4 +12,4 @@ "shortName": "tsf", "chainId": 1856, "networkId": 1 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-186.json b/_data/chains/eip155-186.json index 454e28e6e8ec..72878543fd60 100644 --- a/_data/chains/eip155-186.json +++ b/_data/chains/eip155-186.json @@ -1,9 +1,7 @@ { "name": "Seele Mainnet", "chain": "Seele", - "rpc": [ - "https://rpc.seelen.pro/" - ], + "rpc": ["https://rpc.seelen.pro/"], "faucets": [], "nativeCurrency": { "name": "Seele", @@ -14,9 +12,11 @@ "shortName": "Seele", "chainId": 186, "networkId": 186, - "explorers": [{ - "name": "seeleview", - "url": "https://seeleview.net", - "standard": "none" - }] + "explorers": [ + { + "name": "seeleview", + "url": "https://seeleview.net", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-188.json b/_data/chains/eip155-188.json index 853d6e99255f..b3c79cdbe62e 100644 --- a/_data/chains/eip155-188.json +++ b/_data/chains/eip155-188.json @@ -1,9 +1,7 @@ { "name": "BMC Mainnet", "chain": "BMC", - "rpc": [ - "https://mainnet.bmcchain.com/" - ], + "rpc": ["https://mainnet.bmcchain.com/"], "faucets": [], "nativeCurrency": { "name": "BTM", @@ -14,9 +12,11 @@ "shortName": "BMC", "chainId": 188, "networkId": 188, - "explorers": [{ - "name": "Blockmeta", - "url": "https://bmc.blockmeta.com", - "standard": "none" - }] + "explorers": [ + { + "name": "Blockmeta", + "url": "https://bmc.blockmeta.com", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-189.json b/_data/chains/eip155-189.json index 64732c87d4ba..3ba158d2b5cf 100644 --- a/_data/chains/eip155-189.json +++ b/_data/chains/eip155-189.json @@ -1,9 +1,7 @@ { "name": "BMC Testnet", "chain": "BMC", - "rpc": [ - "https://testnet.bmcchain.com" - ], + "rpc": ["https://testnet.bmcchain.com"], "faucets": [], "nativeCurrency": { "name": "BTM", @@ -14,9 +12,11 @@ "shortName": "BMCT", "chainId": 189, "networkId": 189, - "explorers": [{ - "name": "Blockmeta", - "url": "https://bmctestnet.blockmeta.com", - "standard": "none" - }] + "explorers": [ + { + "name": "Blockmeta", + "url": "https://bmctestnet.blockmeta.com", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-1898.json b/_data/chains/eip155-1898.json index a3c62554f559..075afa0cc13a 100644 --- a/_data/chains/eip155-1898.json +++ b/_data/chains/eip155-1898.json @@ -2,10 +2,7 @@ "name": "BON Network", "chain": "BON", "network": "testnet", - "rpc": [ - "http://rpc.boyanet.org:8545", - "ws://rpc.boyanet.org:8546" - ], + "rpc": ["http://rpc.boyanet.org:8545", "ws://rpc.boyanet.org:8546"], "faucets": [], "nativeCurrency": { "name": "BOYACoin", @@ -16,9 +13,11 @@ "shortName": "boya", "chainId": 1898, "networkId": 1, - "explorers": [{ - "name": "explorer", - "url": "https://explorer.boyanet.org:4001", - "standard": "EIP3091" - }] -} \ No newline at end of file + "explorers": [ + { + "name": "explorer", + "url": "https://explorer.boyanet.org:4001", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-19.json b/_data/chains/eip155-19.json index 792da420cd29..6249a626959e 100644 --- a/_data/chains/eip155-19.json +++ b/_data/chains/eip155-19.json @@ -20,9 +20,11 @@ "chainId": 19, "networkId": 19, - "explorers": [{ - "name": "blockscout", - "url": "https://songbird-explorer.flare.network", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "blockscout", + "url": "https://songbird-explorer.flare.network", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-192837465.json b/_data/chains/eip155-192837465.json index 3c14a9615ced..e577b5b98c48 100644 --- a/_data/chains/eip155-192837465.json +++ b/_data/chains/eip155-192837465.json @@ -1,9 +1,7 @@ { "name": "Gather Mainnet Network", "chain": "GTH", - "rpc": [ - "https://mainnet.gather.network" - ], + "rpc": ["https://mainnet.gather.network"], "faucets": [], "nativeCurrency": { "name": "Gather", @@ -14,9 +12,11 @@ "shortName": "GTH", "chainId": 192837465, "networkId": 192837465, - "explorers": [{ - "name": "Blockscout", - "url": "https://explorer.gather.network", - "standard": "none" - }] + "explorers": [ + { + "name": "Blockscout", + "url": "https://explorer.gather.network", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-193.json b/_data/chains/eip155-193.json index aee1b2e8d3cf..43128ac4a3fb 100644 --- a/_data/chains/eip155-193.json +++ b/_data/chains/eip155-193.json @@ -1,22 +1,22 @@ -{ - "name": "Crypto Emergency", - "chain": "CEM", - "rpc": [ - "https://cemchain.com" - ], - "faucets": [], - "nativeCurrency": { - "name": "Crypto Emergency", - "symbol": "CEM", - "decimals": 18 - }, - "infoURL": "https://cemblockchain.com/", - "shortName": "cem", - "chainId": 193, - "networkId": 193, - "explorers": [{ - "name": "cemscan", - "url": "https://cemscan.com", - "standard": "EIP3091" - }] -} +{ + "name": "Crypto Emergency", + "chain": "CEM", + "rpc": ["https://cemchain.com"], + "faucets": [], + "nativeCurrency": { + "name": "Crypto Emergency", + "symbol": "CEM", + "decimals": 18 + }, + "infoURL": "https://cemblockchain.com/", + "shortName": "cem", + "chainId": 193, + "networkId": 193, + "explorers": [ + { + "name": "cemscan", + "url": "https://cemscan.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-197710212030.json b/_data/chains/eip155-197710212030.json index adbe69c2502a..4804841c1831 100644 --- a/_data/chains/eip155-197710212030.json +++ b/_data/chains/eip155-197710212030.json @@ -1,24 +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 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/_data/chains/eip155-197710212031.json b/_data/chains/eip155-197710212031.json index 779bebabce40..99fd6247ac35 100644 --- a/_data/chains/eip155-197710212031.json +++ b/_data/chains/eip155-197710212031.json @@ -1,24 +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": "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/_data/chains/eip155-1984.json b/_data/chains/eip155-1984.json index f0a94680e7b3..4898585cfd7b 100644 --- a/_data/chains/eip155-1984.json +++ b/_data/chains/eip155-1984.json @@ -1,28 +1,25 @@ { - "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 + "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" + } + ] +} diff --git a/_data/chains/eip155-19845.json b/_data/chains/eip155-19845.json index 5e5c50f1a7c2..fbd1dac1aabd 100644 --- a/_data/chains/eip155-19845.json +++ b/_data/chains/eip155-19845.json @@ -1,9 +1,7 @@ { "name": "BTCIX Network", "chain": "BTCIX", - "rpc": [ - "https://seed.btcix.org/rpc" - ], + "rpc": ["https://seed.btcix.org/rpc"], "faucets": [], "nativeCurrency": { "name": "BTCIX Network", @@ -15,9 +13,11 @@ "chainId": 19845, "networkId": 19845, - "explorers": [{ - "name": "BTCIXScan", - "url": "https://btcixscan.com", - "standard": "none" - }] + "explorers": [ + { + "name": "BTCIXScan", + "url": "https://btcixscan.com", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-1987.json b/_data/chains/eip155-1987.json index fef6d8fe7ff9..57ce3fb4b104 100644 --- a/_data/chains/eip155-1987.json +++ b/_data/chains/eip155-1987.json @@ -1,9 +1,7 @@ { "name": "EtherGem", "chain": "EGEM", - "rpc": [ - "https://jsonrpc.egem.io/custom" - ], + "rpc": ["https://jsonrpc.egem.io/custom"], "faucets": [], "nativeCurrency": { "name": "EtherGem Ether", @@ -15,4 +13,4 @@ "chainId": 1987, "networkId": 1987, "slip44": 1987 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-199.json b/_data/chains/eip155-199.json index 71140b22846d..5e3ed0fd6475 100644 --- a/_data/chains/eip155-199.json +++ b/_data/chains/eip155-199.json @@ -1,9 +1,7 @@ { "name": "BitTorrent Chain Mainnet", "chain": "BTTC", - "rpc": [ - "https://rpc.bittorrentchain.io/" - ], + "rpc": ["https://rpc.bittorrentchain.io/"], "faucets": [], "nativeCurrency": { "name": "BitTorrent", @@ -14,9 +12,11 @@ "shortName": "BTT", "chainId": 199, "networkId": 199, - "explorers": [{ - "name": "bttcscan", - "url": "https://scan.bittorrentchain.io", - "standard": "none" - }] + "explorers": [ + { + "name": "bttcscan", + "url": "https://scan.bittorrentchain.io", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-2.json b/_data/chains/eip155-2.json index 6ce5d4b00459..e58c4dd85ecf 100644 --- a/_data/chains/eip155-2.json +++ b/_data/chains/eip155-2.json @@ -1,9 +1,7 @@ { "name": "Expanse Network", "chain": "EXP", - "rpc": [ - "https://node.expanse.tech" - ], + "rpc": ["https://node.expanse.tech"], "faucets": [], "nativeCurrency": { "name": "Expanse Network Ether", @@ -15,4 +13,4 @@ "chainId": 2, "networkId": 1, "slip44": 40 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-20.json b/_data/chains/eip155-20.json index 67d3bac89ac3..cb5ff0755910 100644 --- a/_data/chains/eip155-20.json +++ b/_data/chains/eip155-20.json @@ -1,9 +1,7 @@ { "name": "Elastos Smart Chain", "chain": "ETH", - "rpc": [ - "https://api.elastos.io/eth" - ], + "rpc": ["https://api.elastos.io/eth"], "faucets": ["https://faucet.elastos.org/"], "nativeCurrency": { "name": "Elastos", @@ -14,9 +12,11 @@ "shortName": "elaeth", "chainId": 20, "networkId": 20, - "explorers": [{ - "name": "elastos eth explorer", - "url": "https://eth.elastos.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "elastos eth explorer", + "url": "https://eth.elastos.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-200.json b/_data/chains/eip155-200.json index cb9b1e4ec7e0..4106d9bf7366 100644 --- a/_data/chains/eip155-200.json +++ b/_data/chains/eip155-200.json @@ -12,13 +12,15 @@ "shortName": "aox", "chainId": 200, "networkId": 200, - "explorers": [{ - "name": "blockscout", - "url": "https://blockscout.com/xdai/arbitrum", - "standard": "EIP3091" - }], + "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/_data/chains/eip155-2000.json b/_data/chains/eip155-2000.json index 37d9fd4042bf..6cc1e67d0c12 100644 --- a/_data/chains/eip155-2000.json +++ b/_data/chains/eip155-2000.json @@ -20,9 +20,11 @@ "shortName": "dc", "chainId": 2000, "networkId": 2000, - "explorers": [{ - "name": "dogechain explorer", - "url": "https://explorer.dogechain.dog", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "dogechain explorer", + "url": "https://explorer.dogechain.dog", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-200625.json b/_data/chains/eip155-200625.json index 375b314cf4d0..6e5ce7b3744d 100644 --- a/_data/chains/eip155-200625.json +++ b/_data/chains/eip155-200625.json @@ -1,9 +1,7 @@ { "name": "Akroma", "chain": "AKA", - "rpc": [ - "https://remote.akroma.io" - ], + "rpc": ["https://remote.akroma.io"], "faucets": [], "nativeCurrency": { "name": "Akroma Ether", diff --git a/_data/chains/eip155-201030.json b/_data/chains/eip155-201030.json index d506ca7f535a..4fd9fa22ad79 100644 --- a/_data/chains/eip155-201030.json +++ b/_data/chains/eip155-201030.json @@ -3,10 +3,10 @@ "chain": "Alaya", "rpc": [ "https://devnetopenapi.alaya.network/rpc", - "wss://devnetopenapi.alaya.network/ws" + "wss://devnetopenapi.alaya.network/ws" ], "faucets": [ - "https://faucet.alaya.network/faucet/?id=f93426c0887f11eb83b900163e06151c" + "https://faucet.alaya.network/faucet/?id=f93426c0887f11eb83b900163e06151c" ], "nativeCurrency": { "name": "ATP", @@ -25,4 +25,4 @@ "standard": "none" } ] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-20180430.json b/_data/chains/eip155-20180430.json index 74471b395ff1..932fac94d0ef 100644 --- a/_data/chains/eip155-20180430.json +++ b/_data/chains/eip155-20180430.json @@ -1,9 +1,7 @@ { "name": "SmartMesh Mainnet", "chain": "Spectrum", - "rpc": [ - "https://jsonapi1.smartmesh.cn" - ], + "rpc": ["https://jsonapi1.smartmesh.cn"], "faucets": [], "nativeCurrency": { "name": "SmartMesh Native Token", @@ -14,9 +12,11 @@ "shortName": "spectrum", "chainId": 20180430, "networkId": 1, - "explorers": [{ - "name": "spectrum", - "url": "https://spectrum.pub", - "standard": "none" - }] -} \ No newline at end of file + "explorers": [ + { + "name": "spectrum", + "url": "https://spectrum.pub", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-20181205.json b/_data/chains/eip155-20181205.json index 6d7aca7331b6..add9679a81cc 100644 --- a/_data/chains/eip155-20181205.json +++ b/_data/chains/eip155-20181205.json @@ -1,18 +1,15 @@ -{ - "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 - } +{ + "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/_data/chains/eip155-2020.json b/_data/chains/eip155-2020.json index 34887df50bd4..fe93f2e1c844 100644 --- a/_data/chains/eip155-2020.json +++ b/_data/chains/eip155-2020.json @@ -1,15 +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 + "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/_data/chains/eip155-2021.json b/_data/chains/eip155-2021.json index de4654f908a3..30c607af5972 100644 --- a/_data/chains/eip155-2021.json +++ b/_data/chains/eip155-2021.json @@ -1,9 +1,7 @@ { "name": "Edgeware Mainnet", "chain": "EDG", - "rpc": [ - "https://mainnet1.edgewa.re" - ], + "rpc": ["https://mainnet1.edgewa.re"], "faucets": [], "nativeCurrency": { "name": "Edge", diff --git a/_data/chains/eip155-2021121117.json b/_data/chains/eip155-2021121117.json index 14fcdec35b33..cc5273bfca9d 100644 --- a/_data/chains/eip155-2021121117.json +++ b/_data/chains/eip155-2021121117.json @@ -1,9 +1,7 @@ { "name": "DataHopper", "chain": "HOP", - "rpc": [ - "https://23.92.21.121:8545" - ], + "rpc": ["https://23.92.21.121:8545"], "faucets": [], "nativeCurrency": { "name": "DataHoppers", diff --git a/_data/chains/eip155-2022.json b/_data/chains/eip155-2022.json index fc5b75256ff5..4e68fae10e54 100644 --- a/_data/chains/eip155-2022.json +++ b/_data/chains/eip155-2022.json @@ -1,9 +1,7 @@ { "name": "Beresheet Testnet", "chain": "EDG", - "rpc": [ - "https://beresheet1.edgewa.re" - ], + "rpc": ["https://beresheet1.edgewa.re"], "faucets": [], "nativeCurrency": { "name": "Testnet Edge", diff --git a/_data/chains/eip155-2023.json b/_data/chains/eip155-2023.json index 78e647da33a0..7b2087d6bd38 100644 --- a/_data/chains/eip155-2023.json +++ b/_data/chains/eip155-2023.json @@ -1,12 +1,8 @@ { "name": "Taycan Testnet", "chain": "Taycan", - "rpc": [ - "https://test-taycan.hupayx.io" - ], - "faucets": [ - "https://ttaycan-faucet.hupayx.io/" - ], + "rpc": ["https://test-taycan.hupayx.io"], + "faucets": ["https://ttaycan-faucet.hupayx.io/"], "nativeCurrency": { "name": "test-Shuffle", "symbol": "tSFL", @@ -16,15 +12,16 @@ "shortName": "taycan-testnet", "chainId": 2023, "networkId": 2023, - "explorers": [{ - "name": "Taycan Explorer(Blockscout)", - "url": "https://evmscan-test.hupayx.io", - "standard": "none" - }, - { + "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/_data/chains/eip155-2025.json b/_data/chains/eip155-2025.json index 4f89486e2588..cc81850b5466 100644 --- a/_data/chains/eip155-2025.json +++ b/_data/chains/eip155-2025.json @@ -2,9 +2,7 @@ "name": "Rangers Protocol Mainnet", "chain": "Rangers", "icon": "rangers", - "rpc": [ - "https://mainnet.rangersprotocol.com/api/jsonrpc" - ], + "rpc": ["https://mainnet.rangersprotocol.com/api/jsonrpc"], "faucets": [], "nativeCurrency": { "name": "Rangers Protocol Gas", @@ -16,9 +14,11 @@ "chainId": 2025, "networkId": 2025, "slip44": 1008, - "explorers": [{ - "name": "rangersscan", - "url": "https://scan.rangersprotocol.com", - "standard": "none" - }] + "explorers": [ + { + "name": "rangersscan", + "url": "https://scan.rangersprotocol.com", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-202624.json b/_data/chains/eip155-202624.json index 9c769564fe61..56c6d4c4fedc 100644 --- a/_data/chains/eip155-202624.json +++ b/_data/chains/eip155-202624.json @@ -12,16 +12,15 @@ "symbol": "TWL", "decimals": 18 }, - "rpc": [ - "https://jellie-rpc.twala.io/", - "wss://jellie-rpc-wss.twala.io/" - ], + "rpc": ["https://jellie-rpc.twala.io/", "wss://jellie-rpc-wss.twala.io/"], "faucets": [], "infoURL": "https://twala.io/", - "explorers": [{ - "name": "Jellie Blockchain Explorer", - "url": "https://jellie.twala.io", - "standard": "EIP3091", - "icon": "twala" - }] + "explorers": [ + { + "name": "Jellie Blockchain Explorer", + "url": "https://jellie.twala.io", + "standard": "EIP3091", + "icon": "twala" + } + ] } diff --git a/_data/chains/eip155-20729.json b/_data/chains/eip155-20729.json index 44b7c3b1ff60..c13a86cd3fc7 100644 --- a/_data/chains/eip155-20729.json +++ b/_data/chains/eip155-20729.json @@ -1,12 +1,8 @@ { "name": "Callisto Testnet", "chain": "CLO", - "rpc": [ - "https://testnet-rpc.callisto.network/" - ], - "faucets": [ - "https://faucet.callisto.network/" - ], + "rpc": ["https://testnet-rpc.callisto.network/"], + "faucets": ["https://faucet.callisto.network/"], "nativeCurrency": { "name": "Callisto", "symbol": "CLO", diff --git a/_data/chains/eip155-2099156.json b/_data/chains/eip155-2099156.json index 6a0f312ccc57..e7c386aba690 100644 --- a/_data/chains/eip155-2099156.json +++ b/_data/chains/eip155-2099156.json @@ -2,9 +2,7 @@ "name": "Plian Mainnet Main", "chain": "Plian", "network": "mainnet", - "rpc": [ - "https://mainnet.plian.io/pchain" - ], + "rpc": ["https://mainnet.plian.io/pchain"], "faucets": [], "nativeCurrency": { "name": "Plian Token", @@ -15,9 +13,11 @@ "shortName": "plian-mainnet", "chainId": 2099156, "networkId": 2099156, - "explorers": [{ - "name": "piscan", - "url": "https://piscan.plian.org/pchain", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "piscan", + "url": "https://piscan.plian.org/pchain", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-21.json b/_data/chains/eip155-21.json index 2602e65a1cd5..60bd94ea89f0 100644 --- a/_data/chains/eip155-21.json +++ b/_data/chains/eip155-21.json @@ -1,12 +1,8 @@ { "name": "ELA-ETH-Sidechain Testnet", "chain": "ETH", - "rpc": [ - "https://rpc.elaeth.io" - ], - "faucets": [ - "https://faucet.elaeth.io/" - ], + "rpc": ["https://rpc.elaeth.io"], + "faucets": ["https://faucet.elaeth.io/"], "nativeCurrency": { "name": "Elastos", "symbol": "tELA", diff --git a/_data/chains/eip155-2100.json b/_data/chains/eip155-2100.json index afe88ee84902..a8ab0f743213 100644 --- a/_data/chains/eip155-2100.json +++ b/_data/chains/eip155-2100.json @@ -1,9 +1,7 @@ { "name": "Ecoball Mainnet", "chain": "ECO", - "rpc": [ - "https://api.ecoball.org/ecoball/" - ], + "rpc": ["https://api.ecoball.org/ecoball/"], "faucets": [], "nativeCurrency": { "name": "Ecoball Coin", @@ -14,9 +12,11 @@ "shortName": "eco", "chainId": 2100, "networkId": 2100, - "explorers": [{ - "name": "Ecoball Explorer", - "url": "https://scan.ecoball.org", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Ecoball Explorer", + "url": "https://scan.ecoball.org", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-2101.json b/_data/chains/eip155-2101.json index 543ec819ba1c..1b1d172e14c1 100644 --- a/_data/chains/eip155-2101.json +++ b/_data/chains/eip155-2101.json @@ -1,9 +1,7 @@ { "name": "Ecoball Testnet Espuma", "chain": "ECO", - "rpc": [ - "https://api.ecoball.org/espuma/" - ], + "rpc": ["https://api.ecoball.org/espuma/"], "faucets": [], "nativeCurrency": { "name": "Espuma Coin", @@ -14,9 +12,11 @@ "shortName": "esp", "chainId": 2101, "networkId": 2101, - "explorers": [{ - "name": "Ecoball Testnet Explorer", - "url": "https://espuma-scan.ecoball.org", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Ecoball Testnet Explorer", + "url": "https://espuma-scan.ecoball.org", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-210425.json b/_data/chains/eip155-210425.json index c7b292b10009..45d998f93f27 100644 --- a/_data/chains/eip155-210425.json +++ b/_data/chains/eip155-210425.json @@ -24,4 +24,4 @@ "standard": "none" } ] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-211.json b/_data/chains/eip155-211.json index 125be41fc726..fe14c3360c3a 100644 --- a/_data/chains/eip155-211.json +++ b/_data/chains/eip155-211.json @@ -5,9 +5,7 @@ "http://13.57.207.168:3435", "https://app.freighttrust.net/ftn/${API_KEY}" ], - "faucets": [ - "http://faucet.freight.sh" - ], + "faucets": ["http://faucet.freight.sh"], "nativeCurrency": { "name": "Freight Trust Native", "symbol": "0xF", diff --git a/_data/chains/eip155-21337.json b/_data/chains/eip155-21337.json index cb3525467af2..10b89020d88b 100644 --- a/_data/chains/eip155-21337.json +++ b/_data/chains/eip155-21337.json @@ -1,24 +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": "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/_data/chains/eip155-218.json b/_data/chains/eip155-218.json index 4a030a426de6..cbb318044322 100644 --- a/_data/chains/eip155-218.json +++ b/_data/chains/eip155-218.json @@ -1,11 +1,8 @@ { "name": "SoterOne Mainnet old", "chain": "SOTER", - "rpc": [ - "https://rpc.soter.one" - ], - "faucets": [ - ], + "rpc": ["https://rpc.soter.one"], + "faucets": [], "nativeCurrency": { "name": "SoterOne Mainnet Ether", "symbol": "SOTER", @@ -15,5 +12,5 @@ "shortName": "SO1-old", "chainId": 218, "networkId": 218, - "status":"deprecated" + "status": "deprecated" } diff --git a/_data/chains/eip155-21816.json b/_data/chains/eip155-21816.json index 3777134002b1..0f711894c48b 100644 --- a/_data/chains/eip155-21816.json +++ b/_data/chains/eip155-21816.json @@ -2,9 +2,7 @@ "name": "omChain Mainnet", "chain": "OML", "icon": "omlira", - "rpc": [ - "https://seed.omchain.io" - ], + "rpc": ["https://seed.omchain.io"], "faucets": [], "nativeCurrency": { "name": "omChain", @@ -15,9 +13,11 @@ "shortName": "omc", "chainId": 21816, "networkId": 21816, - "explorers": [{ - "name": "omChain Explorer", - "url": "https://explorer.omchain.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "omChain Explorer", + "url": "https://explorer.omchain.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-22023.json b/_data/chains/eip155-22023.json index bad3cd8a9d02..32927caf10b5 100644 --- a/_data/chains/eip155-22023.json +++ b/_data/chains/eip155-22023.json @@ -2,9 +2,7 @@ "name": "Taycan", "chain": "Taycan", "network": "mainnet", - "rpc": [ - "https://taycan-rpc.hupayx.io:8545" - ], + "rpc": ["https://taycan-rpc.hupayx.io:8545"], "faucets": [], "nativeCurrency": { "name": "shuffle", @@ -15,14 +13,16 @@ "shortName": "SFL", "chainId": 22023, "networkId": 22023, - "explorers": [{ - "name": "Taycan Explorer(Blockscout)", - "url": "https://taycan-evmscan.hupayx.io", - "standard": "none" - }, - { + "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/_data/chains/eip155-2203.json b/_data/chains/eip155-2203.json index c88c56ed62ea..230774ad1445 100644 --- a/_data/chains/eip155-2203.json +++ b/_data/chains/eip155-2203.json @@ -2,10 +2,7 @@ "name": "Bitcoin EVM", "chain": "Bitcoin EVM", "network": "mainnet", - "rpc": [ - "https://connect.bitcoinevm.com", - "" - ], + "rpc": ["https://connect.bitcoinevm.com", ""], "faucets": [], "nativeCurrency": { "name": "Bitcoin", @@ -17,10 +14,12 @@ "chainId": 2203, "networkId": 2203, "icon": "ebtc", - "explorers": [{ - "name": "Explorer", - "url": "https://explorer.bitcoinevm.com", - "icon": "ebtc", - "standard": "none" - }] + "explorers": [ + { + "name": "Explorer", + "url": "https://explorer.bitcoinevm.com", + "icon": "ebtc", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-2203181.json b/_data/chains/eip155-2203181.json index 1b349ce35b2e..58ded7464679 100644 --- a/_data/chains/eip155-2203181.json +++ b/_data/chains/eip155-2203181.json @@ -6,7 +6,7 @@ "wss://devnetopenapi2.platon.network/ws" ], "faucets": [ - "https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03" + "https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03" ], "nativeCurrency": { "name": "LAT", diff --git a/_data/chains/eip155-2206132.json b/_data/chains/eip155-2206132.json index 6aa4207dc57c..a6afd72fece8 100644 --- a/_data/chains/eip155-2206132.json +++ b/_data/chains/eip155-2206132.json @@ -5,9 +5,7 @@ "https://devnet2openapi.platon.network/rpc", "wss://devnet2openapi.platon.network/ws" ], - "faucets": [ - "https://devnet2faucet.platon.network/faucet" - ], + "faucets": ["https://devnet2faucet.platon.network/faucet"], "nativeCurrency": { "name": "LAT", "symbol": "lat", diff --git a/_data/chains/eip155-2213.json b/_data/chains/eip155-2213.json index 4c34672d452c..e1ef779a2253 100644 --- a/_data/chains/eip155-2213.json +++ b/_data/chains/eip155-2213.json @@ -2,9 +2,7 @@ "name": "Evanesco Mainnet", "chain": "EVA", "network": "mainnet", - "rpc": [ - "https://seed4.evanesco.org:8546" - ], + "rpc": ["https://seed4.evanesco.org:8546"], "faucets": [], "nativeCurrency": { "name": "EVA", @@ -23,4 +21,4 @@ "standard": "none" } ] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-222.json b/_data/chains/eip155-222.json index fe24ba3a8b89..cb397fa48482 100644 --- a/_data/chains/eip155-222.json +++ b/_data/chains/eip155-222.json @@ -1,9 +1,7 @@ { "name": "Permission", "chain": "ASK", - "rpc": [ - "https://blockchain-api-mainnet.permission.io/rpc" - ], + "rpc": ["https://blockchain-api-mainnet.permission.io/rpc"], "faucets": [], "nativeCurrency": { "name": "ASK", diff --git a/_data/chains/eip155-225.json b/_data/chains/eip155-225.json index ca9055df5d9d..e3ee89d486fb 100644 --- a/_data/chains/eip155-225.json +++ b/_data/chains/eip155-225.json @@ -2,9 +2,7 @@ "name": "LACHAIN Mainnet", "chain": "LA", "icon": "lachain", - "rpc": [ - "https://rpc-mainnet.lachain.io" - ], + "rpc": ["https://rpc-mainnet.lachain.io"], "faucets": [], "nativeCurrency": { "name": "LA", @@ -15,9 +13,11 @@ "shortName": "LA", "chainId": 225, "networkId": 225, - "explorers": [{ - "name": "blockscout", - "url": "https://scan.lachain.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "blockscout", + "url": "https://scan.lachain.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-226.json b/_data/chains/eip155-226.json index 215729d4d6c1..734b3ea63d01 100644 --- a/_data/chains/eip155-226.json +++ b/_data/chains/eip155-226.json @@ -2,9 +2,7 @@ "name": "LACHAIN Testnet", "chain": "TLA", "icon": "lachain", - "rpc": [ - "https://rpc-testnet.lachain.io" - ], + "rpc": ["https://rpc-testnet.lachain.io"], "faucets": [], "nativeCurrency": { "name": "TLA", @@ -15,9 +13,11 @@ "shortName": "TLA", "chainId": 226, "networkId": 226, - "explorers": [{ - "name": "blockscout", - "url": "https://scan-test.lachain.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "blockscout", + "url": "https://scan-test.lachain.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-234666.json b/_data/chains/eip155-234666.json index 2a1cc4e2df05..50a5ef9a64e0 100644 --- a/_data/chains/eip155-234666.json +++ b/_data/chains/eip155-234666.json @@ -2,11 +2,8 @@ "name": "Haymo Testnet", "chain": "tHYM", "network": "testnet", - "rpc": [ - "https://testnet1.haymo.network" - ], - "faucets": [ - ], + "rpc": ["https://testnet1.haymo.network"], + "faucets": [], "nativeCurrency": { "name": "HAYMO", "symbol": "HYM", diff --git a/_data/chains/eip155-24.json b/_data/chains/eip155-24.json index c5240775a69f..33ebd3616716 100644 --- a/_data/chains/eip155-24.json +++ b/_data/chains/eip155-24.json @@ -2,12 +2,8 @@ "name": "Dithereum Mainnet", "chain": "DTH", "icon": "dithereum", - "rpc": [ - "https://node-mainnet.dithereum.io" - ], - "faucets": [ - "https://faucet.dithereum.org" - ], + "rpc": ["https://node-mainnet.dithereum.io"], + "faucets": ["https://faucet.dithereum.org"], "nativeCurrency": { "name": "Dither", "symbol": "DTH", diff --git a/_data/chains/eip155-24484.json b/_data/chains/eip155-24484.json index 9e312c823426..ff3134e987ba 100644 --- a/_data/chains/eip155-24484.json +++ b/_data/chains/eip155-24484.json @@ -1,9 +1,7 @@ { "name": "Webchain", "chain": "WEB", - "rpc": [ - "https://node1.webchain.network" - ], + "rpc": ["https://node1.webchain.network"], "faucets": [], "nativeCurrency": { "name": "Webchain Ether", @@ -15,4 +13,4 @@ "chainId": 24484, "networkId": 37129, "slip44": 227 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-245022926.json b/_data/chains/eip155-245022926.json index 5bf46b1dac58..0f2b889c4fe1 100644 --- a/_data/chains/eip155-245022926.json +++ b/_data/chains/eip155-245022926.json @@ -1,12 +1,8 @@ { "name": "Neon EVM DevNet", "chain": "Solana", - "rpc": [ - "https://devnet.neonevm.org" - ], - "faucets": [ - "https://neonfaucet.org" - ], + "rpc": ["https://devnet.neonevm.org"], + "faucets": ["https://neonfaucet.org"], "icon": "neon", "nativeCurrency": { "name": "Neon", @@ -17,13 +13,16 @@ "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" - }] + "explorers": [ + { + "name": "native", + "url": "https://devnet.explorer.neon-labs.org", + "standard": "EIP3091" + }, + { + "name": "neonscan", + "url": "https://devnet.neonscan.org", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-245022934.json b/_data/chains/eip155-245022934.json index 79a86c2040fc..187d39514e01 100644 --- a/_data/chains/eip155-245022934.json +++ b/_data/chains/eip155-245022934.json @@ -1,9 +1,7 @@ { "name": "Neon EVM MainNet", "chain": "Solana", - "rpc": [ - "https://mainnet.neonevm.org" - ], + "rpc": ["https://mainnet.neonevm.org"], "faucets": [], "icon": "neon", "nativeCurrency": { @@ -15,13 +13,16 @@ "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" - }] + "explorers": [ + { + "name": "native", + "url": "https://mainnet.explorer.neon-labs.org", + "standard": "EIP3091" + }, + { + "name": "neonscan", + "url": "https://mainnet.neonscan.org", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-245022940.json b/_data/chains/eip155-245022940.json index e340f068597b..f054e40e571e 100644 --- a/_data/chains/eip155-245022940.json +++ b/_data/chains/eip155-245022940.json @@ -1,9 +1,7 @@ { "name": "Neon EVM TestNet", "chain": "Solana", - "rpc": [ - "https://testnet.neonevm.org" - ], + "rpc": ["https://testnet.neonevm.org"], "faucets": [], "icon": "neon", "nativeCurrency": { @@ -15,13 +13,16 @@ "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" - }] + "explorers": [ + { + "name": "native", + "url": "https://testnet.explorer.neon-labs.org", + "standard": "EIP3091" + }, + { + "name": "neonscan", + "url": "https://testnet.neonscan.org", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-246.json b/_data/chains/eip155-246.json index 2af6fe22a79e..7cd6b9e97cc0 100644 --- a/_data/chains/eip155-246.json +++ b/_data/chains/eip155-246.json @@ -1,12 +1,10 @@ { "name": "Energy Web Chain", "chain": "Energy Web Chain", - "rpc": [ - "https://rpc.energyweb.org", - "wss://rpc.energyweb.org/ws" - ], + "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/" + "https://faucet.carbonswap.exchange", + "https://free-online-app.com/faucet-for-eth-evm-chains/" ], "nativeCurrency": { "name": "Energy Web Token", @@ -19,11 +17,11 @@ "networkId": 246, "slip44": 246, - "explorers": [{ - "name": "blockscout", - "url": "https://explorer.energyweb.org", - "standard": "none" - }] - - + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.energyweb.org", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-246529.json b/_data/chains/eip155-246529.json index 21a168b977f3..f5f02a74bacd 100644 --- a/_data/chains/eip155-246529.json +++ b/_data/chains/eip155-246529.json @@ -1,9 +1,7 @@ { "name": "ARTIS sigma1", "chain": "ARTIS", - "rpc": [ - "https://rpc.sigma1.artis.network" - ], + "rpc": ["https://rpc.sigma1.artis.network"], "faucets": [], "nativeCurrency": { "name": "ARTIS sigma1 Ether", diff --git a/_data/chains/eip155-246785.json b/_data/chains/eip155-246785.json index 15248e15d3cf..6498da21d39a 100644 --- a/_data/chains/eip155-246785.json +++ b/_data/chains/eip155-246785.json @@ -1,9 +1,7 @@ { "name": "ARTIS Testnet tau1", "chain": "ARTIS", - "rpc": [ - "https://rpc.tau1.artis.network" - ], + "rpc": ["https://rpc.tau1.artis.network"], "faucets": [], "nativeCurrency": { "name": "ARTIS tau1 Ether", diff --git a/_data/chains/eip155-24734.json b/_data/chains/eip155-24734.json index 6319d3139203..d1619698b9e9 100644 --- a/_data/chains/eip155-24734.json +++ b/_data/chains/eip155-24734.json @@ -1,9 +1,7 @@ { "name": "MintMe.com Coin", "chain": "MINTME", - "rpc": [ - "https://node1.mintme.com" - ], + "rpc": ["https://node1.mintme.com"], "faucets": [], "nativeCurrency": { "name": "MintMe.com Coin", diff --git a/_data/chains/eip155-25.json b/_data/chains/eip155-25.json index 7d1b2871de69..fef4774ec40e 100644 --- a/_data/chains/eip155-25.json +++ b/_data/chains/eip155-25.json @@ -1,9 +1,7 @@ { "name": "Cronos Mainnet Beta", "chain": "CRO", - "rpc": [ - "https://evm.cronos.org" - ], + "rpc": ["https://evm.cronos.org"], "faucets": [], "nativeCurrency": { "name": "Cronos", @@ -14,9 +12,11 @@ "shortName": "cro", "chainId": 25, "networkId": 25, - "explorers": [{ - "name": "Cronos Explorer", - "url": "https://cronos.org/explorer", - "standard": "none" - }] + "explorers": [ + { + "name": "Cronos Explorer", + "url": "https://cronos.org/explorer", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-2559.json b/_data/chains/eip155-2559.json index 15d52faedbbe..b2cba75f4b75 100644 --- a/_data/chains/eip155-2559.json +++ b/_data/chains/eip155-2559.json @@ -1,18 +1,15 @@ { - "name": "Kortho Mainnet", - "chain": "Kortho Chain", - "rpc": [ - "https://www.kortho-chain.com" - ], - "faucets": [ - ], - "nativeCurrency": { + "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 + }, + "infoURL": "https://www.kortho.io/", + "shortName": "ktoc", + "chainId": 2559, + "networkId": 2559 +} diff --git a/_data/chains/eip155-256.json b/_data/chains/eip155-256.json index bac1e7d399d2..f1ee7bbd1b50 100644 --- a/_data/chains/eip155-256.json +++ b/_data/chains/eip155-256.json @@ -5,9 +5,7 @@ "https://http-testnet.hecochain.com", "wss://ws-testnet.hecochain.com" ], - "faucets": [ - "https://scan-testnet.hecochain.com/faucet" - ], + "faucets": ["https://scan-testnet.hecochain.com/faucet"], "nativeCurrency": { "name": "Huobi ECO Chain Test Native Token", "symbol": "htt", diff --git a/_data/chains/eip155-256256.json b/_data/chains/eip155-256256.json index 1767c493139d..4719ab7d450e 100644 --- a/_data/chains/eip155-256256.json +++ b/_data/chains/eip155-256256.json @@ -1,24 +1,26 @@ { - "name": "CMP-Mainnet", - "chain": "CMP", - "network": "mainnet", - "rpc": [ - "https://mainnet.block.caduceus.foundation", - "wss://mainnet.block.caduceus.foundation" - ], - "faucets": [], - "nativeCurrency": { - "name": "Caduceus Token", - "symbol": "CMP", - "decimals": 18 - }, - "infoURL": "https://caduceus.foundation/", - "shortName": "cmp-mainnet", - "chainId": 256256, - "networkId": 256256, - "explorers": [{ + "name": "CMP-Mainnet", + "chain": "CMP", + "network": "mainnet", + "rpc": [ + "https://mainnet.block.caduceus.foundation", + "wss://mainnet.block.caduceus.foundation" + ], + "faucets": [], + "nativeCurrency": { + "name": "Caduceus Token", + "symbol": "CMP", + "decimals": 18 + }, + "infoURL": "https://caduceus.foundation/", + "shortName": "cmp-mainnet", + "chainId": 256256, + "networkId": 256256, + "explorers": [ + { "name": "Mainnet Scan", "url": "https://mainnet.scan.caduceus.foundation", "standard": "none" - }] - } + } + ] +} diff --git a/_data/chains/eip155-2569.json b/_data/chains/eip155-2569.json index 3372528213bf..46e4f570f191 100644 --- a/_data/chains/eip155-2569.json +++ b/_data/chains/eip155-2569.json @@ -2,9 +2,7 @@ "name": "TechPay Mainnet", "chain": "TPC", "network": "mainnet", - "rpc": [ - "https://api.techpay.io/" - ], + "rpc": ["https://api.techpay.io/"], "faucets": [], "nativeCurrency": { "name": "TechPay", @@ -16,10 +14,12 @@ "chainId": 2569, "networkId": 2569, "icon": "techpay", - "explorers": [{ - "name": "tpcscan", - "url": "https://tpcscan.com", - "icon": "techpay", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "tpcscan", + "url": "https://tpcscan.com", + "icon": "techpay", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-26.json b/_data/chains/eip155-26.json index 88981cd867fe..d776861f4ba9 100644 --- a/_data/chains/eip155-26.json +++ b/_data/chains/eip155-26.json @@ -1,9 +1,7 @@ { "name": "Genesis L1 testnet", "chain": "genesis", - "rpc": [ - "https://testrpc.genesisl1.org" - ], + "rpc": ["https://testrpc.genesisl1.org"], "faucets": [], "nativeCurrency": { "name": "L1 testcoin", @@ -14,9 +12,11 @@ "shortName": "L1test", "chainId": 26, "networkId": 26, - "explorers": [{ - "name": "Genesis L1 testnet explorer", - "url": "https://testnet.genesisl1.org", - "standard": "none" - }] + "explorers": [ + { + "name": "Genesis L1 testnet explorer", + "url": "https://testnet.genesisl1.org", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-2611.json b/_data/chains/eip155-2611.json index 666a54376b1e..0739f0db5642 100644 --- a/_data/chains/eip155-2611.json +++ b/_data/chains/eip155-2611.json @@ -3,7 +3,7 @@ "chain": "REDLC", "network": "mainnet", "rpc": ["https://dataseed2.redlightscan.finance"], - "faucets":[], + "faucets": [], "nativeCurrency": { "name": "Redlight Coin", "symbol": "REDLC", @@ -15,9 +15,9 @@ "networkId": 2611, "explorers": [ { - "name": "REDLC Explorer", - "url": "https://redlightscan.finance", - "standard": "EIP3091" + "name": "REDLC Explorer", + "url": "https://redlightscan.finance", + "standard": "EIP3091" } ] } diff --git a/_data/chains/eip155-2612.json b/_data/chains/eip155-2612.json index 1d1a849b7224..f5daa708d7ff 100644 --- a/_data/chains/eip155-2612.json +++ b/_data/chains/eip155-2612.json @@ -1,9 +1,7 @@ { "name": "EZChain C-Chain Mainnet", "chain": "EZC", - "rpc": [ - "https://api.ezchain.com/ext/bc/C/rpc" - ], + "rpc": ["https://api.ezchain.com/ext/bc/C/rpc"], "faucets": [], "nativeCurrency": { "name": "EZChain", diff --git a/_data/chains/eip155-2613.json b/_data/chains/eip155-2613.json index 5e6e84dbcfa3..f172007c906f 100644 --- a/_data/chains/eip155-2613.json +++ b/_data/chains/eip155-2613.json @@ -1,12 +1,8 @@ { "name": "EZChain C-Chain Testnet", "chain": "EZC", - "rpc": [ - "https://testnet-api.ezchain.com/ext/bc/C/rpc" - ], - "faucets": [ - "https://testnet-faucet.ezchain.com" - ], + "rpc": ["https://testnet-api.ezchain.com/ext/bc/C/rpc"], + "faucets": ["https://testnet-faucet.ezchain.com"], "nativeCurrency": { "name": "EZChain", "symbol": "EZC", diff --git a/_data/chains/eip155-262.json b/_data/chains/eip155-262.json index 58a1a0abbf34..fd874293f119 100644 --- a/_data/chains/eip155-262.json +++ b/_data/chains/eip155-262.json @@ -1,9 +1,7 @@ { "name": "SUR Blockchain Network", "chain": "SUR", - "rpc": [ - "https://sur.nilin.org" - ], + "rpc": ["https://sur.nilin.org"], "faucets": [], "nativeCurrency": { "name": "Suren", @@ -15,10 +13,12 @@ "chainId": 262, "networkId": 1, "icon": "SUR", - "explorers": [{ - "name": "Surnet Explorer", - "url": "https://explorer.surnet.org", - "icon": "SUR", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Surnet Explorer", + "url": "https://explorer.surnet.org", + "icon": "SUR", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-26863.json b/_data/chains/eip155-26863.json index 7f3416dbdcb1..f459b40fbd64 100644 --- a/_data/chains/eip155-26863.json +++ b/_data/chains/eip155-26863.json @@ -6,9 +6,7 @@ "https://rpc2.oasischain.io", "https://rpc3.oasischain.io" ], - "faucets": [ - "http://faucet.oasischain.io" - ], + "faucets": ["http://faucet.oasischain.io"], "nativeCurrency": { "name": "OAC", "symbol": "OAC", @@ -18,9 +16,11 @@ "shortName": "OAC", "chainId": 26863, "networkId": 26863, - "explorers": [{ - "name": "OasisChain Explorer", - "url": "https://scan.oasischain.io", - "standard": "EIP3091" - }] -} \ No newline at end of file + "explorers": [ + { + "name": "OasisChain Explorer", + "url": "https://scan.oasischain.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-269.json b/_data/chains/eip155-269.json index 0e8faa01e281..c9f2073f6551 100644 --- a/_data/chains/eip155-269.json +++ b/_data/chains/eip155-269.json @@ -1,13 +1,8 @@ { "name": "High Performance Blockchain", "chain": "HPB", - "rpc": [ - "https://hpbnode.com", - "wss://ws.hpbnode.com" - ], - "faucets": [ - "https://myhpbwallet.com/" - ], + "rpc": ["https://hpbnode.com", "wss://ws.hpbnode.com"], + "faucets": ["https://myhpbwallet.com/"], "nativeCurrency": { "name": "High Performance Blockchain Ether", "symbol": "HPB", @@ -18,10 +13,11 @@ "chainId": 269, "networkId": 269, "slip44": 269, - "explorers": [{ - "name": "hscan", - "url": "https://hscan.org", - "standard": "EIP3091" - }] - + "explorers": [ + { + "name": "hscan", + "url": "https://hscan.org", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-27.json b/_data/chains/eip155-27.json index cc9cdf2fe44f..d10047b2ad8f 100644 --- a/_data/chains/eip155-27.json +++ b/_data/chains/eip155-27.json @@ -1,9 +1,7 @@ { "name": "ShibaChain", "chain": "SHIB", - "rpc": [ - "https://rpc.shibachain.net" - ], + "rpc": ["https://rpc.shibachain.net"], "faucets": [], "nativeCurrency": { "name": "SHIBA INU COIN", @@ -14,9 +12,11 @@ "shortName": "shib", "chainId": 27, "networkId": 27, - "explorers": [{ - "name": "Shiba Explorer", - "url": "https://exp.shibachain.net", - "standard": "none" - }] + "explorers": [ + { + "name": "Shiba Explorer", + "url": "https://exp.shibachain.net", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-28.json b/_data/chains/eip155-28.json index 6bc23e6811e3..36dd27f14997 100644 --- a/_data/chains/eip155-28.json +++ b/_data/chains/eip155-28.json @@ -13,14 +13,16 @@ "chainId": 28, "networkId": 28, - "explorers": [{ - "name": "Blockscout", - "url": "https://blockexplorer.rinkeby.boba.network", - "standard": "none" - }], + "explorers": [ + { + "name": "Blockscout", + "url": "https://blockexplorer.rinkeby.boba.network", + "standard": "none" + } + ], "parent": { - "type" : "L2", - "chain": "eip155-4", - "bridges": [ {"url":"https://gateway.rinkeby.boba.network"} ] + "type": "L2", + "chain": "eip155-4", + "bridges": [{ "url": "https://gateway.rinkeby.boba.network" }] } } diff --git a/_data/chains/eip155-280.json b/_data/chains/eip155-280.json index 092c9c4079f6..fe4ac05a1f65 100644 --- a/_data/chains/eip155-280.json +++ b/_data/chains/eip155-280.json @@ -1,12 +1,8 @@ { "name": "zkSync alpha testnet", "chain": "ETH", - "rpc": [ - "https://zksync2-testnet.zksync.dev" - ], - "faucets": [ - "https://portal.zksync.io/faucet" - ], + "rpc": ["https://zksync2-testnet.zksync.dev"], + "faucets": ["https://portal.zksync.io/faucet"], "nativeCurrency": { "name": "Ether", "symbol": "ETH", @@ -17,10 +13,12 @@ "chainId": 280, "networkId": 280, "icon": "ethereum", - "explorers": [{ - "name": "blockscout", - "url": "https://zksync2-testnet.zkscan.io", - "icon": "blockscout", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "blockscout", + "url": "https://zksync2-testnet.zkscan.io", + "icon": "blockscout", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-281121.json b/_data/chains/eip155-281121.json index 7e757132048f..b41b62bfb930 100644 --- a/_data/chains/eip155-281121.json +++ b/_data/chains/eip155-281121.json @@ -1,9 +1,7 @@ { "name": "Social Smart Chain Mainnet", "chain": "SoChain", - "rpc": [ - "https://socialsmartchain.digitalnext.business" - ], + "rpc": ["https://socialsmartchain.digitalnext.business"], "faucets": [], "nativeCurrency": { "name": "SoChain", diff --git a/_data/chains/eip155-288.json b/_data/chains/eip155-288.json index 31d1c9e80e6f..18b4d457fe58 100644 --- a/_data/chains/eip155-288.json +++ b/_data/chains/eip155-288.json @@ -13,14 +13,16 @@ "chainId": 288, "networkId": 288, - "explorers": [{ - "name": "Blockscout", - "url": "https://blockexplorer.boba.network", - "standard": "none" - }], + "explorers": [ + { + "name": "Blockscout", + "url": "https://blockexplorer.boba.network", + "standard": "none" + } + ], "parent": { - "type" : "L2", - "chain": "eip155-1", - "bridges": [ {"url":"https://gateway.boba.network"} ] + "type": "L2", + "chain": "eip155-1", + "bridges": [{ "url": "https://gateway.boba.network" }] } } diff --git a/_data/chains/eip155-28945486.json b/_data/chains/eip155-28945486.json index d26c7dc94aac..9d7027161156 100644 --- a/_data/chains/eip155-28945486.json +++ b/_data/chains/eip155-28945486.json @@ -1,9 +1,7 @@ { "name": "Auxilium Network Mainnet", "chain": "AUX", - "rpc": [ - "https://rpc.auxilium.global" - ], + "rpc": ["https://rpc.auxilium.global"], "faucets": [], "nativeCurrency": { "name": "Auxilium coin", diff --git a/_data/chains/eip155-29.json b/_data/chains/eip155-29.json index 5c8dd3682437..10c45fa21cc7 100644 --- a/_data/chains/eip155-29.json +++ b/_data/chains/eip155-29.json @@ -1,9 +1,7 @@ { "name": "Genesis L1", "chain": "genesis", - "rpc": [ - "https://rpc.genesisl1.org" - ], + "rpc": ["https://rpc.genesisl1.org"], "faucets": [], "nativeCurrency": { "name": "L1 coin", @@ -14,9 +12,11 @@ "shortName": "L1", "chainId": 29, "networkId": 29, - "explorers": [{ - "name": "Genesis L1 blockchain explorer", - "url": "https://explorer.genesisl1.org", - "standard": "none" - }] + "explorers": [ + { + "name": "Genesis L1 blockchain explorer", + "url": "https://explorer.genesisl1.org", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-3.json b/_data/chains/eip155-3.json index 91887f642742..e391b6cb2f07 100644 --- a/_data/chains/eip155-3.json +++ b/_data/chains/eip155-3.json @@ -21,11 +21,13 @@ "chainId": 3, "networkId": 3, "ens": { - "registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010" + "registry": "0x112234455c3a32fd11230c42e7bccd4a84e02010" }, - "explorers": [{ - "name": "etherscan", - "url": "https://ropsten.etherscan.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "etherscan", + "url": "https://ropsten.etherscan.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-30.json b/_data/chains/eip155-30.json index b0e4a0775283..3dd011b11de2 100644 --- a/_data/chains/eip155-30.json +++ b/_data/chains/eip155-30.json @@ -1,10 +1,7 @@ { "name": "RSK Mainnet", "chain": "RSK", - "rpc": [ - "https://public-node.rsk.co", - "https://mycrypto.rsk.co" - ], + "rpc": ["https://public-node.rsk.co", "https://mycrypto.rsk.co"], "faucets": ["https://faucet.rsk.co/"], "nativeCurrency": { "name": "Smart Bitcoin", @@ -17,9 +14,11 @@ "networkId": 30, "slip44": 137, - "explorers": [{ - "name": "RSK Explorer", - "url": "https://explorer.rsk.co", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "RSK Explorer", + "url": "https://explorer.rsk.co", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-300.json b/_data/chains/eip155-300.json index 444de85e028a..7e9026e7bf72 100644 --- a/_data/chains/eip155-300.json +++ b/_data/chains/eip155-300.json @@ -15,10 +15,12 @@ "shortName": "ogc", "chainId": 300, "networkId": 300, - "explorers": [{ - "name": "blockscout", - "url": "https://blockscout.com/xdai/optimism", - "icon": "blockscout", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "blockscout", + "url": "https://blockscout.com/xdai/optimism", + "icon": "blockscout", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-3000.json b/_data/chains/eip155-3000.json index 87b75f7bba52..adc5c67c09ac 100644 --- a/_data/chains/eip155-3000.json +++ b/_data/chains/eip155-3000.json @@ -1,21 +1,17 @@ { - "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 + "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" +} diff --git a/_data/chains/eip155-3001.json b/_data/chains/eip155-3001.json index 486e98d604c2..afa476428460 100644 --- a/_data/chains/eip155-3001.json +++ b/_data/chains/eip155-3001.json @@ -1,26 +1,24 @@ { - "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": "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/_data/chains/eip155-31.json b/_data/chains/eip155-31.json index d72b2ba66d98..8daf9a83ca05 100644 --- a/_data/chains/eip155-31.json +++ b/_data/chains/eip155-31.json @@ -5,9 +5,7 @@ "https://public-node.testnet.rsk.co", "https://mycrypto.testnet.rsk.co" ], - "faucets": [ - "https://faucet.rsk.co/" - ], + "faucets": ["https://faucet.rsk.co/"], "nativeCurrency": { "name": "Testnet Smart Bitcoin", "symbol": "tRBTC", @@ -18,11 +16,11 @@ "chainId": 31, "networkId": 31, - "explorers": [{ - "name": "RSK Testnet Explorer", - "url": "https://explorer.testnet.rsk.co", - "standard": "EIP3091" - }] - + "explorers": [ + { + "name": "RSK Testnet Explorer", + "url": "https://explorer.testnet.rsk.co", + "standard": "EIP3091" + } + ] } - diff --git a/_data/chains/eip155-31102.json b/_data/chains/eip155-31102.json index 925b32c6a423..ef772aee7ced 100644 --- a/_data/chains/eip155-31102.json +++ b/_data/chains/eip155-31102.json @@ -1,9 +1,7 @@ { "name": "Ethersocial Network", "chain": "ESN", - "rpc": [ - "https://api.esn.gonspool.com" - ], + "rpc": ["https://api.esn.gonspool.com"], "faucets": [], "nativeCurrency": { "name": "Ethersocial Network Ether", diff --git a/_data/chains/eip155-311752642.json b/_data/chains/eip155-311752642.json index 0ea0a8a47712..d779c5a1d8ca 100644 --- a/_data/chains/eip155-311752642.json +++ b/_data/chains/eip155-311752642.json @@ -2,9 +2,7 @@ "name": "OneLedger Mainnet", "chain": "OLT", "icon": "oneledger", - "rpc": [ - "https://mainnet-rpc.oneledger.network" - ], + "rpc": ["https://mainnet-rpc.oneledger.network"], "faucets": [], "nativeCurrency": { "name": "OLT", @@ -22,4 +20,4 @@ "standard": "EIP3091" } ] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-3125659152.json b/_data/chains/eip155-3125659152.json index 24fa01729654..a2fb155c1d1f 100644 --- a/_data/chains/eip155-3125659152.json +++ b/_data/chains/eip155-3125659152.json @@ -1,9 +1,7 @@ { "name": "Pirl", "chain": "PIRL", - "rpc": [ - "https://wallrpc.pirl.io" - ], + "rpc": ["https://wallrpc.pirl.io"], "faucets": [], "nativeCurrency": { "name": "Pirl Ether", diff --git a/_data/chains/eip155-31337.json b/_data/chains/eip155-31337.json index f2f18daa804d..2aca0b225517 100644 --- a/_data/chains/eip155-31337.json +++ b/_data/chains/eip155-31337.json @@ -1,9 +1,7 @@ { "name": "GoChain Testnet", "chain": "GO", - "rpc": [ - "https://testnet-rpc.gochain.io" - ], + "rpc": ["https://testnet-rpc.gochain.io"], "faucets": [], "nativeCurrency": { "name": "GoChain Coin", @@ -15,9 +13,11 @@ "chainId": 31337, "networkId": 31337, "slip44": 6060, - "explorers": [{ - "name": "GoChain Testnet Explorer", - "url": "https://testnet-explorer.gochain.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "GoChain Testnet Explorer", + "url": "https://testnet-explorer.gochain.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-32.json b/_data/chains/eip155-32.json index 92c544115569..5b8cfc3c1ca0 100644 --- a/_data/chains/eip155-32.json +++ b/_data/chains/eip155-32.json @@ -1,11 +1,8 @@ { "name": "GoodData Testnet", "chain": "GooD", - "rpc": [ - "https://test2.goodata.io" - ], - "faucets": [ - ], + "rpc": ["https://test2.goodata.io"], + "faucets": [], "nativeCurrency": { "name": "GoodData Testnet Ether", "symbol": "GooD", diff --git a/_data/chains/eip155-321.json b/_data/chains/eip155-321.json index 7d25a648024e..3a448fb10021 100644 --- a/_data/chains/eip155-321.json +++ b/_data/chains/eip155-321.json @@ -15,9 +15,11 @@ "shortName": "kcs", "chainId": 321, "networkId": 1, - "explorers": [{ - "name": "KCC Explorer", - "url": "https://explorer.kcc.io/en", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "KCC Explorer", + "url": "https://explorer.kcc.io/en", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-322.json b/_data/chains/eip155-322.json index 4fb3a7943dfa..de915c8e69a5 100644 --- a/_data/chains/eip155-322.json +++ b/_data/chains/eip155-322.json @@ -5,9 +5,7 @@ "https://rpc-testnet.kcc.network", "wss://rpc-ws-testnet.kcc.network" ], - "faucets": [ - "https://faucet-testnet.kcc.network" - ], + "faucets": ["https://faucet-testnet.kcc.network"], "nativeCurrency": { "name": "KuCoin Testnet Token", "symbol": "tKCS", @@ -17,9 +15,11 @@ "shortName": "kcst", "chainId": 322, "networkId": 322, - "explorers": [{ - "name": "kcc-scan", - "url": "https://scan-testnet.kcc.network", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "kcc-scan", + "url": "https://scan-testnet.kcc.network", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-32659.json b/_data/chains/eip155-32659.json index 3308f5df8f48..5f28ff9a6661 100644 --- a/_data/chains/eip155-32659.json +++ b/_data/chains/eip155-32659.json @@ -1,10 +1,7 @@ { "name": "Fusion Mainnet", "chain": "FSN", - "rpc": [ - "https://mainnet.anyswap.exchange", - "https://fsn.dev/api" - ], + "rpc": ["https://mainnet.anyswap.exchange", "https://fsn.dev/api"], "faucets": [], "nativeCurrency": { "name": "Fusion", diff --git a/_data/chains/eip155-33.json b/_data/chains/eip155-33.json index 74c4ad12113f..0ff60bbe62ad 100644 --- a/_data/chains/eip155-33.json +++ b/_data/chains/eip155-33.json @@ -1,11 +1,8 @@ { "name": "GoodData Mainnet", "chain": "GooD", - "rpc": [ - "https://rpc.goodata.io" - ], - "faucets": [ - ], + "rpc": ["https://rpc.goodata.io"], + "faucets": [], "nativeCurrency": { "name": "GoodData Mainnet Ether", "symbol": "GooD", diff --git a/_data/chains/eip155-333.json b/_data/chains/eip155-333.json index 53c061b9f91a..6179c5589c11 100644 --- a/_data/chains/eip155-333.json +++ b/_data/chains/eip155-333.json @@ -1,11 +1,8 @@ { "name": "Web3Q Mainnet", "chain": "Web3Q", - "rpc": [ - "https://mainnet.web3q.io:8545" - ], - "faucets": [ - ], + "rpc": ["https://mainnet.web3q.io:8545"], + "faucets": [], "nativeCurrency": { "name": "Web3Q", "symbol": "W3Q", @@ -15,9 +12,11 @@ "shortName": "w3q", "chainId": 333, "networkId": 333, - "explorers": [{ - "name": "w3q-mainnet", - "url": "https://explorer.mainnet.web3q.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "w3q-mainnet", + "url": "https://explorer.mainnet.web3q.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-3331.json b/_data/chains/eip155-3331.json index 8c9ac9b52c87..eb6760e091a7 100644 --- a/_data/chains/eip155-3331.json +++ b/_data/chains/eip155-3331.json @@ -2,12 +2,8 @@ "name": "ZCore Testnet", "chain": "Beach", "icon": "zcore", - "rpc": [ - "https://rpc-testnet.zcore.cash" - ], - "faucets": [ - "https://faucet.zcore.cash" - ], + "rpc": ["https://rpc-testnet.zcore.cash"], + "faucets": ["https://faucet.zcore.cash"], "nativeCurrency": { "name": "ZCore", "symbol": "ZCR", diff --git a/_data/chains/eip155-3333.json b/_data/chains/eip155-3333.json index 6444b138940e..11db5323a2e4 100644 --- a/_data/chains/eip155-3333.json +++ b/_data/chains/eip155-3333.json @@ -1,11 +1,8 @@ { "name": "Web3Q Testnet", "chain": "Web3Q", - "rpc": [ - "https://testnet.web3q.io:8545" - ], - "faucets": [ - ], + "rpc": ["https://testnet.web3q.io:8545"], + "faucets": [], "nativeCurrency": { "name": "Web3Q", "symbol": "W3Q", @@ -15,9 +12,11 @@ "shortName": "w3q-t", "chainId": 3333, "networkId": 3333, - "explorers": [{ - "name": "w3q-testnet", - "url": "https://explorer.testnet.web3q.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "w3q-testnet", + "url": "https://explorer.testnet.web3q.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-3334.json b/_data/chains/eip155-3334.json index 4d4ba513d229..8da170f477d2 100644 --- a/_data/chains/eip155-3334.json +++ b/_data/chains/eip155-3334.json @@ -1,11 +1,8 @@ { "name": "Web3Q Galileo", "chain": "Web3Q", - "rpc": [ - "https://galileo.web3q.io:8545" - ], - "faucets": [ - ], + "rpc": ["https://galileo.web3q.io:8545"], + "faucets": [], "nativeCurrency": { "name": "Web3Q", "symbol": "W3Q", @@ -15,9 +12,11 @@ "shortName": "w3q-g", "chainId": 3334, "networkId": 3334, - "explorers": [{ - "name": "w3q-galileo", - "url": "https://explorer.galileo.web3q.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "w3q-galileo", + "url": "https://explorer.galileo.web3q.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-333888.json b/_data/chains/eip155-333888.json index 633e05b070b0..14c8fc3388ca 100644 --- a/_data/chains/eip155-333888.json +++ b/_data/chains/eip155-333888.json @@ -2,12 +2,8 @@ "name": "Polis Testnet", "chain": "Sparta", "icon": "polis", - "rpc": [ - "https://sparta-rpc.polis.tech" - ], - "faucets": [ - "https://faucet.polis.tech" - ], + "rpc": ["https://sparta-rpc.polis.tech"], + "faucets": ["https://faucet.polis.tech"], "nativeCurrency": { "name": "tPolis", "symbol": "tPOLIS", diff --git a/_data/chains/eip155-333999.json b/_data/chains/eip155-333999.json index b36b0aba560f..15e899282e59 100644 --- a/_data/chains/eip155-333999.json +++ b/_data/chains/eip155-333999.json @@ -2,12 +2,8 @@ "name": "Polis Mainnet", "chain": "Olympus", "icon": "polis", - "rpc": [ - "https://rpc.polis.tech" - ], - "faucets": [ - "https://faucet.polis.tech" - ], + "rpc": ["https://rpc.polis.tech"], + "faucets": ["https://faucet.polis.tech"], "nativeCurrency": { "name": "Polis", "symbol": "POLIS", diff --git a/_data/chains/eip155-335.json b/_data/chains/eip155-335.json index aea5f4b4da85..d574bd1d48a5 100644 --- a/_data/chains/eip155-335.json +++ b/_data/chains/eip155-335.json @@ -3,9 +3,7 @@ "chain": "DFK", "icon": "dfk", "network": "testnet", - "rpc": [ - "https://subnets.avax.network/defi-kingdoms/dfk-chain-testnet/rpc" - ], + "rpc": ["https://subnets.avax.network/defi-kingdoms/dfk-chain-testnet/rpc"], "faucets": [], "nativeCurrency": { "name": "Jewel", @@ -24,4 +22,4 @@ "standard": "none" } ] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-338.json b/_data/chains/eip155-338.json index 40aaeda8f04e..03852ba1c03f 100644 --- a/_data/chains/eip155-338.json +++ b/_data/chains/eip155-338.json @@ -5,9 +5,7 @@ "https://cronos-testnet-3.crypto.org:8545", "wss://cronos-testnet-3.crypto.org:8546" ], - "faucets": [ - "https://cronos.crypto.org/faucet" - ], + "faucets": ["https://cronos.crypto.org/faucet"], "nativeCurrency": { "name": "Crypto.org Test Coin", "symbol": "TCRO", @@ -17,9 +15,11 @@ "shortName": "tcro", "chainId": 338, "networkId": 338, - "explorers": [{ - "name": "Cronos Testnet Explorer", - "url": "https://cronos.crypto.org/explorer/testnet3", - "standard": "none" - }] + "explorers": [ + { + "name": "Cronos Testnet Explorer", + "url": "https://cronos.crypto.org/explorer/testnet3", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-34.json b/_data/chains/eip155-34.json index 7a509601d057..dbb59e96367f 100644 --- a/_data/chains/eip155-34.json +++ b/_data/chains/eip155-34.json @@ -2,12 +2,8 @@ "name": "Dithereum Testnet", "chain": "DTH", "icon": "dithereum", - "rpc": [ - "https://node-testnet.dithereum.io" - ], - "faucets": [ - "https://faucet.dithereum.org" - ], + "rpc": ["https://node-testnet.dithereum.io"], + "faucets": ["https://faucet.dithereum.org"], "nativeCurrency": { "name": "Dither", "symbol": "DTH", diff --git a/_data/chains/eip155-3400.json b/_data/chains/eip155-3400.json index d4df1cd876ad..f7ac90146896 100644 --- a/_data/chains/eip155-3400.json +++ b/_data/chains/eip155-3400.json @@ -2,9 +2,7 @@ "name": "Paribu Net Mainnet", "chain": "PRB", "network": "Paribu Net", - "rpc": [ - "https://rpc.paribu.network" - ], + "rpc": ["https://rpc.paribu.network"], "faucets": [], "nativeCurrency": { "name": "PRB", @@ -16,10 +14,12 @@ "chainId": 3400, "networkId": 3400, "icon": "prb", - "explorers": [{ - "name": "Paribu Net Explorer", - "url": "https://explorer.paribu.network", - "icon": "explorer", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Paribu Net Explorer", + "url": "https://explorer.paribu.network", + "icon": "explorer", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-35.json b/_data/chains/eip155-35.json index 6563091e3879..6e7986279c64 100644 --- a/_data/chains/eip155-35.json +++ b/_data/chains/eip155-35.json @@ -1,9 +1,7 @@ { "name": "TBWG Chain", "chain": "TBWG", - "rpc": [ - "https://rpc.tbwg.io" - ], + "rpc": ["https://rpc.tbwg.io"], "faucets": [], "nativeCurrency": { "name": "TBWG Ether", diff --git a/_data/chains/eip155-3500.json b/_data/chains/eip155-3500.json index 344a26878f60..d99b9eeb57a6 100644 --- a/_data/chains/eip155-3500.json +++ b/_data/chains/eip155-3500.json @@ -2,9 +2,7 @@ "name": "Paribu Net Testnet", "chain": "PRB", "network": "Paribu Net", - "rpc": [ - "https://rpc.testnet.paribuscan.com" - ], + "rpc": ["https://rpc.testnet.paribuscan.com"], "faucets": ["https://faucet.paribuscan.com"], "nativeCurrency": { "name": "PRB", @@ -16,10 +14,12 @@ "chainId": 3500, "networkId": 3500, "icon": "prb", - "explorers": [{ - "name": "Paribu Net Testnet Explorer", - "url": "https://testnet.paribuscan.com", - "icon": "explorer", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Paribu Net Testnet Explorer", + "url": "https://testnet.paribuscan.com", + "icon": "explorer", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-3501.json b/_data/chains/eip155-3501.json index b1c92dbedfd6..4564d2b33e4a 100644 --- a/_data/chains/eip155-3501.json +++ b/_data/chains/eip155-3501.json @@ -1,22 +1,22 @@ { - "name": "JFIN Chain", - "chain": "JFIN", - "rpc": [ - "https://rpc.jfinchain.com" - ], - "faucets": [], - "nativeCurrency": { - "name": "JFIN Coin", - "symbol": "jfin", - "decimals": 18 - }, - "infoURL": "https://jfinchain.com", - "shortName": "jfin", - "chainId": 3501, - "networkId": 3501, - "explorers": [{ - "name": "JFIN Chain Explorer", - "url": "https://exp.jfinchain.com", - "standard": "EIP3091" - }] -} \ No newline at end of file + "name": "JFIN Chain", + "chain": "JFIN", + "rpc": ["https://rpc.jfinchain.com"], + "faucets": [], + "nativeCurrency": { + "name": "JFIN Coin", + "symbol": "jfin", + "decimals": 18 + }, + "infoURL": "https://jfinchain.com", + "shortName": "jfin", + "chainId": 3501, + "networkId": 3501, + "explorers": [ + { + "name": "JFIN Chain Explorer", + "url": "https://exp.jfinchain.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-35441.json b/_data/chains/eip155-35441.json index 56cef32fc8e0..559d1608b628 100644 --- a/_data/chains/eip155-35441.json +++ b/_data/chains/eip155-35441.json @@ -2,9 +2,7 @@ "name": "Q Mainnet", "chain": "Q", "network": "mainnet", - "rpc": [ - "https://rpc.q.org" - ], + "rpc": ["https://rpc.q.org"], "faucets": [], "nativeCurrency": { "name": "Q token", diff --git a/_data/chains/eip155-35443.json b/_data/chains/eip155-35443.json index 1b2d6860bbb9..8591bad4fd92 100644 --- a/_data/chains/eip155-35443.json +++ b/_data/chains/eip155-35443.json @@ -2,9 +2,7 @@ "name": "Q Testnet", "chain": "Q", "network": "testnet", - "rpc": [ - "https://rpc.qtestnet.org" - ], + "rpc": ["https://rpc.qtestnet.org"], "faucets": [], "nativeCurrency": { "name": "Q token", diff --git a/_data/chains/eip155-356256156.json b/_data/chains/eip155-356256156.json index eec8b1a64b55..6fba8412206b 100644 --- a/_data/chains/eip155-356256156.json +++ b/_data/chains/eip155-356256156.json @@ -1,9 +1,7 @@ { "name": "Gather Testnet Network", "chain": "GTH", - "rpc": [ - "https://testnet.gather.network" - ], + "rpc": ["https://testnet.gather.network"], "faucets": [], "nativeCurrency": { "name": "Gather", @@ -14,9 +12,11 @@ "shortName": "tGTH", "chainId": 356256156, "networkId": 356256156, - "explorers": [{ - "name": "Blockscout", - "url": "https://testnet-explorer.gather.network", - "standard": "none" - }] + "explorers": [ + { + "name": "Blockscout", + "url": "https://testnet-explorer.gather.network", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-35855456.json b/_data/chains/eip155-35855456.json index 9a1eaa25833e..477b3af49452 100644 --- a/_data/chains/eip155-35855456.json +++ b/_data/chains/eip155-35855456.json @@ -1,9 +1,7 @@ { "name": "Joys Digital Mainnet", "chain": "JOYS", - "rpc": [ - "https://node.joys.digital" - ], + "rpc": ["https://node.joys.digital"], "faucets": [], "nativeCurrency": { "name": "JOYS", @@ -14,4 +12,4 @@ "shortName": "JOYS", "chainId": 35855456, "networkId": 35855456 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-36.json b/_data/chains/eip155-36.json index edee48f1269e..7e7d77b622ca 100644 --- a/_data/chains/eip155-36.json +++ b/_data/chains/eip155-36.json @@ -1,24 +1,23 @@ { - "name": "Dxchain Mainnet", - "chain": "Dxchain", - "icon": "dx", - "rpc": [ - "https://mainnet.dxchain.com" - ], - "faucets": [ - ], - "nativeCurrency": { + "name": "Dxchain Mainnet", + "chain": "Dxchain", + "icon": "dx", + "rpc": ["https://mainnet.dxchain.com"], + "faucets": [], + "nativeCurrency": { "name": "Dxchain", "symbol": "DX", "decimals": 18 - }, - "infoURL": "https://www.dxchain.com/", - "shortName": "dx", - "chainId": 36, - "networkId": 36, - "explorers": [{ - "name": "dxscan", - "url": "https://dxscan.io", - "standard": "EIP3091" - }] -} \ No newline at end of file + }, + "infoURL": "https://www.dxchain.com/", + "shortName": "dx", + "chainId": 36, + "networkId": 36, + "explorers": [ + { + "name": "dxscan", + "url": "https://dxscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-361.json b/_data/chains/eip155-361.json index b26a92ed82fa..e238850723bd 100644 --- a/_data/chains/eip155-361.json +++ b/_data/chains/eip155-361.json @@ -1,11 +1,8 @@ { "name": "Theta Mainnet", "chain": "Theta", - "rpc": [ - "https://eth-rpc-api.thetatoken.org/rpc" - ], - "faucets": [ - ], + "rpc": ["https://eth-rpc-api.thetatoken.org/rpc"], + "faucets": [], "nativeCurrency": { "name": "Theta Fuel", "symbol": "TFUEL", @@ -15,9 +12,11 @@ "shortName": "theta-mainnet", "chainId": 361, "networkId": 361, - "explorers": [{ - "name": "Theta Mainnet Explorer", - "url": "https://explorer.thetatoken.org", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Theta Mainnet Explorer", + "url": "https://explorer.thetatoken.org", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-363.json b/_data/chains/eip155-363.json index db00476636f7..7b088591d0e5 100644 --- a/_data/chains/eip155-363.json +++ b/_data/chains/eip155-363.json @@ -1,11 +1,8 @@ { "name": "Theta Sapphire Testnet", "chain": "Theta", - "rpc": [ - "https://eth-rpc-api-sapphire.thetatoken.org/rpc" - ], - "faucets": [ - ], + "rpc": ["https://eth-rpc-api-sapphire.thetatoken.org/rpc"], + "faucets": [], "nativeCurrency": { "name": "Theta Fuel", "symbol": "TFUEL", @@ -15,9 +12,11 @@ "shortName": "theta-sapphire", "chainId": 363, "networkId": 363, - "explorers": [{ - "name": "Theta Sapphire Testnet Explorer", - "url": "https://guardian-testnet-sapphire-explorer.thetatoken.org", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Theta Sapphire Testnet Explorer", + "url": "https://guardian-testnet-sapphire-explorer.thetatoken.org", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-364.json b/_data/chains/eip155-364.json index a09c90a0cc86..d4d25687bc28 100644 --- a/_data/chains/eip155-364.json +++ b/_data/chains/eip155-364.json @@ -1,11 +1,8 @@ { "name": "Theta Amber Testnet", "chain": "Theta", - "rpc": [ - "https://eth-rpc-api-amber.thetatoken.org/rpc" - ], - "faucets": [ - ], + "rpc": ["https://eth-rpc-api-amber.thetatoken.org/rpc"], + "faucets": [], "nativeCurrency": { "name": "Theta Fuel", "symbol": "TFUEL", @@ -15,9 +12,11 @@ "shortName": "theta-amber", "chainId": 364, "networkId": 364, - "explorers": [{ - "name": "Theta Amber Testnet Explorer", - "url": "https://guardian-testnet-amber-explorer.thetatoken.org", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Theta Amber Testnet Explorer", + "url": "https://guardian-testnet-amber-explorer.thetatoken.org", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-365.json b/_data/chains/eip155-365.json index 6bc81d07fa1e..99538af5f798 100644 --- a/_data/chains/eip155-365.json +++ b/_data/chains/eip155-365.json @@ -1,11 +1,8 @@ { "name": "Theta Testnet", "chain": "Theta", - "rpc": [ - "https://eth-rpc-api-testnet.thetatoken.org/rpc" - ], - "faucets": [ - ], + "rpc": ["https://eth-rpc-api-testnet.thetatoken.org/rpc"], + "faucets": [], "nativeCurrency": { "name": "Theta Fuel", "symbol": "TFUEL", @@ -15,9 +12,11 @@ "shortName": "theta-testnet", "chainId": 365, "networkId": 365, - "explorers": [{ - "name": "Theta Testnet Explorer", - "url": "https://testnet-explorer.thetatoken.org", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Theta Testnet Explorer", + "url": "https://testnet-explorer.thetatoken.org", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-369.json b/_data/chains/eip155-369.json index 7950d7169132..906967ba03fc 100644 --- a/_data/chains/eip155-369.json +++ b/_data/chains/eip155-369.json @@ -15,4 +15,4 @@ "symbol": "PLS", "decimals": 18 } -} \ No newline at end of file +} diff --git a/_data/chains/eip155-3690.json b/_data/chains/eip155-3690.json index 547699ad2418..e0a4dd62a2b0 100644 --- a/_data/chains/eip155-3690.json +++ b/_data/chains/eip155-3690.json @@ -1,10 +1,7 @@ { "name": "Bittex Mainnet", "chain": "BTX", - "rpc": [ - "https://rpc1.bittexscan.info", - "https://rpc2.bittexscan.info" - ], + "rpc": ["https://rpc1.bittexscan.info", "https://rpc2.bittexscan.info"], "faucets": [], "nativeCurrency": { "name": "Bittex", @@ -16,10 +13,12 @@ "chainId": 3690, "networkId": 3690, "icon": "ethereum", - "explorers": [{ - "name": "bittexscan", - "url": "https://bittexscan.com", - "icon": "etherscan", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "bittexscan", + "url": "https://bittexscan.com", + "icon": "etherscan", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-37.json b/_data/chains/eip155-37.json index e53ee9023bc2..6c307b5406cc 100644 --- a/_data/chains/eip155-37.json +++ b/_data/chains/eip155-37.json @@ -1,20 +1,17 @@ { - "name": "SeedCoin-Network", - "chain": "SeedCoin-Network", - "network": "mainnet", - "rpc": [ - "https://node.seedcoin.network" - ], - "faucets": [ - ], - "nativeCurrency": { - "name": "SeedCoin", - "symbol": "SEED", - "decimals": 8 - }, - "infoURL": "https://www.seedcoin.network/", - "shortName": "SEED", - "icon": "seedcoin", - "chainId": 37, - "networkId": 37 + "name": "SeedCoin-Network", + "chain": "SeedCoin-Network", + "network": "mainnet", + "rpc": ["https://node.seedcoin.network"], + "faucets": [], + "nativeCurrency": { + "name": "SeedCoin", + "symbol": "SEED", + "decimals": 8 + }, + "infoURL": "https://www.seedcoin.network/", + "shortName": "SEED", + "icon": "seedcoin", + "chainId": 37, + "networkId": 37 } diff --git a/_data/chains/eip155-3737.json b/_data/chains/eip155-3737.json index 19e9abe39902..c03f3ec54bef 100644 --- a/_data/chains/eip155-3737.json +++ b/_data/chains/eip155-3737.json @@ -2,12 +2,8 @@ "name": "Crossbell", "chain": "Crossbell", "network": "mainnet", - "rpc": [ - "https://rpc.crossbell.io" - ], - "faucets": [ - "https://faucet.crossbell.io" - ], + "rpc": ["https://rpc.crossbell.io"], + "faucets": ["https://faucet.crossbell.io"], "nativeCurrency": { "name": "Crossbell Token", "symbol": "CSB", @@ -26,4 +22,3 @@ } ] } - diff --git a/_data/chains/eip155-38.json b/_data/chains/eip155-38.json index 015fca922122..a5a81c712a26 100644 --- a/_data/chains/eip155-38.json +++ b/_data/chains/eip155-38.json @@ -1,9 +1,7 @@ { "name": "Valorbit", "chain": "VAL", - "rpc": [ - "https://rpc.valorbit.com/v2" - ], + "rpc": ["https://rpc.valorbit.com/v2"], "faucets": [], "nativeCurrency": { "name": "Valorbit", @@ -15,4 +13,4 @@ "chainId": 38, "networkId": 38, "slip44": 538 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-385.json b/_data/chains/eip155-385.json index 30c74158aa09..86da9c96614f 100644 --- a/_data/chains/eip155-385.json +++ b/_data/chains/eip155-385.json @@ -1,12 +1,8 @@ { "name": "Lisinski", "chain": "CRO", - "rpc": [ - "https://rpc-bitfalls1.lisinski.online" - ], - "faucets": [ - "https://pipa.lisinski.online" - ], + "rpc": ["https://rpc-bitfalls1.lisinski.online"], + "faucets": ["https://pipa.lisinski.online"], "nativeCurrency": { "name": "Lisinski Ether", "symbol": "LISINS", diff --git a/_data/chains/eip155-3966.json b/_data/chains/eip155-3966.json index 4d10f1431893..338d5c647d5a 100644 --- a/_data/chains/eip155-3966.json +++ b/_data/chains/eip155-3966.json @@ -1,12 +1,8 @@ { "name": "DYNO Mainnet", "chain": "DYNO", - "rpc": [ - "https://api.dynoprotocol.com" - ], - "faucets": [ - "https://faucet.dynoscan.io" - ], + "rpc": ["https://api.dynoprotocol.com"], + "faucets": ["https://faucet.dynoscan.io"], "nativeCurrency": { "name": "DYNO Token", "symbol": "DYNO", @@ -16,9 +12,11 @@ "shortName": "dyno", "chainId": 3966, "networkId": 3966, - "explorers": [{ - "name": "DYNO Explorer", - "url": "https://dynoscan.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "DYNO Explorer", + "url": "https://dynoscan.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-3967.json b/_data/chains/eip155-3967.json index 444db10802d9..3569043bf89b 100644 --- a/_data/chains/eip155-3967.json +++ b/_data/chains/eip155-3967.json @@ -1,12 +1,8 @@ { "name": "DYNO Testnet", "chain": "DYNO", - "rpc": [ - "https://tapi.dynoprotocol.com" - ], - "faucets": [ - "https://faucet.dynoscan.io" - ], + "rpc": ["https://tapi.dynoprotocol.com"], + "faucets": ["https://faucet.dynoscan.io"], "nativeCurrency": { "name": "DYNO Token", "symbol": "tDYNO", @@ -16,9 +12,11 @@ "shortName": "tdyno", "chainId": 3967, "networkId": 3967, - "explorers": [{ - "name": "DYNO Explorer", - "url": "https://testnet.dynoscan.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "DYNO Explorer", + "url": "https://testnet.dynoscan.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-39797.json b/_data/chains/eip155-39797.json index 7d087d081c7f..090c3026cae4 100644 --- a/_data/chains/eip155-39797.json +++ b/_data/chains/eip155-39797.json @@ -1,9 +1,7 @@ { "name": "Energi Mainnet", "chain": "NRG", - "rpc": [ - "https://nodeapi.energi.network" - ], + "rpc": ["https://nodeapi.energi.network"], "faucets": [], "nativeCurrency": { "name": "Energi", diff --git a/_data/chains/eip155-3999.json b/_data/chains/eip155-3999.json index f6bb57cf542f..574462ba50ed 100644 --- a/_data/chains/eip155-3999.json +++ b/_data/chains/eip155-3999.json @@ -2,9 +2,7 @@ "name": "YuanChain Mainnet", "chain": "YCC", "network": "mainnet", - "rpc": [ - "https://mainnet.yuan.org/eth" - ], + "rpc": ["https://mainnet.yuan.org/eth"], "faucets": [], "nativeCurrency": { "name": "YCC", @@ -16,9 +14,11 @@ "chainId": 3999, "networkId": 3999, "icon": "ycc", - "explorers": [{ - "name": "YuanChain Explorer", - "url": "https://mainnet.yuan.org", - "standard": "none" - }] -} \ No newline at end of file + "explorers": [ + { + "name": "YuanChain Explorer", + "url": "https://mainnet.yuan.org", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-4.json b/_data/chains/eip155-4.json index 5e9ec7d7bc72..851c466a8bfc 100644 --- a/_data/chains/eip155-4.json +++ b/_data/chains/eip155-4.json @@ -8,7 +8,7 @@ "wss://rinkeby.infura.io/ws/v3/${INFURA_API_KEY}" ], "faucets": [ - "http://fauceth.komputing.org?chain=4&address=${ADDRESS}", + "http://fauceth.komputing.org?chain=4&address=${ADDRESS}", "https://faucet.rinkeby.io" ], "nativeCurrency": { diff --git a/_data/chains/eip155-40.json b/_data/chains/eip155-40.json index f67df5e11ada..374a843c429d 100644 --- a/_data/chains/eip155-40.json +++ b/_data/chains/eip155-40.json @@ -1,11 +1,8 @@ { "name": "Telos EVM Mainnet", "chain": "TLOS", - "rpc": [ - "https://mainnet.telos.net/evm" - ], - "faucets": [ - ], + "rpc": ["https://mainnet.telos.net/evm"], + "faucets": [], "nativeCurrency": { "name": "Telos", "symbol": "TLOS", @@ -15,9 +12,11 @@ "shortName": "Telos EVM", "chainId": 40, "networkId": 40, - "explorers": [{ - "name": "teloscan", - "url": "https://teloscan.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "teloscan", + "url": "https://teloscan.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-41.json b/_data/chains/eip155-41.json index 4b8fe6ccf21a..02467bb4b55d 100644 --- a/_data/chains/eip155-41.json +++ b/_data/chains/eip155-41.json @@ -1,12 +1,8 @@ { "name": "Telos EVM Testnet", "chain": "TLOS", - "rpc": [ - "https://testnet.telos.net/evm" - ], - "faucets": [ - "https://app.telos.net/testnet/developers" - ], + "rpc": ["https://testnet.telos.net/evm"], + "faucets": ["https://app.telos.net/testnet/developers"], "nativeCurrency": { "name": "Telos", "symbol": "TLOS", diff --git a/_data/chains/eip155-4102.json b/_data/chains/eip155-4102.json index 8593a57755f7..a40ce19f50f1 100644 --- a/_data/chains/eip155-4102.json +++ b/_data/chains/eip155-4102.json @@ -3,9 +3,7 @@ "chain": "AIOZ", "network": "testnet", "icon": "aioz", - "rpc": [ - "https://eth-ds.testnet.aioz.network" - ], + "rpc": ["https://eth-ds.testnet.aioz.network"], "faucets": [], "nativeCurrency": { "name": "testAIOZ", @@ -17,9 +15,11 @@ "chainId": 4102, "networkId": 4102, "slip44": 60, - "explorers": [{ - "name": "AIOZ Network Testnet Explorer", - "url": "https://testnet.explorer.aioz.network", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "AIOZ Network Testnet Explorer", + "url": "https://testnet.explorer.aioz.network", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-416.json b/_data/chains/eip155-416.json index f0de295a9b6c..aac4fa54e266 100644 --- a/_data/chains/eip155-416.json +++ b/_data/chains/eip155-416.json @@ -3,11 +3,8 @@ "chain": "SX", "icon": "SX", "network": "mainnet", - "rpc": [ - "https://rpc.sx.technology" - ], - "faucets": [ - ], + "rpc": ["https://rpc.sx.technology"], + "faucets": [], "nativeCurrency": { "name": "SX Network", "symbol": "SX", @@ -17,9 +14,11 @@ "shortName": "SX", "chainId": 416, "networkId": 416, - "explorers": [{ - "name": "SX Network Explorer", - "url": "https://explorer.sx.technology", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "SX Network Explorer", + "url": "https://explorer.sx.technology", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-4181.json b/_data/chains/eip155-4181.json index 26e953340837..9acace327cf2 100644 --- a/_data/chains/eip155-4181.json +++ b/_data/chains/eip155-4181.json @@ -2,10 +2,7 @@ "name": "PHI Network V1", "chain": "PHI V1", "network": "mainnet", - "rpc": [ - "https://rpc1.phi.network", - "https://rpc2.phi.network" - ], + "rpc": ["https://rpc1.phi.network", "https://rpc2.phi.network"], "faucets": [], "nativeCurrency": { "name": "PHI", @@ -17,10 +14,12 @@ "chainId": 4181, "networkId": 4181, "icon": "phi", - "explorers": [{ - "name": "PHI Explorer", - "url": "https://explorer.phi.network", - "icon": "phi", - "standard": "none" - }] + "explorers": [ + { + "name": "PHI Explorer", + "url": "https://explorer.phi.network", + "icon": "phi", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-42.json b/_data/chains/eip155-42.json index e1e1019465be..5d57f3831904 100644 --- a/_data/chains/eip155-42.json +++ b/_data/chains/eip155-42.json @@ -20,11 +20,13 @@ "symbol": "ETH", "decimals": 18 }, - "explorers": [{ - "name": "etherscan", - "url": "https://kovan.etherscan.io", - "standard": "EIP3091" - }], + "explorers": [ + { + "name": "etherscan", + "url": "https://kovan.etherscan.io", + "standard": "EIP3091" + } + ], "infoURL": "https://kovan-testnet.github.io/website", "shortName": "kov", "chainId": 42, diff --git a/_data/chains/eip155-420666.json b/_data/chains/eip155-420666.json index eefcebe97021..9664f01017e0 100644 --- a/_data/chains/eip155-420666.json +++ b/_data/chains/eip155-420666.json @@ -2,9 +2,7 @@ "name": "Kekchain", "chain": "kek", "network": "testnet", - "rpc": [ - "https://testnet.kekchain.com" - ], + "rpc": ["https://testnet.kekchain.com"], "faucets": [], "nativeCurrency": { "name": "KEK", @@ -16,10 +14,12 @@ "chainId": 420666, "networkId": 1, "icon": "kek", - "explorers": [{ - "name": "blockscout", - "url": "https://testnet-explorer.kekchain.com", - "icon": "kek", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "blockscout", + "url": "https://testnet-explorer.kekchain.com", + "icon": "kek", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-42069.json b/_data/chains/eip155-42069.json index 82d45c45764d..7358c91120a1 100644 --- a/_data/chains/eip155-42069.json +++ b/_data/chains/eip155-42069.json @@ -1,16 +1,15 @@ - { + "name": "pegglecoin", + "chain": "42069", + "rpc": [], + "faucets": [], + "nativeCurrency": { "name": "pegglecoin", - "chain": "42069", - "rpc": [], - "faucets": [], - "nativeCurrency": { - "name": "pegglecoin", - "symbol": "peggle", - "decimals": 18 - }, - "infoURL": "https://teampeggle.com", - "shortName": "PC", - "chainId": 42069, - "networkId": 42069 + "symbol": "peggle", + "decimals": 18 + }, + "infoURL": "https://teampeggle.com", + "shortName": "PC", + "chainId": 42069, + "networkId": 42069 } diff --git a/_data/chains/eip155-42161.json b/_data/chains/eip155-42161.json index 522672767a1a..4037f2266977 100644 --- a/_data/chains/eip155-42161.json +++ b/_data/chains/eip155-42161.json @@ -29,8 +29,8 @@ ], "infoURL": "https://arbitrum.io", "parent": { - "type" : "L2", - "chain": "eip155-1", - "bridges": [ {"url":"https://bridge.arbitrum.io"} ] + "type": "L2", + "chain": "eip155-1", + "bridges": [{ "url": "https://bridge.arbitrum.io" }] } } diff --git a/_data/chains/eip155-421611.json b/_data/chains/eip155-421611.json index 007c49efbfdc..8b4b2c237e86 100644 --- a/_data/chains/eip155-421611.json +++ b/_data/chains/eip155-421611.json @@ -10,12 +10,8 @@ "symbol": "ETH", "decimals": 18 }, - "rpc": [ - "https://rinkeby.arbitrum.io/rpc" - ], - "faucets": [ - "http://fauceth.komputing.org?chain=421611&address=${ADDRESS}" - ], + "rpc": ["https://rinkeby.arbitrum.io/rpc"], + "faucets": ["http://fauceth.komputing.org?chain=421611&address=${ADDRESS}"], "infoURL": "https://arbitrum.io", "explorers": [ { @@ -30,8 +26,8 @@ } ], "parent": { - "type" : "L2", - "chain": "eip155-4", - "bridges": [ {"url":"https://bridge.arbitrum.io"} ] + "type": "L2", + "chain": "eip155-4", + "bridges": [{ "url": "https://bridge.arbitrum.io" }] } } diff --git a/_data/chains/eip155-421613.json b/_data/chains/eip155-421613.json index df34690c1668..151e22236c8d 100644 --- a/_data/chains/eip155-421613.json +++ b/_data/chains/eip155-421613.json @@ -10,9 +10,7 @@ "symbol": "AGOR", "decimals": 18 }, - "rpc": [ - "https://goerli-rollup.arbitrum.io/rpc/" - ], + "rpc": ["https://goerli-rollup.arbitrum.io/rpc/"], "faucets": [], "infoURL": "https://arbitrum.io/", "explorers": [ @@ -23,8 +21,8 @@ } ], "parent": { - "type" : "L2", - "chain": "eip155-5", - "bridges": [ {"url":"https://bridge.arbitrum.io/"} ] + "type": "L2", + "chain": "eip155-5", + "bridges": [{ "url": "https://bridge.arbitrum.io/" }] } } diff --git a/_data/chains/eip155-4216137055.json b/_data/chains/eip155-4216137055.json index 027c47d59a53..8f48873ddcc7 100644 --- a/_data/chains/eip155-4216137055.json +++ b/_data/chains/eip155-4216137055.json @@ -2,12 +2,8 @@ "name": "OneLedger Testnet Frankenstein", "chain": "OLT", "icon": "oneledger", - "rpc": [ - "https://frankenstein-rpc.oneledger.network" - ], - "faucets": [ - "https://frankenstein-faucet.oneledger.network" - ], + "rpc": ["https://frankenstein-rpc.oneledger.network"], + "faucets": ["https://frankenstein-faucet.oneledger.network"], "nativeCurrency": { "name": "OLT", "symbol": "OLT", @@ -24,4 +20,4 @@ "standard": "EIP3091" } ] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-42170.json b/_data/chains/eip155-42170.json index e97367a71c17..432d95a4b046 100644 --- a/_data/chains/eip155-42170.json +++ b/_data/chains/eip155-42170.json @@ -9,9 +9,7 @@ "symbol": "ETH", "decimals": 18 }, - "rpc": [ - "https://nova.arbitrum.io/rpc" - ], + "rpc": ["https://nova.arbitrum.io/rpc"], "faucets": [], "explorers": [ { @@ -23,8 +21,8 @@ ], "infoURL": "https://arbitrum.io", "parent": { - "type" : "L2", - "chain": "eip155-1", - "bridges": [ {"url":"https://bridge.arbitrum.io"} ] + "type": "L2", + "chain": "eip155-1", + "bridges": [{ "url": "https://bridge.arbitrum.io" }] } } diff --git a/_data/chains/eip155-42220.json b/_data/chains/eip155-42220.json index d12808203c36..8a72114dd840 100644 --- a/_data/chains/eip155-42220.json +++ b/_data/chains/eip155-42220.json @@ -13,9 +13,11 @@ "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" - }] + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.celo.org", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-42261.json b/_data/chains/eip155-42261.json index 7ebfaa7f21fa..6b5d7cbc2964 100644 --- a/_data/chains/eip155-42261.json +++ b/_data/chains/eip155-42261.json @@ -16,9 +16,11 @@ "shortName": "emerald", "chainId": 42261, "networkId": 42261, - "explorers": [{ - "name": "Emerald Paratime Testnet Explorer", - "url": "https://testnet.explorer.emerald.oasis.dev", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Emerald Paratime Testnet Explorer", + "url": "https://testnet.explorer.emerald.oasis.dev", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-42262.json b/_data/chains/eip155-42262.json index 5bf927bdc3db..2851c68cf7b8 100644 --- a/_data/chains/eip155-42262.json +++ b/_data/chains/eip155-42262.json @@ -2,10 +2,7 @@ "name": "Emerald Paratime Mainnet", "chain": "Emerald", "icon": "oasis", - "rpc": [ - "https://emerald.oasis.dev", - "wss://emerald.oasis.dev/ws" - ], + "rpc": ["https://emerald.oasis.dev", "wss://emerald.oasis.dev/ws"], "faucets": [], "nativeCurrency": { "name": "Emerald Rose", @@ -16,9 +13,11 @@ "shortName": "oasis", "chainId": 42262, "networkId": 42262, - "explorers": [{ - "name": "Emerald Paratime Mainnet Explorer", - "url": "https://explorer.emerald.oasis.dev", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Emerald Paratime Mainnet Explorer", + "url": "https://explorer.emerald.oasis.dev", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-43.json b/_data/chains/eip155-43.json index 1360967d2980..545620c3abd8 100644 --- a/_data/chains/eip155-43.json +++ b/_data/chains/eip155-43.json @@ -1,9 +1,7 @@ { "name": "Darwinia Pangolin Testnet", "chain": "pangolin", - "rpc": [ - "https://pangolin-rpc.darwinia.network" - ], + "rpc": ["https://pangolin-rpc.darwinia.network"], "faucets": [ "https://docs.crab.network/dvm/wallets/dvm-metamask#apply-for-the-test-token" ], @@ -16,9 +14,11 @@ "shortName": "pangolin", "chainId": 43, "networkId": 43, - "explorers": [{ - "name": "subscan", - "url": "https://pangolin.subscan.io", - "standard": "none" - }] + "explorers": [ + { + "name": "subscan", + "url": "https://pangolin.subscan.io", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-43110.json b/_data/chains/eip155-43110.json index a3492bdb6e97..53d57d4a14a8 100644 --- a/_data/chains/eip155-43110.json +++ b/_data/chains/eip155-43110.json @@ -1,12 +1,8 @@ { "name": "Athereum", "chain": "ATH", - "rpc": [ - "https://ava.network:21015/ext/evm/rpc" - ], - "faucets": [ - "http://athfaucet.ava.network//?address=${ADDRESS}" - ], + "rpc": ["https://ava.network:21015/ext/evm/rpc"], + "faucets": ["http://athfaucet.ava.network//?address=${ADDRESS}"], "nativeCurrency": { "name": "Athereum Ether", "symbol": "ATH", diff --git a/_data/chains/eip155-43113.json b/_data/chains/eip155-43113.json index 56eafee8588c..0f4681575628 100644 --- a/_data/chains/eip155-43113.json +++ b/_data/chains/eip155-43113.json @@ -1,12 +1,8 @@ { "name": "Avalanche Fuji Testnet", "chain": "AVAX", - "rpc": [ - "https://api.avax-test.network/ext/bc/C/rpc" - ], - "faucets": [ - "https://faucet.avax-test.network/" - ], + "rpc": ["https://api.avax-test.network/ext/bc/C/rpc"], + "faucets": ["https://faucet.avax-test.network/"], "nativeCurrency": { "name": "Avalanche", "symbol": "AVAX", diff --git a/_data/chains/eip155-43114.json b/_data/chains/eip155-43114.json index 7d77cbe69bc4..898a3c4a090e 100644 --- a/_data/chains/eip155-43114.json +++ b/_data/chains/eip155-43114.json @@ -1,9 +1,7 @@ { "name": "Avalanche C-Chain", "chain": "AVAX", - "rpc": [ - "https://api.avax.network/ext/bc/C/rpc" - ], + "rpc": ["https://api.avax.network/ext/bc/C/rpc"], "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "nativeCurrency": { "name": "Avalanche", diff --git a/_data/chains/eip155-432201.json b/_data/chains/eip155-432201.json index d059e497ec06..f6e36c04523e 100644 --- a/_data/chains/eip155-432201.json +++ b/_data/chains/eip155-432201.json @@ -1,25 +1,23 @@ -{ - "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" - } - ] -} +{ + "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/_data/chains/eip155-44.json b/_data/chains/eip155-44.json index f461a3e98675..78c67fafef71 100644 --- a/_data/chains/eip155-44.json +++ b/_data/chains/eip155-44.json @@ -1,9 +1,7 @@ { "name": "Darwinia Crab Network", "chain": "crab", - "rpc": [ - "https://crab-rpc.darwinia.network" - ], + "rpc": ["https://crab-rpc.darwinia.network"], "faucets": [], "nativeCurrency": { "name": "Crab Network Native Token", @@ -14,9 +12,11 @@ "shortName": "crab", "chainId": 44, "networkId": 44, - "explorers": [{ - "name": "subscan", - "url": "https://crab.subscan.io", - "standard": "none" - }] + "explorers": [ + { + "name": "subscan", + "url": "https://crab.subscan.io", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-444900.json b/_data/chains/eip155-444900.json index c0ebc624a33c..a8b4480d42c5 100644 --- a/_data/chains/eip155-444900.json +++ b/_data/chains/eip155-444900.json @@ -1,12 +1,8 @@ { "name": "Weelink Testnet", "chain": "WLK", - "rpc": [ - "https://weelinknode1c.gw002.oneitfarm.com" - ], - "faucets": [ - "https://faucet.weelink.gw002.oneitfarm.com" - ], + "rpc": ["https://weelinknode1c.gw002.oneitfarm.com"], + "faucets": ["https://faucet.weelink.gw002.oneitfarm.com"], "nativeCurrency": { "name": "Weelink Chain Token", "symbol": "tWLK", @@ -16,9 +12,11 @@ "shortName": "wlkt", "chainId": 444900, "networkId": 444900, - "explorers": [{ - "name": "weelink-testnet", - "url": "https://weelink.cloud/#/blockView/overview", - "standard": "none" - }] -} \ No newline at end of file + "explorers": [ + { + "name": "weelink-testnet", + "url": "https://weelink.cloud/#/blockView/overview", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-45000.json b/_data/chains/eip155-45000.json index ced69409a3dc..4a65b9e464ae 100644 --- a/_data/chains/eip155-45000.json +++ b/_data/chains/eip155-45000.json @@ -2,9 +2,7 @@ "name": "Autobahn Network", "chain": "TXL", "network": "mainnet", - "rpc": [ - "https://rpc.autobahn.network" - ], + "rpc": ["https://rpc.autobahn.network"], "faucets": [], "nativeCurrency": { "name": "TXL", @@ -16,10 +14,12 @@ "chainId": 45000, "networkId": 45000, "icon": "autobahn", - "explorers": [{ - "name": "autobahn explorer", - "url": "https://explorer.autobahn.network", - "icon": "autobahn", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "autobahn explorer", + "url": "https://explorer.autobahn.network", + "icon": "autobahn", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-46.json b/_data/chains/eip155-46.json index fcb2ef7092af..7c049a034546 100644 --- a/_data/chains/eip155-46.json +++ b/_data/chains/eip155-46.json @@ -1,23 +1,23 @@ { - "name": "Darwinia Network", - "chain": "darwinia", - "network": "darwinia network", - "rpc": [ - "https://darwinia-rpc.darwinia.network" - ], - "faucets": [], - "nativeCurrency": { - "name": "Darwinia Network Native Token", - "symbol": "RING", - "decimals": 18 - }, - "infoURL": "https://darwinia.network/", - "shortName": "darwinia", - "chainId": 46, - "networkId": 46, - "explorers": [{ - "name": "subscan", - "url": "https://darwinia.subscan.io", - "standard": "none" - }] -} \ No newline at end of file + "name": "Darwinia Network", + "chain": "darwinia", + "network": "darwinia network", + "rpc": ["https://darwinia-rpc.darwinia.network"], + "faucets": [], + "nativeCurrency": { + "name": "Darwinia Network Native Token", + "symbol": "RING", + "decimals": 18 + }, + "infoURL": "https://darwinia.network/", + "shortName": "darwinia", + "chainId": 46, + "networkId": 46, + "explorers": [ + { + "name": "subscan", + "url": "https://darwinia.subscan.io", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-4689.json b/_data/chains/eip155-4689.json index 165741d7d3d6..1aea53d6eaf2 100644 --- a/_data/chains/eip155-4689.json +++ b/_data/chains/eip155-4689.json @@ -1,11 +1,8 @@ { "name": "IoTeX Network Mainnet", "chain": "iotex.io", - "rpc": [ - "https://babel-api.mainnet.iotex.io" - ], - "faucets": [ - ], + "rpc": ["https://babel-api.mainnet.iotex.io"], + "faucets": [], "nativeCurrency": { "name": "IoTeX", "symbol": "IOTX", @@ -15,9 +12,11 @@ "shortName": "iotex-mainnet", "chainId": 4689, "networkId": 4689, - "explorers": [{ - "name": "iotexscan", - "url": "https://iotexscan.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "iotexscan", + "url": "https://iotexscan.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-4690.json b/_data/chains/eip155-4690.json index cec09ec772d2..294e39be83e1 100644 --- a/_data/chains/eip155-4690.json +++ b/_data/chains/eip155-4690.json @@ -1,12 +1,8 @@ { "name": "IoTeX Network Testnet", "chain": "iotex.io", - "rpc": [ - "https://babel-api.testnet.iotex.io" - ], - "faucets": [ - "https://faucet.iotex.io/" - ], + "rpc": ["https://babel-api.testnet.iotex.io"], + "faucets": ["https://faucet.iotex.io/"], "nativeCurrency": { "name": "IoTeX", "symbol": "IOTX", @@ -16,9 +12,11 @@ "shortName": "iotex-testnet", "chainId": 4690, "networkId": 4690, - "explorers": [{ - "name": "testnet iotexscan", - "url": "https://testnet.iotexscan.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "testnet iotexscan", + "url": "https://testnet.iotexscan.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-474142.json b/_data/chains/eip155-474142.json index bece78ea267f..45bbe7cd059a 100644 --- a/_data/chains/eip155-474142.json +++ b/_data/chains/eip155-474142.json @@ -1,22 +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 +{ + "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" + } + ] +} diff --git a/_data/chains/eip155-47805.json b/_data/chains/eip155-47805.json index c0f706ed2c6c..bde945038f4d 100644 --- a/_data/chains/eip155-47805.json +++ b/_data/chains/eip155-47805.json @@ -1,10 +1,7 @@ { "name": "REI Network", "chain": "REI", - "rpc": [ - "https://rpc.rei.network", - "wss://rpc.rei.network" - ], + "rpc": ["https://rpc.rei.network", "wss://rpc.rei.network"], "faucets": [], "nativeCurrency": { "name": "REI", @@ -15,9 +12,11 @@ "shortName": "REI", "chainId": 47805, "networkId": 47805, - "explorers": [{ - "name": "rei-scan", - "url": "https://scan.rei.network", - "standard": "none" - }] + "explorers": [ + { + "name": "rei-scan", + "url": "https://scan.rei.network", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-486217935.json b/_data/chains/eip155-486217935.json index 19b4050e7f3f..887119991e78 100644 --- a/_data/chains/eip155-486217935.json +++ b/_data/chains/eip155-486217935.json @@ -1,9 +1,7 @@ { "name": "Gather Devnet Network", "chain": "GTH", - "rpc": [ - "https://devnet.gather.network" - ], + "rpc": ["https://devnet.gather.network"], "faucets": [], "nativeCurrency": { "name": "Gather", @@ -14,9 +12,11 @@ "shortName": "dGTH", "chainId": 486217935, "networkId": 486217935, - "explorers": [{ - "name": "Blockscout", - "url": "https://devnet-explorer.gather.network", - "standard": "none" - }] + "explorers": [ + { + "name": "Blockscout", + "url": "https://devnet-explorer.gather.network", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-4918.json b/_data/chains/eip155-4918.json index 90b904dbdf18..bf142521fab2 100644 --- a/_data/chains/eip155-4918.json +++ b/_data/chains/eip155-4918.json @@ -1,20 +1,22 @@ { - "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 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/_data/chains/eip155-4919.json b/_data/chains/eip155-4919.json index c9877e03712a..ce5e857298f1 100644 --- a/_data/chains/eip155-4919.json +++ b/_data/chains/eip155-4919.json @@ -1,21 +1,23 @@ -{ - "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 +{ + "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" + } + ] +} diff --git a/_data/chains/eip155-49797.json b/_data/chains/eip155-49797.json index efa209d814c5..9e14086af9d4 100644 --- a/_data/chains/eip155-49797.json +++ b/_data/chains/eip155-49797.json @@ -1,9 +1,7 @@ { "name": "Energi Testnet", "chain": "NRG", - "rpc": [ - "https://nodeapi.test.energi.network" - ], + "rpc": ["https://nodeapi.test.energi.network"], "faucets": [], "nativeCurrency": { "name": "Energi", diff --git a/_data/chains/eip155-499.json b/_data/chains/eip155-499.json index 3c463b0a46a3..bbcd7603350e 100644 --- a/_data/chains/eip155-499.json +++ b/_data/chains/eip155-499.json @@ -13,4 +13,4 @@ "chainId": 499, "networkId": 499, "slip44": 499 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-5.json b/_data/chains/eip155-5.json index 95f04370c478..d4d0c60411d1 100644 --- a/_data/chains/eip155-5.json +++ b/_data/chains/eip155-5.json @@ -1,35 +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": "ETH", - "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" - } - ] -} +{ + "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": "ETH", + "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/_data/chains/eip155-50.json b/_data/chains/eip155-50.json index 91c5638ca2ee..d283a4708552 100644 --- a/_data/chains/eip155-50.json +++ b/_data/chains/eip155-50.json @@ -18,16 +18,18 @@ "chainId": 50, "networkId": 50, "icon": "xdc", - "explorers": [{ - "name": "xdcscan", - "url": "https://xdcscan.io", - "icon": "blocksscan", - "standard": "EIP3091" - }, - { - "name": "blocksscan", - "url": "https://xdc.blocksscan.io", - "icon": "blocksscan", - "standard": "EIP3091" - }] -} \ No newline at end of file + "explorers": [ + { + "name": "xdcscan", + "url": "https://xdcscan.io", + "icon": "blocksscan", + "standard": "EIP3091" + }, + { + "name": "blocksscan", + "url": "https://xdc.blocksscan.io", + "icon": "blocksscan", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-50021.json b/_data/chains/eip155-50021.json index 47a48a4e36d4..833491ad5ee8 100644 --- a/_data/chains/eip155-50021.json +++ b/_data/chains/eip155-50021.json @@ -1,9 +1,7 @@ { "name": "GTON Testnet", "chain": "GTON Testnet", - "rpc": [ - "https://testnet.gton.network/" - ], + "rpc": ["https://testnet.gton.network/"], "faucets": [], "nativeCurrency": { "name": "GCD", @@ -16,9 +14,9 @@ "networkId": 50021, "explorers": [ { - "name": "GTON Testnet Network Explorer", - "url": "https://explorer.testnet.gton.network", - "standard": "EIP3091" + "name": "GTON Testnet Network Explorer", + "url": "https://explorer.testnet.gton.network", + "standard": "EIP3091" } ], "parent": { diff --git a/_data/chains/eip155-51.json b/_data/chains/eip155-51.json index d6196cdf5a90..68c30ab1a4c6 100644 --- a/_data/chains/eip155-51.json +++ b/_data/chains/eip155-51.json @@ -2,15 +2,8 @@ "name": "XDC Apothem Network", "chain": "XDC", "network": "testnet", - "rpc": [ - "https://rpc.apothem.network", - "https://erpc.apothem.network" - - - ], - "faucets": [ - "https://faucet.apothem.network" - ], + "rpc": ["https://rpc.apothem.network", "https://erpc.apothem.network"], + "faucets": ["https://faucet.apothem.network"], "nativeCurrency": { "name": "XinFin", "symbol": "TXDC", @@ -21,16 +14,18 @@ "chainId": 51, "networkId": 51, "icon": "xdc", - "explorers": [{ - "name": "xdcscan", - "url": "https://apothem.xinfinscan.com", - "icon": "blocksscan", - "standard": "EIP3091" - }, - { - "name": "blocksscan", - "url": "https://apothem.blocksscan.io", - "icon": "blocksscan", - "standard": "EIP3091" - }] -} \ No newline at end of file + "explorers": [ + { + "name": "xdcscan", + "url": "https://apothem.xinfinscan.com", + "icon": "blocksscan", + "standard": "EIP3091" + }, + { + "name": "blocksscan", + "url": "https://apothem.blocksscan.io", + "icon": "blocksscan", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-512.json b/_data/chains/eip155-512.json index f9f5305e363f..7a35ad3e5328 100644 --- a/_data/chains/eip155-512.json +++ b/_data/chains/eip155-512.json @@ -1,24 +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": "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/_data/chains/eip155-512512.json b/_data/chains/eip155-512512.json index 934acfe7b04b..55c1a544bd4f 100644 --- a/_data/chains/eip155-512512.json +++ b/_data/chains/eip155-512512.json @@ -1,26 +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": "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/_data/chains/eip155-513.json b/_data/chains/eip155-513.json index 6afa7572ff47..7f4c39e6e4f1 100644 --- a/_data/chains/eip155-513.json +++ b/_data/chains/eip155-513.json @@ -1,25 +1,23 @@ { - "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": "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/_data/chains/eip155-513100.json b/_data/chains/eip155-513100.json index d008e01e6808..0b866cf23c76 100644 --- a/_data/chains/eip155-513100.json +++ b/_data/chains/eip155-513100.json @@ -9,11 +9,8 @@ "symbol": "ETH", "decimals": 18 }, - "rpc": [ - "https://rpc.etherfair.org" - ], + "rpc": ["https://rpc.etherfair.org"], "faucets": [], - "explorers": [ - ], + "explorers": [], "infoURL": "https://etherfair.org" } diff --git a/_data/chains/eip155-5177.json b/_data/chains/eip155-5177.json index cd1df84cbf9f..53b80203d1f7 100644 --- a/_data/chains/eip155-5177.json +++ b/_data/chains/eip155-5177.json @@ -1,26 +1,23 @@ { - "name": "TLChain Network Mainnet", - "chain": "TLC", - "icon": "tlc", - "rpc": [ - "https://mainnet-rpc.tlxscan.com/" - ], - "faucets": [], - "nativeCurrency": { - "name": "TLChain Network", - "symbol": "TLC", - "decimals": 18 - }, - "infoURL": "https://tlchain.network/", - "shortName": "tlc", - "chainId": 5177, - "networkId": 5177, - "explorers": [ - { - "name": "TLChain Explorer", - "url": "https://explorer.tlchain.network", - "standard": "none" - } - ] - } - \ No newline at end of file + "name": "TLChain Network Mainnet", + "chain": "TLC", + "icon": "tlc", + "rpc": ["https://mainnet-rpc.tlxscan.com/"], + "faucets": [], + "nativeCurrency": { + "name": "TLChain Network", + "symbol": "TLC", + "decimals": 18 + }, + "infoURL": "https://tlchain.network/", + "shortName": "tlc", + "chainId": 5177, + "networkId": 5177, + "explorers": [ + { + "name": "TLChain Explorer", + "url": "https://explorer.tlchain.network", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-52.json b/_data/chains/eip155-52.json index d57083ea7a92..206d1261672e 100644 --- a/_data/chains/eip155-52.json +++ b/_data/chains/eip155-52.json @@ -1,9 +1,7 @@ { "name": "CoinEx Smart Chain Mainnet", "chain": "CSC", - "rpc": [ - "https://rpc.coinex.net" - ], + "rpc": ["https://rpc.coinex.net"], "faucets": [], "nativeCurrency": { "name": "CoinEx Chain Native Token", @@ -14,9 +12,11 @@ "shortName": "cet", "chainId": 52, "networkId": 52, - "explorers": [{ - "name": "coinexscan", - "url": "https://www.coinex.net", - "standard": "none" - }] + "explorers": [ + { + "name": "coinexscan", + "url": "https://www.coinex.net", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-520.json b/_data/chains/eip155-520.json index 539315c4c017..fbad7f1d0d68 100644 --- a/_data/chains/eip155-520.json +++ b/_data/chains/eip155-520.json @@ -1,26 +1,27 @@ { - "name": "XT Smart Chain Mainnet", - "chain": "XSC", - "icon": "xsc", - "rpc": [ - "https://datarpc1.xsc.pub", - "https://datarpc2.xsc.pub", - "https://datarpc3.xsc.pub" - ], - "faucets": ["https://xsc.pub/faucet"], - "nativeCurrency": { - "name": "XT Smart Chain Native Token", - "symbol": "XT", - "decimals": 18 - }, - "infoURL": "https://xsc.pub/", - "shortName": "xt", - "chainId": 520, - "networkId": 1024, - "explorers": [{ + "name": "XT Smart Chain Mainnet", + "chain": "XSC", + "icon": "xsc", + "rpc": [ + "https://datarpc1.xsc.pub", + "https://datarpc2.xsc.pub", + "https://datarpc3.xsc.pub" + ], + "faucets": ["https://xsc.pub/faucet"], + "nativeCurrency": { + "name": "XT Smart Chain Native Token", + "symbol": "XT", + "decimals": 18 + }, + "infoURL": "https://xsc.pub/", + "shortName": "xt", + "chainId": 520, + "networkId": 1024, + "explorers": [ + { "name": "xscscan", "url": "https://xscscan.pub", "standard": "EIP3091" - }] - } - \ No newline at end of file + } + ] +} diff --git a/_data/chains/eip155-53.json b/_data/chains/eip155-53.json index b13957b6dd78..1e87a63a5b14 100644 --- a/_data/chains/eip155-53.json +++ b/_data/chains/eip155-53.json @@ -1,9 +1,7 @@ { "name": "CoinEx Smart Chain Testnet", "chain": "CSC", - "rpc": [ - "https://testnet-rpc.coinex.net/" - ], + "rpc": ["https://testnet-rpc.coinex.net/"], "faucets": [], "nativeCurrency": { "name": "CoinEx Chain Test Native Token", @@ -14,9 +12,11 @@ "shortName": "tcet", "chainId": 53, "networkId": 53, - "explorers": [{ - "name": "coinexscan", - "url": "https://testnet.coinex.net", - "standard": "none" - }] + "explorers": [ + { + "name": "coinexscan", + "url": "https://testnet.coinex.net", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-530.json b/_data/chains/eip155-530.json index ccb43b62b968..8d728cd4a530 100644 --- a/_data/chains/eip155-530.json +++ b/_data/chains/eip155-530.json @@ -1,24 +1,24 @@ { - "name": "F(x)Core Mainnet Network", - "chain": "Fxcore", - "network": "mainnet", - "rpc": [ - "https://fx-json-web3.functionx.io:8545" - ], - "faucets": [], - "nativeCurrency": { - "name": "Function X", - "symbol": "FX", - "decimals": 18 - }, - "infoURL": "https://functionx.io/", - "shortName": "f(x)Core", - "chainId": 530, - "networkId": 530, - "icon": "fxcore", - "explorers": [{ + "name": "F(x)Core Mainnet Network", + "chain": "Fxcore", + "network": "mainnet", + "rpc": ["https://fx-json-web3.functionx.io:8545"], + "faucets": [], + "nativeCurrency": { + "name": "Function X", + "symbol": "FX", + "decimals": 18 + }, + "infoURL": "https://functionx.io/", + "shortName": "f(x)Core", + "chainId": 530, + "networkId": 530, + "icon": "fxcore", + "explorers": [ + { "name": "FunctionX Explorer", "url": "https://fx-evm.functionx.io", "standard": "EIP3091" - }] - } + } + ] +} diff --git a/_data/chains/eip155-5315.json b/_data/chains/eip155-5315.json index 2fc15fe33860..b93a9f8ec848 100644 --- a/_data/chains/eip155-5315.json +++ b/_data/chains/eip155-5315.json @@ -1,17 +1,15 @@ -{ - "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 +{ + "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 +} diff --git a/_data/chains/eip155-534.json b/_data/chains/eip155-534.json index 712e7a1b4e5a..357f9fd8e6da 100644 --- a/_data/chains/eip155-534.json +++ b/_data/chains/eip155-534.json @@ -1,24 +1,23 @@ { - "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" - }] + "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/_data/chains/eip155-53935.json b/_data/chains/eip155-53935.json index 5b36e61ee781..e42de61dc89f 100644 --- a/_data/chains/eip155-53935.json +++ b/_data/chains/eip155-53935.json @@ -3,9 +3,7 @@ "chain": "DFK", "icon": "dfk", "network": "mainnet", - "rpc": [ - "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc" - ], + "rpc": ["https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"], "faucets": [], "nativeCurrency": { "name": "Jewel", @@ -24,4 +22,4 @@ "standard": "none" } ] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-54.json b/_data/chains/eip155-54.json index 3ae973d4394e..418803ac3be5 100644 --- a/_data/chains/eip155-54.json +++ b/_data/chains/eip155-54.json @@ -1,26 +1,24 @@ { - "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" - } - ] + "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/_data/chains/eip155-55.json b/_data/chains/eip155-55.json index 38b4fde77b7d..072d13cbbe83 100644 --- a/_data/chains/eip155-55.json +++ b/_data/chains/eip155-55.json @@ -19,9 +19,11 @@ "shortName": "ZYX", "chainId": 55, "networkId": 55, - "explorers": [{ - "name": "zyxscan", - "url": "https://zyxscan.com", - "standard": "none" - }] + "explorers": [ + { + "name": "zyxscan", + "url": "https://zyxscan.com", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-555.json b/_data/chains/eip155-555.json index af8c94d6dd3a..10552dab7c98 100644 --- a/_data/chains/eip155-555.json +++ b/_data/chains/eip155-555.json @@ -1,9 +1,7 @@ { "name": "Vela1 Chain Mainnet", "chain": "VELA1", - "rpc": [ - "https://rpc.velaverse.io" - ], + "rpc": ["https://rpc.velaverse.io"], "faucets": [], "nativeCurrency": { "name": "CLASS COIN", diff --git a/_data/chains/eip155-5551.json b/_data/chains/eip155-5551.json index 124469dbf175..ae27b6af53e5 100644 --- a/_data/chains/eip155-5551.json +++ b/_data/chains/eip155-5551.json @@ -2,9 +2,7 @@ "name": "Nahmii Mainnet", "chain": "Nahmii", "network": "mainnet", - "rpc": [ - "https://l2.nahmii.io" - ], + "rpc": ["https://l2.nahmii.io"], "faucets": [], "nativeCurrency": { "name": "Ether", @@ -16,17 +14,21 @@ "chainId": 5551, "networkId": 5551, "icon": "nahmii", - "explorers": [{ - "name": "Nahmii mainnet explorer", - "url": "https://explorer.nahmii.io", - "icon": "nahmii", - "standard": "EIP3091" - }], + "explorers": [ + { + "name": "Nahmii mainnet explorer", + "url": "https://explorer.nahmii.io", + "icon": "nahmii", + "standard": "EIP3091" + } + ], "parent": { - "type" : "L2", + "type": "L2", "chain": "eip155-1", - "bridges": [{ - "url":"https://bridge.nahmii.io" - }] + "bridges": [ + { + "url": "https://bridge.nahmii.io" + } + ] } -} \ No newline at end of file +} diff --git a/_data/chains/eip155-5553.json b/_data/chains/eip155-5553.json index 972881f40550..61eb70e7c7b1 100644 --- a/_data/chains/eip155-5553.json +++ b/_data/chains/eip155-5553.json @@ -2,9 +2,7 @@ "name": "Nahmii Testnet", "chain": "Nahmii", "network": "testnet", - "rpc": [ - "https://l2.testnet.nahmii.io" - ], + "rpc": ["https://l2.testnet.nahmii.io"], "faucets": [], "nativeCurrency": { "name": "Ether", @@ -16,17 +14,21 @@ "chainId": 5553, "networkId": 5553, "icon": "nahmii", - "explorers": [{ - "name": "blockscout", - "url": "https://explorer.testnet.nahmii.io", - "icon": "nahmii", - "standard": "EIP3091" - }], + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.testnet.nahmii.io", + "icon": "nahmii", + "standard": "EIP3091" + } + ], "parent": { - "type" : "L2", + "type": "L2", "chain": "eip155-3", - "bridges": [{ - "url":"https://bridge.nahmii.io" - }] + "bridges": [ + { + "url": "https://bridge.nahmii.io" + } + ] } -} \ No newline at end of file +} diff --git a/_data/chains/eip155-55555.json b/_data/chains/eip155-55555.json index 8813d1e8e11f..dcdbdd94d6ca 100644 --- a/_data/chains/eip155-55555.json +++ b/_data/chains/eip155-55555.json @@ -2,12 +2,8 @@ "name": "REI Chain Mainnet", "chain": "REI", "icon": "reichain", - "rpc": [ - "https://rei-rpc.moonrhythm.io" - ], - "faucets": [ - "http://kururu.finance/faucet?chainId=55555" - ], + "rpc": ["https://rei-rpc.moonrhythm.io"], + "faucets": ["http://kururu.finance/faucet?chainId=55555"], "nativeCurrency": { "name": "Rei", "symbol": "REI", @@ -17,9 +13,11 @@ "shortName": "reichain", "chainId": 55555, "networkId": 55555, - "explorers": [{ - "name": "reiscan", - "url": "https://reiscan.com", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "reiscan", + "url": "https://reiscan.com", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-55556.json b/_data/chains/eip155-55556.json index 79332b683c42..ab275f70b535 100644 --- a/_data/chains/eip155-55556.json +++ b/_data/chains/eip155-55556.json @@ -2,12 +2,8 @@ "name": "REI Chain Testnet", "chain": "REI", "icon": "reichain", - "rpc": [ - "https://rei-testnet-rpc.moonrhythm.io" - ], - "faucets": [ - "http://kururu.finance/faucet?chainId=55556" - ], + "rpc": ["https://rei-testnet-rpc.moonrhythm.io"], + "faucets": ["http://kururu.finance/faucet?chainId=55556"], "nativeCurrency": { "name": "tRei", "symbol": "tREI", @@ -17,9 +13,11 @@ "shortName": "trei", "chainId": 55556, "networkId": 55556, - "explorers": [{ - "name": "reiscan", - "url": "https://testnet.reiscan.com", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "reiscan", + "url": "https://testnet.reiscan.com", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-56.json b/_data/chains/eip155-56.json index 5efe694602ac..5d934868dbaf 100644 --- a/_data/chains/eip155-56.json +++ b/_data/chains/eip155-56.json @@ -16,7 +16,7 @@ "https://bsc-dataseed4.ninicoin.io", "wss://bsc-ws-node.nariox.org" ], - "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], + "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "nativeCurrency": { "name": "Binance Chain Native Token", "symbol": "BNB", @@ -27,9 +27,11 @@ "chainId": 56, "networkId": 56, "slip44": 714, - "explorers": [{ - "name": "bscscan", - "url": "https://bscscan.com", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "bscscan", + "url": "https://bscscan.com", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-568.json b/_data/chains/eip155-568.json index 7a7566c998de..3c54c7179b33 100644 --- a/_data/chains/eip155-568.json +++ b/_data/chains/eip155-568.json @@ -2,12 +2,8 @@ "name": "Dogechain Testnet", "chain": "DC", "icon": "dogechain", - "rpc": [ - "https://rpc-testnet.dogechain.dog" - ], - "faucets": [ - "https://faucet.dogechain.dog" - ], + "rpc": ["https://rpc-testnet.dogechain.dog"], + "faucets": ["https://faucet.dogechain.dog"], "nativeCurrency": { "name": "Wrapped Dogecoin", "symbol": "wDOGE", @@ -17,9 +13,11 @@ "shortName": "dct", "chainId": 568, "networkId": 568, - "explorers": [{ - "name": "dogechain testnet explorer", - "url": "https://explorer-testnet.dogechain.dog", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "dogechain testnet explorer", + "url": "https://explorer-testnet.dogechain.dog", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-57.json b/_data/chains/eip155-57.json index ffe22827e19f..31aa149c8cd3 100644 --- a/_data/chains/eip155-57.json +++ b/_data/chains/eip155-57.json @@ -1,10 +1,7 @@ { "name": "Syscoin Mainnet", "chain": "SYS", - "rpc": [ - "https://rpc.syscoin.org", - "wss://rpc.syscoin.org/wss" - ], + "rpc": ["https://rpc.syscoin.org", "wss://rpc.syscoin.org/wss"], "faucets": ["https://faucet.syscoin.org"], "nativeCurrency": { "name": "Syscoin", diff --git a/_data/chains/eip155-5700.json b/_data/chains/eip155-5700.json index 063b3b2bc60e..d80568ca0cee 100644 --- a/_data/chains/eip155-5700.json +++ b/_data/chains/eip155-5700.json @@ -1,10 +1,7 @@ { "name": "Syscoin Tanenbaum Testnet", "chain": "SYS", - "rpc": [ - "https://rpc.tanenbaum.io", - "wss://rpc.tanenbaum.io/wss" - ], + "rpc": ["https://rpc.tanenbaum.io", "wss://rpc.tanenbaum.io/wss"], "faucets": ["https://faucet.tanenbaum.io"], "nativeCurrency": { "name": "Testnet Syscoin", diff --git a/_data/chains/eip155-5777.json b/_data/chains/eip155-5777.json index d37a28c4e442..a64c0de2b270 100644 --- a/_data/chains/eip155-5777.json +++ b/_data/chains/eip155-5777.json @@ -2,9 +2,7 @@ "name": "Digest Swarm Chain", "chain": "DSC", "icon": "swarmchain", - "rpc": [ - "https://rpc.digestgroup.ltd" - ], + "rpc": ["https://rpc.digestgroup.ltd"], "faucets": [], "nativeCurrency": { "name": "DigestCoin", @@ -23,4 +21,3 @@ } ] } - \ No newline at end of file diff --git a/_data/chains/eip155-58.json b/_data/chains/eip155-58.json index fc081b157523..2f66b6ca0dd9 100644 --- a/_data/chains/eip155-58.json +++ b/_data/chains/eip155-58.json @@ -11,8 +11,7 @@ "https://dappnode3.ont.io:10339", "https://dappnode4.ont.io:10339" ], - "faucets": [ - ], + "faucets": [], "nativeCurrency": { "name": "ONG", "symbol": "ONG", diff --git a/_data/chains/eip155-5851.json b/_data/chains/eip155-5851.json index a5611ebab596..cccc601a6768 100644 --- a/_data/chains/eip155-5851.json +++ b/_data/chains/eip155-5851.json @@ -11,9 +11,7 @@ "https://polaris3.ont.io:10339", "https://polaris4.ont.io:10339" ], - "faucets": [ - "https://developer.ont.io/" - ], + "faucets": ["https://developer.ont.io/"], "nativeCurrency": { "name": "ONG", "symbol": "ONG", @@ -23,9 +21,11 @@ "shortName": "Ontology Testnet", "chainId": 5851, "networkId": 5851, - "explorers": [{ - "name": "explorer", - "url": "https://explorer.ont.io/testnet", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "explorer", + "url": "https://explorer.ont.io/testnet", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-5869.json b/_data/chains/eip155-5869.json index 8a92eac18373..50188179b2bf 100644 --- a/_data/chains/eip155-5869.json +++ b/_data/chains/eip155-5869.json @@ -1,10 +1,7 @@ { "name": "Wegochain Rubidium Mainnet", "chain": "RBD", - "rpc": [ - "https://proxy.wegochain.io", - "http://wallet.wegochain.io:7764" - ], + "rpc": ["https://proxy.wegochain.io", "http://wallet.wegochain.io:7764"], "faucets": [], "nativeCurrency": { "name": "Rubid", @@ -15,9 +12,11 @@ "shortName": "rbd", "chainId": 5869, "networkId": 5869, - "explorers": [{ - "name": "wegoscan2", - "url": "https://scan2.wegochain.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "wegoscan2", + "url": "https://scan2.wegochain.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-59.json b/_data/chains/eip155-59.json index b5a98f31212c..e6b2db03b900 100644 --- a/_data/chains/eip155-59.json +++ b/_data/chains/eip155-59.json @@ -1,11 +1,8 @@ { "name": "EOS Mainnet", "chain": "EOS", - "rpc": [ - "https://api.eosargentina.io" - ], - "faucets": [ - ], + "rpc": ["https://api.eosargentina.io"], + "faucets": [], "nativeCurrency": { "name": "EOS", "symbol": "EOS", @@ -15,9 +12,11 @@ "shortName": "EOS Mainnet", "chainId": 59, "networkId": 59, - "explorers": [{ - "name": "bloks", - "url": "https://bloks.eosargentina.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "bloks", + "url": "https://bloks.eosargentina.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-596.json b/_data/chains/eip155-596.json index d3d7edc6fc00..93e73560fc6e 100644 --- a/_data/chains/eip155-596.json +++ b/_data/chains/eip155-596.json @@ -12,5 +12,5 @@ "shortName": "tkar", "chainId": 596, "networkId": 596, - "slip44": 596 + "slip44": 596 } diff --git a/_data/chains/eip155-6.json b/_data/chains/eip155-6.json index 3025c81799cf..c588fcbbd3fd 100644 --- a/_data/chains/eip155-6.json +++ b/_data/chains/eip155-6.json @@ -1,9 +1,7 @@ { "name": "Ethereum Classic Testnet Kotti", "chain": "ETC", - "rpc": [ - "https://www.ethercluster.com/kotti" - ], + "rpc": ["https://www.ethercluster.com/kotti"], "faucets": [], "nativeCurrency": { "name": "Kotti Ether", diff --git a/_data/chains/eip155-60.json b/_data/chains/eip155-60.json index dd05bb882aee..ff2d00c5f7d4 100644 --- a/_data/chains/eip155-60.json +++ b/_data/chains/eip155-60.json @@ -1,9 +1,7 @@ { "name": "GoChain", "chain": "GO", - "rpc": [ - "https://rpc.gochain.io" - ], + "rpc": ["https://rpc.gochain.io"], "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "nativeCurrency": { "name": "GoChain Ether", @@ -15,9 +13,11 @@ "chainId": 60, "networkId": 60, "slip44": 6060, - "explorers": [{ - "name": "GoChain Explorer", - "url": "https://explorer.gochain.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "GoChain Explorer", + "url": "https://explorer.gochain.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-600.json b/_data/chains/eip155-600.json index b3d08784dc73..132438be2043 100644 --- a/_data/chains/eip155-600.json +++ b/_data/chains/eip155-600.json @@ -1,18 +1,15 @@ { - "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 + "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 +} diff --git a/_data/chains/eip155-60000.json b/_data/chains/eip155-60000.json index bf9c3bde7d9b..e7cfe5a54bbf 100644 --- a/_data/chains/eip155-60000.json +++ b/_data/chains/eip155-60000.json @@ -1,24 +1,22 @@ { - "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" - }] + "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/_data/chains/eip155-60001.json b/_data/chains/eip155-60001.json index cece7c86e491..e5c94c8b0910 100644 --- a/_data/chains/eip155-60001.json +++ b/_data/chains/eip155-60001.json @@ -1,24 +1,22 @@ { - "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" - }] + "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/_data/chains/eip155-60002.json b/_data/chains/eip155-60002.json index e8affefc18ec..4715b476c25d 100644 --- a/_data/chains/eip155-60002.json +++ b/_data/chains/eip155-60002.json @@ -1,24 +1,22 @@ { - "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" - }] + "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/_data/chains/eip155-60103.json b/_data/chains/eip155-60103.json index 10aa7dc1036d..a07af0739c05 100644 --- a/_data/chains/eip155-60103.json +++ b/_data/chains/eip155-60103.json @@ -1,24 +1,22 @@ { - "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 + "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" + } + ] +} diff --git a/_data/chains/eip155-6022140761023.json b/_data/chains/eip155-6022140761023.json index edad5b1d324e..9e26ed4d51b6 100644 --- a/_data/chains/eip155-6022140761023.json +++ b/_data/chains/eip155-6022140761023.json @@ -1,9 +1,7 @@ { "name": "Molereum Network", "chain": "ETH", - "rpc": [ - "https://molereum.jdubedition.com" - ], + "rpc": ["https://molereum.jdubedition.com"], "faucets": [], "nativeCurrency": { "name": "Molereum Ether", @@ -14,4 +12,4 @@ "shortName": "mole", "chainId": 6022140761023, "networkId": 6022140761023 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-61.json b/_data/chains/eip155-61.json index 006fa0b4f9b8..02f879bfe66f 100644 --- a/_data/chains/eip155-61.json +++ b/_data/chains/eip155-61.json @@ -1,10 +1,8 @@ { "name": "Ethereum Classic Mainnet", "chain": "ETC", - "rpc": [ - "https://www.ethercluster.com/etc" - ], -"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"], + "rpc": ["https://www.ethercluster.com/etc"], + "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"], "nativeCurrency": { "name": "Ethereum Classic Ether", "symbol": "ETC", @@ -16,9 +14,11 @@ "networkId": 1, "slip44": 61, - "explorers": [{ - "name": "blockscout", - "url": "https://blockscout.com/etc/mainnet", - "standard": "none" - }] + "explorers": [ + { + "name": "blockscout", + "url": "https://blockscout.com/etc/mainnet", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-61717561.json b/_data/chains/eip155-61717561.json index e82f11e4cbfa..37260f920d63 100644 --- a/_data/chains/eip155-61717561.json +++ b/_data/chains/eip155-61717561.json @@ -1,13 +1,8 @@ { "name": "Aquachain", "chain": "AQUA", - "rpc": [ - "https://c.onical.org", - "https://tx.aquacha.in/api" - ], - "faucets": [ - "https://aquacha.in/faucet" - ], + "rpc": ["https://c.onical.org", "https://tx.aquacha.in/api"], + "faucets": ["https://aquacha.in/faucet"], "nativeCurrency": { "name": "Aquachain Ether", "symbol": "AQUA", @@ -18,4 +13,4 @@ "chainId": 61717561, "networkId": 61717561, "slip44": 61717561 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-62.json b/_data/chains/eip155-62.json index 2e4b927ecd00..e3ee27b1dd38 100644 --- a/_data/chains/eip155-62.json +++ b/_data/chains/eip155-62.json @@ -12,4 +12,4 @@ "shortName": "tetc", "chainId": 62, "networkId": 2 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-62621.json b/_data/chains/eip155-62621.json index ebc947a7b591..ee4b851552c3 100644 --- a/_data/chains/eip155-62621.json +++ b/_data/chains/eip155-62621.json @@ -2,10 +2,7 @@ "name": "MultiVAC Mainnet", "chain": "MultiVAC", "icon": "multivac", - "rpc": [ - "https://rpc.mtv.ac", - "https://rpc-eu.mtv.ac" - ], + "rpc": ["https://rpc.mtv.ac", "https://rpc-eu.mtv.ac"], "faucets": [], "nativeCurrency": { "name": "MultiVAC", @@ -16,9 +13,11 @@ "shortName": "mtv", "chainId": 62621, "networkId": 62621, - "explorers": [{ - "name": "MultiVAC Explorer", - "url": "https://e.mtv.ac", - "standard": "none" - }] + "explorers": [ + { + "name": "MultiVAC Explorer", + "url": "https://e.mtv.ac", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-63.json b/_data/chains/eip155-63.json index 4ce16591f68f..d4adee067e7e 100644 --- a/_data/chains/eip155-63.json +++ b/_data/chains/eip155-63.json @@ -1,9 +1,7 @@ { "name": "Ethereum Classic Testnet Mordor", "chain": "ETC", - "rpc": [ - "https://www.ethercluster.com/mordor" - ], + "rpc": ["https://www.ethercluster.com/mordor"], "faucets": [], "nativeCurrency": { "name": "Mordor Classic Testnet Ether", diff --git a/_data/chains/eip155-63000.json b/_data/chains/eip155-63000.json index 012c4a8fc78f..a48745aebd92 100644 --- a/_data/chains/eip155-63000.json +++ b/_data/chains/eip155-63000.json @@ -2,9 +2,7 @@ "name": "eCredits Mainnet", "chain": "ECS", "network": "mainnet", - "rpc": [ - "https://rpc.ecredits.com" - ], + "rpc": ["https://rpc.ecredits.com"], "faucets": [], "nativeCurrency": { "name": "eCredits", @@ -16,10 +14,12 @@ "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 + "explorers": [ + { + "name": "eCredits MainNet Explorer", + "url": "https://explorer.ecredits.com", + "icon": "ecredits", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-63001.json b/_data/chains/eip155-63001.json index 7fb07b950b47..9aada2d6501d 100644 --- a/_data/chains/eip155-63001.json +++ b/_data/chains/eip155-63001.json @@ -2,12 +2,8 @@ "name": "eCredits Testnet", "chain": "ECS", "network": "testnet", - "rpc": [ - "https://rpc.tst.ecredits.com" - ], - "faucets": [ - "https://faucet.tst.ecredits.com" - ], + "rpc": ["https://rpc.tst.ecredits.com"], + "faucets": ["https://faucet.tst.ecredits.com"], "nativeCurrency": { "name": "eCredits", "symbol": "ECS", @@ -18,10 +14,12 @@ "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 + "explorers": [ + { + "name": "eCredits TestNet Explorer", + "url": "https://explorer.tst.ecredits.com", + "icon": "ecredits", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-64.json b/_data/chains/eip155-64.json index 0a493c1d685a..fa9b707af158 100644 --- a/_data/chains/eip155-64.json +++ b/_data/chains/eip155-64.json @@ -1,9 +1,7 @@ { "name": "Ellaism", "chain": "ELLA", - "rpc": [ - "https://jsonrpc.ellaism.org" - ], + "rpc": ["https://jsonrpc.ellaism.org"], "faucets": [], "nativeCurrency": { "name": "Ellaism Ether", diff --git a/_data/chains/eip155-647.json b/_data/chains/eip155-647.json index 776573bd079d..f153f136d4a9 100644 --- a/_data/chains/eip155-647.json +++ b/_data/chains/eip155-647.json @@ -3,12 +3,8 @@ "chain": "SX", "icon": "SX", "network": "testnet", - "rpc": [ - "https://rpc.toronto.sx.technology" - ], - "faucets": [ - "https://faucet.toronto.sx.technology" - ], + "rpc": ["https://rpc.toronto.sx.technology"], + "faucets": ["https://faucet.toronto.sx.technology"], "nativeCurrency": { "name": "SX Network", "symbol": "SX", @@ -18,9 +14,11 @@ "shortName": "SX-Testnet", "chainId": 647, "networkId": 647, - "explorers": [{ - "name": "SX Network Toronto Explorer", - "url": "https://explorer.toronto.sx.technology", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "SX Network Toronto Explorer", + "url": "https://explorer.toronto.sx.technology", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-65.json b/_data/chains/eip155-65.json index 0750c07eead4..db2c0db4432e 100644 --- a/_data/chains/eip155-65.json +++ b/_data/chains/eip155-65.json @@ -1,9 +1,7 @@ { "name": "OKExChain Testnet", "chain": "okexchain", - "rpc": [ - "https://exchaintestrpc.okex.org" - ], + "rpc": ["https://exchaintestrpc.okex.org"], "faucets": ["https://www.okex.com/drawdex"], "nativeCurrency": { "name": "OKExChain Global Utility Token in testnet", @@ -14,9 +12,11 @@ "shortName": "tokt", "chainId": 65, "networkId": 65, - "explorers": [{ - "name": "OKLink", - "url": "https://www.oklink.com/okexchain-test", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "OKLink", + "url": "https://www.oklink.com/okexchain-test", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-66.json b/_data/chains/eip155-66.json index 19ed5c7d8b3f..ae86502c1fee 100644 --- a/_data/chains/eip155-66.json +++ b/_data/chains/eip155-66.json @@ -5,7 +5,7 @@ "https://exchainrpc.okex.org", "https://okc-mainnet.gateway.pokt.network/v1/lb/6275309bea1b320039c893ff" ], - "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"], + "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"], "nativeCurrency": { "name": "OKXChain Global Utility Token", "symbol": "OKT", @@ -15,9 +15,11 @@ "shortName": "okt", "chainId": 66, "networkId": 66, - "explorers": [{ - "name": "OKLink", - "url": "https://www.oklink.com/en/okc", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "OKLink", + "url": "https://www.oklink.com/en/okc", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-6626.json b/_data/chains/eip155-6626.json index 1fbd051bf951..863e2f26d6cd 100644 --- a/_data/chains/eip155-6626.json +++ b/_data/chains/eip155-6626.json @@ -15,9 +15,11 @@ "shortName": "pixie-chain", "chainId": 6626, "networkId": 6626, - "explorers": [{ - "name": "blockscout", - "url": "https://scan.chain.pixie.xyz", - "standard": "none" - }] + "explorers": [ + { + "name": "blockscout", + "url": "https://scan.chain.pixie.xyz", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-666.json b/_data/chains/eip155-666.json index c77e5a3f6ccf..8acd333e7756 100644 --- a/_data/chains/eip155-666.json +++ b/_data/chains/eip155-666.json @@ -5,9 +5,7 @@ "https://http-testnet.chain.pixie.xyz", "wss://ws-testnet.chain.pixie.xyz" ], - "faucets": [ - "https://chain.pixie.xyz/faucet" - ], + "faucets": ["https://chain.pixie.xyz/faucet"], "nativeCurrency": { "name": "Pixie Chain Testnet Native Token", "symbol": "PCTT", diff --git a/_data/chains/eip155-666666.json b/_data/chains/eip155-666666.json index 267d94f8c60c..c73504b0416d 100644 --- a/_data/chains/eip155-666666.json +++ b/_data/chains/eip155-666666.json @@ -1,12 +1,8 @@ { "name": "Vision - Vpioneer Test Chain", "chain": "Vision-Vpioneer", - "rpc": [ - "https://vpioneer.infragrid.v.network/ethereum/compatible" - ], - "faucets": [ - "https://vpioneerfaucet.visionscan.org" - ], + "rpc": ["https://vpioneer.infragrid.v.network/ethereum/compatible"], + "faucets": ["https://vpioneerfaucet.visionscan.org"], "nativeCurrency": { "name": "VS", "symbol": "VS", diff --git a/_data/chains/eip155-67.json b/_data/chains/eip155-67.json index 77698e50497a..28800309b5c2 100644 --- a/_data/chains/eip155-67.json +++ b/_data/chains/eip155-67.json @@ -1,9 +1,7 @@ { "name": "DBChain Testnet", "chain": "DBM", - "rpc": [ - "http://test-rpc.dbmbp.com" - ], + "rpc": ["http://test-rpc.dbmbp.com"], "faucets": [], "nativeCurrency": { "name": "DBChain Testnet", diff --git a/_data/chains/eip155-68.json b/_data/chains/eip155-68.json index 9e88bfe6b79f..f961171aaa60 100644 --- a/_data/chains/eip155-68.json +++ b/_data/chains/eip155-68.json @@ -1,11 +1,8 @@ { "name": "SoterOne Mainnet", "chain": "SOTER", - "rpc": [ - "https://rpc.soter.one" - ], - "faucets": [ - ], + "rpc": ["https://rpc.soter.one"], + "faucets": [], "nativeCurrency": { "name": "SoterOne Mainnet Ether", "symbol": "SOTER", diff --git a/_data/chains/eip155-69.json b/_data/chains/eip155-69.json index ed40c7c1a1ce..209f346ce3a1 100644 --- a/_data/chains/eip155-69.json +++ b/_data/chains/eip155-69.json @@ -3,19 +3,19 @@ "title": "Optimism Testnet Kovan", "chain": "ETH", "rpc": ["https://kovan.optimism.io/"], - "faucets": [ - "http://fauceth.komputing.org?chain=69&address=${ADDRESS}" - ], + "faucets": ["http://fauceth.komputing.org?chain=69&address=${ADDRESS}"], "nativeCurrency": { "name": "Kovan Ether", "symbol": "ETH", "decimals": 18 }, - "explorers": [{ - "name": "etherscan", - "url": "https://kovan-optimistic.etherscan.io", - "standard": "EIP3091" - }], + "explorers": [ + { + "name": "etherscan", + "url": "https://kovan-optimistic.etherscan.io", + "standard": "EIP3091" + } + ], "infoURL": "https://optimism.io", "shortName": "okov", "chainId": 69, diff --git a/_data/chains/eip155-69420.json b/_data/chains/eip155-69420.json index 58a6d9803440..ec8f1cbea78b 100644 --- a/_data/chains/eip155-69420.json +++ b/_data/chains/eip155-69420.json @@ -2,12 +2,8 @@ "name": "Condrieu", "title": "Ethereum Verkle Testnet Condrieu", "chain": "ETH", - "rpc": [ - "https://rpc.condrieu.ethdevops.io:8545" - ], - "faucets": [ - "https://faucet.condrieu.ethdevops.io" - ], + "rpc": ["https://rpc.condrieu.ethdevops.io:8545"], + "faucets": ["https://faucet.condrieu.ethdevops.io"], "nativeCurrency": { "name": "Condrieu Testnet Ether", "symbol": "CTE", @@ -17,9 +13,11 @@ "shortName": "cndr", "chainId": 69420, "networkId": 69420, - "explorers": [ { - "name": "Condrieu explorer", - "url": "https://explorer.condrieu.ethdevops.io", - "standard": "none" - }] + "explorers": [ + { + "name": "Condrieu explorer", + "url": "https://explorer.condrieu.ethdevops.io", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-6969.json b/_data/chains/eip155-6969.json index 7577d72bf7b3..8255ac13b063 100644 --- a/_data/chains/eip155-6969.json +++ b/_data/chains/eip155-6969.json @@ -13,16 +13,20 @@ "chainId": 6969, "networkId": 6969, - "explorers": [{ - "name": "tombscout", - "url": "https://tombscout.com", - "standard": "none" - }], + "explorers": [ + { + "name": "tombscout", + "url": "https://tombscout.com", + "standard": "none" + } + ], "parent": { - "type" : "L2", + "type": "L2", "chain": "eip155-250", - "bridges": [{ - "url":"https://beta-bridge.lif3.com/" - }] + "bridges": [ + { + "url": "https://beta-bridge.lif3.com/" + } + ] } } diff --git a/_data/chains/eip155-7.json b/_data/chains/eip155-7.json index 62268c07497c..f2ea9281db8b 100644 --- a/_data/chains/eip155-7.json +++ b/_data/chains/eip155-7.json @@ -1,9 +1,7 @@ { "name": "ThaiChain", "chain": "TCH", - "rpc": [ - "https://rpc.dome.cloud" - ], + "rpc": ["https://rpc.dome.cloud"], "faucets": [], "nativeCurrency": { "name": "ThaiChain Ether", diff --git a/_data/chains/eip155-70.json b/_data/chains/eip155-70.json index f147f3a1294e..5fb8b11d8de3 100644 --- a/_data/chains/eip155-70.json +++ b/_data/chains/eip155-70.json @@ -18,9 +18,11 @@ "chainId": 70, "networkId": 70, "slip44": 1170, - "explorers": [{ - "name": "hooscan", - "url": "https://www.hooscan.com", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "hooscan", + "url": "https://www.hooscan.com", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-700.json b/_data/chains/eip155-700.json index bddac1ccf8c7..46b3e2770dd2 100644 --- a/_data/chains/eip155-700.json +++ b/_data/chains/eip155-700.json @@ -1,23 +1,22 @@ { - "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": "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/_data/chains/eip155-70000.json b/_data/chains/eip155-70000.json index 98095c0ec97b..eb5ecb8aa418 100644 --- a/_data/chains/eip155-70000.json +++ b/_data/chains/eip155-70000.json @@ -1,22 +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" - }] + "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/_data/chains/eip155-70001.json b/_data/chains/eip155-70001.json index c11dfac496eb..c1b1a78a3e47 100644 --- a/_data/chains/eip155-70001.json +++ b/_data/chains/eip155-70001.json @@ -1,22 +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" - }] + "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/_data/chains/eip155-70002.json b/_data/chains/eip155-70002.json index 50c625397ad1..5786bd75f563 100644 --- a/_data/chains/eip155-70002.json +++ b/_data/chains/eip155-70002.json @@ -1,22 +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" - }] + "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/_data/chains/eip155-70103.json b/_data/chains/eip155-70103.json index e823540d8541..a79dc576c89e 100644 --- a/_data/chains/eip155-70103.json +++ b/_data/chains/eip155-70103.json @@ -1,22 +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" - }] + "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/_data/chains/eip155-7027.json b/_data/chains/eip155-7027.json index 628be447f64c..26c20c7167df 100644 --- a/_data/chains/eip155-7027.json +++ b/_data/chains/eip155-7027.json @@ -2,9 +2,7 @@ "name": "Ella the heart", "chain": "ella", "icon": "ella", - "rpc": [ - "https://rpc.ella.network" - ], + "rpc": ["https://rpc.ella.network"], "faucets": [], "nativeCurrency": { "name": "Ella", diff --git a/_data/chains/eip155-707.json b/_data/chains/eip155-707.json index 0b5f43a9c990..d1a22df2faee 100644 --- a/_data/chains/eip155-707.json +++ b/_data/chains/eip155-707.json @@ -1,10 +1,7 @@ { "name": "BlockChain Station Mainnet", "chain": "BCS", - "rpc": [ - "https://rpc-mainnet.bcsdev.io", - "wss://rpc-ws-mainnet.bcsdev.io" - ], + "rpc": ["https://rpc-mainnet.bcsdev.io", "wss://rpc-ws-mainnet.bcsdev.io"], "faucets": [], "nativeCurrency": { "name": "BCS Token", @@ -15,9 +12,11 @@ "shortName": "bcs", "chainId": 707, "networkId": 707, - "explorers": [{ - "name": "BlockChain Station Explorer", - "url": "https://explorer.bcsdev.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "BlockChain Station Explorer", + "url": "https://explorer.bcsdev.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-708.json b/_data/chains/eip155-708.json index 1575e996b312..cfc36f9f4c83 100644 --- a/_data/chains/eip155-708.json +++ b/_data/chains/eip155-708.json @@ -1,25 +1,22 @@ { - "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 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/_data/chains/eip155-71.json b/_data/chains/eip155-71.json index 1c3167ec70b1..cf6b0661a86e 100644 --- a/_data/chains/eip155-71.json +++ b/_data/chains/eip155-71.json @@ -1,24 +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 + "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" + } + ] +} diff --git a/_data/chains/eip155-71401.json b/_data/chains/eip155-71401.json index c5f3328a9c1b..413e7a0ec246 100644 --- a/_data/chains/eip155-71401.json +++ b/_data/chains/eip155-71401.json @@ -1,12 +1,8 @@ { "name": "Godwoken Testnet (V1.1)", "chain": "GWT", - "rpc": [ - "https://godwoken-testnet-v1.ckbapp.dev" - ], - "faucets": [ - "https://testnet.bridge.godwoken.io" - ], + "rpc": ["https://godwoken-testnet-v1.ckbapp.dev"], + "faucets": ["https://testnet.bridge.godwoken.io"], "nativeCurrency": { "name": "pCKB", "symbol": "pCKB", diff --git a/_data/chains/eip155-71402.json b/_data/chains/eip155-71402.json index cc9a555a109c..5f7c464421d4 100644 --- a/_data/chains/eip155-71402.json +++ b/_data/chains/eip155-71402.json @@ -1,9 +1,7 @@ { "name": "Godwoken Mainnet", "chain": "GWT", - "rpc": [ - "https://v1.mainnet.godwoken.io/rpc" - ], + "rpc": ["https://v1.mainnet.godwoken.io/rpc"], "faucets": [], "nativeCurrency": { "name": "pCKB", diff --git a/_data/chains/eip155-72.json b/_data/chains/eip155-72.json index ab60869a290d..8aab1f4a9783 100644 --- a/_data/chains/eip155-72.json +++ b/_data/chains/eip155-72.json @@ -1,19 +1,15 @@ { - "name": "DxChain Testnet", - "chain": "DxChain", - "rpc": [ - "https://testnet-http.dxchain.com" - ], - "faucets": [ - "https://faucet.dxscan.io" - ], - "nativeCurrency": { + "name": "DxChain Testnet", + "chain": "DxChain", + "rpc": ["https://testnet-http.dxchain.com"], + "faucets": ["https://faucet.dxscan.io"], + "nativeCurrency": { "name": "DxChain Testnet", "symbol": "DX", "decimals": 18 - }, - "infoURL": "https://testnet.dxscan.io/", - "shortName": "dxc", - "chainId": 72, - "networkId": 72 -} \ No newline at end of file + }, + "infoURL": "https://testnet.dxscan.io/", + "shortName": "dxc", + "chainId": 72, + "networkId": 72 +} diff --git a/_data/chains/eip155-721.json b/_data/chains/eip155-721.json index 36dd0a2cd08a..dda872a2bf62 100644 --- a/_data/chains/eip155-721.json +++ b/_data/chains/eip155-721.json @@ -1,16 +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 + "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 +} diff --git a/_data/chains/eip155-7341.json b/_data/chains/eip155-7341.json index d89753c3f2b7..1ac4e47b071c 100644 --- a/_data/chains/eip155-7341.json +++ b/_data/chains/eip155-7341.json @@ -2,9 +2,7 @@ "name": "Shyft Mainnet", "chain": "SHYFT", "icon": "shyft", - "rpc": [ - "https://rpc.shyft.network/" - ], + "rpc": ["https://rpc.shyft.network/"], "faucets": [], "nativeCurrency": { "name": "Shyft", @@ -16,9 +14,11 @@ "chainId": 7341, "networkId": 7341, "slip44": 2147490989, - "explorers": [{ - "name": "Shyft BX", - "url": "https://bx.shyft.network", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Shyft BX", + "url": "https://bx.shyft.network", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-73799.json b/_data/chains/eip155-73799.json index dfc421aa098f..5ffa7ca23258 100644 --- a/_data/chains/eip155-73799.json +++ b/_data/chains/eip155-73799.json @@ -5,9 +5,7 @@ "https://volta-rpc.energyweb.org", "wss://volta-rpc.energyweb.org/ws" ], - "faucets": [ - "https://voltafaucet.energyweb.org" - ], + "faucets": ["https://voltafaucet.energyweb.org"], "nativeCurrency": { "name": "Volta Token", "symbol": "VT", diff --git a/_data/chains/eip155-73927.json b/_data/chains/eip155-73927.json index 0b6c133522e3..1ad1e0ed9206 100644 --- a/_data/chains/eip155-73927.json +++ b/_data/chains/eip155-73927.json @@ -2,9 +2,7 @@ "name": "Mixin Virtual Machine", "chain": "MVM", "network": "mainnet", - "rpc": [ - "https://geth.mvm.dev" - ], + "rpc": ["https://geth.mvm.dev"], "faucets": [], "nativeCurrency": { "name": "Ether", @@ -16,10 +14,12 @@ "chainId": 73927, "networkId": 73927, "icon": "mvm", - "explorers": [{ - "name": "mvmscan", - "url": "https://scan.mvm.dev", - "icon": "mvm", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "mvmscan", + "url": "https://scan.mvm.dev", + "icon": "mvm", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-74.json b/_data/chains/eip155-74.json index 660452609afd..2b2d4a8ec20f 100644 --- a/_data/chains/eip155-74.json +++ b/_data/chains/eip155-74.json @@ -1,26 +1,25 @@ { - "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": "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/_data/chains/eip155-75000.json b/_data/chains/eip155-75000.json index a5dc6594817f..7b47645d6c1c 100644 --- a/_data/chains/eip155-75000.json +++ b/_data/chains/eip155-75000.json @@ -1,9 +1,7 @@ { "name": "ResinCoin Mainnet", "chain": "RESIN", - "rpc": [ - "https://mainnet.resincoin.ml" - ], + "rpc": ["https://mainnet.resincoin.ml"], "faucets": [], "nativeCurrency": { "name": "Ether", @@ -14,9 +12,11 @@ "shortName": "resin", "chainId": 75000, "networkId": 75000, - "explorers": [{ - "name": "ResinScan", - "url": "https://explorer.resincoin.ml", - "standard": "none" - }] + "explorers": [ + { + "name": "ResinScan", + "url": "https://explorer.resincoin.ml", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-76.json b/_data/chains/eip155-76.json index f1de7988d936..5e2340d9fd11 100644 --- a/_data/chains/eip155-76.json +++ b/_data/chains/eip155-76.json @@ -1,9 +1,7 @@ { "name": "Mix", "chain": "MIX", - "rpc": [ - "https://rpc2.mix-blockchain.org:8647" - ], + "rpc": ["https://rpc2.mix-blockchain.org:8647"], "faucets": [], "nativeCurrency": { "name": "Mix Ether", diff --git a/_data/chains/eip155-77.json b/_data/chains/eip155-77.json index 17e05f1cdb56..7173bc91937f 100644 --- a/_data/chains/eip155-77.json +++ b/_data/chains/eip155-77.json @@ -6,9 +6,7 @@ "wss://sokol.poa.network/wss", "ws://sokol.poa.network:8546" ], - "faucets": [ - "https://faucet.poa.network" - ], + "faucets": ["https://faucet.poa.network"], "nativeCurrency": { "name": "POA Sokol Ether", "symbol": "SPOA", @@ -18,10 +16,12 @@ "shortName": "spoa", "chainId": 77, "networkId": 77, - - "explorers": [{ - "name": "blockscout", - "url": "https://blockscout.com/poa/sokol", - "standard": "none" - }] + + "explorers": [ + { + "name": "blockscout", + "url": "https://blockscout.com/poa/sokol", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-776.json b/_data/chains/eip155-776.json index 1da7cf75b40a..d80d124dff81 100644 --- a/_data/chains/eip155-776.json +++ b/_data/chains/eip155-776.json @@ -5,9 +5,7 @@ "http://mainnet.openchain.info:8545", "https://mainnet1.openchain.info" ], - "faucets": [ - "https://faucet.openchain.info/" - ], + "faucets": ["https://faucet.openchain.info/"], "nativeCurrency": { "name": "Openchain Testnet", "symbol": "TOPC", diff --git a/_data/chains/eip155-7762959.json b/_data/chains/eip155-7762959.json index de129a07c21a..93cd9b2a55d9 100644 --- a/_data/chains/eip155-7762959.json +++ b/_data/chains/eip155-7762959.json @@ -1,9 +1,7 @@ { "name": "Musicoin", "chain": "MUSIC", - "rpc": [ - "https://mewapi.musicoin.tw" - ], + "rpc": ["https://mewapi.musicoin.tw"], "faucets": [], "nativeCurrency": { "name": "Musicoin", diff --git a/_data/chains/eip155-777.json b/_data/chains/eip155-777.json index 682fcb74664d..85d904aa7762 100644 --- a/_data/chains/eip155-777.json +++ b/_data/chains/eip155-777.json @@ -1,9 +1,7 @@ { "name": "cheapETH", "chain": "cheapETH", - "rpc": [ - "https://node.cheapeth.org/rpc" - ], + "rpc": ["https://node.cheapeth.org/rpc"], "faucets": [], "nativeCurrency": { "name": "cTH", diff --git a/_data/chains/eip155-7777.json b/_data/chains/eip155-7777.json index 5c494de2c16c..35554b8fc395 100644 --- a/_data/chains/eip155-7777.json +++ b/_data/chains/eip155-7777.json @@ -1,29 +1,28 @@ { - "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 + "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" + } + ] +} diff --git a/_data/chains/eip155-78.json b/_data/chains/eip155-78.json index 099ab160ca83..28e795065afc 100644 --- a/_data/chains/eip155-78.json +++ b/_data/chains/eip155-78.json @@ -1,9 +1,7 @@ { "name": "PrimusChain mainnet", "chain": "PC", - "rpc": [ - "https://ethnode.primusmoney.com/mainnet" - ], + "rpc": ["https://ethnode.primusmoney.com/mainnet"], "faucets": [], "nativeCurrency": { "name": "Primus Ether", @@ -14,4 +12,4 @@ "shortName": "primuschain", "chainId": 78, "networkId": 78 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-78110.json b/_data/chains/eip155-78110.json index c6c89ab749ae..82185f62d4cc 100644 --- a/_data/chains/eip155-78110.json +++ b/_data/chains/eip155-78110.json @@ -1,9 +1,7 @@ { "name": "Firenze test network", "chain": "ETH", - "rpc": [ - "https://ethnode.primusmoney.com/firenze" - ], + "rpc": ["https://ethnode.primusmoney.com/firenze"], "faucets": [], "nativeCurrency": { "name": "Firenze Ether", @@ -14,4 +12,4 @@ "shortName": "firenze", "chainId": 78110, "networkId": 78110 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-7878.json b/_data/chains/eip155-7878.json index cd21f7c3fca0..c5eaee475578 100644 --- a/_data/chains/eip155-7878.json +++ b/_data/chains/eip155-7878.json @@ -5,9 +5,7 @@ "https://hatlas.rpc.hazlor.com:8545", "wss://hatlas.rpc.hazlor.com:8546" ], - "faucets": [ - "https://faucet.hazlor.com" - ], + "faucets": ["https://faucet.hazlor.com"], "nativeCurrency": { "name": "Hazlor Test Coin", "symbol": "TSCAS", @@ -17,9 +15,11 @@ "shortName": "tscas", "chainId": 7878, "networkId": 7878, - "explorers": [{ - "name": "Hazlor Testnet Explorer", - "url": "https://explorer.hazlor.com", - "standard": "none" - }] + "explorers": [ + { + "name": "Hazlor Testnet Explorer", + "url": "https://explorer.hazlor.com", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-788.json b/_data/chains/eip155-788.json index 47f125d166db..86450c775a2c 100644 --- a/_data/chains/eip155-788.json +++ b/_data/chains/eip155-788.json @@ -1,26 +1,23 @@ { + "name": "Aerochain Testnet", + "chain": "Aerochain", + "network": "testnet", + "rpc": ["https://testnet-rpc.aerochain.id/"], + "faucets": ["https://faucet.aerochain.id/"], + "nativeCurrency": { "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": [{ + "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/_data/chains/eip155-8.json b/_data/chains/eip155-8.json index a00834848414..6d59123e5ffa 100644 --- a/_data/chains/eip155-8.json +++ b/_data/chains/eip155-8.json @@ -1,10 +1,7 @@ { "name": "Ubiq", "chain": "UBQ", - "rpc": [ - "https://rpc.octano.dev", - "https://pyrus2.ubiqscan.io" - ], + "rpc": ["https://rpc.octano.dev", "https://pyrus2.ubiqscan.io"], "faucets": [], "nativeCurrency": { "name": "Ubiq Ether", @@ -16,9 +13,11 @@ "chainId": 8, "networkId": 8, "slip44": 108, - "explorers": [{ - "name": "ubiqscan", - "url": "https://ubiqscan.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "ubiqscan", + "url": "https://ubiqscan.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-80.json b/_data/chains/eip155-80.json index b0a10e4ff915..7a4d5305a7cf 100644 --- a/_data/chains/eip155-80.json +++ b/_data/chains/eip155-80.json @@ -1,9 +1,7 @@ { "name": "GeneChain", "chain": "GeneChain", - "rpc": [ - "https://rpc.genechain.io" - ], + "rpc": ["https://rpc.genechain.io"], "faucets": [], "nativeCurrency": { "name": "RNA", @@ -14,9 +12,11 @@ "shortName": "GeneChain", "chainId": 80, "networkId": 80, - "explorers": [{ - "name": "GeneChain Scan", - "url": "https://scan.genechain.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "GeneChain Scan", + "url": "https://scan.genechain.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-80001.json b/_data/chains/eip155-80001.json index c95da468b42f..4736f8ac391f 100644 --- a/_data/chains/eip155-80001.json +++ b/_data/chains/eip155-80001.json @@ -1,27 +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" - }] -} +{ + "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/_data/chains/eip155-8007736.json b/_data/chains/eip155-8007736.json index 0df8f0bed3ab..0aac023f071c 100644 --- a/_data/chains/eip155-8007736.json +++ b/_data/chains/eip155-8007736.json @@ -2,9 +2,7 @@ "name": "Plian Mainnet Subchain 1", "chain": "Plian", "network": "mainnet", - "rpc": [ - "https://mainnet.plian.io/child_0" - ], + "rpc": ["https://mainnet.plian.io/child_0"], "faucets": [], "nativeCurrency": { "name": "Plian Token", @@ -15,11 +13,13 @@ "shortName": "plian-mainnet-l2", "chainId": 8007736, "networkId": 8007736, - "explorers": [{ - "name": "piscan", - "url": "https://piscan.plian.org/child_0", - "standard": "EIP3091" - }], + "explorers": [ + { + "name": "piscan", + "url": "https://piscan.plian.org/child_0", + "standard": "EIP3091" + } + ], "parent": { "chain": "eip155-2099156", "type": "L2" diff --git a/_data/chains/eip155-8029.json b/_data/chains/eip155-8029.json index cd2ccbddd769..710e8b5abc34 100644 --- a/_data/chains/eip155-8029.json +++ b/_data/chains/eip155-8029.json @@ -1,9 +1,7 @@ { "name": "MDGL Testnet", "chain": "MDGL", - "rpc": [ - "https://testnet.mdgl.io" - ], + "rpc": ["https://testnet.mdgl.io"], "faucets": [], "nativeCurrency": { "name": "MDGL Token", diff --git a/_data/chains/eip155-803.json b/_data/chains/eip155-803.json index 9ae76e037a82..f93e57457228 100644 --- a/_data/chains/eip155-803.json +++ b/_data/chains/eip155-803.json @@ -1,15 +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 + "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/_data/chains/eip155-808.json b/_data/chains/eip155-808.json index 4459334e41b8..cae99945637a 100644 --- a/_data/chains/eip155-808.json +++ b/_data/chains/eip155-808.json @@ -1,18 +1,18 @@ { - "name": "Portal Fantasy Chain Test", - "chain": "PF", - "icon": "pf", - "network": "testnet", - "rpc": ["https://subnets.avax.network/portal-fantasy/testnet/rpc"], - "faucets": [], - "nativeCurrency": { - "name": "Portal Fantasy Token", - "symbol": "PFT", - "decimals": 18 - }, - "infoURL": "https://portalfantasy.io", - "shortName": "PFTEST", - "chainId": 808, - "networkId": 808, - "explorers": [] + "name": "Portal Fantasy Chain Test", + "chain": "PF", + "icon": "pf", + "network": "testnet", + "rpc": ["https://subnets.avax.network/portal-fantasy/testnet/rpc"], + "faucets": [], + "nativeCurrency": { + "name": "Portal Fantasy Token", + "symbol": "PFT", + "decimals": 18 + }, + "infoURL": "https://portalfantasy.io", + "shortName": "PFTEST", + "chainId": 808, + "networkId": 808, + "explorers": [] } diff --git a/_data/chains/eip155-8080.json b/_data/chains/eip155-8080.json index 3fc8d39620dd..05de5ba1ebae 100644 --- a/_data/chains/eip155-8080.json +++ b/_data/chains/eip155-8080.json @@ -1,12 +1,8 @@ { "name": "GeneChain Adenine Testnet", "chain": "GeneChain", - "rpc": [ - "https://rpc-testnet.genechain.io" - ], - "faucets": [ - "https://faucet.genechain.io" - ], + "rpc": ["https://rpc-testnet.genechain.io"], + "faucets": ["https://faucet.genechain.io"], "nativeCurrency": { "name": "Testnet RNA", "symbol": "tRNA", @@ -16,9 +12,11 @@ "shortName": "GeneChainAdn", "chainId": 8080, "networkId": 8080, - "explorers": [{ - "name": "GeneChain Adenine Testnet Scan", - "url": "https://scan-testnet.genechain.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "GeneChain Adenine Testnet Scan", + "url": "https://scan-testnet.genechain.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-81.json b/_data/chains/eip155-81.json index b16e6e31df0f..adbac46f44f7 100644 --- a/_data/chains/eip155-81.json +++ b/_data/chains/eip155-81.json @@ -1,23 +1,22 @@ { - "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": "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/_data/chains/eip155-82.json b/_data/chains/eip155-82.json index bcff02dd0b5c..1baf208559ea 100644 --- a/_data/chains/eip155-82.json +++ b/_data/chains/eip155-82.json @@ -1,12 +1,8 @@ { "name": "Meter Mainnet", "chain": "METER", - "rpc": [ - "https://rpc.meter.io" - ], - "faucets": [ - "https://faucet.meter.io" - ], + "rpc": ["https://rpc.meter.io"], + "faucets": ["https://faucet.meter.io"], "nativeCurrency": { "name": "Meter", "symbol": "MTR", @@ -16,10 +12,11 @@ "shortName": "Meter", "chainId": 82, "networkId": 82, - "explorers": [{ - "name": "Meter Mainnet Scan", - "url": "https://scan.meter.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Meter Mainnet Scan", + "url": "https://scan.meter.io", + "standard": "EIP3091" + } + ] } - diff --git a/_data/chains/eip155-820.json b/_data/chains/eip155-820.json index c4351d0e265b..18f5406ff97b 100644 --- a/_data/chains/eip155-820.json +++ b/_data/chains/eip155-820.json @@ -1,9 +1,7 @@ { "name": "Callisto Mainnet", "chain": "CLO", - "rpc": [ - "https://rpc.callisto.network/" - ], + "rpc": ["https://rpc.callisto.network/"], "faucets": [], "nativeCurrency": { "name": "Callisto", diff --git a/_data/chains/eip155-821.json b/_data/chains/eip155-821.json index d399683a2240..f36fa2f9858b 100644 --- a/_data/chains/eip155-821.json +++ b/_data/chains/eip155-821.json @@ -12,5 +12,5 @@ "shortName": "tclo", "chainId": 821, "networkId": 2, - "status":"deprecated" + "status": "deprecated" } diff --git a/_data/chains/eip155-8217.json b/_data/chains/eip155-8217.json index c1e3c71d9f70..68477928a40c 100644 --- a/_data/chains/eip155-8217.json +++ b/_data/chains/eip155-8217.json @@ -1,9 +1,7 @@ { "name": "Klaytn Mainnet Cypress", "chain": "KLAY", - "rpc": [ - "https://public-node-api.klaytnapi.com/v1/cypress" - ], + "rpc": ["https://public-node-api.klaytnapi.com/v1/cypress"], "faucets": [], "nativeCurrency": { "name": "KLAY", @@ -15,9 +13,11 @@ "chainId": 8217, "networkId": 8217, "slip44": 8217, - "explorers": [{ - "name": "Klaytnscope", - "url": "https://scope.klaytn.com", - "standard": "none" - }] + "explorers": [ + { + "name": "Klaytnscope", + "url": "https://scope.klaytn.com", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-8285.json b/_data/chains/eip155-8285.json index 320e842f1e3d..6906ae6eb67d 100644 --- a/_data/chains/eip155-8285.json +++ b/_data/chains/eip155-8285.json @@ -1,18 +1,15 @@ { - "name": "KorthoTest", - "chain": "Kortho", - "rpc": [ - "https://www.krotho-test.net" - ], - "faucets": [ - ], - "nativeCurrency": { + "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 + }, + "infoURL": "https://www.kortho.io/", + "shortName": "Kortho", + "chainId": 8285, + "networkId": 8285 +} diff --git a/_data/chains/eip155-83.json b/_data/chains/eip155-83.json index 75b3a70e5068..6b05f3c83123 100644 --- a/_data/chains/eip155-83.json +++ b/_data/chains/eip155-83.json @@ -1,12 +1,8 @@ { "name": "Meter Testnet", "chain": "METER Testnet", - "rpc": [ - "https://rpctest.meter.io" - ], - "faucets": [ - "https://faucet-warringstakes.meter.io" - ], + "rpc": ["https://rpctest.meter.io"], + "faucets": ["https://faucet-warringstakes.meter.io"], "nativeCurrency": { "name": "Meter", "symbol": "MTR", @@ -16,10 +12,11 @@ "shortName": "MeterTest", "chainId": 83, "networkId": 83, - "explorers": [{ - "name": "Meter Testnet Scan", - "url": "https://scan-warringstakes.meter.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "Meter Testnet Scan", + "url": "https://scan-warringstakes.meter.io", + "standard": "EIP3091" + } + ] } - diff --git a/_data/chains/eip155-846000.json b/_data/chains/eip155-846000.json index 04d8c98d3d32..81ec93854425 100644 --- a/_data/chains/eip155-846000.json +++ b/_data/chains/eip155-846000.json @@ -1,9 +1,7 @@ { "name": "4GoodNetwork", "chain": "4GN", - "rpc": [ - "https://chain.deptofgood.com" - ], + "rpc": ["https://chain.deptofgood.com"], "faucets": [], "nativeCurrency": { "name": "APTA", diff --git a/_data/chains/eip155-85.json b/_data/chains/eip155-85.json index 0c181b81cb7e..933efeadce9e 100644 --- a/_data/chains/eip155-85.json +++ b/_data/chains/eip155-85.json @@ -1,26 +1,22 @@ { - "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" - } + "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/_data/chains/eip155-86.json b/_data/chains/eip155-86.json index ef23e4134399..be2529e52064 100644 --- a/_data/chains/eip155-86.json +++ b/_data/chains/eip155-86.json @@ -1,26 +1,22 @@ - { - "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" - } +{ + "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/_data/chains/eip155-868455272153094.json b/_data/chains/eip155-868455272153094.json index b35700c59250..d652f6a4a665 100644 --- a/_data/chains/eip155-868455272153094.json +++ b/_data/chains/eip155-868455272153094.json @@ -1,12 +1,8 @@ { "name": "Godwoken Testnet (V1)", "chain": "GWT", - "rpc": [ - "https://godwoken-testnet-web3-v1-rpc.ckbapp.dev" - ], - "faucets": [ - "https://homura.github.io/light-godwoken" - ], + "rpc": ["https://godwoken-testnet-web3-v1-rpc.ckbapp.dev"], + "faucets": ["https://homura.github.io/light-godwoken"], "nativeCurrency": { "name": "CKB", "symbol": "CKB", @@ -24,4 +20,4 @@ "standard": "none" } ] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-87.json b/_data/chains/eip155-87.json index 1d749258d796..b33ad64812e7 100644 --- a/_data/chains/eip155-87.json +++ b/_data/chains/eip155-87.json @@ -17,9 +17,11 @@ "shortName": "nnw", "chainId": 87, "networkId": 87, - "explorers": [{ - "name": "novanetwork", - "url": "https://explorer.novanetwork.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "novanetwork", + "url": "https://explorer.novanetwork.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-8723.json b/_data/chains/eip155-8723.json index bab4f4db813d..1f1c9873137f 100644 --- a/_data/chains/eip155-8723.json +++ b/_data/chains/eip155-8723.json @@ -1,9 +1,7 @@ { "name": "TOOL Global Mainnet", "chain": "OLO", - "rpc": [ - "https://mainnet-web3.wolot.io" - ], + "rpc": ["https://mainnet-web3.wolot.io"], "faucets": [], "nativeCurrency": { "name": "TOOL Global", @@ -15,9 +13,11 @@ "chainId": 8723, "networkId": 8723, "slip44": 479, - "explorers": [{ - "name": "OLO Block Explorer", - "url": "https://www.olo.network", - "standard": "EIP3091" - }] -} \ No newline at end of file + "explorers": [ + { + "name": "OLO Block Explorer", + "url": "https://www.olo.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-8724.json b/_data/chains/eip155-8724.json index 7d05ded85077..46af162b1029 100644 --- a/_data/chains/eip155-8724.json +++ b/_data/chains/eip155-8724.json @@ -1,12 +1,8 @@ { "name": "TOOL Global Testnet", "chain": "OLO", - "rpc": [ - "https://testnet-web3.wolot.io" - ], - "faucets": [ - "https://testnet-explorer.wolot.io" - ], + "rpc": ["https://testnet-web3.wolot.io"], + "faucets": ["https://testnet-explorer.wolot.io"], "nativeCurrency": { "name": "TOOL Global", "symbol": "OLO", diff --git a/_data/chains/eip155-88.json b/_data/chains/eip155-88.json index 4a5f20526fad..487c820ccc32 100644 --- a/_data/chains/eip155-88.json +++ b/_data/chains/eip155-88.json @@ -1,9 +1,7 @@ { "name": "TomoChain", "chain": "TOMO", - "rpc": [ - "https://rpc.tomochain.com" - ], + "rpc": ["https://rpc.tomochain.com"], "faucets": [], "nativeCurrency": { "name": "TomoChain", diff --git a/_data/chains/eip155-880.json b/_data/chains/eip155-880.json index 2e9da0cb87c3..9c374340cac4 100644 --- a/_data/chains/eip155-880.json +++ b/_data/chains/eip155-880.json @@ -1,22 +1,22 @@ { "name": "Ambros Chain Mainnet", "chain": "ambroschain", - "rpc": [ - "https://api.ambros.network" - ], + "rpc": ["https://api.ambros.network"], "faucets": [], "nativeCurrency": { - "name": "AMBROS", - "symbol": "AMBROS", - "decimals": 18 + "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" - }] + "explorers": [ + { + "name": "Ambros Chain Explorer", + "url": "https://ambrosscan.com", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-888.json b/_data/chains/eip155-888.json index 2041974ecd2a..4e6d4d38187f 100644 --- a/_data/chains/eip155-888.json +++ b/_data/chains/eip155-888.json @@ -1,9 +1,7 @@ { "name": "Wanchain", "chain": "WAN", - "rpc": [ - "https://gwan-ssl.wandevs.org:56891/" - ], + "rpc": ["https://gwan-ssl.wandevs.org:56891/"], "faucets": [], "nativeCurrency": { "name": "Wancoin", diff --git a/_data/chains/eip155-8888.json b/_data/chains/eip155-8888.json index 3e985c91b100..133fb067c29f 100644 --- a/_data/chains/eip155-8888.json +++ b/_data/chains/eip155-8888.json @@ -1,22 +1,22 @@ { "name": "Ambros Chain Testnet", "chain": "ambroschain", - "rpc": [ - "https://api.testnet.ambros.network" - ], + "rpc": ["https://api.testnet.ambros.network"], "faucets": [], "nativeCurrency": { - "name": "AMBROS", - "symbol": "AMBROS", - "decimals": 18 + "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" - }] + "explorers": [ + { + "name": "Ambros Chain Explorer", + "url": "https://testnet.ambrosscan.com", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-88888.json b/_data/chains/eip155-88888.json index 0c5c965d152a..66cc89026bd8 100644 --- a/_data/chains/eip155-88888.json +++ b/_data/chains/eip155-88888.json @@ -1,25 +1,23 @@ { - "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": "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/_data/chains/eip155-888888.json b/_data/chains/eip155-888888.json index c0969d3e302d..57c1b7febf04 100644 --- a/_data/chains/eip155-888888.json +++ b/_data/chains/eip155-888888.json @@ -1,24 +1,23 @@ { - "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 - } + "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/_data/chains/eip155-8898.json b/_data/chains/eip155-8898.json index 7d85b8e92775..2b2c1fc3e86b 100644 --- a/_data/chains/eip155-8898.json +++ b/_data/chains/eip155-8898.json @@ -7,9 +7,7 @@ "https://dataseed1.mmtscan.io", "https://dataseed2.mmtscan.io" ], - "faucets": [ - "https://faucet.mmtscan.io/" - ], + "faucets": ["https://faucet.mmtscan.io/"], "nativeCurrency": { "name": "Mammoth Token", "symbol": "MMT", @@ -20,10 +18,12 @@ "chainId": 8898, "networkId": 8898, "icon": "mmt", - "explorers": [{ - "name": "mmtscan", - "url": "https://mmtscan.io", - "standard": "EIP3091", - "icon": "mmt" - }] + "explorers": [ + { + "name": "mmtscan", + "url": "https://mmtscan.io", + "standard": "EIP3091", + "icon": "mmt" + } + ] } diff --git a/_data/chains/eip155-89.json b/_data/chains/eip155-89.json index 80795cd81e0d..a57447b4b40b 100644 --- a/_data/chains/eip155-89.json +++ b/_data/chains/eip155-89.json @@ -1,18 +1,16 @@ { - "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 + "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 +} diff --git a/_data/chains/eip155-8995.json b/_data/chains/eip155-8995.json index e1cb3264c6d4..7f78b3aa8729 100644 --- a/_data/chains/eip155-8995.json +++ b/_data/chains/eip155-8995.json @@ -1,12 +1,8 @@ { "name": "bloxberg", "chain": "bloxberg", - "rpc": [ - "https://core.bloxberg.org" - ], - "faucets": [ - "https://faucet.bloxberg.org/" - ], + "rpc": ["https://core.bloxberg.org"], + "faucets": ["https://faucet.bloxberg.org/"], "nativeCurrency": { "name": "BERG", "symbol": "U+25B3", diff --git a/_data/chains/eip155-9.json b/_data/chains/eip155-9.json index 579604126211..ba8603be5515 100644 --- a/_data/chains/eip155-9.json +++ b/_data/chains/eip155-9.json @@ -12,4 +12,4 @@ "shortName": "tubq", "chainId": 9, "networkId": 2 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-90.json b/_data/chains/eip155-90.json index cc0c21c9d654..ca3145d98155 100644 --- a/_data/chains/eip155-90.json +++ b/_data/chains/eip155-90.json @@ -3,9 +3,7 @@ "chain": "GAR", "network": "mainnet", "icon": "garizon", - "rpc": [ - "https://s0.garizon.net/rpc" - ], + "rpc": ["https://s0.garizon.net/rpc"], "faucets": [], "nativeCurrency": { "name": "Garizon", @@ -16,10 +14,12 @@ "shortName": "gar-s0", "chainId": 90, "networkId": 90, - "explorers": [{ - "name": "explorer", - "url": "https://explorer.garizon.com", - "icon": "garizon", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "explorer", + "url": "https://explorer.garizon.com", + "icon": "garizon", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-900.json b/_data/chains/eip155-900.json index ae7db495ea20..61f7dfe6f2de 100644 --- a/_data/chains/eip155-900.json +++ b/_data/chains/eip155-900.json @@ -3,12 +3,8 @@ "chain": "GAR", "network": "testnet", "icon": "garizon", - "rpc": [ - "https://s0-testnet.garizon.net/rpc" - ], - "faucets": [ - "https://faucet-testnet.garizon.com" - ], + "rpc": ["https://s0-testnet.garizon.net/rpc"], + "faucets": ["https://faucet-testnet.garizon.com"], "nativeCurrency": { "name": "Garizon", "symbol": "GAR", @@ -18,10 +14,12 @@ "shortName": "gar-test-s0", "chainId": 900, "networkId": 900, - "explorers": [{ - "name": "explorer", - "url": "https://explorer-testnet.garizon.com", - "icon": "garizon", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "explorer", + "url": "https://explorer-testnet.garizon.com", + "icon": "garizon", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-900000.json b/_data/chains/eip155-900000.json index 65ad3897199a..ecdafdaccf83 100644 --- a/_data/chains/eip155-900000.json +++ b/_data/chains/eip155-900000.json @@ -2,13 +2,8 @@ "name": "Posichain Mainnet Shard 0", "chain": "PSC", "network": "mainnet", - "rpc": [ - "https://api.posichain.org", - "https://api.s0.posichain.org" - ], - "faucets": [ - "https://faucet.posichain.org/" - ], + "rpc": ["https://api.posichain.org", "https://api.s0.posichain.org"], + "faucets": ["https://faucet.posichain.org/"], "nativeCurrency": { "name": "Posichain Native Token", "symbol": "POSI", diff --git a/_data/chains/eip155-901.json b/_data/chains/eip155-901.json index 419eef107a99..9fadb418eb2f 100644 --- a/_data/chains/eip155-901.json +++ b/_data/chains/eip155-901.json @@ -3,12 +3,8 @@ "chain": "GAR", "network": "testnet", "icon": "garizon", - "rpc": [ - "https://s1-testnet.garizon.net/rpc" - ], - "faucets": [ - "https://faucet-testnet.garizon.com" - ], + "rpc": ["https://s1-testnet.garizon.net/rpc"], + "faucets": ["https://faucet-testnet.garizon.com"], "nativeCurrency": { "name": "Garizon", "symbol": "GAR", @@ -18,12 +14,14 @@ "shortName": "gar-test-s1", "chainId": 901, "networkId": 901, - "explorers": [{ - "name": "explorer", - "url": "https://explorer-testnet.garizon.com", - "icon": "garizon", - "standard": "EIP3091" - }], + "explorers": [ + { + "name": "explorer", + "url": "https://explorer-testnet.garizon.com", + "icon": "garizon", + "standard": "EIP3091" + } + ], "parent": { "chain": "eip155-900", "type": "shard" diff --git a/_data/chains/eip155-9012.json b/_data/chains/eip155-9012.json index 3ec6a18ccc08..836cd785414d 100644 --- a/_data/chains/eip155-9012.json +++ b/_data/chains/eip155-9012.json @@ -1,10 +1,8 @@ { "name": "BerylBit Mainnet", "chain": "BRB", - "rpc": [ - "https://mainnet.berylbit.io" - ], - "faucets": ["https://t.me/BerylBit"], + "rpc": ["https://mainnet.berylbit.io"], + "faucets": ["https://t.me/BerylBit"], "nativeCurrency": { "name": "BerylBit Chain Native Token", "symbol": "BRB", @@ -15,9 +13,11 @@ "chainId": 9012, "networkId": 9012, "icon": "berylbit", - "explorers": [{ - "name": "berylbit-explorer", - "url": "https://explorer.berylbit.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "berylbit-explorer", + "url": "https://explorer.berylbit.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-902.json b/_data/chains/eip155-902.json index 4494f93aa9e1..df44ad016cd1 100644 --- a/_data/chains/eip155-902.json +++ b/_data/chains/eip155-902.json @@ -3,12 +3,8 @@ "chain": "GAR", "network": "testnet", "icon": "garizon", - "rpc": [ - "https://s2-testnet.garizon.net/rpc" - ], - "faucets": [ - "https://faucet-testnet.garizon.com" - ], + "rpc": ["https://s2-testnet.garizon.net/rpc"], + "faucets": ["https://faucet-testnet.garizon.com"], "nativeCurrency": { "name": "Garizon", "symbol": "GAR", @@ -18,12 +14,14 @@ "shortName": "gar-test-s2", "chainId": 902, "networkId": 902, - "explorers": [{ - "name": "explorer", - "url": "https://explorer-testnet.garizon.com", - "icon": "garizon", - "standard": "EIP3091" - }], + "explorers": [ + { + "name": "explorer", + "url": "https://explorer-testnet.garizon.com", + "icon": "garizon", + "standard": "EIP3091" + } + ], "parent": { "chain": "eip155-900", "type": "shard" diff --git a/_data/chains/eip155-903.json b/_data/chains/eip155-903.json index 73ac913a3def..d05bda2da9fd 100644 --- a/_data/chains/eip155-903.json +++ b/_data/chains/eip155-903.json @@ -3,12 +3,8 @@ "chain": "GAR", "network": "testnet", "icon": "garizon", - "rpc": [ - "https://s3-testnet.garizon.net/rpc" - ], - "faucets": [ - "https://faucet-testnet.garizon.com" - ], + "rpc": ["https://s3-testnet.garizon.net/rpc"], + "faucets": ["https://faucet-testnet.garizon.com"], "nativeCurrency": { "name": "Garizon", "symbol": "GAR", @@ -18,12 +14,14 @@ "shortName": "gar-test-s3", "chainId": 903, "networkId": 903, - "explorers": [{ - "name": "explorer", - "url": "https://explorer-testnet.garizon.com", - "icon": "garizon", - "standard": "EIP3091" - }], + "explorers": [ + { + "name": "explorer", + "url": "https://explorer-testnet.garizon.com", + "icon": "garizon", + "standard": "EIP3091" + } + ], "parent": { "chain": "eip155-900", "type": "shard" diff --git a/_data/chains/eip155-909.json b/_data/chains/eip155-909.json index 255291622995..ca14772cd33d 100644 --- a/_data/chains/eip155-909.json +++ b/_data/chains/eip155-909.json @@ -1,19 +1,19 @@ { - "name": "Portal Fantasy Chain", - "chain": "PF", - "icon": "pf", - "network": "mainnet", - "rpc": [], - "faucets": [], - "nativeCurrency": { - "name": "Portal Fantasy Token", - "symbol": "PFT", - "decimals": 18 - }, - "infoURL": "https://portalfantasy.io", - "shortName": "PF", - "chainId": 909, - "networkId": 909, - "explorers": [], - "status": "incubating" + "name": "Portal Fantasy Chain", + "chain": "PF", + "icon": "pf", + "network": "mainnet", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Portal Fantasy Token", + "symbol": "PFT", + "decimals": 18 + }, + "infoURL": "https://portalfantasy.io", + "shortName": "PF", + "chainId": 909, + "networkId": 909, + "explorers": [], + "status": "incubating" } diff --git a/_data/chains/eip155-91.json b/_data/chains/eip155-91.json index df8d56cbebca..e6bcec530e8b 100644 --- a/_data/chains/eip155-91.json +++ b/_data/chains/eip155-91.json @@ -3,9 +3,7 @@ "chain": "GAR", "network": "mainnet", "icon": "garizon", - "rpc": [ - "https://s1.garizon.net/rpc" - ], + "rpc": ["https://s1.garizon.net/rpc"], "faucets": [], "nativeCurrency": { "name": "Garizon", @@ -16,12 +14,14 @@ "shortName": "gar-s1", "chainId": 91, "networkId": 91, - "explorers": [{ - "name": "explorer", - "url": "https://explorer.garizon.com", - "icon": "garizon", - "standard": "EIP3091" - }], + "explorers": [ + { + "name": "explorer", + "url": "https://explorer.garizon.com", + "icon": "garizon", + "standard": "EIP3091" + } + ], "parent": { "chain": "eip155-90", "type": "shard" diff --git a/_data/chains/eip155-9100.json b/_data/chains/eip155-9100.json index 25e233adf521..2c00f48dbc73 100644 --- a/_data/chains/eip155-9100.json +++ b/_data/chains/eip155-9100.json @@ -1,10 +1,7 @@ { "name": "Genesis Coin", "chain": "Genesis", - "rpc": [ - "https://genesis-gn.com", - "wss://genesis-gn.com" - ], + "rpc": ["https://genesis-gn.com", "wss://genesis-gn.com"], "faucets": [], "nativeCurrency": { "name": "GN Coin", @@ -15,4 +12,4 @@ "shortName": "GENEC", "chainId": 9100, "networkId": 9100 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-910000.json b/_data/chains/eip155-910000.json index 28e4f32de56e..1681ab47b1a5 100644 --- a/_data/chains/eip155-910000.json +++ b/_data/chains/eip155-910000.json @@ -2,9 +2,7 @@ "name": "Posichain Testnet Shard 0", "chain": "PSC", "network": "testnet", - "rpc": [ - "https://api.s0.t.posichain.org" - ], + "rpc": ["https://api.s0.t.posichain.org"], "faucets": ["https://faucet.posichain.org/"], "nativeCurrency": { "name": "Posichain Native Token", diff --git a/_data/chains/eip155-92.json b/_data/chains/eip155-92.json index 4d23e9bfdfe9..ea8f51341086 100644 --- a/_data/chains/eip155-92.json +++ b/_data/chains/eip155-92.json @@ -3,9 +3,7 @@ "chain": "GAR", "network": "mainnet", "icon": "garizon", - "rpc": [ - "https://s2.garizon.net/rpc" - ], + "rpc": ["https://s2.garizon.net/rpc"], "faucets": [], "nativeCurrency": { "name": "Garizon", @@ -16,12 +14,14 @@ "shortName": "gar-s2", "chainId": 92, "networkId": 92, - "explorers": [{ - "name": "explorer", - "url": "https://explorer.garizon.com", - "icon": "garizon", - "standard": "EIP3091" - }], + "explorers": [ + { + "name": "explorer", + "url": "https://explorer.garizon.com", + "icon": "garizon", + "standard": "EIP3091" + } + ], "parent": { "chain": "eip155-90", "type": "shard" diff --git a/_data/chains/eip155-920000.json b/_data/chains/eip155-920000.json index 626ba5b2048a..7ad2da62f673 100644 --- a/_data/chains/eip155-920000.json +++ b/_data/chains/eip155-920000.json @@ -2,12 +2,8 @@ "name": "Posichain Devnet Shard 0", "chain": "PSC", "network": "devnet", - "rpc": [ - "https://api.s0.d.posichain.org" - ], - "faucets": [ - "https://faucet.posichain.org/" - ], + "rpc": ["https://api.s0.d.posichain.org"], + "faucets": ["https://faucet.posichain.org/"], "nativeCurrency": { "name": "Posichain Native Token", "symbol": "POSI", diff --git a/_data/chains/eip155-920001.json b/_data/chains/eip155-920001.json index af0797ad2723..3586afd03c09 100644 --- a/_data/chains/eip155-920001.json +++ b/_data/chains/eip155-920001.json @@ -2,12 +2,8 @@ "name": "Posichain Devnet Shard 1", "chain": "PSC", "network": "devnet", - "rpc": [ - "https://api.s1.d.posichain.org" - ], - "faucets": [ - "https://faucet.posichain.org/" - ], + "rpc": ["https://api.s1.d.posichain.org"], + "faucets": ["https://faucet.posichain.org/"], "nativeCurrency": { "name": "Posichain Native Token", "symbol": "POSI", diff --git a/_data/chains/eip155-92001.json b/_data/chains/eip155-92001.json index c0607f7948ce..783acb9864f1 100644 --- a/_data/chains/eip155-92001.json +++ b/_data/chains/eip155-92001.json @@ -1,28 +1,24 @@ { - "name": "Lambda Testnet", - "chain": "Lambda", - "rpc": [ - "http://18.143.13.243:8545" - ], - "faucets": [ - "https://faucet.lambda.top" - ], - "nativeCurrency": { - "name": "test-Lamb", - "symbol": "LAMB", - "decimals": 18 - }, - "infoURL": "https://lambda.im", - "shortName": "lambda-testnet", - "chainId": 92001, - "networkId": 92001, - "icon": "lambda", - "explorers": [ - { - "name": "Lambda EVM Explorer", - "url": "https://explorer.lambda.top", - "standard": "EIP3091", - "icon": "lambda" - } - ] -} \ No newline at end of file + "name": "Lambda Testnet", + "chain": "Lambda", + "rpc": ["http://18.143.13.243:8545"], + "faucets": ["https://faucet.lambda.top"], + "nativeCurrency": { + "name": "test-Lamb", + "symbol": "LAMB", + "decimals": 18 + }, + "infoURL": "https://lambda.im", + "shortName": "lambda-testnet", + "chainId": 92001, + "networkId": 92001, + "icon": "lambda", + "explorers": [ + { + "name": "Lambda EVM Explorer", + "url": "https://explorer.lambda.top", + "standard": "EIP3091", + "icon": "lambda" + } + ] +} diff --git a/_data/chains/eip155-93.json b/_data/chains/eip155-93.json index 3802ec4c2894..6ca523e9ed76 100644 --- a/_data/chains/eip155-93.json +++ b/_data/chains/eip155-93.json @@ -3,9 +3,7 @@ "chain": "GAR", "network": "mainnet", "icon": "garizon", - "rpc": [ - "https://s3.garizon.net/rpc" - ], + "rpc": ["https://s3.garizon.net/rpc"], "faucets": [], "nativeCurrency": { "name": "Garizon", @@ -16,12 +14,14 @@ "shortName": "gar-s3", "chainId": 93, "networkId": 93, - "explorers": [{ - "name": "explorer", - "url": "https://explorer.garizon.com", - "icon": "garizon", - "standard": "EIP3091" - }], + "explorers": [ + { + "name": "explorer", + "url": "https://explorer.garizon.com", + "icon": "garizon", + "standard": "EIP3091" + } + ], "parent": { "chain": "eip155-90", "type": "shard" diff --git a/_data/chains/eip155-940.json b/_data/chains/eip155-940.json index ca1ea731de6a..9ff0459bd6c7 100644 --- a/_data/chains/eip155-940.json +++ b/_data/chains/eip155-940.json @@ -9,12 +9,10 @@ "https://rpc.v2.testnet.pulsechain.com/", "wss://rpc.v2.testnet.pulsechain.com/" ], - "faucets": [ - "https://faucet.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/_data/chains/eip155-941.json b/_data/chains/eip155-941.json index 85ddcb446920..5ccfc0fbebb5 100644 --- a/_data/chains/eip155-941.json +++ b/_data/chains/eip155-941.json @@ -10,12 +10,10 @@ "https://rpc.v2b.testnet.pulsechain.com/", "wss://rpc.v2b.testnet.pulsechain.com/" ], - "faucets": [ - "https://faucet.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/_data/chains/eip155-942.json b/_data/chains/eip155-942.json index 9d1724112e9c..86d66d37079e 100644 --- a/_data/chains/eip155-942.json +++ b/_data/chains/eip155-942.json @@ -10,12 +10,10 @@ "https://rpc.v3.testnet.pulsechain.com/", "wss://rpc.v3.testnet.pulsechain.com/" ], - "faucets": [ - "https://faucet.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/_data/chains/eip155-95.json b/_data/chains/eip155-95.json index d95a67061b9f..e22de0dab494 100644 --- a/_data/chains/eip155-95.json +++ b/_data/chains/eip155-95.json @@ -1,11 +1,8 @@ { "name": "CryptoKylin Testnet", "chain": "EOS", - "rpc": [ - "https://kylin.eosargentina.io" - ], - "faucets": [ - ], + "rpc": ["https://kylin.eosargentina.io"], + "faucets": [], "nativeCurrency": { "name": "EOS", "symbol": "EOS", @@ -15,9 +12,11 @@ "shortName": "Kylin Testnet", "chainId": 95, "networkId": 95, - "explorers": [{ - "name": "eosq", - "url": "https://kylin.eosargentina.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "eosq", + "url": "https://kylin.eosargentina.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-9527.json b/_data/chains/eip155-9527.json index c3478c2a76d9..f22aa42edfb3 100644 --- a/_data/chains/eip155-9527.json +++ b/_data/chains/eip155-9527.json @@ -2,9 +2,7 @@ "name": "Rangers Protocol Testnet Robin", "chain": "Rangers", "icon": "rangers", - "rpc": [ - "https://robin.rangersprotocol.com/api/jsonrpc" - ], + "rpc": ["https://robin.rangersprotocol.com/api/jsonrpc"], "faucets": ["https://robin-faucet.rangersprotocol.com"], "nativeCurrency": { "name": "Rangers Protocol Gas", @@ -15,9 +13,11 @@ "shortName": "trpg", "chainId": 9527, "networkId": 9527, - "explorers": [{ - "name": "rangersscan-robin", - "url": "https://robin-rangersscan.rangersprotocol.com", - "standard": "none" - }] + "explorers": [ + { + "name": "rangersscan-robin", + "url": "https://robin-rangersscan.rangersprotocol.com", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-955305.json b/_data/chains/eip155-955305.json index b1770eb2d466..f89839e782e3 100644 --- a/_data/chains/eip155-955305.json +++ b/_data/chains/eip155-955305.json @@ -24,9 +24,11 @@ "chainId": 955305, "networkId": 955305, "slip44": 1011, - "explorers": [{ - "name": "blockscout", - "url": "https://explorer.eluv.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.eluv.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-96.json b/_data/chains/eip155-96.json index 3633676aa412..e7702127328f 100644 --- a/_data/chains/eip155-96.json +++ b/_data/chains/eip155-96.json @@ -1,12 +1,8 @@ { "name": "NEXT Smart Chain", "chain": "NSC", - "rpc": [ - "https://rpc.nextsmartchain.com" - ], - "faucets": [ - "https://faucet.nextsmartchain.com" - ], + "rpc": ["https://rpc.nextsmartchain.com"], + "faucets": ["https://faucet.nextsmartchain.com"], "nativeCurrency": { "name": "NEXT", "symbol": "NEXT", @@ -16,9 +12,11 @@ "shortName": "nsc", "chainId": 96, "networkId": 96, - "explorers": [{ - "name": "Next Smart Chain Explorer", - "url": "https://explorer.nextsmartchain.com", - "standard": "none" - }] + "explorers": [ + { + "name": "Next Smart Chain Explorer", + "url": "https://explorer.nextsmartchain.com", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-97.json b/_data/chains/eip155-97.json index cac2bd114d45..bad9a6b320fe 100644 --- a/_data/chains/eip155-97.json +++ b/_data/chains/eip155-97.json @@ -9,9 +9,7 @@ "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" - ], + "faucets": ["https://testnet.binance.org/faucet-smart"], "nativeCurrency": { "name": "Binance Chain Native Token", "symbol": "tBNB", @@ -21,9 +19,11 @@ "shortName": "bnbt", "chainId": 97, "networkId": 97, - "explorers": [{ - "name": "bscscan-testnet", - "url": "https://testnet.bscscan.com", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "bscscan-testnet", + "url": "https://testnet.bscscan.com", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-970.json b/_data/chains/eip155-970.json index 4c467e5f15c8..9fb223288578 100644 --- a/_data/chains/eip155-970.json +++ b/_data/chains/eip155-970.json @@ -2,9 +2,7 @@ "name": "CCN", "title": "ComputeCoin Main Network", "chain": "CCN", - "rpc": [ - "https://rpc.mainnet.computecoin.com" - ], + "rpc": ["https://rpc.mainnet.computecoin.com"], "faucets": [], "nativeCurrency": { "name": "ComputeCoin", diff --git a/_data/chains/eip155-971.json b/_data/chains/eip155-971.json index bfd03513f0e2..d57f1e0ef678 100644 --- a/_data/chains/eip155-971.json +++ b/_data/chains/eip155-971.json @@ -2,9 +2,7 @@ "name": "CCN Beta", "title": "ComputeCoin Beta Network", "chain": "CCN Beta", - "rpc": [ - "https://beta-rpc.mainnet.computecoin.com" - ], + "rpc": ["https://beta-rpc.mainnet.computecoin.com"], "faucets": [], "nativeCurrency": { "name": "ComputeCoin", diff --git a/_data/chains/eip155-977.json b/_data/chains/eip155-977.json index 0c559daf6f41..5d97e274c747 100644 --- a/_data/chains/eip155-977.json +++ b/_data/chains/eip155-977.json @@ -5,9 +5,7 @@ "https://api.nepalblockchain.dev", "https://api.nepalblockchain.network" ], - "faucets": [ - "https://faucet.nepalblockchain.network" - ], + "faucets": ["https://faucet.nepalblockchain.network"], "nativeCurrency": { "name": "Nepal Blockchain Network Ether", "symbol": "YETI", @@ -17,4 +15,4 @@ "shortName": "yeti", "chainId": 977, "networkId": 977 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-980.json b/_data/chains/eip155-980.json index 6383c01e5320..524025cb366d 100644 --- a/_data/chains/eip155-980.json +++ b/_data/chains/eip155-980.json @@ -1,25 +1,23 @@ { - "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 + "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" + } + ] +} diff --git a/_data/chains/eip155-989.json b/_data/chains/eip155-989.json index 72a886540298..0e812236af48 100644 --- a/_data/chains/eip155-989.json +++ b/_data/chains/eip155-989.json @@ -1,25 +1,23 @@ { - "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 + "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" + } + ] +} diff --git a/_data/chains/eip155-99.json b/_data/chains/eip155-99.json index d01dc465d23b..d34e55ff19ba 100644 --- a/_data/chains/eip155-99.json +++ b/_data/chains/eip155-99.json @@ -18,9 +18,11 @@ "chainId": 99, "networkId": 99, "slip44": 178, - "explorers": [{ - "name": "blockscout", - "url": "https://blockscout.com/poa/core", - "standard": "none" - }] + "explorers": [ + { + "name": "blockscout", + "url": "https://blockscout.com/poa/core", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-99415706.json b/_data/chains/eip155-99415706.json index dd34f17d25ea..0d31ecd97b73 100644 --- a/_data/chains/eip155-99415706.json +++ b/_data/chains/eip155-99415706.json @@ -1,12 +1,8 @@ { "name": "Joys Digital TestNet", "chain": "TOYS", - "rpc": [ - "https://toys.joys.cash/" - ], - "faucets": [ - "https://faucet.joys.digital/" - ], + "rpc": ["https://toys.joys.cash/"], + "faucets": ["https://faucet.joys.digital/"], "nativeCurrency": { "name": "TOYS", "symbol": "TOYS", @@ -16,4 +12,4 @@ "shortName": "TOYS", "chainId": 99415706, "networkId": 99415706 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-998.json b/_data/chains/eip155-998.json index 79072f08018e..f95475c3024a 100644 --- a/_data/chains/eip155-998.json +++ b/_data/chains/eip155-998.json @@ -1,32 +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 + "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" }, - "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" - } - ] + { + "name": "expedition", + "url": "https://lnscan.org", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-999.json b/_data/chains/eip155-999.json index 432e01f6e4db..04028633f497 100644 --- a/_data/chains/eip155-999.json +++ b/_data/chains/eip155-999.json @@ -1,9 +1,7 @@ { "name": "Wanchain Testnet", "chain": "WAN", - "rpc": [ - "https://gwan-ssl.wandevs.org:46891/" - ], + "rpc": ["https://gwan-ssl.wandevs.org:46891/"], "faucets": [], "nativeCurrency": { "name": "Wancoin", diff --git a/_data/chains/eip155-9999.json b/_data/chains/eip155-9999.json index 39ec69ee4738..d6e17837489f 100644 --- a/_data/chains/eip155-9999.json +++ b/_data/chains/eip155-9999.json @@ -1,9 +1,7 @@ { "name": "myOwn Testnet", "chain": "myOwn", - "rpc": [ - "https://geth.dev.bccloud.net" - ], + "rpc": ["https://geth.dev.bccloud.net"], "faucets": [], "nativeCurrency": { "name": "MYN", diff --git a/_data/chains/eip155-99998.json b/_data/chains/eip155-99998.json index 68ebba6b25b9..f326ddc3249e 100644 --- a/_data/chains/eip155-99998.json +++ b/_data/chains/eip155-99998.json @@ -2,11 +2,8 @@ "name": "UB Smart Chain(testnet)", "chain": "USC", "network": "testnet", - "rpc": [ - "https://testnet.rpc.uschain.network" - ], - "faucets": [ - ], + "rpc": ["https://testnet.rpc.uschain.network"], + "faucets": [], "nativeCurrency": { "name": "UBC", "symbol": "UBC", @@ -17,4 +14,3 @@ "chainId": 99998, "networkId": 99998 } - diff --git a/_data/chains/eip155-99999.json b/_data/chains/eip155-99999.json index 3afb8737c157..34d8b41dccb6 100644 --- a/_data/chains/eip155-99999.json +++ b/_data/chains/eip155-99999.json @@ -2,11 +2,8 @@ "name": "UB Smart Chain", "chain": "USC", "network": "mainnet", - "rpc": [ - "https://rpc.uschain.network" - ], - "faucets": [ - ], + "rpc": ["https://rpc.uschain.network"], + "faucets": [], "nativeCurrency": { "name": "UBC", "symbol": "UBC", @@ -17,4 +14,3 @@ "chainId": 99999, "networkId": 99999 } - diff --git a/_data/icons/ETND.json b/_data/icons/ETND.json index 0041e08e7c28..e2e8fd4e755f 100644 --- a/_data/icons/ETND.json +++ b/_data/icons/ETND.json @@ -1,8 +1,8 @@ -[ - { - "url": "ipfs://Qmd26eRJxPb1jJg5Q4mC2M4kD9Jrs5vmcnr5LczHFMGwSD", - "width": 128, - "height": 128, - "format": "png" - } -] +[ + { + "url": "ipfs://Qmd26eRJxPb1jJg5Q4mC2M4kD9Jrs5vmcnr5LczHFMGwSD", + "width": 128, + "height": 128, + "format": "png" + } +] diff --git a/_data/icons/SUR.json b/_data/icons/SUR.json index 01403a6cc76e..c6ce2edf33e0 100644 --- a/_data/icons/SUR.json +++ b/_data/icons/SUR.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmbUcDQHCvheYQrWk9WFJRMW5fTJQmtZqkoGUed4bhCM7T", - "width":3000, - "height":3000, - "format":"png" - } + { + "url": "ipfs://QmbUcDQHCvheYQrWk9WFJRMW5fTJQmtZqkoGUed4bhCM7T", + "width": 3000, + "height": 3000, + "format": "png" + } ] diff --git a/_data/icons/SX.json b/_data/icons/SX.json index 563aecf3237f..2ca4ae19b67b 100644 --- a/_data/icons/SX.json +++ b/_data/icons/SX.json @@ -1,8 +1,8 @@ [ { - "url":"ipfs://QmSXLXqyr2H6Ja5XrmznXbWTEvF2gFaL8RXNXgyLmDHjAF", - "width":896, - "height":690, - "format":"png" + "url": "ipfs://QmSXLXqyr2H6Ja5XrmznXbWTEvF2gFaL8RXNXgyLmDHjAF", + "width": 896, + "height": 690, + "format": "png" } ] diff --git a/_data/icons/aac.json b/_data/icons/aac.json index cd12bb983ea9..c3159d607d11 100644 --- a/_data/icons/aac.json +++ b/_data/icons/aac.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmRUrz4dULaoaMpnqd8qXT7ehwz3aaqnYKY4ePsy7isGaF", - "width":512, - "height":512, - "format":"png" - } + { + "url": "ipfs://QmRUrz4dULaoaMpnqd8qXT7ehwz3aaqnYKY4ePsy7isGaF", + "width": 512, + "height": 512, + "format": "png" + } ] diff --git a/_data/icons/aioz.json b/_data/icons/aioz.json index ae8acacda68d..80bfa97f2603 100644 --- a/_data/icons/aioz.json +++ b/_data/icons/aioz.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmRAGPFhvQiXgoJkui7WHajpKctGFrJNhHqzYdwcWt5V3Z", - "width": 1024, - "height": 1024, - "format": "png" - } -] \ No newline at end of file + { + "url": "ipfs://QmRAGPFhvQiXgoJkui7WHajpKctGFrJNhHqzYdwcWt5V3Z", + "width": 1024, + "height": 1024, + "format": "png" + } +] diff --git a/_data/icons/aitd.json b/_data/icons/aitd.json index f713f8bd5b18..b7a9d1dd1091 100644 --- a/_data/icons/aitd.json +++ b/_data/icons/aitd.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmXbBMMhjTTGAGjmqMpJm3ufFrtdkfEXCFyXYgz7nnZzsy", - "width":160, - "height":160, - "format":"png" - } + { + "url": "ipfs://QmXbBMMhjTTGAGjmqMpJm3ufFrtdkfEXCFyXYgz7nnZzsy", + "width": 160, + "height": 160, + "format": "png" + } ] diff --git a/_data/icons/alaya.json b/_data/icons/alaya.json index d3c953c29140..b1a0906bea16 100644 --- a/_data/icons/alaya.json +++ b/_data/icons/alaya.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://Qmci6vPcWAwmq19j98yuQxjV6UPzHtThMdCAUDbKeb8oYu", - "width":1140, - "height":1140, - "format":"png" - } -] \ No newline at end of file + { + "url": "ipfs://Qmci6vPcWAwmq19j98yuQxjV6UPzHtThMdCAUDbKeb8oYu", + "width": 1140, + "height": 1140, + "format": "png" + } +] diff --git a/_data/icons/berylbit-explorer.json b/_data/icons/berylbit-explorer.json index 2824e597e59a..f46f6976a493 100644 --- a/_data/icons/berylbit-explorer.json +++ b/_data/icons/berylbit-explorer.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmeDXHkpranzqGN1BmQqZSrFp4vGXf4JfaB5iq8WHHiwDi", - "width": 162, - "height": 162, - "format": "png" - } + { + "url": "ipfs://QmeDXHkpranzqGN1BmQqZSrFp4vGXf4JfaB5iq8WHHiwDi", + "width": 162, + "height": 162, + "format": "png" + } ] diff --git a/_data/icons/berylbit.json b/_data/icons/berylbit.json index 2824e597e59a..f46f6976a493 100644 --- a/_data/icons/berylbit.json +++ b/_data/icons/berylbit.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmeDXHkpranzqGN1BmQqZSrFp4vGXf4JfaB5iq8WHHiwDi", - "width": 162, - "height": 162, - "format": "png" - } + { + "url": "ipfs://QmeDXHkpranzqGN1BmQqZSrFp4vGXf4JfaB5iq8WHHiwDi", + "width": 162, + "height": 162, + "format": "png" + } ] diff --git a/_data/icons/blockscout.json b/_data/icons/blockscout.json index 30e326a2d85d..62bd8a9763ba 100644 --- a/_data/icons/blockscout.json +++ b/_data/icons/blockscout.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://bafybeifu5tpui7dk5cjoo54kde7pmuthvnl7sdykobuarsxgu7t2izurnq", - "width": 512, - "height": 512, - "format": "png" - } + { + "url": "ipfs://bafybeifu5tpui7dk5cjoo54kde7pmuthvnl7sdykobuarsxgu7t2izurnq", + "width": 512, + "height": 512, + "format": "png" + } ] diff --git a/_data/icons/blocksscan.json b/_data/icons/blocksscan.json index 23f8fbd71813..8b550218f40c 100644 --- a/_data/icons/blocksscan.json +++ b/_data/icons/blocksscan.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmPzVFs16GwaD8LAcGFLCNXzEK8BHFKNXeM3nmBpnq9xy3", - "width": 512, - "height": 512, - "format": "png" - } + { + "url": "ipfs://QmPzVFs16GwaD8LAcGFLCNXzEK8BHFKNXeM3nmBpnq9xy3", + "width": 512, + "height": 512, + "format": "png" + } ] diff --git a/_data/icons/brise.json b/_data/icons/brise.json index 77a173f92646..5ffaceb92cef 100644 --- a/_data/icons/brise.json +++ b/_data/icons/brise.json @@ -5,4 +5,4 @@ "height": 512, "format": "png" } -] \ No newline at end of file +] diff --git a/_data/icons/candle.json b/_data/icons/candle.json index c59b0b281900..68f68f90b298 100644 --- a/_data/icons/candle.json +++ b/_data/icons/candle.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://Qmbe3ChumXNRfHcLsNBY2APRrGxkFWP68Nb35MaKMRfPye", - "width":524, - "height":524, - "format":"png" - } + { + "url": "ipfs://Qmbe3ChumXNRfHcLsNBY2APRrGxkFWP68Nb35MaKMRfPye", + "width": 524, + "height": 524, + "format": "png" + } ] diff --git a/_data/icons/ccn.json b/_data/icons/ccn.json index 64b7dfe8ab4d..34283cda2e83 100644 --- a/_data/icons/ccn.json +++ b/_data/icons/ccn.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmZ1jbxFZcuotj3eZ6iKFrg9ZXnaV8AK6sGRa7ELrceWyD", - "width":1043, - "height":1079, - "format":"png" - } + { + "url": "ipfs://QmZ1jbxFZcuotj3eZ6iKFrg9ZXnaV8AK6sGRa7ELrceWyD", + "width": 1043, + "height": 1079, + "format": "png" + } ] diff --git a/_data/icons/ccp.json b/_data/icons/ccp.json index 782159898e50..7e3154742ba8 100644 --- a/_data/icons/ccp.json +++ b/_data/icons/ccp.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmPw1ixYYeXvTiRWoCt2jWe4YMd3B5o7TzL18SBEHXvhXX", - "width":200, - "height":200, - "format":"png" - } + { + "url": "ipfs://QmPw1ixYYeXvTiRWoCt2jWe4YMd3B5o7TzL18SBEHXvhXX", + "width": 200, + "height": 200, + "format": "png" + } ] diff --git a/_data/icons/cem.json b/_data/icons/cem.json index 6067893b5d6e..d899d0bc6fa0 100644 --- a/_data/icons/cem.json +++ b/_data/icons/cem.json @@ -1,8 +1,8 @@ -[ - { - "url": "ipfs://QmeNYqxR4nEk1v3DBXY3gjzYC1MSNCTmRvmjZ72inyzCFv", - "width": 206, - "height": 206, - "format": "png" - } - ] \ No newline at end of file +[ + { + "url": "ipfs://QmeNYqxR4nEk1v3DBXY3gjzYC1MSNCTmRvmjZ72inyzCFv", + "width": 206, + "height": 206, + "format": "png" + } +] diff --git a/_data/icons/cennz.json b/_data/icons/cennz.json index a76e74ff3bbd..d774b678a875 100644 --- a/_data/icons/cennz.json +++ b/_data/icons/cennz.json @@ -3,4 +3,4 @@ "url": "ipfs://QmWhNm7tTi6SYbiumULDRk956hxgqaZSX77vcxBNn8fvnw", "format": "svg" } -] \ No newline at end of file +] diff --git a/_data/icons/cloudwalk.json b/_data/icons/cloudwalk.json index b4e20ddcf84f..463ef960d0cf 100644 --- a/_data/icons/cloudwalk.json +++ b/_data/icons/cloudwalk.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmPytfZEnKMx5mHiXB9fiuoSvA9jLi7tZ14gERSz2n4MJM", - "width":124, - "height":119, - "format":"png" - } + { + "url": "ipfs://QmPytfZEnKMx5mHiXB9fiuoSvA9jLi7tZ14gERSz2n4MJM", + "width": 124, + "height": 119, + "format": "png" + } ] diff --git a/_data/icons/conflux.json b/_data/icons/conflux.json index 84f36ab75ce1..4be273d471b4 100644 --- a/_data/icons/conflux.json +++ b/_data/icons/conflux.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://bafkreifj7n24u2dslfijfihwqvpdeigt5aj3k3sxv6s35lv75sxsfr3ojy", - "width":460, - "height":576, - "format":"png" - } + { + "url": "ipfs://bafkreifj7n24u2dslfijfihwqvpdeigt5aj3k3sxv6s35lv75sxsfr3ojy", + "width": 460, + "height": 576, + "format": "png" + } ] diff --git a/_data/icons/crossbell.json b/_data/icons/crossbell.json index 35f9da5c943e..64b73f7943f8 100644 --- a/_data/icons/crossbell.json +++ b/_data/icons/crossbell.json @@ -1,8 +1,8 @@ [ { - "url":"ipfs://QmS8zEetTb6pwdNpVjv5bz55BXiSMGP9BjTJmNcjcUT91t", - "format":"svg", - "width":412, - "height":412 + "url": "ipfs://QmS8zEetTb6pwdNpVjv5bz55BXiSMGP9BjTJmNcjcUT91t", + "format": "svg", + "width": 412, + "height": 412 } ] diff --git a/_data/icons/crystal.json b/_data/icons/crystal.json index 4c147aced9ea..28a7b803cbb4 100644 --- a/_data/icons/crystal.json +++ b/_data/icons/crystal.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://Qmbry1Uc6HnXmqFNXW5dFJ7To8EezCCjNr4TqqvAyzXS4h", - "width":150, - "height":150, - "format":"png" - } + { + "url": "ipfs://Qmbry1Uc6HnXmqFNXW5dFJ7To8EezCCjNr4TqqvAyzXS4h", + "width": 150, + "height": 150, + "format": "png" + } ] diff --git a/_data/icons/cube.json b/_data/icons/cube.json index 6c05fc1ca54c..16981006dcd6 100644 --- a/_data/icons/cube.json +++ b/_data/icons/cube.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmbENgHTymTUUArX5MZ2XXH69WGenirU3oamkRD448hYdz", - "width":282, - "height":250, - "format":"png" - } + { + "url": "ipfs://QmbENgHTymTUUArX5MZ2XXH69WGenirU3oamkRD448hYdz", + "width": 282, + "height": 250, + "format": "png" + } ] diff --git a/_data/icons/dfk.json b/_data/icons/dfk.json index 4b4646ed924c..e0f594cb1558 100644 --- a/_data/icons/dfk.json +++ b/_data/icons/dfk.json @@ -1,10 +1,8 @@ - [ { - "url": "ipfs://QmQB48m15TzhUFrmu56QCRQjkrkgUaKfgCmKE8o3RzmuPJ", + "url": "ipfs://QmQB48m15TzhUFrmu56QCRQjkrkgUaKfgCmKE8o3RzmuPJ", "width": 500, "height": 500, "format": "png" } ] - \ No newline at end of file diff --git a/_data/icons/dithereum.json b/_data/icons/dithereum.json index c3fefa58382a..1c6a6760136e 100644 --- a/_data/icons/dithereum.json +++ b/_data/icons/dithereum.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmSHN5GtRGpMMpszSn1hF47ZSLRLqrLxWsQ48YYdJPyjLf", - "width": 500, - "height": 500, - "format": "png" - } + { + "url": "ipfs://QmSHN5GtRGpMMpszSn1hF47ZSLRLqrLxWsQ48YYdJPyjLf", + "width": 500, + "height": 500, + "format": "png" + } ] diff --git a/_data/icons/ditherscan.json b/_data/icons/ditherscan.json index c3fefa58382a..1c6a6760136e 100644 --- a/_data/icons/ditherscan.json +++ b/_data/icons/ditherscan.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmSHN5GtRGpMMpszSn1hF47ZSLRLqrLxWsQ48YYdJPyjLf", - "width": 500, - "height": 500, - "format": "png" - } + { + "url": "ipfs://QmSHN5GtRGpMMpszSn1hF47ZSLRLqrLxWsQ48YYdJPyjLf", + "width": 500, + "height": 500, + "format": "png" + } ] diff --git a/_data/icons/dogechain.json b/_data/icons/dogechain.json index eec80f3e38bc..84c9b35cb8aa 100644 --- a/_data/icons/dogechain.json +++ b/_data/icons/dogechain.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmNS6B6L8FfgGSMTEi2SxD3bK5cdmKPNtQKcYaJeRWrkHs", - "width":732, - "height":732, - "format":"png" - } + { + "url": "ipfs://QmNS6B6L8FfgGSMTEi2SxD3bK5cdmKPNtQKcYaJeRWrkHs", + "width": 732, + "height": 732, + "format": "png" + } ] diff --git a/_data/icons/dx.json b/_data/icons/dx.json index 64c2d14abe89..24374020346b 100644 --- a/_data/icons/dx.json +++ b/_data/icons/dx.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmYBup5bWoBfkaHntbcgW8Ji7ncad7f53deJ4Q55z4PNQs", - "width":128, - "height":128, - "format":"png" - } + { + "url": "ipfs://QmYBup5bWoBfkaHntbcgW8Ji7ncad7f53deJ4Q55z4PNQs", + "width": 128, + "height": 128, + "format": "png" + } ] diff --git a/_data/icons/dyno.json b/_data/icons/dyno.json index ab9bf1e2dc65..a0a30910f78d 100644 --- a/_data/icons/dyno.json +++ b/_data/icons/dyno.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmVeq8cvgK6sWp4GxQPBNB1nn7EUDJp5Cp9xLaPFExpin1", - "width": 1282, - "height": 1281, - "format": "png" - } + { + "url": "ipfs://QmVeq8cvgK6sWp4GxQPBNB1nn7EUDJp5Cp9xLaPFExpin1", + "width": 1282, + "height": 1281, + "format": "png" + } ] diff --git a/_data/icons/ebtc.json b/_data/icons/ebtc.json index b4407a5ab4dd..2357143b4c86 100644 --- a/_data/icons/ebtc.json +++ b/_data/icons/ebtc.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://bafkreic4aq265oaf6yze7ba5okefqh6vnqudyrz6ovukvbnrlhet36itle", - "width":200, - "height":200, - "format":"png" - } + { + "url": "ipfs://bafkreic4aq265oaf6yze7ba5okefqh6vnqudyrz6ovukvbnrlhet36itle", + "width": 200, + "height": 200, + "format": "png" + } ] diff --git a/_data/icons/ecredits.json b/_data/icons/ecredits.json index 71d82ec53839..effbc56e5c80 100644 --- a/_data/icons/ecredits.json +++ b/_data/icons/ecredits.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmU9H9JE1KtLh2Fxrd8EWTMjKGJBpgRWKUeEx7u6ic4kBY", - "width": 32, - "height": 32, - "format": "png" - } -] \ No newline at end of file + { + "url": "ipfs://QmU9H9JE1KtLh2Fxrd8EWTMjKGJBpgRWKUeEx7u6ic4kBY", + "width": 32, + "height": 32, + "format": "png" + } +] diff --git a/_data/icons/ella.json b/_data/icons/ella.json index 188f650885b3..ea67c8daa133 100644 --- a/_data/icons/ella.json +++ b/_data/icons/ella.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmVkAhSaHhH3wKoLT56Aq8dNyEH4RySPEpqPcLwsptGBDm", - "width": 512, - "height": 512, - "format": "png" - } + { + "url": "ipfs://QmVkAhSaHhH3wKoLT56Aq8dNyEH4RySPEpqPcLwsptGBDm", + "width": 512, + "height": 512, + "format": "png" + } ] diff --git a/_data/icons/enter.json b/_data/icons/enter.json index c4c884cffc5c..2e36397a4bb0 100644 --- a/_data/icons/enter.json +++ b/_data/icons/enter.json @@ -1,9 +1,8 @@ - [ -{ - "url": "ipfs://Qmb2UYVc1MjLPi8vhszWRxqBJYoYkWQVxDJRSmtrgk6j2E", - "width": 64, - "height": 64, - "format": "png" -} + { + "url": "ipfs://Qmb2UYVc1MjLPi8vhszWRxqBJYoYkWQVxDJRSmtrgk6j2E", + "width": 64, + "height": 64, + "format": "png" + } ] diff --git a/_data/icons/ethereum.json b/_data/icons/ethereum.json index 804901211e04..c0a1879a4d75 100644 --- a/_data/icons/ethereum.json +++ b/_data/icons/ethereum.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt", - "width":1000, - "height":1628, - "format":"png" - } + { + "url": "ipfs://QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt", + "width": 1000, + "height": 1628, + "format": "png" + } ] diff --git a/_data/icons/etherlite.json b/_data/icons/etherlite.json index 8ff491a66d97..ea76f604f4ae 100644 --- a/_data/icons/etherlite.json +++ b/_data/icons/etherlite.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmbNAai1KnBnw4SPQKgrf6vBddifPCQTg2PePry1bmmZYy", - "width": 88, - "height": 88, - "format": "png" - } + { + "url": "ipfs://QmbNAai1KnBnw4SPQKgrf6vBddifPCQTg2PePry1bmmZYy", + "width": 88, + "height": 88, + "format": "png" + } ] diff --git a/_data/icons/etho.json b/_data/icons/etho.json index 35f80e4b3bd5..c04d5a154b00 100644 --- a/_data/icons/etho.json +++ b/_data/icons/etho.json @@ -1,8 +1,8 @@ -[ - { - "url":"ipfs://QmNSNdgbazhur7fKbTc5YgqP1oPhgSCyrm7QMkxS6itoTw", - "width":688, - "height":688, - "format":"png" - } -] \ No newline at end of file +[ + { + "url": "ipfs://QmNSNdgbazhur7fKbTc5YgqP1oPhgSCyrm7QMkxS6itoTw", + "width": 688, + "height": 688, + "format": "png" + } +] diff --git a/_data/icons/eurus.json b/_data/icons/eurus.json index e45a43bce1f7..7f6661d8f67c 100644 --- a/_data/icons/eurus.json +++ b/_data/icons/eurus.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmaGd5L9jGPbfyGXBFhu9gjinWJ66YtNrXq8x6Q98Eep9e", - "width":471, - "height":471, - "format":"svg" - } -] \ No newline at end of file + { + "url": "ipfs://QmaGd5L9jGPbfyGXBFhu9gjinWJ66YtNrXq8x6Q98Eep9e", + "width": 471, + "height": 471, + "format": "svg" + } +] diff --git a/_data/icons/eurusexplorer.json b/_data/icons/eurusexplorer.json index e45a43bce1f7..7f6661d8f67c 100644 --- a/_data/icons/eurusexplorer.json +++ b/_data/icons/eurusexplorer.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmaGd5L9jGPbfyGXBFhu9gjinWJ66YtNrXq8x6Q98Eep9e", - "width":471, - "height":471, - "format":"svg" - } -] \ No newline at end of file + { + "url": "ipfs://QmaGd5L9jGPbfyGXBFhu9gjinWJ66YtNrXq8x6Q98Eep9e", + "width": 471, + "height": 471, + "format": "svg" + } +] diff --git a/_data/icons/evanesco.json b/_data/icons/evanesco.json index b515996950b6..63fe6dc10acf 100644 --- a/_data/icons/evanesco.json +++ b/_data/icons/evanesco.json @@ -5,4 +5,4 @@ "height": 200, "format": "png" } -] \ No newline at end of file +] diff --git a/_data/icons/ezchain.json b/_data/icons/ezchain.json index 518cee357473..bc946d4c5830 100644 --- a/_data/icons/ezchain.json +++ b/_data/icons/ezchain.json @@ -1,9 +1,8 @@ [ - { - "url": "ipfs://QmPKJbYCFjGmY9X2cA4b9YQjWYHQncmKnFtKyQh9rHkFTb", - "width": 146, - "height": 48, - "format": "png" - } - ] - \ No newline at end of file + { + "url": "ipfs://QmPKJbYCFjGmY9X2cA4b9YQjWYHQncmKnFtKyQh9rHkFTb", + "width": 146, + "height": 48, + "format": "png" + } +] diff --git a/_data/icons/flare.json b/_data/icons/flare.json index 779b5ac5d521..3c4d52a7b367 100644 --- a/_data/icons/flare.json +++ b/_data/icons/flare.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://QmebGy9pJdCSSg1SEdZ7uzaRxgEPHdGxbvogMREs4dV73X", + "url": "ipfs://QmebGy9pJdCSSg1SEdZ7uzaRxgEPHdGxbvogMREs4dV73X", "width": 512, "height": 512, "format": "png" } -] \ No newline at end of file +] diff --git a/_data/icons/garizon.json b/_data/icons/garizon.json index 8f153f787d8c..50846802c374 100644 --- a/_data/icons/garizon.json +++ b/_data/icons/garizon.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmW3WRyuLZ95K8hvV2QN6rP5yWY98sSzWyVUxD2eUjXGrc", - "width": 1024, - "height": 613, - "format": "png" - } -] \ No newline at end of file + { + "url": "ipfs://QmW3WRyuLZ95K8hvV2QN6rP5yWY98sSzWyVUxD2eUjXGrc", + "width": 1024, + "height": 613, + "format": "png" + } +] diff --git a/_data/icons/gnosis.json b/_data/icons/gnosis.json index 7c91dfb91615..d4e3941da7dc 100644 --- a/_data/icons/gnosis.json +++ b/_data/icons/gnosis.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://bafybeidk4swpgdyqmpz6shd5onvpaujvwiwthrhypufnwr6xh3dausz2dm", - "width": 1800, - "height": 1800, - "format": "png" - } + { + "url": "ipfs://bafybeidk4swpgdyqmpz6shd5onvpaujvwiwthrhypufnwr6xh3dausz2dm", + "width": 1800, + "height": 1800, + "format": "png" + } ] diff --git a/_data/icons/gonchain.json b/_data/icons/gonchain.json index 30c9e64963ae..ed6208140d55 100644 --- a/_data/icons/gonchain.json +++ b/_data/icons/gonchain.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmQbRTjCDXzGSAsVtUo9yUhaPbMACD9CLx983DnVNQQzno", - "width": 2000, - "height": 1058, - "format": "png" - } -] \ No newline at end of file + { + "url": "ipfs://QmQbRTjCDXzGSAsVtUo9yUhaPbMACD9CLx983DnVNQQzno", + "width": 2000, + "height": 1058, + "format": "png" + } +] diff --git a/_data/icons/idchain.json b/_data/icons/idchain.json index e2d52c1b888a..11472b964c43 100644 --- a/_data/icons/idchain.json +++ b/_data/icons/idchain.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmZVwsY6HPXScKqZCA9SWNrr4jrQAHkPhVhMWi6Fj1DsrJ", - "width":162, - "height":129, - "format":"png" - } -] \ No newline at end of file + { + "url": "ipfs://QmZVwsY6HPXScKqZCA9SWNrr4jrQAHkPhVhMWi6Fj1DsrJ", + "width": 162, + "height": 129, + "format": "png" + } +] diff --git a/_data/icons/ivar.json b/_data/icons/ivar.json index 642e0ab7820c..70be359c10b7 100644 --- a/_data/icons/ivar.json +++ b/_data/icons/ivar.json @@ -1,8 +1,8 @@ - [ - { - "url": "ipfs://QmV8UmSwqGF2fxrqVEBTHbkyZueahqyYtkfH2RBF5pNysM", - "width": 524, - "height": 524, - "format": "svg" - } - ] +[ + { + "url": "ipfs://QmV8UmSwqGF2fxrqVEBTHbkyZueahqyYtkfH2RBF5pNysM", + "width": 524, + "height": 524, + "format": "svg" + } +] diff --git a/_data/icons/jfin.json b/_data/icons/jfin.json index 29567a229bc3..fba84fced9be 100644 --- a/_data/icons/jfin.json +++ b/_data/icons/jfin.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://bafkreie4uhrsk3vxxnpjm7tidupfxgib5ahnwqopf6elykdatshuo6yb4m", - "width":781, - "height":781, - "format":"svg" - } -] \ No newline at end of file + { + "url": "ipfs://bafkreie4uhrsk3vxxnpjm7tidupfxgib5ahnwqopf6elykdatshuo6yb4m", + "width": 781, + "height": 781, + "format": "svg" + } +] diff --git a/_data/icons/kaiba.json b/_data/icons/kaiba.json index 65436c130e70..3e8b5c4dfe19 100644 --- a/_data/icons/kaiba.json +++ b/_data/icons/kaiba.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://bafybeihbsw3ky7yf6llpww6fabo4dicotcgwjpefscoxrppstjx25dvtea", - "width": 932, - "height": 932, - "format": "png" - } -] \ No newline at end of file + { + "url": "ipfs://bafybeihbsw3ky7yf6llpww6fabo4dicotcgwjpefscoxrppstjx25dvtea", + "width": 932, + "height": 932, + "format": "png" + } +] diff --git a/_data/icons/kaibascan.json b/_data/icons/kaibascan.json index 65436c130e70..3e8b5c4dfe19 100644 --- a/_data/icons/kaibascan.json +++ b/_data/icons/kaibascan.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://bafybeihbsw3ky7yf6llpww6fabo4dicotcgwjpefscoxrppstjx25dvtea", - "width": 932, - "height": 932, - "format": "png" - } -] \ No newline at end of file + { + "url": "ipfs://bafybeihbsw3ky7yf6llpww6fabo4dicotcgwjpefscoxrppstjx25dvtea", + "width": 932, + "height": 932, + "format": "png" + } +] diff --git a/_data/icons/kek.json b/_data/icons/kek.json index 0b11237d95fa..4908467ef3bc 100644 --- a/_data/icons/kek.json +++ b/_data/icons/kek.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmNzwHAmaaQyuvKudrzGkrTT2GMshcmCmJ9FH8gG2mNJtM", - "width":300, - "height":300, - "format":"svg" - } + { + "url": "ipfs://QmNzwHAmaaQyuvKudrzGkrTT2GMshcmCmJ9FH8gG2mNJtM", + "width": 300, + "height": 300, + "format": "svg" + } ] diff --git a/_data/icons/lachain.json b/_data/icons/lachain.json index 68db3d411bc5..4d6a06b10fce 100644 --- a/_data/icons/lachain.json +++ b/_data/icons/lachain.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmQxGA6rhuCQDXUueVcNvFRhMEWisyTmnF57TqL7h6k6cZ", - "width": 1280, - "height": 1280, - "format": "png" - } + { + "url": "ipfs://QmQxGA6rhuCQDXUueVcNvFRhMEWisyTmnF57TqL7h6k6cZ", + "width": 1280, + "height": 1280, + "format": "png" + } ] diff --git a/_data/icons/lambda.json b/_data/icons/lambda.json index a818950ad915..52b6e5d1aea2 100644 --- a/_data/icons/lambda.json +++ b/_data/icons/lambda.json @@ -1,8 +1,8 @@ -[ - { - "url": "ipfs://QmWsoME6LCghQTpGYf7EnUojaDdYo7kfkWVjE6VvNtkjwy", - "width": 500, - "height": 500, - "format": "png" - } -] \ No newline at end of file +[ + { + "url": "ipfs://QmWsoME6LCghQTpGYf7EnUojaDdYo7kfkWVjE6VvNtkjwy", + "width": 500, + "height": 500, + "format": "png" + } +] diff --git a/_data/icons/lucky.json b/_data/icons/lucky.json index 96f5edffd011..d6784a8521a0 100644 --- a/_data/icons/lucky.json +++ b/_data/icons/lucky.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://bafkreidmvcd5i7touug55hj45mf2pgabxamy5fziva7mtx5n664s3yap6m", - "width":205, - "height":28, - "format":"png" - } + { + "url": "ipfs://bafkreidmvcd5i7touug55hj45mf2pgabxamy5fziva7mtx5n664s3yap6m", + "width": 205, + "height": 28, + "format": "png" + } ] diff --git a/_data/icons/milkomeda.json b/_data/icons/milkomeda.json index d1ecea13ae87..4bc9db45789c 100644 --- a/_data/icons/milkomeda.json +++ b/_data/icons/milkomeda.json @@ -5,4 +5,4 @@ "height": 367, "format": "svg" } -] \ No newline at end of file +] diff --git a/_data/icons/mmt.json b/_data/icons/mmt.json index d59afbd79099..c25cd350fc88 100644 --- a/_data/icons/mmt.json +++ b/_data/icons/mmt.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmaF5gi2CbDKsJ2UchNkjBqmWjv8JEDP3vePBmxeUHiaK4", - "width": 250, - "height": 250, - "format": "png" - } + { + "url": "ipfs://QmaF5gi2CbDKsJ2UchNkjBqmWjv8JEDP3vePBmxeUHiaK4", + "width": 250, + "height": 250, + "format": "png" + } ] diff --git a/_data/icons/multivac.json b/_data/icons/multivac.json index 7bedf920028a..80b198790630 100644 --- a/_data/icons/multivac.json +++ b/_data/icons/multivac.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmWb1gthhbzkiLdgcP8ccZprGbJVjFcW8Rn4uJjrw4jd3B", - "width":200, - "height":200, - "format":"png" - } + { + "url": "ipfs://QmWb1gthhbzkiLdgcP8ccZprGbJVjFcW8Rn4uJjrw4jd3B", + "width": 200, + "height": 200, + "format": "png" + } ] diff --git a/_data/icons/nahmii.json b/_data/icons/nahmii.json index 4f16625270ce..7cb5793b6786 100644 --- a/_data/icons/nahmii.json +++ b/_data/icons/nahmii.json @@ -5,4 +5,4 @@ "height": 384, "format": "png" } -] \ No newline at end of file +] diff --git a/_data/icons/neon.json b/_data/icons/neon.json index 0102561bd66e..d5e1c4e1444c 100644 --- a/_data/icons/neon.json +++ b/_data/icons/neon.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://Qmcxevb3v8PEvnvfYgcG3bCBuPhe5YAdsHeaufDChSSR3Q", - "width":512, - "height":512, - "format":"png" - } + { + "url": "ipfs://Qmcxevb3v8PEvnvfYgcG3bCBuPhe5YAdsHeaufDChSSR3Q", + "width": 512, + "height": 512, + "format": "png" + } ] diff --git a/_data/icons/nmactest.json b/_data/icons/nmactest.json index 2e03bf4afa04..759218121ef2 100644 --- a/_data/icons/nmactest.json +++ b/_data/icons/nmactest.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmPX6cfsBkVTDyo56kjzNDVDqFviP3BqL83QSP1V4UmvgK", - "width":174, - "height":174, - "format":"png" - } + { + "url": "ipfs://QmPX6cfsBkVTDyo56kjzNDVDqFviP3BqL83QSP1V4UmvgK", + "width": 174, + "height": 174, + "format": "png" + } ] diff --git a/_data/icons/ntity.json b/_data/icons/ntity.json index 4dba513a0ba1..b23a7a501f37 100644 --- a/_data/icons/ntity.json +++ b/_data/icons/ntity.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmSW2YhCvMpnwtPGTJAuEK2QgyWfFjmnwcrapUg6kqFsPf", - "width": 1000, - "height": 1628, - "format": "svg" - } -] \ No newline at end of file + { + "url": "ipfs://QmSW2YhCvMpnwtPGTJAuEK2QgyWfFjmnwcrapUg6kqFsPf", + "width": 1000, + "height": 1628, + "format": "svg" + } +] diff --git a/_data/icons/omlira.json b/_data/icons/omlira.json index 3c09e8d32d65..980dca8d44de 100644 --- a/_data/icons/omlira.json +++ b/_data/icons/omlira.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmQtEHaejiDbmiCvbBYw9jNQv3DLK5XHCQwLRfnLNpdN5j", - "width":256, - "height":256, - "format":"png" - } + { + "url": "ipfs://QmQtEHaejiDbmiCvbBYw9jNQv3DLK5XHCQwLRfnLNpdN5j", + "width": 256, + "height": 256, + "format": "png" + } ] diff --git a/_data/icons/oneledger.json b/_data/icons/oneledger.json index dd6f0d1ebb9b..f2d0fa890f99 100644 --- a/_data/icons/oneledger.json +++ b/_data/icons/oneledger.json @@ -5,4 +5,4 @@ "height": 225, "format": "png" } -] \ No newline at end of file +] diff --git a/_data/icons/openpiece.json b/_data/icons/openpiece.json index 0db62b4619dd..0fc3644ced41 100644 --- a/_data/icons/openpiece.json +++ b/_data/icons/openpiece.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmVTahJkdSH3HPYsJMK2GmqfWZjLyxE7cXy1aHEnHU3vp2", - "width": 250, - "height": 250, - "format": "png" - } + { + "url": "ipfs://QmVTahJkdSH3HPYsJMK2GmqfWZjLyxE7cXy1aHEnHU3vp2", + "width": 250, + "height": 250, + "format": "png" + } ] diff --git a/_data/icons/pf.json b/_data/icons/pf.json index 110a4ba843af..388c5dcbbaa2 100644 --- a/_data/icons/pf.json +++ b/_data/icons/pf.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmeMa6aw3ebUKJdGgbzDgcVtggzp7cQdfSrmzMYmnt5ywc", - "width": 200, - "height": 200, - "format": "png" - } + { + "url": "ipfs://QmeMa6aw3ebUKJdGgbzDgcVtggzp7cQdfSrmzMYmnt5ywc", + "width": 200, + "height": 200, + "format": "png" + } ] diff --git a/_data/icons/phi.json b/_data/icons/phi.json index c9e5e637a59a..2c9076856886 100644 --- a/_data/icons/phi.json +++ b/_data/icons/phi.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://bafkreid6pm3mic7izp3a6zlfwhhe7etd276bjfsq2xash6a4s2vmcdf65a", - "width":512, - "height":512, - "format":"png" - } + { + "url": "ipfs://bafkreid6pm3mic7izp3a6zlfwhhe7etd276bjfsq2xash6a4s2vmcdf65a", + "width": 512, + "height": 512, + "format": "png" + } ] diff --git a/_data/icons/phiv2.json b/_data/icons/phiv2.json index c9e5e637a59a..2c9076856886 100644 --- a/_data/icons/phiv2.json +++ b/_data/icons/phiv2.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://bafkreid6pm3mic7izp3a6zlfwhhe7etd276bjfsq2xash6a4s2vmcdf65a", - "width":512, - "height":512, - "format":"png" - } + { + "url": "ipfs://bafkreid6pm3mic7izp3a6zlfwhhe7etd276bjfsq2xash6a4s2vmcdf65a", + "width": 512, + "height": 512, + "format": "png" + } ] diff --git a/_data/icons/phoenix.json b/_data/icons/phoenix.json index dc34bb6b8c32..6a24ceff5d34 100644 --- a/_data/icons/phoenix.json +++ b/_data/icons/phoenix.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmYiLMeKDXMSNuQmtxNdxm53xR588pcRXMf7zuiZLjQnc6", - "width": 1501, - "height": 1501, - "format": "png" - } -] \ No newline at end of file + { + "url": "ipfs://QmYiLMeKDXMSNuQmtxNdxm53xR588pcRXMf7zuiZLjQnc6", + "width": 1501, + "height": 1501, + "format": "png" + } +] diff --git a/_data/icons/platon.json b/_data/icons/platon.json index 70f478ccf4f5..8e54e72afb5a 100644 --- a/_data/icons/platon.json +++ b/_data/icons/platon.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmT7PSXBiVBma6E15hNkivmstqLu3JSnG1jXN5pTmcCGRC", - "width":200, - "height":200, - "format":"png" - } -] \ No newline at end of file + { + "url": "ipfs://QmT7PSXBiVBma6E15hNkivmstqLu3JSnG1jXN5pTmcCGRC", + "width": 200, + "height": 200, + "format": "png" + } +] diff --git a/_data/icons/polis.json b/_data/icons/polis.json index 1857fb97e000..3e6160a6698f 100644 --- a/_data/icons/polis.json +++ b/_data/icons/polis.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmagWrtyApex28H2QeXcs3jJ2F7p2K7eESz3cDbHdQ3pjG", - "width":1050, - "height":1050, - "format":"png" - } + { + "url": "ipfs://QmagWrtyApex28H2QeXcs3jJ2F7p2K7eESz3cDbHdQ3pjG", + "width": 1050, + "height": 1050, + "format": "png" + } ] diff --git a/_data/icons/polyjuice.json b/_data/icons/polyjuice.json index e97e8fadf149..bd338e0a8377 100644 --- a/_data/icons/polyjuice.json +++ b/_data/icons/polyjuice.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmZ5gFWUxLFqqT3DkefYfRsVksMwMTc5VvBjkbHpeFMsNe", - "width":1000, - "height":1628, - "format":"png" - } + { + "url": "ipfs://QmZ5gFWUxLFqqT3DkefYfRsVksMwMTc5VvBjkbHpeFMsNe", + "width": 1000, + "height": 1628, + "format": "png" + } ] diff --git a/_data/icons/popcateum.json b/_data/icons/popcateum.json index 56eb135a71bc..ec64d6b416b8 100644 --- a/_data/icons/popcateum.json +++ b/_data/icons/popcateum.json @@ -5,4 +5,4 @@ "height": 2600, "format": "png" } -] \ No newline at end of file +] diff --git a/_data/icons/prb.json b/_data/icons/prb.json index 423e37a527ac..5fd54b01c3ff 100644 --- a/_data/icons/prb.json +++ b/_data/icons/prb.json @@ -1,8 +1,8 @@ [ { - "url":"ipfs://QmVgc77jYo2zrxQjhYwT4KzvSrSZ1DBJraJVX57xAvP8MD", - "width":2362, - "height":2362, - "format":"png" + "url": "ipfs://QmVgc77jYo2zrxQjhYwT4KzvSrSZ1DBJraJVX57xAvP8MD", + "width": 2362, + "height": 2362, + "format": "png" } ] diff --git a/_data/icons/quadrans.json b/_data/icons/quadrans.json index f15a3776172e..5a5ace426109 100644 --- a/_data/icons/quadrans.json +++ b/_data/icons/quadrans.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmZFiYHnE4TrezPz8wSap9nMxG6m98w4fv7ataj2TfLNck", - "width": 1024, - "height": 1024, - "format": "png" - } -] \ No newline at end of file + { + "url": "ipfs://QmZFiYHnE4TrezPz8wSap9nMxG6m98w4fv7ataj2TfLNck", + "width": 1024, + "height": 1024, + "format": "png" + } +] diff --git a/_data/icons/rangers.json b/_data/icons/rangers.json index 9bfdb96d88ba..c26e992a07d7 100644 --- a/_data/icons/rangers.json +++ b/_data/icons/rangers.json @@ -1,8 +1,8 @@ [ { - "url":"ipfs://QmfHG3xbg4iiopagww93Gu7tmvCpPwZdiwsUjd3Dt5mRwT", - "width":835, - "height":835, - "format":"png" + "url": "ipfs://QmfHG3xbg4iiopagww93Gu7tmvCpPwZdiwsUjd3Dt5mRwT", + "width": 835, + "height": 835, + "format": "png" } ] diff --git a/_data/icons/rei.json b/_data/icons/rei.json index cbbb62230bbf..33e9cd8b87f3 100644 --- a/_data/icons/rei.json +++ b/_data/icons/rei.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://bafkreihgwxcavak2v5otxka2muxtcd4v5cvzcuvfwotriy24qzq7tuuzwm", - "width":1561, - "height":1561, - "format":"png" - } -] \ No newline at end of file + { + "url": "ipfs://bafkreihgwxcavak2v5otxka2muxtcd4v5cvzcuvfwotriy24qzq7tuuzwm", + "width": 1561, + "height": 1561, + "format": "png" + } +] diff --git a/_data/icons/seedcoin.json b/_data/icons/seedcoin.json index b6bdfd292d96..5d0ab5cda295 100644 --- a/_data/icons/seedcoin.json +++ b/_data/icons/seedcoin.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmSchLvCCZjBzcv5n22v1oFDAc2yHJ42NERyjZeL9hBgrh", - "width":64, - "height":64, - "format":"png" - } + { + "url": "ipfs://QmSchLvCCZjBzcv5n22v1oFDAc2yHJ42NERyjZeL9hBgrh", + "width": 64, + "height": 64, + "format": "png" + } ] diff --git a/_data/icons/sherpax.json b/_data/icons/sherpax.json index d4c2701ba13f..9a997bf0ff50 100644 --- a/_data/icons/sherpax.json +++ b/_data/icons/sherpax.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmTgk86ngUZXLNqpAM7HomNT8pd9ZDTwJv3iwSY67rssdw", - "width":141, - "height":140, - "format":"png" - } + { + "url": "ipfs://QmTgk86ngUZXLNqpAM7HomNT8pd9ZDTwJv3iwSY67rssdw", + "width": 141, + "height": 140, + "format": "png" + } ] diff --git a/_data/icons/shyft.json b/_data/icons/shyft.json index 17c728e91641..f2aea2730c3e 100644 --- a/_data/icons/shyft.json +++ b/_data/icons/shyft.json @@ -1,9 +1,8 @@ [ - { - "url":"ipfs://QmUkFZC2ZmoYPTKf7AHdjwRPZoV2h1MCuHaGM4iu8SNFpi", - "width":400, - "height":400, - "format":"svg" - } + { + "url": "ipfs://QmUkFZC2ZmoYPTKf7AHdjwRPZoV2h1MCuHaGM4iu8SNFpi", + "width": 400, + "height": 400, + "format": "svg" + } ] - diff --git a/_data/icons/songbird.json b/_data/icons/songbird.json index ebd3b6722e5c..066f0fed698b 100644 --- a/_data/icons/songbird.json +++ b/_data/icons/songbird.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://QmYxcrbb7EoXisMQN9KqSoUqbjctV482nyfyWNvPQebdon", + "url": "ipfs://QmYxcrbb7EoXisMQN9KqSoUqbjctV482nyfyWNvPQebdon", "width": 512, "height": 719, "format": "png" } -] \ No newline at end of file +] diff --git a/_data/icons/swarmchain.json b/_data/icons/swarmchain.json index 44528a16de31..128dc1566c17 100644 --- a/_data/icons/swarmchain.json +++ b/_data/icons/swarmchain.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmRu7KmQoC2vSVeD7Y6bxRYikQHYs86H9fRAdb1ytPkK9r", - "width":500, - "height":500, - "format":"png" - } + { + "url": "ipfs://QmRu7KmQoC2vSVeD7Y6bxRYikQHYs86H9fRAdb1ytPkK9r", + "width": 500, + "height": 500, + "format": "png" + } ] diff --git a/_data/icons/swarmexplorer.json b/_data/icons/swarmexplorer.json index c909e961596f..75e5dbb8f51a 100644 --- a/_data/icons/swarmexplorer.json +++ b/_data/icons/swarmexplorer.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://Qmbzy8c54EHh7yzMHZir98BrcV6sazr77QLoi63HAoayuo", - "width":289, - "height":288, - "format":"png" - } + { + "url": "ipfs://Qmbzy8c54EHh7yzMHZir98BrcV6sazr77QLoi63HAoayuo", + "width": 289, + "height": 288, + "format": "png" + } ] diff --git a/_data/icons/techpay.json b/_data/icons/techpay.json index c420099581d5..ffe59419afe9 100644 --- a/_data/icons/techpay.json +++ b/_data/icons/techpay.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmQyTyJUnhD1dca35Vyj96pm3v3Xyw8xbG9m8HXHw3k2zR", - "width": 584, - "height": 707, - "format": "svg" - } + { + "url": "ipfs://QmQyTyJUnhD1dca35Vyj96pm3v3Xyw8xbG9m8HXHw3k2zR", + "width": 584, + "height": 707, + "format": "svg" + } ] diff --git a/_data/icons/tlc.json b/_data/icons/tlc.json index b47e1c36c2a4..daf02b1c8afc 100644 --- a/_data/icons/tlc.json +++ b/_data/icons/tlc.json @@ -1,9 +1,8 @@ [ - { - "url":"ipfs://QmaR5TsgnWSjLys6wGaciKUbc5qYL3Es4jtgQcosVqDWR3", - "width":2048, - "height":2048, - "format":"png" - } + { + "url": "ipfs://QmaR5TsgnWSjLys6wGaciKUbc5qYL3Es4jtgQcosVqDWR3", + "width": 2048, + "height": 2048, + "format": "png" + } ] - diff --git a/_data/icons/top.json b/_data/icons/top.json index c5b66913cdf5..705a6d25ffe8 100644 --- a/_data/icons/top.json +++ b/_data/icons/top.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmYikaM849eZrL8pGNeVhEHVTKWpxdGMvCY5oFBfZ2ndhd", - "width":800, - "height":800, - "format":"png" - } -] \ No newline at end of file + { + "url": "ipfs://QmYikaM849eZrL8pGNeVhEHVTKWpxdGMvCY5oFBfZ2ndhd", + "width": 800, + "height": 800, + "format": "png" + } +] diff --git a/_data/icons/twala.json b/_data/icons/twala.json index 3377bcc38829..fd9713375fc3 100644 --- a/_data/icons/twala.json +++ b/_data/icons/twala.json @@ -1,8 +1,8 @@ [ { - "url":"ipfs://QmTXJVhVKvVC7DQEnGKXvydvwpvVaUEBJrMHvsCr4nr1sK", - "width":1326, - "height":1265, - "format":"png" + "url": "ipfs://QmTXJVhVKvVC7DQEnGKXvydvwpvVaUEBJrMHvsCr4nr1sK", + "width": 1326, + "height": 1265, + "format": "png" } ] diff --git a/_data/icons/uzmi.json b/_data/icons/uzmi.json index 6a60e671d717..c76fc0f7218c 100644 --- a/_data/icons/uzmi.json +++ b/_data/icons/uzmi.json @@ -1,8 +1,8 @@ -[ - { - "url":"ipfs://QmRU9tH2mM8P7r12FXL6cqPbZnzw57p9QSuNK2f8ePB4Qi", - "width":310, - "height":310, - "format":"png" - } -] \ No newline at end of file +[ + { + "url": "ipfs://QmRU9tH2mM8P7r12FXL6cqPbZnzw57p9QSuNK2f8ePB4Qi", + "width": 310, + "height": 310, + "format": "png" + } +] diff --git a/_data/icons/velas.json b/_data/icons/velas.json index 28212e3996ef..8678f1778a83 100644 --- a/_data/icons/velas.json +++ b/_data/icons/velas.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmNXiCXJxEeBd7ZYGYjPSMTSdbDd2nfodLC677gUfk9ku5", - "width":924, - "height":800, - "format":"png" - } + { + "url": "ipfs://QmNXiCXJxEeBd7ZYGYjPSMTSdbDd2nfodLC677gUfk9ku5", + "width": 924, + "height": 800, + "format": "png" + } ] diff --git a/_data/icons/venidium.json b/_data/icons/venidium.json index 0564b87567aa..f1ed602e50c1 100644 --- a/_data/icons/venidium.json +++ b/_data/icons/venidium.json @@ -1,8 +1,8 @@ -[ - { - "url": "ipfs://bafkreiaplwlym5g27jm4mjhotfqq6al2cxp3fnkmzdusqjg7wnipq5wn2e", - "width": 1000, - "height": 1000, - "format": "png" - } -] \ No newline at end of file +[ + { + "url": "ipfs://bafkreiaplwlym5g27jm4mjhotfqq6al2cxp3fnkmzdusqjg7wnipq5wn2e", + "width": 1000, + "height": 1000, + "format": "png" + } +] diff --git a/_data/icons/wagmi.json b/_data/icons/wagmi.json index dd13d48cdb94..c69caf04a4ca 100644 --- a/_data/icons/wagmi.json +++ b/_data/icons/wagmi.json @@ -5,4 +5,4 @@ "height": 500, "format": "png" } -] \ No newline at end of file +] diff --git a/_data/icons/web3games.json b/_data/icons/web3games.json index 674a00b3b352..d66f8c9f55f3 100644 --- a/_data/icons/web3games.json +++ b/_data/icons/web3games.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmUc57w3UTHiWapNW9oQb1dP57ymtdemTTbpvGkjVHBRCo", - "width":192, - "height":192, - "format":"png" - } + { + "url": "ipfs://QmUc57w3UTHiWapNW9oQb1dP57ymtdemTTbpvGkjVHBRCo", + "width": 192, + "height": 192, + "format": "png" + } ] diff --git a/_data/icons/xdc.json b/_data/icons/xdc.json index c7725703d0ea..d2b2ed8a6d70 100644 --- a/_data/icons/xdc.json +++ b/_data/icons/xdc.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmeRq7pabiJE2n1xU3Y5Mb4TZSX9kQ74x7a3P2Z4PqcMRX", - "width":1450, - "height":1450, - "format":"png" - } + { + "url": "ipfs://QmeRq7pabiJE2n1xU3Y5Mb4TZSX9kQ74x7a3P2Z4PqcMRX", + "width": 1450, + "height": 1450, + "format": "png" + } ] diff --git a/_data/icons/xsc.json b/_data/icons/xsc.json index 0371ab09589c..a6b4b65c338a 100644 --- a/_data/icons/xsc.json +++ b/_data/icons/xsc.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmNmAFgQKkjofaBR5mhB5ygE1Gna36YBVsGkgZQxrwW85s", - "width":98, - "height":96, - "format":"png" - } + { + "url": "ipfs://QmNmAFgQKkjofaBR5mhB5ygE1Gna36YBVsGkgZQxrwW85s", + "width": 98, + "height": 96, + "format": "png" + } ] diff --git a/_data/icons/ycc.json b/_data/icons/ycc.json index 1b5f0534fdc1..af285a824d03 100644 --- a/_data/icons/ycc.json +++ b/_data/icons/ycc.json @@ -1,8 +1,8 @@ [ { - "url":"ipfs://QmdbPhiB5W2gbHZGkYsN7i2VTKKP9casmAN2hRnpDaL9W4", - "width":96, - "height":96, - "format":"png" + "url": "ipfs://QmdbPhiB5W2gbHZGkYsN7i2VTKKP9casmAN2hRnpDaL9W4", + "width": 96, + "height": 96, + "format": "png" } -] \ No newline at end of file +] diff --git a/_data/icons/zcore.json b/_data/icons/zcore.json index 17a2141443b2..053243e60a28 100644 --- a/_data/icons/zcore.json +++ b/_data/icons/zcore.json @@ -1,8 +1,8 @@ [ - { - "url":"ipfs://QmQnXu13ym8W1VA3QxocaNVXGAuEPmamSCkS7bBscVk1f4", - "width":1050, - "height":1050, - "format":"png" - } + { + "url": "ipfs://QmQnXu13ym8W1VA3QxocaNVXGAuEPmamSCkS7bBscVk1f4", + "width": 1050, + "height": 1050, + "format": "png" + } ]