mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
ADD: TZS Fiat
This commit is contained in:
parent
470cc5947d
commit
fe8ba4fef8
@ -270,6 +270,14 @@
|
||||
<key>locale</key>
|
||||
<string>zh-Hant-TW</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>endPointKey</key>
|
||||
<string>TZS</string>
|
||||
<key>symbol</key>
|
||||
<string>TSh</string>
|
||||
<key>locale</key>
|
||||
<string>en-TZ</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>endPointKey</key>
|
||||
<string>UAH</string>
|
||||
|
@ -41,6 +41,7 @@ export const FiatUnit = Object.freeze({
|
||||
TRY: { endPointKey: 'TRY', symbol: '₺', locale: 'tr-TR', source: FiatUnitSource.CoinDesk },
|
||||
THB: { endPointKey: 'THB', symbol: '฿', locale: 'th-TH', source: FiatUnitSource.CoinDesk },
|
||||
TWD: { endPointKey: 'TWD', symbol: 'NT$', locale: 'zh-Hant-TW', source: FiatUnitSource.CoinDesk },
|
||||
TZS: { endPointKey: 'TZS', symbol: 'TSh', locale: 'en-TZ', source: FiatUnitSource.CoinDesk },
|
||||
UAH: { endPointKey: 'UAH', symbol: '₴', locale: 'uk-UA', source: FiatUnitSource.CoinDesk },
|
||||
UYU: { endPointKey: 'UYU', symbol: '$', locale: 'es-UY', source: FiatUnitSource.CoinDesk },
|
||||
VEF: { endPointKey: 'VEF', symbol: 'Bs.', locale: 'es-VE', source: FiatUnitSource.CoinDesk },
|
||||
|
Loading…
Reference in New Issue
Block a user