We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f2d54f + ac6cdd2 commit df6e95bCopy full SHA for df6e95b
src/api.js
@@ -20,6 +20,16 @@ export const LIMITS = {
20
min: 50,
21
daily: 16972,
22
monthly: 42431
23
+ },
24
+ JPY: {
25
+ min: 5500,
26
+ daily: 2056193,
27
+ monthly: 5140484
28
29
+ CAD: {
30
+ min: 66,
31
+ daily: 24725,
32
+ monthly: 61810
33
}
34
35
@@ -36,7 +46,7 @@ export const SUPPORTED_DIGITAL_CURRENCIES = [
36
46
]
37
47
38
48
export const SUPPORTED_FIAT_CURRENCIES = [
39
- 'USD', 'EUR'
49
+ 'USD', 'EUR', 'JPY', 'CAD'
40
50
41
51
42
52
export const DEV = process.env.NODE_ENV === 'development'
0 commit comments