mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Merge branch 'ethereum-lists:master' into patch-1
This commit is contained in:
commit
9f0188f670
|
|
@ -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}
|
||||
}
|
||||
```
|
||||
8
.github/ISSUE_TEMPLATE/other.md
vendored
8
.github/ISSUE_TEMPLATE/other.md
vendored
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
name: other
|
||||
about: either an issue with ethereum-lists/chains or a suggestion
|
||||
title: ""
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
16
.github/workflows/stale.yml
vendored
Normal file
16
.github/workflows/stale.yml
vendored
Normal file
|
|
@ -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
|
||||
11
README.md
11
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!
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "OETH",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://optimism.io",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
24
_data/chains/eip155-107.json
Normal file
24
_data/chains/eip155-107.json
Normal file
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
26
_data/chains/eip155-108801.json
Normal file
26
_data/chains/eip155-108801.json
Normal file
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
25
_data/chains/eip155-11155111.json
Normal file
25
_data/chains/eip155-11155111.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
|
|
|||
23
_data/chains/eip155-11437.json
Normal file
23
_data/chains/eip155-11437.json
Normal file
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
25
_data/chains/eip155-1197.json
Normal file
25
_data/chains/eip155-1197.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
18
_data/chains/eip155-1201.json
Normal file
18
_data/chains/eip155-1201.json
Normal file
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Etho Protocol",
|
||||
"chain": "ETHO",
|
||||
"rpc": [
|
||||
"https://rpc.ether1.org"
|
||||
"https://rpc.ethoprotocol.com"
|
||||
],
|
||||
|
||||
"faucets": [],
|
||||
|
|
|
|||
25
_data/chains/eip155-13381.json
Normal file
25
_data/chains/eip155-13381.json
Normal file
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.platon.network",
|
||||
"shortName": "PlatON",
|
||||
"shortName": "platondev",
|
||||
"chainId": 210309,
|
||||
"networkId": 1,
|
||||
"icon": "platon",
|
||||
|
|
|
|||
27
_data/chains/eip155-210425.json
Normal file
27
_data/chains/eip155-210425.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
26
_data/chains/eip155-2213.json
Normal file
26
_data/chains/eip155-2213.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
|
|
|||
15
_data/chains/eip155-258.json
Normal file
15
_data/chains/eip155-258.json
Normal file
|
|
@ -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
|
||||
}
|
||||
23
_data/chains/eip155-333.json
Normal file
23
_data/chains/eip155-333.json
Normal file
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
23
_data/chains/eip155-3333.json
Normal file
23
_data/chains/eip155-3333.json
Normal file
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
"networkId": 42161,
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "AETH",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": [
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
24
_data/chains/eip155-512.json
Normal file
24
_data/chains/eip155-512.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
24
_data/chains/eip155-555.json
Normal file
24
_data/chains/eip155-555.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
25
_data/chains/eip155-55555.json
Normal file
25
_data/chains/eip155-55555.json
Normal file
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
25
_data/chains/eip155-55556.json
Normal file
25
_data/chains/eip155-55556.json
Normal file
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
|
|
|||
18
_data/chains/eip155-600.json
Normal file
18
_data/chains/eip155-600.json
Normal file
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
24
_data/chains/eip155-7341.json
Normal file
24
_data/chains/eip155-7341.json
Normal file
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
30
_data/chains/eip155-8000.json
Normal file
30
_data/chains/eip155-8000.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
30
_data/chains/eip155-8001.json
Normal file
30
_data/chains/eip155-8001.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
24
_data/chains/eip155-87.json
Normal file
24
_data/chains/eip155-87.json
Normal file
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
8
_data/icons/aac.json
Normal file
8
_data/icons/aac.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://QmRUrz4dULaoaMpnqd8qXT7ehwz3aaqnYKY4ePsy7isGaF",
|
||||
"width":512,
|
||||
"height":512,
|
||||
"format":"png"
|
||||
}
|
||||
]
|
||||
8
_data/icons/evanesco.json
Normal file
8
_data/icons/evanesco.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmZbmGYdfbMRrWJore3c7hyD6q7B5pXHJqTSNjbZZUK6V8",
|
||||
"width": 200,
|
||||
"height": 200,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
||||
8
_data/icons/iorachain.json
Normal file
8
_data/icons/iorachain.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafybeiehps5cqdhqottu2efo4jeehwpkz5rbux3cjxd75rm6rjm4sgs2wi",
|
||||
"width": 250,
|
||||
"height": 250,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
||||
8
_data/icons/nebulatestnet.json
Normal file
8
_data/icons/nebulatestnet.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmNtr72zqg3eKGNyVVNgTNLddPm3nUCqggXYyE9vQxZDW2",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
||||
8
_data/icons/novanetwork.json
Normal file
8
_data/icons/novanetwork.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmNtr72zqg3eKGNyVVNgTNLddPm3nUCqggXYyE9vQxZDW2",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
||||
8
_data/icons/palm.json
Normal file
8
_data/icons/palm.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmX6h8xm4em77oNpFRtmAqrZ734MH4VGCC68dEKHUfdfPs",
|
||||
"width": 1080,
|
||||
"height": 1080,
|
||||
"format": "svg"
|
||||
}
|
||||
]
|
||||
8
_data/icons/phoenix.json
Normal file
8
_data/icons/phoenix.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmYiLMeKDXMSNuQmtxNdxm53xR588pcRXMf7zuiZLjQnc6",
|
||||
"width": 1501,
|
||||
"height": 1501,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
||||
8
_data/icons/reichain.json
Normal file
8
_data/icons/reichain.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmNy5d5knHVjJJS9g4kLsh9i73RTjckpKL6KZvRk6ptbhf",
|
||||
"width": 591,
|
||||
"height": 591,
|
||||
"format": "svg"
|
||||
}
|
||||
]
|
||||
9
_data/icons/shyft.json
Normal file
9
_data/icons/shyft.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://QmUkFZC2ZmoYPTKf7AHdjwRPZoV2h1MCuHaGM4iu8SNFpi",
|
||||
"width":400,
|
||||
"height":400,
|
||||
"format":"svg"
|
||||
}
|
||||
]
|
||||
|
||||
8
_data/icons/teleport.json
Normal file
8
_data/icons/teleport.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmdP1sLnsmW9dwnfb1GxAXU1nHDzCvWBQNumvMXpdbCSuz",
|
||||
"width": 390,
|
||||
"height": 390,
|
||||
"format": "svg"
|
||||
}
|
||||
]
|
||||
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user