mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add AUD, HKD, SGD, IDR, PHP to currency conversion list
This commit is contained in:
parent
accee14282
commit
734490c58c
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
|
- Added AUD, HKD, SGD, IDR, PHP to currency conversion list
|
||||||
|
|
||||||
## 3.10.3 2017-9-21
|
## 3.10.3 2017-9-21
|
||||||
|
|
||||||
- Fix bug where metamask-dapp connections are lost on rpc error
|
- Fix bug where metamask-dapp connections are lost on rpc error
|
||||||
|
@ -1,5 +1,60 @@
|
|||||||
{
|
{
|
||||||
"objects": [
|
"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",
|
"symbol": "eth1st",
|
||||||
"base": {
|
"base": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user