mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
480 B
JSON
24 lines
480 B
JSON
{
|
|
"name": "Phoenix Mainnet",
|
|
"chain": "Phoenix",
|
|
"rpc": ["https://rpc.phoenixplorer.com/"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Phoenix",
|
|
"symbol": "PHX",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://cryptophoenix.org/phoenix",
|
|
"shortName": "Phoenix",
|
|
"chainId": 13381,
|
|
"networkId": 13381,
|
|
"icon": "phoenix",
|
|
"explorers": [
|
|
{
|
|
"name": "phoenixplorer",
|
|
"url": "https://phoenixplorer.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|