chains/_data/chains/eip155-225.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
432 B
JSON

{
"name": "LACHAIN Mainnet",
"chain": "LA",
"icon": "lachain",
"rpc": [
"https://rpc-mainnet.lachain.io"
],
"faucets": [],
"nativeCurrency": {
"name": "LA",
"symbol": "LA",
"decimals": 18
},
"infoURL": "https://lachain.io",
"shortName": "LA",
"chainId": 225,
"networkId": 225,
"explorers": [{
"name": "blockscout",
"url": "https://scan.lachain.io",
"standard": "EIP3091"
}]
}