diff --git a/.github/ISSUE_TEMPLATE/add-new-chain---network-id.md b/.github/ISSUE_TEMPLATE/add-new-chain---network-id.md deleted file mode 100644 index 84eee745..00000000 --- a/.github/ISSUE_TEMPLATE/add-new-chain---network-id.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Add new chain / network ID -about: Adding a new chain and/or network ID by filing an issue -title: "[New Chain / Network]" -labels: '' -assignees: '' - ---- - -> Fill out the following to add your chain / network id, OR propose a Pull Request making your edits to the ```_data/chains.json``` file directly - -``` -{ - "name": "Ethereum Mainnet", - "shortName": "eth", - "chain": "ETH", - "network": "mainnet", - "chainId": 1, - "networkId": 1, - "rpc": ["https://mainnet.infura.io"], - "faucets": [], - "infoURL: "https://ethereum.org", - "nativeCurrency": {"name":"Ether","symbol":"ETH","decimals":18} -} -``` diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md deleted file mode 100644 index 601e0e9d..00000000 --- a/.github/ISSUE_TEMPLATE/other.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: other -about: either an issue with ethereum-lists/chains or a suggestion -title: "" -labels: '' -assignees: '' - ---- diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml new file mode 100644 index 00000000..38e16d46 --- /dev/null +++ b/.github/workflows/stale.yml @@ -0,0 +1,16 @@ +name: 'Close stale issues and PRs' +on: + schedule: + - cron: '30 1 * * *' + +jobs: + stale: + runs-on: ubuntu-latest + steps: + - uses: actions/stale@v4 + with: + stale-issue-message: 'This issue has no activity in a while - it will be closed soon.' + exempt-issue-labels: enhancement + stale-pr-message: 'This PR has no activity in a while - it will be closed soon.' + days-before-stale: 42 + days-before-close: 7 \ No newline at end of file diff --git a/README.md b/README.md index fbfcf39f..355f80d7 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ when an icon is used in either the network or a explorer there must be a json in [ { - "url": "ipfs://QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt", + "url": "ipfs://QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt", "width": 1000, "height": 1628, "format": "png" @@ -69,7 +69,7 @@ If the chain is an L2 or a shard of another chain you can link it to the parent where you need to specify type 2 and the reference to an existing parent. The field about bridges is optional. -## Aggregation +## Aggregation There are also aggregated json files with all chains automatically assembled: * https://chainid.network/chains.json @@ -90,4 +90,11 @@ There are also aggregated json files with all chains automatically assembled: * [EVM-BOX](https://github.com/izayl/evm-box) * [FaucETH](https://github.com/komputing/FaucETH) * [Sourcify playground](https://playground.sourcify.dev) + * [chaindirectory.xyz](https://www.chaindirectory.xyz) + * [chain-list.org](https://chain-list.org) + * [DefiLlama's chainlist](https://chainlist.defillama.com/) + * [chainlist.network](https://chainlist.network/) + * [evmchainlist.org](https://evmchainlist.org) + * [evmchainlist.com](https://evmchainlist.com) + * [thechainlist.io](https://thechainlist.io) * Your project - contact us to add it here! diff --git a/_data/chains/eip155-10.json b/_data/chains/eip155-10.json index 40e5ae54..06a11075 100644 --- a/_data/chains/eip155-10.json +++ b/_data/chains/eip155-10.json @@ -5,7 +5,7 @@ "faucets": [], "nativeCurrency": { "name": "Ether", - "symbol": "OETH", + "symbol": "ETH", "decimals": 18 }, "infoURL": "https://optimism.io", diff --git a/_data/chains/eip155-1030.json b/_data/chains/eip155-1030.json index 04b1e138..6e548091 100644 --- a/_data/chains/eip155-1030.json +++ b/_data/chains/eip155-1030.json @@ -1,6 +1,7 @@ { - "name": "Conflux Mainnet", + "name": "Conflux eSpace", "chain": "Conflux", + "network": "mainnet", "rpc": ["https://evm.confluxrpc.com"], "faucets": [], "nativeCurrency": { @@ -16,7 +17,7 @@ "explorers": [ { "name": "Conflux Scan", - "url": "https://evm.confluxscan.io", + "url": "https://evm.confluxscan.net", "standard": "none" } ] diff --git a/_data/chains/eip155-107.json b/_data/chains/eip155-107.json new file mode 100644 index 00000000..f41e8b7c --- /dev/null +++ b/_data/chains/eip155-107.json @@ -0,0 +1,24 @@ +{ + "name": "Nebula Testnet", + "chain": "NTN", + "icon": "nebulatestnet", + "rpc": [ + "https://testnet.rpc.novanetwork.io:9070", + "http://testnet.rpc.novanetwork.io:8545" + ], + "faucets": [], + "nativeCurrency": { + "name": "Nebula X", + "symbol": "NBX", + "decimals": 18 + }, + "infoURL": "https://novanetwork.io", + "shortName": "ntn", + "chainId": 107, + "networkId": 107, + "explorers": [{ + "name": "nebulatestnet", + "url": "https://explorer.novanetwork.io", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-108801.json b/_data/chains/eip155-108801.json new file mode 100644 index 00000000..7ebac3ff --- /dev/null +++ b/_data/chains/eip155-108801.json @@ -0,0 +1,26 @@ +{ + "name": "BROChain Mainnet", + "chain": "BRO", + "network": "mainnet", + "rpc": [ + "https://rpc.brochain.org", + "http://rpc.brochain.org", + "https://rpc.brochain.org/mainnet", + "http://rpc.brochain.org/mainnet" + ], + "faucets": [], + "nativeCurrency": { + "name": "Brother", + "symbol": "BRO", + "decimals": 18 + }, + "infoURL": "https://brochain.org", + "shortName": "bro", + "chainId": 108801, + "networkId": 108801, + "explorers": [{ + "name": "BROChain Explorer", + "url": "https://explorer.brochain.org", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-11155111.json b/_data/chains/eip155-11155111.json new file mode 100644 index 00000000..2db2d033 --- /dev/null +++ b/_data/chains/eip155-11155111.json @@ -0,0 +1,25 @@ +{ + "name": "Sepolia", + "title": "Ethereum Testnet Sepolia", + "chain": "ETH", + "rpc": [ + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "SEP", + "decimals": 18 + }, + "infoURL": "https://sepolia.otterscan.io", + "shortName": "sep", + "chainId": 11155111, + "networkId": 11155111, + "explorers": [ + { + "name": "otterscan-sepolia", + "url": "https://sepolia.otterscan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-11297108099.json b/_data/chains/eip155-11297108099.json index 0251bad8..c0155fb2 100644 --- a/_data/chains/eip155-11297108099.json +++ b/_data/chains/eip155-11297108099.json @@ -1,6 +1,7 @@ { "name": "Palm Testnet", "chain": "Palm", + "icon": "palm", "rpc": [ "https://palm-testnet.infura.io/v3/{INFURA_API_KEY}" ], @@ -13,5 +14,11 @@ "infoURL": "https://palm.io", "shortName": "tpalm", "chainId": 11297108099, - "networkId": 11297108099 + "networkId": 11297108099, + "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 d1952904..db9d7b35 100644 --- a/_data/chains/eip155-11297108109.json +++ b/_data/chains/eip155-11297108109.json @@ -1,6 +1,7 @@ { "name": "Palm", "chain": "Palm", + "icon": "palm", "rpc": [ "https://palm-mainnet.infura.io/v3/{INFURA_API_KEY}" ], @@ -13,5 +14,11 @@ "infoURL": "https://palm.io", "shortName": "palm", "chainId": 11297108109, - "networkId": 11297108109 + "networkId": 11297108109, + "explorers": [{ + "name": "Palm Explorer", + "url": "https://explorer.palm.io", + "standard": "EIP3091", + "icon": "palm" + }] } diff --git a/_data/chains/eip155-11437.json b/_data/chains/eip155-11437.json new file mode 100644 index 00000000..0dcbf80f --- /dev/null +++ b/_data/chains/eip155-11437.json @@ -0,0 +1,23 @@ +{ + "name": "Shyft Testnet", + "chain": "SHYFTT", + "icon": "shyft", + "rpc": [ + "https://rpc.testnet.shyft.network/" + ], + "faucets": [], + "nativeCurrency": { + "name": "Shyft Test Token", + "symbol": "SHYFTT", + "decimals": 18 + }, + "infoURL": "https://shyft.network", + "shortName": "shyftt", + "chainId": 11437, + "networkId": 11437, + "explorers": [{ + "name": "Shyft Testnet BX", + "url": "https://bx.testnet.shyft.network", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-1197.json b/_data/chains/eip155-1197.json new file mode 100644 index 00000000..fa0b6f60 --- /dev/null +++ b/_data/chains/eip155-1197.json @@ -0,0 +1,25 @@ +{ + "name": "Iora Chain", + "chain": "IORA", + "network": "iorachain", + "icon": "iorachain", + "rpc": ["https://dataseed.iorachain.com"], + "faucets": [], + "nativeCurrency": { + "name": "Iora", + "symbol": "IORA", + "decimals": 18 + }, + "infoURL": "https://iorachain.com", + "shortName": "iora", + "chainId": 1197, + "networkId": 1197, + "explorers": [ + { + "name": "ioraexplorer", + "url": "https://explorer.iorachain.com", + "standard": "EIP3091" + } + ] +} + diff --git a/_data/chains/eip155-1201.json b/_data/chains/eip155-1201.json new file mode 100644 index 00000000..1c22b0d0 --- /dev/null +++ b/_data/chains/eip155-1201.json @@ -0,0 +1,18 @@ +{ + "name": "Evanesco Testnet", + "chain": "Evanesco Testnet", + "network": "avis", + "rpc": [ + "https://seed5.evanesco.org:8547" + ], + "faucets": [], + "nativeCurrency": { + "name": "AVIS", + "symbol": "AVIS", + "decimals": 18 + }, + "infoURL": "https://evanesco.org/", + "shortName": "avis", + "chainId": 1201, + "networkId": 1201 +} \ No newline at end of file diff --git a/_data/chains/eip155-1284.json b/_data/chains/eip155-1284.json index ffb88e21..5d1cdada 100644 --- a/_data/chains/eip155-1284.json +++ b/_data/chains/eip155-1284.json @@ -16,11 +16,6 @@ "chainId": 1284, "networkId": 1284, "explorers": [ - { - "name": "blockscout", - "url": "https://blockscout.moonbeam.network", - "standard": "none" - }, { "name": "moonscan", "url": "https://moonbeam.moonscan.io", diff --git a/_data/chains/eip155-1285.json b/_data/chains/eip155-1285.json index 3940e979..c4a58304 100644 --- a/_data/chains/eip155-1285.json +++ b/_data/chains/eip155-1285.json @@ -2,8 +2,8 @@ "name": "Moonriver", "chain": "MOON", "rpc": [ - "https://rpc.moonriver.moonbeam.network", - "wss://wss.moonriver.moonbeam.network" + "https://rpc.api.moonriver.moonbeam.network", + "wss://wss.api.moonriver.moonbeam.network" ], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-1313114.json b/_data/chains/eip155-1313114.json index 7b613e68..01182ba2 100644 --- a/_data/chains/eip155-1313114.json +++ b/_data/chains/eip155-1313114.json @@ -2,7 +2,7 @@ "name": "Etho Protocol", "chain": "ETHO", "rpc": [ - "https://rpc.ether1.org" + "https://rpc.ethoprotocol.com" ], "faucets": [], diff --git a/_data/chains/eip155-13381.json b/_data/chains/eip155-13381.json new file mode 100644 index 00000000..6b580861 --- /dev/null +++ b/_data/chains/eip155-13381.json @@ -0,0 +1,25 @@ +{ + "name": "Phoenix Mainnet", + "chain": "Phoenix", + "network": "mainnet", + "rpc": [ + "https://rpc.phoenixplorer.com/" + ], + "faucets": [], + "nativeCurrency": { + "name": "Phoenix", + "symbol": "PHX", + "decimals": 18 + }, + "infoURL": "https://cryptophoenix.org/phoenix", + "shortName": "Phoenix", + "chainId": 13381, + "networkId": 13381, + "icon": "phoenix", + "explorers": [{ + "name": "phoenixplorer", + "url": "https://phoenixplorer.com", + "icon": "phoenixplorer", + "standard": "EIP3091" + }] +} \ No newline at end of file diff --git a/_data/chains/eip155-210309.json b/_data/chains/eip155-210309.json index a6b23f4c..aed0e533 100644 --- a/_data/chains/eip155-210309.json +++ b/_data/chains/eip155-210309.json @@ -14,7 +14,7 @@ "decimals": 18 }, "infoURL": "https://www.platon.network", - "shortName": "PlatON", + "shortName": "platondev", "chainId": 210309, "networkId": 1, "icon": "platon", diff --git a/_data/chains/eip155-210425.json b/_data/chains/eip155-210425.json new file mode 100644 index 00000000..21b73ff8 --- /dev/null +++ b/_data/chains/eip155-210425.json @@ -0,0 +1,27 @@ +{ + "name": "PlatON Mainnet", + "chain": "PlatON", + "network": "mainnet", + "rpc": [ + "https://openapi.platon.network/rpc", + "wss://openapi.platon.network/ws" + ], + "faucets": [], + "nativeCurrency": { + "name": "LAT", + "symbol": "lat", + "decimals": 18 + }, + "infoURL": "https://www.platon.network", + "shortName": "platon", + "chainId": 210425, + "networkId": 1, + "icon": "platon", + "explorers": [ + { + "name": "PlatON explorer", + "url": "https://scan.platon.network", + "standard": "none" + } + ] +} \ No newline at end of file diff --git a/_data/chains/eip155-2213.json b/_data/chains/eip155-2213.json new file mode 100644 index 00000000..4c34672d --- /dev/null +++ b/_data/chains/eip155-2213.json @@ -0,0 +1,26 @@ +{ + "name": "Evanesco Mainnet", + "chain": "EVA", + "network": "mainnet", + "rpc": [ + "https://seed4.evanesco.org:8546" + ], + "faucets": [], + "nativeCurrency": { + "name": "EVA", + "symbol": "EVA", + "decimals": 18 + }, + "infoURL": "https://evanesco.org/", + "shortName": "evanesco", + "chainId": 2213, + "networkId": 2213, + "icon": "evanesco", + "explorers": [ + { + "name": "Evanesco Explorer", + "url": "https://explorer.evanesco.org", + "standard": "none" + } + ] +} \ No newline at end of file diff --git a/_data/chains/eip155-25.json b/_data/chains/eip155-25.json index 145025fd..7d1b2871 100644 --- a/_data/chains/eip155-25.json +++ b/_data/chains/eip155-25.json @@ -2,21 +2,21 @@ "name": "Cronos Mainnet Beta", "chain": "CRO", "rpc": [ - "https://evm-cronos.crypto.org" + "https://evm.cronos.org" ], "faucets": [], "nativeCurrency": { - "name": "Crypto.org Coin", + "name": "Cronos", "symbol": "CRO", "decimals": 18 }, - "infoURL": "https://cronos.crypto.org", + "infoURL": "https://cronos.org/", "shortName": "cro", "chainId": 25, "networkId": 25, "explorers": [{ "name": "Cronos Explorer", - "url": "https://cronos.crypto.org/explorer", + "url": "https://cronos.org/explorer", "standard": "none" }] } diff --git a/_data/chains/eip155-258.json b/_data/chains/eip155-258.json new file mode 100644 index 00000000..a0359a44 --- /dev/null +++ b/_data/chains/eip155-258.json @@ -0,0 +1,15 @@ +{ + "name": "Setheum", + "chain": "Setheum", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Setheum", + "symbol": "SETM", + "decimals": 18 + }, + "infoURL": "https://setheum.xyz", + "shortName": "setm", + "chainId": 258, + "networkId": 258 +} diff --git a/_data/chains/eip155-333.json b/_data/chains/eip155-333.json new file mode 100644 index 00000000..53c061b9 --- /dev/null +++ b/_data/chains/eip155-333.json @@ -0,0 +1,23 @@ +{ + "name": "Web3Q Mainnet", + "chain": "Web3Q", + "rpc": [ + "https://mainnet.web3q.io:8545" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "Web3Q", + "symbol": "W3Q", + "decimals": 18 + }, + "infoURL": "https://web3q.io/home.w3q/", + "shortName": "w3q", + "chainId": 333, + "networkId": 333, + "explorers": [{ + "name": "w3q-mainnet", + "url": "https://explorer.mainnet.web3q.io", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-3333.json b/_data/chains/eip155-3333.json new file mode 100644 index 00000000..4c7bca7d --- /dev/null +++ b/_data/chains/eip155-3333.json @@ -0,0 +1,23 @@ +{ + "name": "Web3Q Testnet", + "chain": "Web3Q", + "rpc": [ + "https://testnet.web3q.io:8545" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "Web3Q", + "symbol": "W3Q", + "decimals": 18 + }, + "infoURL": "https://web3q.io/home.w3q/", + "shortName": "w3q-t", + "chainId": 3333, + "networkId": 3333, + "explorers": [{ + "name": "w3q-testnet", + "url": "https://explorer.testnet.web3q.io", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-42161.json b/_data/chains/eip155-42161.json index 13886d0f..c23a8497 100644 --- a/_data/chains/eip155-42161.json +++ b/_data/chains/eip155-42161.json @@ -6,7 +6,7 @@ "networkId": 42161, "nativeCurrency": { "name": "Ether", - "symbol": "AETH", + "symbol": "ETH", "decimals": 18 }, "rpc": [ diff --git a/_data/chains/eip155-43114.json b/_data/chains/eip155-43114.json index e4037701..2784924b 100644 --- a/_data/chains/eip155-43114.json +++ b/_data/chains/eip155-43114.json @@ -1,5 +1,5 @@ { - "name": "Avalanche Mainnet", + "name": "Avalanche C-Chain", "chain": "AVAX", "rpc": [ "https://api.avax.network/ext/bc/C/rpc" @@ -14,7 +14,7 @@ "shortName": "Avalanche", "chainId": 43114, "networkId": 43114, - "slip44": 9000, + "slip44": 9005, "explorers": [ { "name": "snowtrace", diff --git a/_data/chains/eip155-512.json b/_data/chains/eip155-512.json new file mode 100644 index 00000000..f9f5305e --- /dev/null +++ b/_data/chains/eip155-512.json @@ -0,0 +1,24 @@ +{ + "name": "Double-A Chain Mainnet", + "chain": "AAC", + "rpc": [ + "https://rpc.acuteangle.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "Acuteangle Native Token", + "symbol": "AAC", + "decimals": 18 + }, + "infoURL": "https://www.acuteangle.com/", + "shortName": "aac", + "chainId": 512, + "networkId": 512, + "slip44": 1512, + "explorers": [{ + "name": "aacscan", + "url": "https://scan.acuteangle.com", + "standard": "EIP3091" + }], + "icon": "aac" + } \ No newline at end of file diff --git a/_data/chains/eip155-555.json b/_data/chains/eip155-555.json new file mode 100644 index 00000000..af8c94d6 --- /dev/null +++ b/_data/chains/eip155-555.json @@ -0,0 +1,24 @@ +{ + "name": "Vela1 Chain Mainnet", + "chain": "VELA1", + "rpc": [ + "https://rpc.velaverse.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "CLASS COIN", + "symbol": "CLASS", + "decimals": 18 + }, + "infoURL": "https://velaverse.io", + "shortName": "CLASS", + "chainId": 555, + "networkId": 555, + "explorers": [ + { + "name": "Vela1 Chain Mainnet Explorer", + "url": "https://exp.velaverse.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-55555.json b/_data/chains/eip155-55555.json new file mode 100644 index 00000000..250f0a0c --- /dev/null +++ b/_data/chains/eip155-55555.json @@ -0,0 +1,25 @@ +{ + "name": "REI Chain Mainnet", + "chain": "REI", + "icon": "reichain", + "rpc": [ + "https://rei-rpc.moonrhythm.io" + ], + "faucets": [ + "http://kururu.finance/faucet?chainId=55555" + ], + "nativeCurrency": { + "name": "Rei", + "symbol": "REI", + "decimals": 18 + }, + "infoURL": "https://reichain.io", + "shortName": "rei", + "chainId": 55555, + "networkId": 55555, + "explorers": [{ + "name": "reiscan", + "url": "https://reiscan.com", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-55556.json b/_data/chains/eip155-55556.json new file mode 100644 index 00000000..79332b68 --- /dev/null +++ b/_data/chains/eip155-55556.json @@ -0,0 +1,25 @@ +{ + "name": "REI Chain Testnet", + "chain": "REI", + "icon": "reichain", + "rpc": [ + "https://rei-testnet-rpc.moonrhythm.io" + ], + "faucets": [ + "http://kururu.finance/faucet?chainId=55556" + ], + "nativeCurrency": { + "name": "tRei", + "symbol": "tREI", + "decimals": 18 + }, + "infoURL": "https://reichain.io", + "shortName": "trei", + "chainId": 55556, + "networkId": 55556, + "explorers": [{ + "name": "reiscan", + "url": "https://testnet.reiscan.com", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-5869.json b/_data/chains/eip155-5869.json index 2ed792d2..8a92eac1 100644 --- a/_data/chains/eip155-5869.json +++ b/_data/chains/eip155-5869.json @@ -11,8 +11,13 @@ "symbol": "RBD", "decimals": 18 }, - "infoURL": "http://wegochain.io", + "infoURL": "https://www.wegochain.io", "shortName": "rbd", "chainId": 5869, - "networkId": 5869 + "networkId": 5869, + "explorers": [{ + "name": "wegoscan2", + "url": "https://scan2.wegochain.io", + "standard": "EIP3091" + }] } diff --git a/_data/chains/eip155-600.json b/_data/chains/eip155-600.json new file mode 100644 index 00000000..b3d08784 --- /dev/null +++ b/_data/chains/eip155-600.json @@ -0,0 +1,18 @@ +{ + "name": "Meshnyan testnet", + "chain": "MeshTestChain", + "rpc": [ + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "Meshnyan Testnet Native Token", + "symbol": "MESHT", + "decimals": 18 + }, + "infoURL": "", + "shortName": "mesh-chain-testnet", + "chainId": 600, + "networkId": 600 + } + \ No newline at end of file diff --git a/_data/chains/eip155-666666.json b/_data/chains/eip155-666666.json index 61e290d2..267d94f8 100644 --- a/_data/chains/eip155-666666.json +++ b/_data/chains/eip155-666666.json @@ -10,11 +10,11 @@ "nativeCurrency": { "name": "VS", "symbol": "VS", - "decimals": 6 + "decimals": 18 }, "infoURL": "https://visionscan.org", "shortName": "vpioneer", "chainId": 666666, "networkId": 666666, "slip44": 60 -} \ No newline at end of file +} diff --git a/_data/chains/eip155-71.json b/_data/chains/eip155-71.json index b3b61358..1c3167ec 100644 --- a/_data/chains/eip155-71.json +++ b/_data/chains/eip155-71.json @@ -1,9 +1,9 @@ { - "name": "Conflux Testnet", + "name": "Conflux eSpace (Testnet)", "chain": "Conflux", "network": "testnet", "rpc": ["https://evmtestnet.confluxrpc.com"], - "faucets": [], + "faucets": ["https://faucet.confluxnetwork.org"], "nativeCurrency": { "name": "CFX", "symbol": "CFX", @@ -17,7 +17,7 @@ "explorers": [ { "name": "Conflux Scan", - "url": "https://evmtestnet.confluxscan.io", + "url": "https://evmtestnet.confluxscan.net", "standard": "none" } ] diff --git a/_data/chains/eip155-7341.json b/_data/chains/eip155-7341.json new file mode 100644 index 00000000..d89753c3 --- /dev/null +++ b/_data/chains/eip155-7341.json @@ -0,0 +1,24 @@ +{ + "name": "Shyft Mainnet", + "chain": "SHYFT", + "icon": "shyft", + "rpc": [ + "https://rpc.shyft.network/" + ], + "faucets": [], + "nativeCurrency": { + "name": "Shyft", + "symbol": "SHYFT", + "decimals": 18 + }, + "infoURL": "https://shyft.network", + "shortName": "shyft", + "chainId": 7341, + "networkId": 7341, + "slip44": 2147490989, + "explorers": [{ + "name": "Shyft BX", + "url": "https://bx.shyft.network", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-8000.json b/_data/chains/eip155-8000.json new file mode 100644 index 00000000..bc7772f0 --- /dev/null +++ b/_data/chains/eip155-8000.json @@ -0,0 +1,30 @@ +{ + "name": "Teleport", + "chain": "Teleport", + "rpc": ["https://evm-rpc.teleport.network"], + "faucets": [], + "nativeCurrency": { + "name": "Tele", + "symbol": "TELE", + "decimals": 18 + }, + "infoURL": "https://teleport.network", + "shortName": "teleport", + "chainId": 8000, + "networkId": 8000, + "icon": "teleport", + "explorers": [ + { + "name": "Teleport EVM Explorer (Blockscout)", + "url": "https://evm-explorer.teleport.network", + "standard": "none", + "icon": "teleport" + }, + { + "name": "Teleport Cosmos Explorer (Big Dipper)", + "url": "https://explorer.teleport.network", + "standard": "none", + "icon": "teleport" + } + ] +} diff --git a/_data/chains/eip155-8001.json b/_data/chains/eip155-8001.json new file mode 100644 index 00000000..723a2938 --- /dev/null +++ b/_data/chains/eip155-8001.json @@ -0,0 +1,30 @@ +{ + "name": "Teleport Testnet", + "chain": "Teleport", + "rpc": ["https://evm-rpc.testnet.teleport.network"], + "faucets": ["https://chain-docs.teleport.network/testnet/faucet.html"], + "nativeCurrency": { + "name": "Tele", + "symbol": "TELE", + "decimals": 18 + }, + "infoURL": "https://teleport.network", + "shortName": "teleport-testnet", + "chainId": 8001, + "networkId": 8001, + "icon": "teleport", + "explorers": [ + { + "name": "Teleport EVM Explorer (Blockscout)", + "url": "https://evm-explorer.testnet.teleport.network", + "standard": "none", + "icon": "teleport" + }, + { + "name": "Teleport Cosmos Explorer (Big Dipper)", + "url": "https://explorer.testnet.teleport.network", + "standard": "none", + "icon": "teleport" + } + ] +} diff --git a/_data/chains/eip155-87.json b/_data/chains/eip155-87.json new file mode 100644 index 00000000..43790650 --- /dev/null +++ b/_data/chains/eip155-87.json @@ -0,0 +1,24 @@ +{ + "name": "Nova Network", + "chain": "NNW", + "icon": "novanetwork", + "rpc": [ + "https://rpc.novanetwork.io:9070", + "http://nova.genyrpc.info:8545" + ], + "faucets": [], + "nativeCurrency": { + "name": "Supernova", + "symbol": "SNT", + "decimals": 18 + }, + "infoURL": "https://novanetwork.io", + "shortName": "nnw", + "chainId": 87, + "networkId": 87, + "explorers": [{ + "name": "novanetwork", + "url": "https://explorer.novanetwork.io", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-888888.json b/_data/chains/eip155-888888.json index 81960b40..c0969d3e 100644 --- a/_data/chains/eip155-888888.json +++ b/_data/chains/eip155-888888.json @@ -9,11 +9,16 @@ "nativeCurrency": { "name": "VS", "symbol": "VS", - "decimals": 6 + "decimals": 18 }, - "infoURL": "https://visionscan.org", + "infoURL": "https://www.v.network", + "explorers": [{ + "name": "Visionscan", + "url": "https://www.visionscan.org", + "standard": "EIP3091" + }], "shortName": "vision", "chainId": 888888, "networkId": 888888, "slip44": 60 - } \ No newline at end of file + } diff --git a/_data/chains/eip155-9000.json b/_data/chains/eip155-9000.json index c7cff005..dfc5cb85 100644 --- a/_data/chains/eip155-9000.json +++ b/_data/chains/eip155-9000.json @@ -1,28 +1,28 @@ { "name": "Evmos Testnet", "chain": "Evmos", - "rpc": ["https://ethereum.rpc.evmos.dev"], - "faucets": ["https://faucet.evmos.org"], + "rpc": ["https://evmos-archive-testnet.api.bdnodes.net:8545"], + "faucets": ["https://faucet.evmos.dev"], "nativeCurrency": { - "name": "Photon", - "symbol": "PHOTON", + "name": "test-Evmos", + "symbol": "tEVMOS", "decimals": 18 }, "infoURL": "https://evmos.org", - "shortName": "evmos-mons", + "shortName": "evmos-testnet", "chainId": 9000, "networkId": 9000, "icon": "evmos", "explorers": [ { "name": "Evmos EVM Explorer (Blockscout)", - "url": "https://evm.evmos.org", + "url": "https://evm.evmos.dev", "standard": "none", "icon": "evmos" }, { - "name": "Evmos Cosmos Explorer (Big Dipper)", - "url": "https://explorer.evmos.org", + "name": "Evmos Cosmos Explorer", + "url": "https://explorer.evmos.dev", "standard": "none", "icon": "evmos" } diff --git a/_data/chains/eip155-9001.json b/_data/chains/eip155-9001.json index ed429b86..3a428fcb 100644 --- a/_data/chains/eip155-9001.json +++ b/_data/chains/eip155-9001.json @@ -1,7 +1,7 @@ { "name": "Evmos", "chain": "Evmos", - "rpc": ["https://ethereum.rpc.evmos.org"], + "rpc": ["https://eth.bd.evmos.org:8545"], "faucets": [], "nativeCurrency": { "name": "Evmos", @@ -21,8 +21,8 @@ "icon": "evmos" }, { - "name": "Evmos Cosmos Explorer (Big Dipper)", - "url": "https://explorer.evmos.org", + "name": "Evmos Cosmos Explorer (Mintscan)", + "url": "https://www.mintscan.io/evmos", "standard": "none", "icon": "evmos" } diff --git a/_data/icons/aac.json b/_data/icons/aac.json new file mode 100644 index 00000000..cd12bb98 --- /dev/null +++ b/_data/icons/aac.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmRUrz4dULaoaMpnqd8qXT7ehwz3aaqnYKY4ePsy7isGaF", + "width":512, + "height":512, + "format":"png" + } +] diff --git a/_data/icons/evanesco.json b/_data/icons/evanesco.json new file mode 100644 index 00000000..b5159969 --- /dev/null +++ b/_data/icons/evanesco.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmZbmGYdfbMRrWJore3c7hyD6q7B5pXHJqTSNjbZZUK6V8", + "width": 200, + "height": 200, + "format": "png" + } +] \ No newline at end of file diff --git a/_data/icons/iorachain.json b/_data/icons/iorachain.json new file mode 100644 index 00000000..27545381 --- /dev/null +++ b/_data/icons/iorachain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafybeiehps5cqdhqottu2efo4jeehwpkz5rbux3cjxd75rm6rjm4sgs2wi", + "width": 250, + "height": 250, + "format": "png" + } +] diff --git a/_data/icons/nebulatestnet.json b/_data/icons/nebulatestnet.json new file mode 100644 index 00000000..714aa167 --- /dev/null +++ b/_data/icons/nebulatestnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmNtr72zqg3eKGNyVVNgTNLddPm3nUCqggXYyE9vQxZDW2", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/icons/novanetwork.json b/_data/icons/novanetwork.json new file mode 100644 index 00000000..714aa167 --- /dev/null +++ b/_data/icons/novanetwork.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmNtr72zqg3eKGNyVVNgTNLddPm3nUCqggXYyE9vQxZDW2", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/icons/palm.json b/_data/icons/palm.json new file mode 100644 index 00000000..8b4c14b0 --- /dev/null +++ b/_data/icons/palm.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmX6h8xm4em77oNpFRtmAqrZ734MH4VGCC68dEKHUfdfPs", + "width": 1080, + "height": 1080, + "format": "svg" + } +] diff --git a/_data/icons/phoenix.json b/_data/icons/phoenix.json new file mode 100644 index 00000000..dc34bb6b --- /dev/null +++ b/_data/icons/phoenix.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYiLMeKDXMSNuQmtxNdxm53xR588pcRXMf7zuiZLjQnc6", + "width": 1501, + "height": 1501, + "format": "png" + } +] \ No newline at end of file diff --git a/_data/icons/reichain.json b/_data/icons/reichain.json new file mode 100644 index 00000000..895fa347 --- /dev/null +++ b/_data/icons/reichain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmNy5d5knHVjJJS9g4kLsh9i73RTjckpKL6KZvRk6ptbhf", + "width": 591, + "height": 591, + "format": "svg" + } +] diff --git a/_data/icons/shyft.json b/_data/icons/shyft.json new file mode 100644 index 00000000..17c728e9 --- /dev/null +++ b/_data/icons/shyft.json @@ -0,0 +1,9 @@ +[ + { + "url":"ipfs://QmUkFZC2ZmoYPTKf7AHdjwRPZoV2h1MCuHaGM4iu8SNFpi", + "width":400, + "height":400, + "format":"svg" + } +] + diff --git a/_data/icons/teleport.json b/_data/icons/teleport.json new file mode 100644 index 00000000..9f4f4abc --- /dev/null +++ b/_data/icons/teleport.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmdP1sLnsmW9dwnfb1GxAXU1nHDzCvWBQNumvMXpdbCSuz", + "width": 390, + "height": 390, + "format": "svg" + } +] diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 7454180f..41d9927a 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 669386b8..b1159fc5 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists