mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
536 B
JSON
25 lines
536 B
JSON
{
|
|
"name": "LaTestnet",
|
|
"chain": "LaTestnet",
|
|
"icon": "LaChain",
|
|
"rpc": ["https://rpc.testnet.lachain.network"],
|
|
"faucets": ["https://faucet.lachain.network"],
|
|
"nativeCurrency": {
|
|
"name": "Test LaCoin",
|
|
"symbol": "TLA",
|
|
"decimals": 18
|
|
},
|
|
"features": [{ "name": "EIP155" }],
|
|
"infoURL": "",
|
|
"shortName": "latestnet",
|
|
"chainId": 418,
|
|
"networkId": 418,
|
|
"explorers": [
|
|
{
|
|
"name": "LaTestnet Explorer",
|
|
"url": "https://testexplorer.lachain.network",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|