mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Evanesco mainnet and Avis testnet (#933)
* add evanesco chain * add avis testnet * Update _data/chains/eip155-2213.json Co-authored-by: ligi <ligi@ligi.de> * Update _data/chains/eip155-2213.json Co-authored-by: ligi <ligi@ligi.de> * Update _data/icons/evanesco.json Co-authored-by: ligi <ligi@ligi.de> Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
e68cce7e61
commit
14b966032d
18
_data/chains/eip155-1201.json
Normal file
18
_data/chains/eip155-1201.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "AVIS Testnet",
|
||||
"chain": "AVIS 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
|
||||
}
|
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"
|
||||
}
|
||||
]
|
||||
}
|
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"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user