chains/_data/chains/eip155-1890.json
Gyffindo Slymewl a87abf5d36
Added Pegasus and Phoenix chains (#2457)
* 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>
2023-03-21 10:04:59 +01:00

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"
}
]
}