forked from jl777/coins
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix ids for SPACE * fix ids for GLEEC * fix ids for SPACE * remove unneeded or depegged forex_ids
- Loading branch information
Showing
3 changed files
with
9 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,23 @@ | ||
{ | ||
"BIDR-BEP20": "IDR", | ||
"BRZ-AVX20": "BRL", | ||
"BRZ-BEP20": "BRL", | ||
"BRZ-ERC20": "BRL", | ||
"BRZ-PLG20": "BRL", | ||
"CADC-ERC20": "CAD", | ||
"CADC-PLG20": "CAD", | ||
"EUROE-ERC20": "EUR", | ||
"EURS-ERC20": "EUR", | ||
"EURS-PLG20": "EUR", | ||
"JAUD-PLG20": "AUD", | ||
"JBRL-BEP20": "BRL", | ||
"JBRL-PLG20": "BRL", | ||
"JCAD-PLG20": "CAD", | ||
"JCNY-PLG20": "CNY", | ||
"JGBP-ERC20": "GBP", | ||
"JGBP-PLG20": "GBP", | ||
"JGOLD-PLG20": "XAU", | ||
"JJPY-PLG20": "JPY", | ||
"JKRW-PLG20": "KRW", | ||
"JMXN-PLG20": "MXN", | ||
"JNZD-PLG20": "NZD", | ||
"JPHP-PLG20": "PHP", | ||
"JPLN-PLG20": "PLN", | ||
"JPYC-AVX20": "JPY", | ||
"JPYC-PLG20": "JPY", | ||
"JSEK-PLG20": "SEK", | ||
"JSGD-PLG20": "SGD", | ||
"JTRY-PLG20": "TRY", | ||
"JUSD-PLG20": "USD", | ||
"NZDS-ERC20": "NZD", | ||
"NZDS-PLG20": "NZD", | ||
"TRYB-AVX20": "TRY", | ||
"TRYB-BEP20": "TRY", | ||
"TRYB-ERC20": "TRY", | ||
"TRYB-PLG20": "TRY", | ||
"XIDR-ERC20": "IDR", | ||
"XSGD-ERC20": "SGD", | ||
"XSGD-PLG20": "SGD" | ||
"NZDS-PLG20": "NZD" | ||
} |