chains/_data/chains/eip155-226.json
sgladkov 18b592ec7e
Add LACHAIN network (#1004)
* Add LACHAIN

* Fix testnet id

* Fix testnet id

* Fix testnet short name
2022-03-29 09:54:03 +02:00

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"
}]
}