From d3e06df062c919e800c264dfd0b1461a352c8302 Mon Sep 17 00:00:00 2001 From: tradewind886 <38669586+tradewind886@users.noreply.github.com> Date: Fri, 25 Mar 2022 00:29:27 +0800 Subject: [PATCH] Update currencies.json adding TWD (new Taiwan Dollar) currency --- 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 +}