mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
441 B
JSON
24 lines
441 B
JSON
|
{
|
||
|
"name": "LACHAIN Testnet",
|
||
|
"chain": "TLA",
|
||
|
"icon": "lachain",
|
||
|
"rpc": [
|
||
|
"https://rpc-testnet.lachain.io"
|
||
|
],
|
||
|
"faucets": [],
|
||
|
"nativeCurrency": {
|
||
|
"name": "TLA",
|
||
|
"symbol": "TLA",
|
||
|
"decimals": 18
|
||
|
},
|
||
|
"infoURL": "https://lachain.io",
|
||
|
"shortName": "TLA",
|
||
|
"chainId": 226,
|
||
|
"networkId": 226,
|
||
|
"explorers": [{
|
||
|
"name": "blockscout",
|
||
|
"url": "https://scan-test.lachain.io",
|
||
|
"standard": "EIP3091"
|
||
|
}]
|
||
|
}
|