aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authortmashuang <tmashuang@gmail.com>2017-09-28 02:16:38 +0800
committertmashuang <tmashuang@gmail.com>2017-09-28 02:16:38 +0800
commit734490c58c25587a247e48eea086880bcb6a14fe (patch)
tree649344ca28bac68c97da7cb0ba53362ebb592177 /ui
parentaccee142821884925f6fb8d7c84b5a0390feaf1c (diff)
downloadtangerine-wallet-browser-734490c58c25587a247e48eea086880bcb6a14fe.tar
tangerine-wallet-browser-734490c58c25587a247e48eea086880bcb6a14fe.tar.gz
tangerine-wallet-browser-734490c58c25587a247e48eea086880bcb6a14fe.tar.bz2
tangerine-wallet-browser-734490c58c25587a247e48eea086880bcb6a14fe.tar.lz
tangerine-wallet-browser-734490c58c25587a247e48eea086880bcb6a14fe.tar.xz
tangerine-wallet-browser-734490c58c25587a247e48eea086880bcb6a14fe.tar.zst
tangerine-wallet-browser-734490c58c25587a247e48eea086880bcb6a14fe.zip
Add AUD, HKD, SGD, IDR, PHP to currency conversion list
Diffstat (limited to 'ui')
-rw-r--r--ui/app/infura-conversion.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/ui/app/infura-conversion.json b/ui/app/infura-conversion.json
index f4c6f9e34..9a96fe069 100644
--- a/ui/app/infura-conversion.json
+++ b/ui/app/infura-conversion.json
@@ -1,6 +1,61 @@
{
"objects": [
{
+ "symbol": "ethaud",
+ "base": {
+ "code": "eth",
+ "name": "Ethereum"
+ },
+ "quote": {
+ "code": "aud",
+ "name": "Australian Dollar"
+ }
+ },
+ {
+ "symbol": "ethhkd",
+ "base": {
+ "code": "eth",
+ "name": "Ethereum"
+ },
+ "quote": {
+ "code": "hkd",
+ "name": "Hong Kong Dollar"
+ }
+ },
+ {
+ "symbol": "ethsgd",
+ "base": {
+ "code": "eth",
+ "name": "Ethereum"
+ },
+ "quote": {
+ "code": "sgd",
+ "name": "Singapore Dollar"
+ }
+ },
+ {
+ "symbol": "ethidr",
+ "base": {
+ "code": "eth",
+ "name": "Ethereum"
+ },
+ "quote": {
+ "code": "idr",
+ "name": "Indonesian Rupiah"
+ }
+ },
+ {
+ "symbol": "ethphp",
+ "base": {
+ "code": "eth",
+ "name": "Ethereum"
+ },
+ "quote": {
+ "code": "php",
+ "name": "Philippine Peso"
+ }
+ },
+ {
"symbol": "eth1st",
"base": {
"code": "eth",