mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
18b592ec7e
* Add LACHAIN * Fix testnet id * Fix testnet id * Fix testnet short name
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"
|
|
}]
|
|
}
|