Add LACHAIN network (#1004)

* Add LACHAIN

* Fix testnet id

* Fix testnet id

* Fix testnet short name
This commit is contained in:
sgladkov 2022-03-29 10:54:03 +03:00 committed by GitHub
parent eac94f5951
commit 18b592ec7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"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"
}]
}

View File

@ -0,0 +1,23 @@
{
"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"
}]
}

8
_data/icons/lachain.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQxGA6rhuCQDXUueVcNvFRhMEWisyTmnF57TqL7h6k6cZ",
"width": 1280,
"height": 1280,
"format": "png"
}
]