mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
99d5f80c4c
* 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>
23 lines
492 B
JSON
23 lines
492 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|