Skip to content

Commit 1cb6319

Browse files
committed
[Cashtab] Added support for AUD
Summary: Added support for Australian Dollar, related to task T2060. Resubmitting due to rebase error. Test Plan: cd web/cashtab && npm start navigate to settings tab select AUD from dropdown navigate to wallet tab ensure AUD is the selected currency & that conversion is taking place Reviewers: bytesofman, #bitcoin_abc Reviewed By: bytesofman, #bitcoin_abc Differential Revision: https://reviews.bitcoinabc.org/D10627
1 parent f24fb87 commit 1cb6319

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/cashtab/src/components/Common/Ticker.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,12 @@ export const currency = {
6363
'hkd',
6464
'bhd',
6565
'sar',
66+
'aud',
6667
],
6768
},
6869
fiatCurrencies: {
6970
usd: { name: 'US Dollar', symbol: '$', slug: 'usd' },
71+
aud: { name: 'Australian Dollar', symbol: '$', slug: 'aud' },
7072
bhd: { name: 'Bahraini Dinar', symbol: 'BD', slug: 'bhd' },
7173
brl: { name: 'Brazilian Real', symbol: 'R$', slug: 'brl' },
7274
gbp: { name: 'British Pound', symbol: '£', slug: 'gbp' },

0 commit comments

Comments
 (0)