Edit native currency symbol

Change "Phoenix" to "PHX" for native currency symbol due to "add network failed: Expected 2-6 character string 'nativeCurrency.symbol'. Received: Phoenix" error
This commit is contained in:
Cheah KK 2022-02-22 21:28:13 +08:00
parent 521989e0a5
commit 9797a58f89

View File

@ -8,7 +8,7 @@
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Phoenix", "name": "Phoenix",
"symbol": "Phoenix", "symbol": "PHX",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://cryptophoenix.org/phoenix", "infoURL": "https://cryptophoenix.org/phoenix",