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:
calehh 2022-03-02 14:16:51 +08:00 committed by GitHub
parent e68cce7e61
commit 14b966032d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 52 additions and 0 deletions

View 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
}

View 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"
}
]
}

View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmZbmGYdfbMRrWJore3c7hyD6q7B5pXHJqTSNjbZZUK6V8",
"width": 200,
"height": 200,
"format": "png"
}
]