everest-npm-features 0.0.46 → 0.0.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/dist/{PlayArrow-Cm8tJN8W.js → PlayArrow-Cnrxi5yr.js} +1 -1
  2. package/dist/assets/styles.css +1 -1
  3. package/dist/assets/styles2.css +1 -1
  4. package/dist/assets/styles3.css +1 -1
  5. package/dist/assets/styles4.css +1 -0
  6. package/dist/{auth-D0r8wtCH.js → auth-C45E0xvK.js} +1 -1
  7. package/dist/{bank-BmV_keEr.js → bank-DIdz4BaB.js} +1 -1
  8. package/dist/components/RocketRamp/MinimalKyc/form.js +2 -2
  9. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
  10. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
  11. package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
  12. package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
  13. package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
  14. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
  15. package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
  16. package/dist/components/RocketRamp/Player/Sell/index.js +5 -5
  17. package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
  18. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
  19. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
  20. package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
  21. package/dist/components/RocketRamp/Player/SignUp/index.js +2 -2
  22. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
  23. package/dist/components/RocketRamp/ResetPassword/index.js +2 -2
  24. package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
  25. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
  26. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
  27. package/dist/components/RocketRamp/Transactions/index.js +2 -2
  28. package/dist/components/Shared/FullKyc/edd.js +2 -2
  29. package/dist/components/Shared/FullKyc/index.js +3 -3
  30. package/dist/components/Shared/FullKyc/pep.js +1 -1
  31. package/dist/components/Shared/FullKyc/personalDetails.js +2 -2
  32. package/dist/components/Shared/FullKyc/userInfo.js +3 -3
  33. package/dist/components/Shared/MinimalKyc/index.js +2 -2
  34. package/dist/components/Wallet/Account/createIban.js +1 -1
  35. package/dist/components/Wallet/Account/iban.js +2 -2
  36. package/dist/components/Wallet/Account/ibanItem.js +1 -1
  37. package/dist/components/Wallet/Account/index.js +3 -3
  38. package/dist/components/Wallet/Account/sendIban.js +2 -2
  39. package/dist/components/Wallet/Buy/confirmTransaction.js +5 -5
  40. package/dist/components/Wallet/Buy/form.js +5 -5
  41. package/dist/components/Wallet/Buy/index.js +6 -6
  42. package/dist/components/Wallet/Deposit/index.js +1 -1
  43. package/dist/components/Wallet/EnterpriseKyc/edd.js +1 -1
  44. package/dist/components/Wallet/EnterpriseKyc/index.js +3 -3
  45. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +2 -2
  46. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
  47. package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
  48. package/dist/components/Wallet/History/index.js +2 -2
  49. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +2 -2
  50. package/dist/components/Wallet/Portfolio/index.js +18 -18
  51. package/dist/components/Wallet/Profile/documents.js +526 -28
  52. package/dist/components/Wallet/Profile/index.js +178 -149
  53. package/dist/components/Wallet/Profile/storage.d.ts +11 -0
  54. package/dist/components/Wallet/Profile/storage.js +267 -0
  55. package/dist/components/Wallet/Receive/index.js +2 -2
  56. package/dist/components/Wallet/Sell/confirmTransaction.js +4 -4
  57. package/dist/components/Wallet/Sell/form.js +5 -5
  58. package/dist/components/Wallet/Sell/index.js +6 -6
  59. package/dist/components/Wallet/Send/index.js +29 -29
  60. package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
  61. package/dist/components/Wallet/Shared/BankSelect/index.js +4 -4
  62. package/dist/components/Wallet/Shared/CardCorp/index.js +1 -1
  63. package/dist/components/Wallet/Shared/addBank.js +2 -2
  64. package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
  65. package/dist/components/Wallet/Shared/manualSend.js +4 -4
  66. package/dist/components/Wallet/Shared/pin.js +1 -1
  67. package/dist/components/Wallet/SignIn/index.js +2 -2
  68. package/dist/components/Wallet/SignUp/index.js +2 -2
  69. package/dist/components/Wallet/Stake/gems/index.js +1 -1
  70. package/dist/components/Wallet/Stake/id/index.js +1 -1
  71. package/dist/components/Wallet/Stake/index.js +4 -4
  72. package/dist/components/Wallet/Swap/form.js +6 -6
  73. package/dist/components/Wallet/Swap/index.js +5 -5
  74. package/dist/components/Wallet/Withdraw/bankSelect.js +5 -5
  75. package/dist/components/Wallet/Withdraw/confirmTransaction.js +4 -4
  76. package/dist/components/Wallet/Withdraw/form.js +5 -5
  77. package/dist/components/Wallet/Withdraw/index.js +5 -5
  78. package/dist/{constants-BJhUp96H.js → constants-BSdmHYnc.js} +364 -359
  79. package/dist/{cryptoAssets-Q_UWeuzR.js → cryptoAssets-BdNVnpA_.js} +1 -1
  80. package/dist/hooks/useDialog/index.js +1 -1
  81. package/dist/{index-pCrOsXNC.js → index-BXF4OI74.js} +17 -17
  82. package/dist/{index-Dkjl8hIv.js → index-Be3ndI6s.js} +13 -13
  83. package/dist/{index-Dq5wTY4S.js → index-BlfzmV5M.js} +4 -4
  84. package/dist/{index-BRnTzw1Z.js → index-CRyby3Qm.js} +2 -2
  85. package/dist/{index-B2wXmFh5.js → index-Cvp4wWrB.js} +5 -5
  86. package/dist/{index-DegQ9bTI.js → index-D3OzGVxQ.js} +7 -7
  87. package/dist/{index-BTqlsA2t.js → index-HZ9RrpTC.js} +113 -120
  88. package/dist/{kyc-DLaLS7sp.js → kyc-BQsiHtP6.js} +1 -1
  89. package/dist/main.js +7 -7
  90. package/dist/{order-fWKVFTau.js → order-BKKCskeq.js} +1 -1
  91. package/dist/{stake-CQLutF0z.js → stake-WjG22nIX.js} +1 -1
  92. package/dist/{styles.module-O5VVND5e.js → styles.module-C1sNeKjL.js} +1 -1
  93. package/dist/styles.module-CHPRGltL.js +28 -0
  94. package/dist/{styles.module-CHEBh2ID.js → styles.module-DMd29SPQ.js} +1 -1
  95. package/dist/{styles.module-CUA1zLEJ.js → styles.module-verVx4pE.js} +1 -1
  96. package/dist/util/constants.d.ts +3 -0
  97. package/dist/util/constants.js +83 -80
  98. package/dist/util/functions.js +36 -36
  99. package/dist/{wallet-CuQDBP6a.js → wallet-BXA-R-Ks.js} +1 -1
  100. package/package.json +2 -2
  101. package/dist/assets/documents.css +0 -1
  102. package/dist/documents-RjwlADn2.js +0 -552
@@ -1,4 +1,4 @@
1
- import './assets/styles2.css';const o = "_container_178eg_1", i = {
1
+ import './assets/styles3.css';const o = "_container_178eg_1", i = {
2
2
  container: o,
3
3
  "confirm-dialog": "_confirm-dialog_178eg_17",
4
4
  "confirm-dialog-title": "_confirm-dialog-title_178eg_27"
@@ -29,6 +29,8 @@ export declare const ENT_SEPA_PAYMENT: string;
29
29
  export declare const ENT_SEPA_PAYMENT_ACTIVE: string;
30
30
  export declare const ENT_VISA_PAYMENT: string;
31
31
  export declare const ENT_VISA_PAYMENT_ACTIVE: string;
32
+ export declare const CLOUD_ICON: string;
33
+ export declare const STORAGE_SUCCESS: string;
32
34
  export declare const PAYMENT_PROVIDER_RAILSBANK = "railsbank";
33
35
  export declare const PAYMENT_PROVIDER_OPENPAYD = "open_payd";
34
36
  export declare const PAYMENT_PROVIDER_CHECKOUT = "checkout";
@@ -48,6 +50,7 @@ export declare const ETHEREUM_NETWORK = "Ethereum";
48
50
  export declare const AVALANCHE_NETWORK = "Avalanche";
49
51
  export declare const SYNTHETIC_USD = "USD.c";
50
52
  export declare const SYNTHETIC_EUR = "EUR.c";
53
+ export declare const SYNTHETIC_EURE = "EURE.c";
51
54
  export declare const BTC_TOKEN_SYMBOL = "BTC.c";
52
55
  export declare const GEM_SYNTHETIC_TOKEN_SYMBOL = "GEMS.c";
53
56
  export declare const ID_TOKEN_SYMBOL = "ID";
@@ -1,102 +1,105 @@
1
- const _ = "https://static-assets.everest.org", e = _ + "/web/widget", t = _ + "/web/enterprise", s = _ + "/web/wallet/images", n = s + "/new", o = n + "/sell-withdraw.png", E = n + "/back-btn.png", c = n + "/delete.png", T = t + "/history-buy.svg", A = t + "/history-sell.svg", a = t + "/history-swap.svg", I = n + "/wallet-icon.png", O = n + "/stake-id.png", N = s + "/stake-gem.png", S = t + "/swap-receive-down-arrow.svg", r = n + "/sepa-payment.png", R = n + "/sepa-payment-selected.png", i = n + "/visa-payment.png", L = n + "/visa-payment-selected.png", P = n + "/sepa.png", D = n + "/visa.png", C = n + "/dialog-error.png", d = n + "/dialog-success.png", p = t + "/expand-down-arrow.svg", Y = t + "/expand-right-arrow.svg", M = t + "/back-arrow.svg", g = t + "/right-arrow.svg", K = t + "/radio-button.svg", l = t + "/radio-button-selected.svg", h = t + "/sepa.png", v = t + "/sepa-selected.png", u = t + "/visa.png", y = t + "/visa-selected.png", B = "railsbank", U = "open_payd", W = "checkout", m = "trustpayments", w = "paysafe", G = "cardcorp", V = "plaid", b = "$", k = "€", H = "USD", F = "EUR", f = "Binance", $ = "Polygon", X = "EverChain", x = "IDChain", j = "Ethereum", z = "Avalanche", Z = "USD.c", q = "EUR.c", J = "BTC.c", Q = "GEMS.c", tt = "ID", nt = "GEMS", _t = "USDR.c", st = "fiat_to_token", et = "fiat_to_everid", ot = "token_to_fiat", Et = "token_to_token", ct = "withdraw", Tt = "iban_creation", At = "bank_transfer", at = "bank_deposit", It = "Created", Ot = "In Process", Nt = "Completed", St = "Failed", rt = "Awaiting Approved", Rt = "Rejected", it = "ID", Lt = "GEMS", Pt = 90, Dt = 3, Ct = 180, dt = 8, pt = 365, Yt = 18, Mt = 365, gt = 20, Kt = "Linked Wallets make transactions easier, automating the signing process during Sell, Swap, Stake, Send and Remit transactions because you have backed up your Private Key with Everest.", lt = "Connected Wallets are those that you have demonstrated you control, but you must manually move tokens as the system can not do so without the Private Key.", ht = "The rate shown here is an estimate and the rate you receive will be determined at the time when your payment is settled. The time taken for your payment to settle can vary depending on currency and payment method.", vt = 300, ut = "username can only contain letters, numbers, underscores & cannot exceed more than 13 characters", yt = "_rr", Bt = "credit_debit_card", Ut = "sepa_bank_transfer", Wt = "player", mt = "store", wt = "login_screen", Gt = "register_screen", Vt = "Individual", bt = "Organization", kt = "Over $10,000", Ht = "Over $1,000 & Under $10,000", Ft = "Under $1,000", ft = "Declined", $t = "You are allowed to transact up to $10,000", Xt = "You are allowed to transact more than $10,000";
1
+ const _ = "https://static-assets.everest.org", o = _ + "/web/widget", n = _ + "/web/enterprise", s = _ + "/web/wallet/images", t = s + "/new", e = t + "/sell-withdraw.png", E = t + "/back-btn.png", c = t + "/delete.png", T = n + "/history-buy.svg", A = n + "/history-sell.svg", a = n + "/history-swap.svg", I = t + "/wallet-icon.png", O = t + "/stake-id.png", N = s + "/stake-gem.png", S = n + "/swap-receive-down-arrow.svg", R = t + "/sepa-payment.png", r = t + "/sepa-payment-selected.png", i = t + "/visa-payment.png", L = t + "/visa-payment-selected.png", P = t + "/sepa.png", C = t + "/visa.png", D = t + "/dialog-error.png", d = t + "/dialog-success.png", p = n + "/expand-down-arrow.svg", Y = n + "/expand-right-arrow.svg", M = n + "/back-arrow.svg", g = n + "/right-arrow.svg", l = n + "/radio-button.svg", K = n + "/radio-button-selected.svg", U = n + "/sepa.png", h = n + "/sepa-selected.png", u = n + "/visa.png", v = n + "/visa-selected.png", y = t + "/cloud-icon.png", B = t + "/storage-success.png", W = "railsbank", m = "open_payd", w = "checkout", G = "trustpayments", V = "paysafe", b = "cardcorp", k = "plaid", H = "$", F = "€", f = "USD", $ = "EUR", X = "Binance", x = "Polygon", j = "EverChain", z = "IDChain", Z = "Ethereum", q = "Avalanche", J = "USD.c", Q = "EUR.c", tt = "EURE.c", nt = "BTC.c", _t = "GEMS.c", st = "ID", ot = "GEMS", et = "USDR.c", Et = "fiat_to_token", ct = "fiat_to_everid", Tt = "token_to_fiat", At = "token_to_token", at = "withdraw", It = "iban_creation", Ot = "bank_transfer", Nt = "bank_deposit", St = "Created", Rt = "In Process", rt = "Completed", it = "Failed", Lt = "Awaiting Approved", Pt = "Rejected", Ct = "ID", Dt = "GEMS", dt = 90, pt = 3, Yt = 180, Mt = 8, gt = 365, lt = 18, Kt = 365, Ut = 20, ht = "Linked Wallets make transactions easier, automating the signing process during Sell, Swap, Stake, Send and Remit transactions because you have backed up your Private Key with Everest.", ut = "Connected Wallets are those that you have demonstrated you control, but you must manually move tokens as the system can not do so without the Private Key.", vt = "The rate shown here is an estimate and the rate you receive will be determined at the time when your payment is settled. The time taken for your payment to settle can vary depending on currency and payment method.", yt = 300, Bt = "username can only contain letters, numbers, underscores & cannot exceed more than 13 characters", Wt = "_rr", mt = "credit_debit_card", wt = "sepa_bank_transfer", Gt = "player", Vt = "store", bt = "login_screen", kt = "register_screen", Ht = "Individual", Ft = "Organization", ft = "Over $10,000", $t = "Over $1,000 & Under $10,000", Xt = "Under $1,000", xt = "Declined", jt = "You are allowed to transact up to $10,000", zt = "You are allowed to transact more than $10,000";
2
2
  export {
3
3
  S as ARROW_ICON,
4
- z as AVALANCHE_NETWORK,
4
+ q as AVALANCHE_NETWORK,
5
5
  M as BACK_ARROW,
6
6
  E as BACK_BTN_ICON,
7
- at as BANK_DEPOSIT,
8
- At as BANK_TRANSFER,
9
- f as BINANCE_NETWORK,
10
- J as BTC_TOKEN_SYMBOL,
11
- ft as CARD_PAYMENT_DECLINE,
12
- lt as CONNECTED_WALLET_TOOLTIP,
7
+ Nt as BANK_DEPOSIT,
8
+ Ot as BANK_TRANSFER,
9
+ X as BINANCE_NETWORK,
10
+ nt as BTC_TOKEN_SYMBOL,
11
+ xt as CARD_PAYMENT_DECLINE,
12
+ y as CLOUD_ICON,
13
+ ut as CONNECTED_WALLET_TOOLTIP,
13
14
  c as DELETE_ICON,
14
- C as DIALOG_ERROR_ICON,
15
+ D as DIALOG_ERROR_ICON,
15
16
  d as DIALOG_SUCCESS_ICON,
16
- h as ENT_SEPA_PAYMENT,
17
- v as ENT_SEPA_PAYMENT_ACTIVE,
17
+ U as ENT_SEPA_PAYMENT,
18
+ h as ENT_SEPA_PAYMENT_ACTIVE,
18
19
  u as ENT_VISA_PAYMENT,
19
- y as ENT_VISA_PAYMENT_ACTIVE,
20
- ht as ESTIMATE_TOOLTIP_TEXT,
21
- j as ETHEREUM_NETWORK,
22
- F as EURO_ISO3,
23
- k as EURO_SIGN,
24
- X as EVER_CHAIN_NETWORK,
25
- et as FIAT_TO_EVER_ID,
26
- st as FIAT_TO_TOKEN,
27
- ct as FIAT_WITHDRAW,
28
- Lt as GEMS_STAKE,
29
- nt as GEMS_TOKEN_SYMBOL,
30
- Q as GEM_SYNTHETIC_TOKEN_SYMBOL,
20
+ v as ENT_VISA_PAYMENT_ACTIVE,
21
+ vt as ESTIMATE_TOOLTIP_TEXT,
22
+ Z as ETHEREUM_NETWORK,
23
+ $ as EURO_ISO3,
24
+ F as EURO_SIGN,
25
+ j as EVER_CHAIN_NETWORK,
26
+ ct as FIAT_TO_EVER_ID,
27
+ Et as FIAT_TO_TOKEN,
28
+ at as FIAT_WITHDRAW,
29
+ Dt as GEMS_STAKE,
30
+ ot as GEMS_TOKEN_SYMBOL,
31
+ _t as GEM_SYNTHETIC_TOKEN_SYMBOL,
31
32
  T as HISTORY_BUY_ICON,
32
33
  A as HISTORY_SELL_ICON,
33
34
  a as HISTORY_SWAP_ICON,
34
- Tt as IBAN_CREATION,
35
- x as ID_CHAIN_NETWORK,
36
- it as ID_STAKE,
37
- tt as ID_TOKEN_SYMBOL,
38
- Vt as INDIVIDUAL_KYC_TYPE,
39
- $t as KYC_APROVED_TOOLTIP,
40
- Ht as KYC_BETWEEN_TRANSATION,
41
- Xt as KYC_ELITE_TOOLTIP,
42
- kt as KYC_OVER_TRANSATION,
43
- Ft as KYC_UNDER_TRANSATION,
44
- Kt as LINKED_WALLET_TOOLTIP,
45
- wt as LOGIN_SCREEN,
46
- bt as ORGANIZATION_KYC_TYPE,
47
- Ut as PAYMENT_BANK,
48
- Bt as PAYMENT_CARD,
49
- G as PAYMENT_PROVIDER_CARDCORP,
50
- W as PAYMENT_PROVIDER_CHECKOUT,
51
- U as PAYMENT_PROVIDER_OPENPAYD,
52
- w as PAYMENT_PROVIDER_PAYSAFE,
53
- V as PAYMENT_PROVIDER_PLAID,
54
- B as PAYMENT_PROVIDER_RAILSBANK,
55
- m as PAYMENT_PROVIDER_TRUST_PAYMENTS,
56
- Wt as PLAYER_WEBSITE,
57
- $ as POLYGON_NETWORK,
35
+ It as IBAN_CREATION,
36
+ z as ID_CHAIN_NETWORK,
37
+ Ct as ID_STAKE,
38
+ st as ID_TOKEN_SYMBOL,
39
+ Ht as INDIVIDUAL_KYC_TYPE,
40
+ jt as KYC_APROVED_TOOLTIP,
41
+ $t as KYC_BETWEEN_TRANSATION,
42
+ zt as KYC_ELITE_TOOLTIP,
43
+ ft as KYC_OVER_TRANSATION,
44
+ Xt as KYC_UNDER_TRANSATION,
45
+ ht as LINKED_WALLET_TOOLTIP,
46
+ bt as LOGIN_SCREEN,
47
+ Ft as ORGANIZATION_KYC_TYPE,
48
+ wt as PAYMENT_BANK,
49
+ mt as PAYMENT_CARD,
50
+ b as PAYMENT_PROVIDER_CARDCORP,
51
+ w as PAYMENT_PROVIDER_CHECKOUT,
52
+ m as PAYMENT_PROVIDER_OPENPAYD,
53
+ V as PAYMENT_PROVIDER_PAYSAFE,
54
+ k as PAYMENT_PROVIDER_PLAID,
55
+ W as PAYMENT_PROVIDER_RAILSBANK,
56
+ G as PAYMENT_PROVIDER_TRUST_PAYMENTS,
57
+ Gt as PLAYER_WEBSITE,
58
+ x as POLYGON_NETWORK,
58
59
  p as PORTFOLIO_TOKEN_DOWN_ARROW,
59
60
  Y as PORTFOLIO_TOKEN_RIGHT_ARROW,
60
- K as RADIO_BUTTON,
61
- l as RADIO_BUTTON_SELECTED,
62
- Gt as REGISTER_SCREEN,
63
- vt as RESEND_EMAIL_TIMER,
61
+ l as RADIO_BUTTON,
62
+ K as RADIO_BUTTON_SELECTED,
63
+ kt as REGISTER_SCREEN,
64
+ yt as RESEND_EMAIL_TIMER,
64
65
  g as RIGHT_ARROW,
65
- o as SELL_WITHDRAW_ICON,
66
+ e as SELL_WITHDRAW_ICON,
66
67
  P as SEPA_ICON,
67
- r as SEPA_PAYMENT,
68
- R as SEPA_PAYMENT_ACTIVE,
68
+ R as SEPA_PAYMENT,
69
+ r as SEPA_PAYMENT_ACTIVE,
69
70
  N as STAKE_GEM_ICON,
70
- gt as STAKE_GEM_MAX_APY,
71
- Mt as STAKE_GEM_MAX_DAYS,
71
+ Ut as STAKE_GEM_MAX_APY,
72
+ Kt as STAKE_GEM_MAX_DAYS,
72
73
  O as STAKE_ID_ICON,
73
- Yt as STAKE_ID_MAX_APY,
74
- pt as STAKE_ID_MAX_DAYS,
75
- dt as STAKE_ID_MID_APY,
76
- Ct as STAKE_ID_MID_DAYS,
77
- Dt as STAKE_ID_MIN_APY,
78
- Pt as STAKE_ID_MIN_DAYS,
74
+ lt as STAKE_ID_MAX_APY,
75
+ gt as STAKE_ID_MAX_DAYS,
76
+ Mt as STAKE_ID_MID_APY,
77
+ Yt as STAKE_ID_MID_DAYS,
78
+ pt as STAKE_ID_MIN_APY,
79
+ dt as STAKE_ID_MIN_DAYS,
79
80
  _ as STATIC_ASSETS_BASE_URL,
80
- mt as STORE_WEBSITE,
81
- q as SYNTHETIC_EUR,
82
- Z as SYNTHETIC_USD,
83
- ot as TOKEN_TO_FIAT,
84
- Et as TOKEN_TO_TOKEN,
85
- Nt as TS_COMPLETE_LABEL,
86
- It as TS_CREATED_LABEL,
87
- St as TS_FAIL_LABEL,
88
- Rt as TS_NOT_APPROVAL_LABEL,
89
- Ot as TS_PENDING_LABEL,
90
- rt as TS_WAIT_APPROVAL_LABEL,
91
- _t as USDR_TOKEN_SYMBOL,
92
- yt as USERNAME_SUFFIX,
93
- ut as USERNAME_TOOLTIP,
94
- H as US_DOLLAR_ISO3,
95
- b as US_DOLLAR_SIGN,
96
- D as VISA_ICON,
81
+ B as STORAGE_SUCCESS,
82
+ Vt as STORE_WEBSITE,
83
+ Q as SYNTHETIC_EUR,
84
+ tt as SYNTHETIC_EURE,
85
+ J as SYNTHETIC_USD,
86
+ Tt as TOKEN_TO_FIAT,
87
+ At as TOKEN_TO_TOKEN,
88
+ rt as TS_COMPLETE_LABEL,
89
+ St as TS_CREATED_LABEL,
90
+ it as TS_FAIL_LABEL,
91
+ Pt as TS_NOT_APPROVAL_LABEL,
92
+ Rt as TS_PENDING_LABEL,
93
+ Lt as TS_WAIT_APPROVAL_LABEL,
94
+ et as USDR_TOKEN_SYMBOL,
95
+ Wt as USERNAME_SUFFIX,
96
+ Bt as USERNAME_TOOLTIP,
97
+ f as US_DOLLAR_ISO3,
98
+ H as US_DOLLAR_SIGN,
99
+ C as VISA_ICON,
97
100
  i as VISA_PAYMENT,
98
101
  L as VISA_PAYMENT_ACTIVE,
99
102
  I as WALLET_ICON,
100
103
  s as WALLET_IMAGES_URL,
101
- e as WIDGET_URL
104
+ o as WIDGET_URL
102
105
  };