mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Added Pegasus and Phoenix chains * chore: fill requirements * fix: remove whitespace on shortname --------- Co-authored-by: slymewl <slymewl@slymewl.jarvis.com> Co-authored-by: Slymewll <slymewll@pellartech.com>
33 lines
670 B
JSON
33 lines
670 B
JSON
{
|
|
"name": "Lightlink Phoenix Mainnet",
|
|
"chain": "Lightlink Phoenix Mainnet",
|
|
"icon": "lightlink",
|
|
"rpc": [
|
|
"https://replicator-01.phoenix.lightlink.io/rpc/v1",
|
|
"https://replicator-02.phoenix.lightlink.io/rpc/v1"
|
|
],
|
|
"features": [
|
|
{
|
|
"name": "EIP155"
|
|
}
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Ethereum",
|
|
"symbol": "ETH",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://lightlink.io",
|
|
"shortName": "lightlink_phoenix",
|
|
"chainId": 1890,
|
|
"networkId": 1890,
|
|
"explorers": [
|
|
{
|
|
"name": "phoenix",
|
|
"url": "https://phoenix.lightlink.io",
|
|
"icon": "lightlink",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|