Armonia Meta Chain - Eva and Wall-e for EVM (#1956)

* suppress vscode plugin generated bin folder and files for kotlin projects

* add Armonia Eva Chain mainnet info

* add Armonia Eva Chain

* prettier 160 & 161

* remove eva - mainnet explorer as its under incubation

* bring back rpc

* Update _data/chains/eip155-160.json

Co-authored-by: ligi <ligi@ligi.de>

* Update _data/chains/eip155-161.json

Co-authored-by: ligi <ligi@ligi.de>

Co-authored-by: masteray <masteraychen@gmail.com>
Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
masteraychen 2023-01-19 23:15:55 +08:00 committed by GitHub
parent 2615da250f
commit 99d5f80c4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"name": "Armonia Eva Chain Mainnet",
"chain": "Eva",
"rpc": ["https://evascan.io/api/eth-rpc/"],
"faucets": [],
"nativeCurrency": {
"name": "Armonia Multichain Native Token",
"symbol": "AMAX",
"decimals": 18
},
"infoURL": "https://amax.network",
"shortName": "eva",
"chainId": 160,
"networkId": 160,
"status": "incubating"
}

View File

@ -0,0 +1,22 @@
{
"name": "Armonia Eva Chain Testnet",
"chain": "Wall-e",
"rpc": ["https://testnet.evascan.io/api/eth-rpc/"],
"faucets": [],
"nativeCurrency": {
"name": "Armonia Multichain Native Token",
"symbol": "AMAX",
"decimals": 18
},
"infoURL": "https://amax.network",
"shortName": "wall-e",
"chainId": 161,
"networkId": 161,
"explorers": [
{
"name": "blockscout - evascan",
"url": "https://testnet.evascan.io",
"standard": "EIP3091"
}
]
}