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
This commit is contained in:
KK Cheah 2022-02-22 22:19:45 +08:00 committed by GitHub
parent 521989e0a5
commit dfd79089e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",