Update eip155-418.json (#2726)

* Update eip155-418.json

Added faucet and explorer urls

* Update eip155-418.json - formatting

---------

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
mauricio-b-r 2023-05-05 00:52:51 -03:00 committed by GitHub
parent 02cd2f333e
commit bb20b95e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
"name": "LA Testnet",
"chain": "LATestnet",
"rpc": ["https://rpc.testnet.lachain.network"],
"faucets": [],
"faucets": ["https://faucet.lachain.network"],
"nativeCurrency": {
"name": "Test La Coin",
"symbol": "TLA",
@ -13,5 +13,11 @@
"shortName": "latestnet",
"chainId": 418,
"networkId": 418,
"explorers": []
"explorers": [
{
"name": "LA Testnet Explorer",
"url": "https://testexplorer.lachain.network",
"standard": "EIP3091"
}
]
}