chains/_data/chains/eip155-418.json
mauricio-b-r bb20b95e33
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>
2023-05-05 05:52:51 +02:00

24 lines
518 B
JSON

{
"name": "LA Testnet",
"chain": "LATestnet",
"rpc": ["https://rpc.testnet.lachain.network"],
"faucets": ["https://faucet.lachain.network"],
"nativeCurrency": {
"name": "Test La Coin",
"symbol": "TLA",
"decimals": 18
},
"features": [{ "name": "EIP155" }],
"infoURL": "",
"shortName": "latestnet",
"chainId": 418,
"networkId": 418,
"explorers": [
{
"name": "LA Testnet Explorer",
"url": "https://testexplorer.lachain.network",
"standard": "EIP3091"
}
]
}