mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add Living Assets Mainnet network (#2970)
* add living assets mainnet network * formatting json files * json formating
This commit is contained in:
parent
475b8ee2e9
commit
596ed8295b
19
_data/chains/eip155-1440.json
Normal file
19
_data/chains/eip155-1440.json
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "Living Assets Mainnet",
|
||||||
|
"chain": "LAS",
|
||||||
|
"icon": "livingassets",
|
||||||
|
"rpc": [
|
||||||
|
"https://beta.mainnet.livingassets.io/rpc",
|
||||||
|
"https://gamma.mainnet.livingassets.io/rpc"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "LAS",
|
||||||
|
"symbol": "LAS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://dev.livingassets.io/",
|
||||||
|
"shortName": "LAS",
|
||||||
|
"chainId": 1440,
|
||||||
|
"networkId": 1440
|
||||||
|
}
|
8
_data/icons/livingassets.json
Normal file
8
_data/icons/livingassets.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmRidubY7BVwC737BQwGEttenP1npAXN7ZNryktE416uUW",
|
||||||
|
"width": 500,
|
||||||
|
"height": 500,
|
||||||
|
"format": "jpg"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user