mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
493 B
JSON
25 lines
493 B
JSON
{
|
|
"name": "PHI Network V1",
|
|
"chain": "PHI V1",
|
|
"rpc": ["https://rpc1.phi.network", "https://rpc2.phi.network"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "PHI",
|
|
"symbol": "Φ",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://phi.network",
|
|
"shortName": "PHIv1",
|
|
"chainId": 4181,
|
|
"networkId": 4181,
|
|
"icon": "phi",
|
|
"explorers": [
|
|
{
|
|
"name": "PHI Explorer",
|
|
"url": "https://explorer.phi.network",
|
|
"icon": "phi",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|