Updated Elastos RPC/Info

This commit is contained in:
LtSnakePlissken 2022-01-22 16:58:27 -07:00
parent fa6ff64818
commit 6a5f03dbe7

View File

@ -1,10 +1,10 @@
{
"name": "ELA-ETH-Sidechain Mainnet",
"name": "Elastos Smart Chain",
"chain": "ETH",
"rpc": [
"https://mainrpc.elaeth.io"
"https://api.elastos.io/eth"
],
"faucets": [],
"faucets": ["https://faucet.elastos.org/"],
"nativeCurrency": {
"name": "Elastos",
"symbol": "ELA",
@ -13,5 +13,9 @@
"infoURL": "https://www.elastos.org/",
"shortName": "elaeth",
"chainId": 20,
"networkId": 20
}
"networkId": 20,
"explorers": [{
"name": "elastos eth explorer",
"url": "https://eth.elastos.io/",
"standard": "EIP3091"
}]