From dfd79089e5ca40d02018ca464efe86bb44457cfa Mon Sep 17 00:00:00 2001 From: KK Cheah <69582311+KKCheah@users.noreply.github.com> Date: Tue, 22 Feb 2022 22:19:45 +0800 Subject: [PATCH] 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 --- _data/chains/eip155-13381.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-13381.json b/_data/chains/eip155-13381.json index 83d12581..6b580861 100644 --- a/_data/chains/eip155-13381.json +++ b/_data/chains/eip155-13381.json @@ -8,7 +8,7 @@ "faucets": [], "nativeCurrency": { "name": "Phoenix", - "symbol": "Phoenix", + "symbol": "PHX", "decimals": 18 }, "infoURL": "https://cryptophoenix.org/phoenix",