aboutsummaryrefslogtreecommitdiffstats
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
parentaccee142821884925f6fb8d7c84b5a0390feaf1c (diff)
downloadtangerine-wallet-browser-734490c58c25587a247e48eea086880bcb6a14fe.tar.gz
tangerine-wallet-browser-734490c58c25587a247e48eea086880bcb6a14fe.tar.zst
tangerine-wallet-browser-734490c58c25587a247e48eea086880bcb6a14fe.zip
Add AUD, HKD, SGD, IDR, PHP to currency conversion list
-rw-r--r--CHANGELOG.md2
-rw-r--r--ui/app/infura-conversion.json55
2 files changed, 57 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ece1cf75..0d9dbd1d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## Current Master
+- Added AUD, HKD, SGD, IDR, PHP to currency conversion list
+
## 3.10.3 2017-9-21
- Fix bug where metamask-dapp connections are lost on rpc error
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",