mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"name": "LA Testnet",
|
|
"chain": "LATestnet",
|
|
"rpc": ["https://rpc.testnet.lachain.network"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Test La Coin",
|
|
"symbol": "TLA",
|
|
"decimals": 18
|
|
},
|
|
"features": [{ "name": "EIP155" }],
|
|
"infoURL": "",
|
|
"shortName": "latestnet",
|
|
"chainId": 418,
|
|
"networkId": 418,
|
|
"explorers": []
|
|
}
|