From 8e6be51e65a47e426b4255a8d386c95af468c25a Mon Sep 17 00:00:00 2001 From: tradewind886 <38669586+tradewind886@users.noreply.github.com> Date: Thu, 24 Mar 2022 21:19:03 +0800 Subject: [PATCH] Update currencies.json adding TWD (New Taiwan Dollar) --- frontend/static/assets/currencies.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/static/assets/currencies.json b/frontend/static/assets/currencies.json index 93cf831f..46ede580 100644 --- a/frontend/static/assets/currencies.json +++ b/frontend/static/assets/currencies.json @@ -59,6 +59,7 @@ "58":"TTD", "59":"VND", "60":"XOF", + "61":"TWD", "300":"XAU", "1000":"BTC" -} \ No newline at end of file +}