mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
178ab3423b
commit
a87abf5d36
32
_data/chains/eip155-1890.json
Normal file
32
_data/chains/eip155-1890.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
32
_data/chains/eip155-1891.json
Normal file
32
_data/chains/eip155-1891.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/lightlink.json
Normal file
8
_data/icons/lightlink.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmNRUoMgx16hurD3au3ou5A9rmTLYmre8WiGmQEPFmP2Vo",
|
||||
"width": 600,
|
||||
"height": 600,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Loading…
Reference in New Issue
Block a user