mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
2615da250f
commit
99d5f80c4c
16
_data/chains/eip155-160.json
Normal file
16
_data/chains/eip155-160.json
Normal 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"
|
||||||
|
}
|
22
_data/chains/eip155-161.json
Normal file
22
_data/chains/eip155-161.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user