Add LACHAIN

This commit is contained in:
sgladkov 2022-03-28 17:57:27 +03:00
parent eac94f5951
commit 1b93b8fa9f
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": "LA",
"icon": "lachain",
"rpc": [
"https://rpc-testnet.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-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"
}
]