mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add LACHAIN network (#1004)
* Add LACHAIN * Fix testnet id * Fix testnet id * Fix testnet short name
This commit is contained in:
parent
eac94f5951
commit
18b592ec7e
23
_data/chains/eip155-225.json
Normal file
23
_data/chains/eip155-225.json
Normal 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"
|
||||||
|
}]
|
||||||
|
}
|
23
_data/chains/eip155-226.json
Normal file
23
_data/chains/eip155-226.json
Normal 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
8
_data/icons/lachain.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmQxGA6rhuCQDXUueVcNvFRhMEWisyTmnF57TqL7h6k6cZ",
|
||||||
|
"width": 1280,
|
||||||
|
"height": 1280,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user