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>
This commit is contained in:
Gyffindo Slymewl 2023-03-21 16:04:59 +07:00 committed by GitHub
parent 178ab3423b
commit a87abf5d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1,32 @@
{
"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"
}
]
}

View File

@ -0,0 +1,32 @@
{
"name": "Lightlink Pegasus Testnet",
"chain": "Lightlink Pegasus Testnet",
"icon": "lightlink",
"rpc": [
"https://replicator-01.pegasus.lightlink.io/rpc/v1",
"https://replicator-02.pegasus.lightlink.io/rpc/v1"
],
"features": [
{
"name": "EIP155"
}
],
"faucets": ["https://pegasus-faucet-react.vercel.app"],
"nativeCurrency": {
"name": "Ethereum",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://lightlink.io",
"shortName": "lightlink_pegasus",
"chainId": 1891,
"networkId": 1891,
"explorers": [
{
"name": "pegasus",
"url": "https://pegasus.lightlink.io",
"icon": "lightlink",
"standard": "EIP3091"
}
]
}

View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmNRUoMgx16hurD3au3ou5A9rmTLYmre8WiGmQEPFmP2Vo",
"width": 600,
"height": 600,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB