1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Add AUD, HKD, SGD, IDR, PHP to currency conversion list

This commit is contained in:
tmashuang 2017-09-27 11:16:38 -07:00
parent accee14282
commit 734490c58c
2 changed files with 57 additions and 0 deletions

View File

@ -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

View File

@ -1,5 +1,60 @@
{
"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": {