chains/_data/chains/eip155-13381.json
KK Cheah dfd79089e5
Edit native currency symbol (#914)
Change "Phoenix" to "PHX" for native currency symbol due to "add network failed: Expected 2-6 character string 'nativeCurrency.symbol'. Received: Phoenix" error
2022-02-22 15:19:45 +01:00

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"
}]
}