mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
dfd79089e5
Change "Phoenix" to "PHX" for native currency symbol due to "add network failed: Expected 2-6 character string 'nativeCurrency.symbol'. Received: Phoenix" error
25 lines
524 B
JSON
25 lines
524 B
JSON
{
|
|
"name": "Phoenix Mainnet",
|
|
"chain": "Phoenix",
|
|
"network": "mainnet",
|
|
"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",
|
|
"icon": "phoenixplorer",
|
|
"standard": "EIP3091"
|
|
}]
|
|
} |