@ultrade/shared 1.0.5 → 1.0.7

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 (168) hide show
  1. package/dist/common/auth.helper.js +1 -346
  2. package/dist/common/big-number.helper.js +1 -244
  3. package/dist/common/index.js +1 -1734
  4. package/dist/common/mappers/codexAsset.mapper.js +1 -29
  5. package/dist/common/mappers/codexBalance.mapper.js +1 -27
  6. package/dist/common/mappers/index.js +1 -1401
  7. package/dist/common/mappers/trade.mapper.js +1 -1323
  8. package/dist/common/utils/assert.js +1 -21
  9. package/dist/common/utils/decode.js +1 -195
  10. package/dist/common/utils/index.js +1 -111
  11. package/dist/common/utils/social.js +1 -19
  12. package/dist/common/utils/stat.js +1 -255
  13. package/dist/constants/index.js +1 -366
  14. package/dist/enums/index.js +1 -882
  15. package/dist/helpers/Encoding.js +1 -297
  16. package/dist/helpers/algo.helper.js +1 -1173
  17. package/dist/helpers/assert.helper.js +1 -1578
  18. package/dist/helpers/atomic.helper.js +1 -598
  19. package/dist/helpers/balance.helper.js +1 -4157
  20. package/dist/helpers/codex/common.helper.js +2 -4090
  21. package/dist/helpers/codex/index.js +2 -4090
  22. package/dist/helpers/codex/mbr.helper.js +1 -4090
  23. package/dist/helpers/codex/mna.helper.js +1 -4090
  24. package/dist/helpers/codex/order.helper.js +1 -4090
  25. package/dist/helpers/codex/setGlobal.helper.js +1 -4156
  26. package/dist/helpers/codex/transfer.helper.js +2 -4090
  27. package/dist/helpers/codex/txn.helper.js +1 -4090
  28. package/dist/helpers/codex.helper.js +8 -4090
  29. package/dist/helpers/eth.helper.js +2 -4090
  30. package/dist/helpers/index.js +1 -810
  31. package/dist/helpers/interval.helpers.js +1 -99
  32. package/dist/helpers/liquidity.helper.js +1 -70
  33. package/dist/helpers/order.helper.js +1 -935
  34. package/dist/helpers/pair.helper.js +1 -927
  35. package/dist/helpers/pointSystem.helper.js +1 -374
  36. package/dist/helpers/ticker.helpers.js +1 -338
  37. package/dist/helpers/vaa.helper.js +1 -4194
  38. package/dist/helpers/withdraw.helper.js +2 -4636
  39. package/dist/interfaces/index.js +1 -1316
  40. package/dist/{common → src/common}/big-number.helper.d.ts +3 -0
  41. package/dist/{enums → src/enums}/index.d.ts +1 -0
  42. package/dist/src/enums/rabbitMq.d.ts +7 -0
  43. package/dist/src/helpers/atomic.helper.d.ts +21 -0
  44. package/dist/src/interfaces/api/index.d.ts +1 -0
  45. package/dist/{interfaces → src/interfaces}/index.d.ts +3 -0
  46. package/dist/{types → src/types}/amm/amm.d.ts +2 -0
  47. package/dist/{types → src/types}/index.d.ts +1 -0
  48. package/dist/types/index.js +1 -344
  49. package/package.json +18 -18
  50. package/dist/constants/allowedUrls.d.ts +0 -1
  51. package/dist/constants/env.d.ts +0 -6
  52. package/dist/constants/social.d.ts +0 -3
  53. package/dist/enums/db/chains.d.ts +0 -30
  54. package/dist/enums/db/pending-actions.enum.d.ts +0 -6
  55. package/dist/helpers/atomic.helper.d.ts +0 -4
  56. package/dist/interfaces/algostreamer/index.d.ts +0 -49
  57. package/dist/interfaces/confirmed-txn.interface.d.ts +0 -46
  58. /package/dist/{common → src/common}/auth.helper.d.ts +0 -0
  59. /package/dist/{common → src/common}/index.d.ts +0 -0
  60. /package/dist/{common → src/common}/mappers/codexAsset.mapper.d.ts +0 -0
  61. /package/dist/{common → src/common}/mappers/codexBalance.mapper.d.ts +0 -0
  62. /package/dist/{common → src/common}/mappers/index.d.ts +0 -0
  63. /package/dist/{common → src/common}/mappers/trade.mapper.d.ts +0 -0
  64. /package/dist/{common → src/common}/utils/assert.d.ts +0 -0
  65. /package/dist/{common → src/common}/utils/decode.d.ts +0 -0
  66. /package/dist/{common → src/common}/utils/index.d.ts +0 -0
  67. /package/dist/{common → src/common}/utils/social.d.ts +0 -0
  68. /package/dist/{common → src/common}/utils/stat.d.ts +0 -0
  69. /package/dist/{constants → src/constants}/auth.d.ts +0 -0
  70. /package/dist/{constants → src/constants}/cctp.d.ts +0 -0
  71. /package/dist/{constants → src/constants}/codex.d.ts +0 -0
  72. /package/dist/{constants → src/constants}/index.d.ts +0 -0
  73. /package/dist/{constants → src/constants}/response.d.ts +0 -0
  74. /package/dist/{constants → src/constants}/settings.d.ts +0 -0
  75. /package/dist/{constants → src/constants}/withdrawalWalletsMessage.d.ts +0 -0
  76. /package/dist/{enums → src/enums}/chains.enum.d.ts +0 -0
  77. /package/dist/{enums → src/enums}/db/account/index.d.ts +0 -0
  78. /package/dist/{enums → src/enums}/db/affiliate.enum.d.ts +0 -0
  79. /package/dist/{enums → src/enums}/db/available-pair-settings.enum.d.ts +0 -0
  80. /package/dist/{enums → src/enums}/db/common.enum.d.ts +0 -0
  81. /package/dist/{enums → src/enums}/db/component/index.d.ts +0 -0
  82. /package/dist/{enums → src/enums}/db/index.d.ts +0 -0
  83. /package/dist/{enums → src/enums}/db/market-maker.enum.d.ts +0 -0
  84. /package/dist/{enums → src/enums}/db/notification-center/userNotification.enum.d.ts +0 -0
  85. /package/dist/{enums → src/enums}/db/order-side.enum.d.ts +0 -0
  86. /package/dist/{enums → src/enums}/db/order-status.enum.d.ts +0 -0
  87. /package/dist/{enums → src/enums}/db/order-type.enum.d.ts +0 -0
  88. /package/dist/{enums → src/enums}/db/relayer.enum.d.ts +0 -0
  89. /package/dist/{enums → src/enums}/db/setting-type.enum.d.ts +0 -0
  90. /package/dist/{enums → src/enums}/db/social-action.enum.d.ts +0 -0
  91. /package/dist/{enums → src/enums}/db/social-prompt.enum.d.ts +0 -0
  92. /package/dist/{enums → src/enums}/db/social.enum.d.ts +0 -0
  93. /package/dist/{enums → src/enums}/db/state-type.enum.d.ts +0 -0
  94. /package/dist/{enums → src/enums}/db/trade.enums.d.ts +0 -0
  95. /package/dist/{enums → src/enums}/db/tradingKeyType.enum.d.ts +0 -0
  96. /package/dist/{enums → src/enums}/db/upgrade.enum.d.ts +0 -0
  97. /package/dist/{enums → src/enums}/db/withdrawal-wallet.enum.d.ts +0 -0
  98. /package/dist/{enums → src/enums}/maintenanceMode.enum.d.ts +0 -0
  99. /package/dist/{enums → src/enums}/notification.enum.d.ts +0 -0
  100. /package/dist/{enums → src/enums}/social.enum.d.ts +0 -0
  101. /package/dist/{helpers → src/helpers}/Encoding.d.ts +0 -0
  102. /package/dist/{helpers → src/helpers}/algo.helper.d.ts +0 -0
  103. /package/dist/{helpers → src/helpers}/assert.helper.d.ts +0 -0
  104. /package/dist/{helpers → src/helpers}/balance.helper.d.ts +0 -0
  105. /package/dist/{helpers → src/helpers}/codex/common.helper.d.ts +0 -0
  106. /package/dist/{helpers → src/helpers}/codex/index.d.ts +0 -0
  107. /package/dist/{helpers → src/helpers}/codex/mbr.helper.d.ts +0 -0
  108. /package/dist/{helpers → src/helpers}/codex/mna.helper.d.ts +0 -0
  109. /package/dist/{helpers → src/helpers}/codex/order.helper.d.ts +0 -0
  110. /package/dist/{helpers → src/helpers}/codex/setGlobal.helper.d.ts +0 -0
  111. /package/dist/{helpers → src/helpers}/codex/transfer.helper.d.ts +0 -0
  112. /package/dist/{helpers → src/helpers}/codex/txn.helper.d.ts +0 -0
  113. /package/dist/{helpers → src/helpers}/codex.helper.d.ts +0 -0
  114. /package/dist/{helpers → src/helpers}/eth.helper.d.ts +0 -0
  115. /package/dist/{helpers → src/helpers}/index.d.ts +0 -0
  116. /package/dist/{helpers → src/helpers}/interval.helpers.d.ts +0 -0
  117. /package/dist/{helpers → src/helpers}/liquidity.helper.d.ts +0 -0
  118. /package/dist/{helpers → src/helpers}/order.helper.d.ts +0 -0
  119. /package/dist/{helpers → src/helpers}/pair.helper.d.ts +0 -0
  120. /package/dist/{helpers → src/helpers}/pointSystem.helper.d.ts +0 -0
  121. /package/dist/{helpers → src/helpers}/ticker.helpers.d.ts +0 -0
  122. /package/dist/{helpers → src/helpers}/vaa.helper.d.ts +0 -0
  123. /package/dist/{helpers → src/helpers}/withdraw.helper.d.ts +0 -0
  124. /package/dist/{interfaces → src/interfaces}/accountInfo.interface.d.ts +0 -0
  125. /package/dist/{interfaces → src/interfaces}/api/affiliate.interface.d.ts +0 -0
  126. /package/dist/{interfaces → src/interfaces}/cache.interface.d.ts +0 -0
  127. /package/dist/{interfaces → src/interfaces}/db/baseModel.interface.d.ts +0 -0
  128. /package/dist/{interfaces → src/interfaces}/db/hummingbot/index.d.ts +0 -0
  129. /package/dist/{interfaces → src/interfaces}/db/index.d.ts +0 -0
  130. /package/dist/{interfaces → src/interfaces}/db/market/index.d.ts +0 -0
  131. /package/dist/{interfaces → src/interfaces}/db/marketing/index.d.ts +0 -0
  132. /package/dist/{interfaces → src/interfaces}/db/notification_center/index.d.ts +0 -0
  133. /package/dist/{interfaces → src/interfaces}/db/relayer/index.d.ts +0 -0
  134. /package/dist/{interfaces → src/interfaces}/db/social/index.d.ts +0 -0
  135. /package/dist/{interfaces → src/interfaces}/db/softDeleteModel.interface.d.ts +0 -0
  136. /package/dist/{interfaces → src/interfaces}/db/white_label/index.d.ts +0 -0
  137. /package/dist/{interfaces → src/interfaces}/db/withdrawal_wallets/index.d.ts +0 -0
  138. /package/dist/{interfaces → src/interfaces}/dto/index.d.ts +0 -0
  139. /package/dist/{interfaces → src/interfaces}/emailService.interface.d.ts +0 -0
  140. /package/dist/{interfaces → src/interfaces}/kmsService.interface.d.ts +0 -0
  141. /package/dist/{interfaces → src/interfaces}/last-look-trade.interface.d.ts +0 -0
  142. /package/dist/{interfaces → src/interfaces}/market.interface.d.ts +0 -0
  143. /package/dist/{interfaces → src/interfaces}/order.interface.d.ts +0 -0
  144. /package/dist/{interfaces → src/interfaces}/pair.interface.d.ts +0 -0
  145. /package/dist/{interfaces → src/interfaces}/query.interface.d.ts +0 -0
  146. /package/dist/{interfaces → src/interfaces}/services/accountCache.interface.d.ts +0 -0
  147. /package/dist/{interfaces → src/interfaces}/services/algod.interface.d.ts +0 -0
  148. /package/dist/{interfaces → src/interfaces}/services/balances.interface.d.ts +0 -0
  149. /package/dist/{interfaces → src/interfaces}/services/coin-market-cap.interface.d.ts +0 -0
  150. /package/dist/{interfaces → src/interfaces}/services/index.d.ts +0 -0
  151. /package/dist/{interfaces → src/interfaces}/services/price-model.interface.d.ts +0 -0
  152. /package/dist/{interfaces → src/interfaces}/services/price-service.interface.d.ts +0 -0
  153. /package/dist/{interfaces → src/interfaces}/services/socialActivity.interface.d.ts +0 -0
  154. /package/dist/{interfaces → src/interfaces}/services/tmc.interface.d.ts +0 -0
  155. /package/dist/{interfaces → src/interfaces}/streaming.interface.d.ts +0 -0
  156. /package/dist/{interfaces → src/interfaces}/timestream.interface.d.ts +0 -0
  157. /package/dist/{interfaces → src/interfaces}/trading.interface.d.ts +0 -0
  158. /package/dist/{interfaces → src/interfaces}/tradingKey.interface.d.ts +0 -0
  159. /package/dist/{interfaces → src/interfaces}/transfer.interface.d.ts +0 -0
  160. /package/dist/{interfaces → src/interfaces}/wallet.interface.d.ts +0 -0
  161. /package/dist/{interfaces → src/interfaces}/withdrawalWallets.interface.d.ts +0 -0
  162. /package/dist/{types → src/types}/algo-order.type.d.ts +0 -0
  163. /package/dist/{types → src/types}/api/request.types.d.ts +0 -0
  164. /package/dist/{types → src/types}/codex.types.d.ts +0 -0
  165. /package/dist/{types → src/types}/hummingbots.types.d.ts +0 -0
  166. /package/dist/{types → src/types}/notification.type.d.ts +0 -0
  167. /package/dist/{types → src/types}/settings.type.d.ts +0 -0
  168. /package/dist/{types → src/types}/state.type.d.ts +0 -0
@@ -1,1316 +1 @@
1
- /******/ (() => { // webpackBootstrap
2
- /******/ "use strict";
3
- /******/ var __webpack_modules__ = ({
4
-
5
- /***/ 231:
6
- /***/ ((__unused_webpack_module, exports) => {
7
-
8
-
9
- Object.defineProperty(exports, "__esModule", ({ value: true }));
10
-
11
-
12
- /***/ }),
13
-
14
- /***/ 528:
15
- /***/ ((__unused_webpack_module, exports) => {
16
-
17
-
18
- Object.defineProperty(exports, "__esModule", ({ value: true }));
19
-
20
-
21
- /***/ }),
22
-
23
- /***/ 835:
24
- /***/ ((__unused_webpack_module, exports) => {
25
-
26
-
27
- Object.defineProperty(exports, "__esModule", ({ value: true }));
28
- var OrderSide;
29
- (function (OrderSide) {
30
- OrderSide[OrderSide["Buy"] = 0] = "Buy";
31
- OrderSide[OrderSide["Sell"] = 1] = "Sell";
32
- })(OrderSide || (OrderSide = {}));
33
- exports["default"] = OrderSide;
34
-
35
-
36
- /***/ }),
37
-
38
- /***/ 892:
39
- /***/ ((__unused_webpack_module, exports) => {
40
-
41
-
42
- Object.defineProperty(exports, "__esModule", ({ value: true }));
43
- exports.PairComponentStatusType = exports.ComponentType = exports.ComponentStatusType = void 0;
44
- var ComponentStatusType;
45
- (function (ComponentStatusType) {
46
- ComponentStatusType["ACTIVE"] = "ACTIVE";
47
- ComponentStatusType["FAILED"] = "FAILED";
48
- ComponentStatusType["STARTING"] = "STARTING";
49
- ComponentStatusType["DRAINING"] = "DRAINING";
50
- ComponentStatusType["TERMINATING"] = "TERMINATING";
51
- ComponentStatusType["TERMINATED"] = "TERMINATED";
52
- })(ComponentStatusType || (exports.ComponentStatusType = ComponentStatusType = {}));
53
- var ComponentType;
54
- (function (ComponentType) {
55
- ComponentType["MATCHING_ENGINE"] = "me";
56
- ComponentType["ORDER_SERVICE"] = "ors";
57
- ComponentType["API"] = "api";
58
- ComponentType["SOCKET_SERVICE"] = "ws";
59
- ComponentType["TRANSACTION_SERVICE"] = "tns";
60
- })(ComponentType || (exports.ComponentType = ComponentType = {}));
61
- var PairComponentStatusType;
62
- (function (PairComponentStatusType) {
63
- PairComponentStatusType["ACTIVE"] = "ACTIVE";
64
- PairComponentStatusType["FAILED"] = "FAILED";
65
- PairComponentStatusType["UNASSIGNED"] = "UNASSIGNED";
66
- PairComponentStatusType["ASSIGNED"] = "ASSIGNED";
67
- PairComponentStatusType["STARTING"] = "STARTING";
68
- })(PairComponentStatusType || (exports.PairComponentStatusType = PairComponentStatusType = {}));
69
-
70
-
71
- /***/ }),
72
-
73
- /***/ 893:
74
- /***/ ((__unused_webpack_module, exports) => {
75
-
76
-
77
- Object.defineProperty(exports, "__esModule", ({ value: true }));
78
- exports.NON_REPEATABLE_ACTIONS = exports.ActionEnum = exports.ActionSource = void 0;
79
- var ActionSource;
80
- (function (ActionSource) {
81
- ActionSource["COMPANY"] = "COMPANY";
82
- ActionSource["TWITTER"] = "TWITTER";
83
- ActionSource["DISCORD"] = "DISCORD";
84
- ActionSource["TELEGRAM"] = "TELEGRAM";
85
- })(ActionSource || (exports.ActionSource = ActionSource = {}));
86
- var ActionEnum;
87
- (function (ActionEnum) {
88
- ActionEnum[ActionEnum["TWITTER_FOLLOW"] = 1] = "TWITTER_FOLLOW";
89
- ActionEnum[ActionEnum["TWITTER_REPLY"] = 2] = "TWITTER_REPLY";
90
- ActionEnum[ActionEnum["TWITTER_RETWEET"] = 3] = "TWITTER_RETWEET";
91
- ActionEnum[ActionEnum["TWITTER_LIKE"] = 4] = "TWITTER_LIKE";
92
- ActionEnum[ActionEnum["COMPANY_FIRST_LOGIN"] = 5] = "COMPANY_FIRST_LOGIN";
93
- ActionEnum[ActionEnum["COMPANY_CONFIRM_EMAIL"] = 6] = "COMPANY_CONFIRM_EMAIL";
94
- ActionEnum[ActionEnum["COMPANY_DEPOSIT"] = 7] = "COMPANY_DEPOSIT";
95
- ActionEnum[ActionEnum["COMPANY_TRADE"] = 8] = "COMPANY_TRADE";
96
- ActionEnum[ActionEnum["TELEGRAM_JOIN_GROUP"] = 9] = "TELEGRAM_JOIN_GROUP";
97
- ActionEnum[ActionEnum["DISCORD_JOIN_SERVER"] = 10] = "DISCORD_JOIN_SERVER";
98
- ActionEnum[ActionEnum["AFFILIATE_POINTS_REWARD"] = 11] = "AFFILIATE_POINTS_REWARD";
99
- })(ActionEnum || (exports.ActionEnum = ActionEnum = {}));
100
- exports.NON_REPEATABLE_ACTIONS = [
101
- ActionEnum.TWITTER_FOLLOW,
102
- ActionEnum.TELEGRAM_JOIN_GROUP,
103
- ActionEnum.DISCORD_JOIN_SERVER,
104
- ActionEnum.COMPANY_CONFIRM_EMAIL,
105
- ActionEnum.COMPANY_FIRST_LOGIN,
106
- ];
107
-
108
-
109
- /***/ }),
110
-
111
- /***/ 1048:
112
- /***/ ((__unused_webpack_module, exports) => {
113
-
114
-
115
- Object.defineProperty(exports, "__esModule", ({ value: true }));
116
- exports.WithdrawalWalletType = void 0;
117
- var WithdrawalWalletType;
118
- (function (WithdrawalWalletType) {
119
- WithdrawalWalletType["SOLANA"] = "SOLANA";
120
- WithdrawalWalletType["ALGORAND"] = "ALGORAND";
121
- WithdrawalWalletType["EVM"] = "EVM";
122
- })(WithdrawalWalletType || (exports.WithdrawalWalletType = WithdrawalWalletType = {}));
123
-
124
-
125
- /***/ }),
126
-
127
- /***/ 1134:
128
- /***/ ((__unused_webpack_module, exports) => {
129
-
130
-
131
- Object.defineProperty(exports, "__esModule", ({ value: true }));
132
- var OrderType;
133
- (function (OrderType) {
134
- OrderType[OrderType["Limit"] = 0] = "Limit";
135
- OrderType[OrderType["IOC"] = 1] = "IOC";
136
- OrderType[OrderType["POST"] = 2] = "POST";
137
- OrderType[OrderType["Market"] = 3] = "Market";
138
- })(OrderType || (OrderType = {}));
139
- exports["default"] = OrderType;
140
-
141
-
142
- /***/ }),
143
-
144
- /***/ 1283:
145
- /***/ ((__unused_webpack_module, exports) => {
146
-
147
-
148
- Object.defineProperty(exports, "__esModule", ({ value: true }));
149
- exports.StateType = void 0;
150
- var StateType;
151
- (function (StateType) {
152
- StateType["VERSION"] = "version";
153
- StateType["LAST_ALGO_BLOCK"] = "last_algo_block";
154
- StateType["PRICES_PROVIDER_API_KEY"] = "prices_provider_api_key";
155
- StateType["DEFAULT_API_DOMAIN"] = "default_api_domain";
156
- StateType["NONCE_ACCOUNTS_SOLANA"] = "nonce_accounts_solana";
157
- StateType["ARCHIVE_DATA_BATCH_SIZE"] = "archive_data_batch_size";
158
- StateType["ARCHIVE_TASK_LOCK"] = "archive_task_lock";
159
- })(StateType || (exports.StateType = StateType = {}));
160
-
161
-
162
- /***/ }),
163
-
164
- /***/ 1492:
165
- /***/ ((__unused_webpack_module, exports) => {
166
-
167
-
168
- Object.defineProperty(exports, "__esModule", ({ value: true }));
169
- var OrderStatus;
170
- (function (OrderStatus) {
171
- OrderStatus[OrderStatus["Open"] = 1] = "Open";
172
- OrderStatus[OrderStatus["Canceled"] = 2] = "Canceled";
173
- OrderStatus[OrderStatus["Matched"] = 3] = "Matched";
174
- OrderStatus[OrderStatus["SelfMatched"] = 4] = "SelfMatched";
175
- OrderStatus[OrderStatus["Expired"] = 5] = "Expired";
176
- })(OrderStatus || (OrderStatus = {}));
177
- exports["default"] = OrderStatus;
178
-
179
-
180
- /***/ }),
181
-
182
- /***/ 1682:
183
- /***/ ((__unused_webpack_module, exports) => {
184
-
185
-
186
- Object.defineProperty(exports, "__esModule", ({ value: true }));
187
- exports.SettingTypeColumn = void 0;
188
- var SettingTypeColumn;
189
- (function (SettingTypeColumn) {
190
- SettingTypeColumn["STRING"] = "string";
191
- SettingTypeColumn["BOOLEAN"] = "boolean";
192
- SettingTypeColumn["INT"] = "int";
193
- SettingTypeColumn["FLOAT"] = "float";
194
- SettingTypeColumn["SINGLE_CHOICE"] = "single-choice";
195
- SettingTypeColumn["MULTI_CHOICE"] = "multi-choice";
196
- })(SettingTypeColumn || (exports.SettingTypeColumn = SettingTypeColumn = {}));
197
-
198
-
199
- /***/ }),
200
-
201
- /***/ 1710:
202
- /***/ ((__unused_webpack_module, exports) => {
203
-
204
-
205
- Object.defineProperty(exports, "__esModule", ({ value: true }));
206
-
207
-
208
- /***/ }),
209
-
210
- /***/ 1817:
211
- /***/ ((__unused_webpack_module, exports) => {
212
-
213
-
214
- Object.defineProperty(exports, "__esModule", ({ value: true }));
215
-
216
-
217
- /***/ }),
218
-
219
- /***/ 2056:
220
- /***/ ((__unused_webpack_module, exports) => {
221
-
222
-
223
- Object.defineProperty(exports, "__esModule", ({ value: true }));
224
-
225
-
226
- /***/ }),
227
-
228
- /***/ 2101:
229
- /***/ ((__unused_webpack_module, exports) => {
230
-
231
-
232
- Object.defineProperty(exports, "__esModule", ({ value: true }));
233
- exports.PROVIDERS = void 0;
234
- var PROVIDERS;
235
- (function (PROVIDERS) {
236
- PROVIDERS["PERA"] = "PERA";
237
- PROVIDERS["METAMASK"] = "METAMASK";
238
- PROVIDERS["TRUST_WALLET"] = "TRUST_WALLET";
239
- PROVIDERS["PHANTOM"] = "PHANTOM";
240
- PROVIDERS["WALLET_CONNECT"] = "WALLET_CONNECT";
241
- PROVIDERS["SOLANA_MOBILE"] = "SOLANA_MOBILE";
242
- PROVIDERS["SOLFLARE"] = "SOLFLARE";
243
- PROVIDERS["COINBASE"] = "COINBASE";
244
- PROVIDERS["BACKPACK"] = "BACKPACK";
245
- PROVIDERS["MOBILE"] = "MOBILE";
246
- })(PROVIDERS || (exports.PROVIDERS = PROVIDERS = {}));
247
-
248
-
249
- /***/ }),
250
-
251
- /***/ 2224:
252
- /***/ ((__unused_webpack_module, exports) => {
253
-
254
-
255
- Object.defineProperty(exports, "__esModule", ({ value: true }));
256
- exports.AffiliateSortByEnum = void 0;
257
- var AffiliateSortByEnum;
258
- (function (AffiliateSortByEnum) {
259
- AffiliateSortByEnum["INVITED_ACCOUNTS_COUNT"] = "invitedAccountsCount";
260
- AffiliateSortByEnum["CREATED_AT"] = "createdAt";
261
- AffiliateSortByEnum["FEE_SHARE"] = "feeShare";
262
- AffiliateSortByEnum["ADDRESS"] = "address";
263
- AffiliateSortByEnum["REFERRAL_TRADING_VOLUME"] = "referralTradingVolume";
264
- })(AffiliateSortByEnum || (exports.AffiliateSortByEnum = AffiliateSortByEnum = {}));
265
-
266
-
267
- /***/ }),
268
-
269
- /***/ 2228:
270
- /***/ ((__unused_webpack_module, exports) => {
271
-
272
-
273
- Object.defineProperty(exports, "__esModule", ({ value: true }));
274
- exports.HTTPSRPC_MAINNET = exports.HTTPSRPC_TESTNET = exports.ChainNames = exports.Chains = void 0;
275
- var Chains;
276
- (function (Chains) {
277
- Chains[Chains["Solana"] = 1] = "Solana";
278
- Chains[Chains["Algorand"] = 8] = "Algorand";
279
- Chains[Chains["Polygon"] = 5] = "Polygon";
280
- Chains[Chains["Bsc"] = 4] = "Bsc";
281
- Chains[Chains["Avalanche"] = 6] = "Avalanche";
282
- Chains[Chains["Arbitrum"] = 23] = "Arbitrum";
283
- Chains[Chains["Optimism"] = 24] = "Optimism";
284
- Chains[Chains["Base"] = 30] = "Base";
285
- Chains[Chains["Ethereum"] = 2] = "Ethereum";
286
- Chains[Chains["Sepolia"] = 10002] = "Sepolia";
287
- Chains[Chains["ArbitrumSepolia"] = 10003] = "ArbitrumSepolia";
288
- Chains[Chains["BaseSepolia"] = 10004] = "BaseSepolia";
289
- Chains[Chains["OptimismSepolia"] = 10005] = "OptimismSepolia";
290
- Chains[Chains["PolygonAmoy"] = 10007] = "PolygonAmoy";
291
- })(Chains || (exports.Chains = Chains = {}));
292
- exports.ChainNames = {
293
- [Chains.Solana]: "Solana",
294
- [Chains.Ethereum]: "Ethereum",
295
- [Chains.Polygon]: "Polygon",
296
- [Chains.Bsc]: "BNB Chain",
297
- [Chains.Avalanche]: "Avalanche",
298
- [Chains.Algorand]: "Algorand",
299
- [Chains.Arbitrum]: "Arbitrum",
300
- [Chains.Optimism]: "Optimism",
301
- [Chains.Base]: "Base",
302
- [Chains.Sepolia]: "Ethereum Sepolia",
303
- [Chains.ArbitrumSepolia]: "Arbitrum Sepolia",
304
- [Chains.BaseSepolia]: "Base Sepolia",
305
- [Chains.OptimismSepolia]: "Optimism Sepolia",
306
- [Chains.PolygonAmoy]: "Polygon Amoy",
307
- };
308
- exports.HTTPSRPC_TESTNET = {
309
- [Chains.Bsc]: [
310
- '',
311
- 'https://bsc-testnet.public.blastapi.io',
312
- 'https://bsc-testnet.blockpi.network/v1/rpc/private',
313
- 'https://bsc-testnet-rpc.publicnode.com',
314
- 'https://api.zan.top/bsc-testnet',
315
- 'https://data-seed-prebsc-2-s1.bnbchain.org:8545',
316
- 'https://data-seed-prebsc-2-s2.bnbchain.org:8545',
317
- 'https://data-seed-prebsc-2-s3.bnbchain.org:8545',
318
- 'https://data-seed-prebsc-1-s1.bnbchain.org:8545',
319
- 'https://data-seed-prebsc-1-s2.bnbchain.org:8545',
320
- 'https://data-seed-prebsc-1-s3.bnbchain.org:8545',
321
- 'https://endpoints.omniatech.io/v1/bsc/testnet/public',
322
- ],
323
- [Chains.Avalanche]: [
324
- '',
325
- 'https://rpc.ankr.com/avalanche_fuji',
326
- 'https://rpc.ankr.com/avalanche_fuji-c',
327
- 'https://api.avax-test.network/ext/bc/C/rpc',
328
- 'https://ava-testnet.public.blastapi.io/ext/bc/C/rpc',
329
- 'https://endpoints.omniatech.io/v1/avax/fuji/public',
330
- 'https://avalanche-fuji.blockpi.network/v1/rpc/private',
331
- 'https://avalanche-fuji-c-chain-rpc.publicnode.com',
332
- 'https://avalanche-fuji.blockpi.network/v1/rpc/private',
333
- ],
334
- [Chains.Sepolia]: [
335
- 'https://ethereum-sepolia-rpc.publicnode.com',
336
- 'https://sepolia.gateway.tenderly.co',
337
- 'https://eth-sepolia.public.blastapi.io',
338
- 'https://ethereum-sepolia.blockpi.network/v1/rpc/private',
339
- 'https://sepolia.drpc.org',
340
- 'https://endpoints.omniatech.io/v1/eth/sepolia/public',
341
- 'https://1rpc.io/sepolia',
342
- 'https://gateway.tenderly.co/public/sepolia',
343
- 'https://sepolia.gateway.tenderly.co',
344
- 'https://api.zan.top/eth-sepolia',
345
- 'https://ethereum-sepolia.rpc.subquery.network/public',
346
- ],
347
- [Chains.ArbitrumSepolia]: [
348
- '',
349
- 'https://arbitrum-sepolia.blockpi.network/v1/rpc/private ',
350
- 'https://arbitrum-sepolia.gateway.tenderly.co',
351
- 'https://endpoints.omniatech.io/v1/arbitrum/sepolia/public',
352
- 'https://api.zan.top/arb-sepolia',
353
- 'https://sepolia-rollup.arbitrum.io/rpc',
354
- ],
355
- [Chains.BaseSepolia]: [
356
- '',
357
- 'https://sepolia.base.org',
358
- 'https://base-sepolia-rpc.publicnode.com',
359
- 'https://base-sepolia.gateway.tenderly.co',
360
- 'https://base-sepolia.blockpi.network/v1/rpc/private',
361
- 'https://node.histori.xyz/base-sepolia/8ry9f6t9dct1se2hlagxnd9n2a',
362
- ],
363
- [Chains.OptimismSepolia]: [
364
- '',
365
- 'https://optimism-sepolia.blockpi.network/v1/rpc/private',
366
- 'https://sepolia.optimism.io',
367
- 'https://api.zan.top/opt-sepolia',
368
- 'https://optimism-sepolia.gateway.tenderly.co',
369
- 'https://optimism-sepolia.drpc.org',
370
- 'https://endpoints.omniatech.io/v1/op/sepolia/public',
371
- ],
372
- [Chains.PolygonAmoy]: [
373
- 'https://rpc-amoy.polygon.technology',
374
- 'https://polygon-amoy-bor-rpc.publicnode.com',
375
- 'https://rpc.ankr.com/polygon_amoy',
376
- 'https://polygon-amoy.drpc.org',
377
- 'https://api.zan.top/polygon-amoy',
378
- 'https://polygon-amoy.gateway.tenderly.co',
379
- ],
380
- };
381
- exports.HTTPSRPC_MAINNET = {
382
- [Chains.Ethereum]: [
383
- '',
384
- 'https://eth.llamarpc.com',
385
- 'https://ethereum.blockpi.network/v1/rpc/public',
386
- 'https://eth-mainnet.nodereal.io/v1/1659dfb40aa24bbb8153a677b98064d7',
387
- 'https://uk.rpc.blxrbdn.com',
388
- 'https://singapore.rpc.blxrbdn.com',
389
- 'https://virginia.rpc.blxrbdn.com',
390
- 'https://eth-mainnet.public.blastapi.io',
391
- 'https://api.securerpc.com/v1',
392
- 'https://mainnet.gateway.tenderly.co',
393
- 'https://eth-pokt.nodies.app',
394
- 'https://eth.blockrazor.xyz',
395
- 'https://eth.merkle.io',
396
- 'https://gateway.tenderly.co/public/mainnet',
397
- 'https://eth.rpc.blxrbdn.com',
398
- ],
399
- [Chains.Bsc]: [
400
- '',
401
- 'https://bsc.blockrazor.xyz',
402
- 'https://bscrpc.com',
403
- 'https://bsc-mainnet.public.blastapi.io',
404
- 'https://binance.llamarpc.com',
405
- 'https://go.getblock.io/cc778cdbdf5c4b028ec9456e0e6c0cf3',
406
- 'https://bsc-pokt.nodies.app',
407
- 'https://56.rpc.thirdweb.com',
408
- 'https://bsc.blockpi.network/v1/rpc/private',
409
- 'https://bsc.rpc.blxrbdn.com',
410
- 'https://bsc-dataseed.bnbchain.org',
411
- 'https://endpoints.omniatech.io/v1/bsc/mainnet/public',
412
- 'https://bsc-dataseed1.ninicoin.io',
413
- 'https://bsc-dataseed2.defibit.io',
414
- 'https://bsc-dataseed2.ninicoin.io',
415
- 'https://0.48.club',
416
- 'https://bsc-dataseed3.defibit.io',
417
- ],
418
- [Chains.Polygon]: [
419
- '',
420
- 'https://polygon.llamarpc.com',
421
- 'https://polygon-rpc.com',
422
- 'https://rpc-mainnet.matic.quiknode.pro',
423
- 'https://endpoints.omniatech.io/v1/matic/mainnet/public',
424
- 'https://polygon-pokt.nodies.app',
425
- 'https://polygon-bor-rpc.publicnode.com',
426
- 'https://polygon.rpc.subquery.network/public',
427
- 'https://polygon-bor-rpc.publicnode.com',
428
- 'https://polygon.blockpi.network/v1/rpc/private',
429
- 'https://polygon.api.onfinality.io/public',
430
- 'https://polygon.lava.build',
431
- 'https://api.zan.top/polygon-mainnet',
432
- 'https://polygon.meowrpc.com',
433
- ],
434
- [Chains.Avalanche]: [
435
- '',
436
- 'https://avalanche-c-chain-rpc.publicnode.com',
437
- 'https://ava-mainnet.public.blastapi.io/ext/bc/C/rpc',
438
- 'https://endpoints.omniatech.io/v1/avax/mainnet/public',
439
- 'https://avalanche-c-chain-rpc.publicnode.com',
440
- 'https://avalanche.blockpi.network/v1/rpc/private',
441
- 'https://avalanche.public-rpc.com',
442
- 'https://avalanche.drpc.org',
443
- 'https://avax.meowrpc.com',
444
- 'https://endpoints.omniatech.io/v1/avax/mainnet/public',
445
- 'https://api.avax.network/ext/bc/C/rpc',
446
- 'https://1rpc.io/avax/c',
447
- 'https://avax-pokt.nodies.app/ext/bc/C/rpc',
448
- 'https://endpoints.omniatech.io/v1/avax/mainnet/public',
449
- 'https://api.zan.top/avax-mainnet/ext/bc/C/rpc',
450
- ],
451
- [Chains.Arbitrum]: [
452
- '',
453
- 'https://arbitrum.llamarpc.com',
454
- 'https://arbitrum.rpc.subquery.network/public',
455
- 'https://endpoints.omniatech.io/v1/arbitrum/one/public',
456
- 'https://arbitrum.meowrpc.com',
457
- 'https://arbitrum.gateway.tenderly.co',
458
- 'https://arbitrum-one.public.blastapi.io',
459
- 'https://arb1.lava.build',
460
- 'https://arbitrum-one.publicnode.com',
461
- 'https://arbitrum.blockpi.network/v1/rpc/public',
462
- 'https://arb-pokt.nodies.app',
463
- 'https://api.zan.top/arb-one',
464
- 'https://arb1.arbitrum.io/rpc',
465
- 'https://arbitrum.drpc.org',
466
- 'https://1rpc.io/arb',
467
- ],
468
- [Chains.Optimism]: [
469
- '',
470
- 'https://optimism.llamarpc.com',
471
- 'https://op-pokt.nodies.app',
472
- 'https://optimism-mainnet.public.blastapi.io',
473
- 'https://optimism.blockpi.network/v1/rpc/public',
474
- 'https://endpoints.omniatech.io/v1/op/mainnet/public',
475
- 'https://optimism-rpc.publicnode.com',
476
- 'https://optimism.drpc.org',
477
- 'https://1rpc.io/op',
478
- 'https://optimism.gateway.tenderly.co',
479
- 'https://optimism.lava.build',
480
- 'https://optimism.rpc.subquery.network/public',
481
- 'https://mainnet.optimism.io',
482
- 'https://optimism-rpc.publicnode.com',
483
- 'https://gateway.tenderly.co/public/optimism',
484
- ],
485
- [Chains.Base]: [
486
- '',
487
- 'https://base.llamarpc.com',
488
- 'https://base-mainnet.public.blastapi.io',
489
- 'https://base-rpc.publicnode.com',
490
- 'https://base.blockpi.network/v1/rpc/public',
491
- 'https://base.drpc.org',
492
- 'https://mainnet.base.org',
493
- 'https://base.api.onfinality.io/public',
494
- 'https://base-pokt.nodies.app',
495
- 'https://1rpc.io/base',
496
- 'https://developer-access-mainnet.base.org',
497
- 'https://endpoints.omniatech.io/v1/base/mainnet/public',
498
- 'https://base.rpc.subquery.network/public',
499
- 'https://base.api.onfinality.io/public',
500
- 'https://base.meowrpc.com',
501
- 'https://base.gateway.tenderly.co',
502
- ],
503
- };
504
-
505
-
506
- /***/ }),
507
-
508
- /***/ 2311:
509
- /***/ ((__unused_webpack_module, exports) => {
510
-
511
-
512
- Object.defineProperty(exports, "__esModule", ({ value: true }));
513
-
514
-
515
- /***/ }),
516
-
517
- /***/ 2420:
518
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
519
-
520
-
521
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
522
- if (k2 === undefined) k2 = k;
523
- var desc = Object.getOwnPropertyDescriptor(m, k);
524
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
525
- desc = { enumerable: true, get: function() { return m[k]; } };
526
- }
527
- Object.defineProperty(o, k2, desc);
528
- }) : (function(o, m, k, k2) {
529
- if (k2 === undefined) k2 = k;
530
- o[k2] = m[k];
531
- }));
532
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
533
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
534
- };
535
- Object.defineProperty(exports, "__esModule", ({ value: true }));
536
- __exportStar(__webpack_require__(3667), exports);
537
- __exportStar(__webpack_require__(4237), exports);
538
- __exportStar(__webpack_require__(4881), exports);
539
- __exportStar(__webpack_require__(8491), exports);
540
- __exportStar(__webpack_require__(9971), exports);
541
- __exportStar(__webpack_require__(5146), exports);
542
- __exportStar(__webpack_require__(5547), exports);
543
- __exportStar(__webpack_require__(5441), exports);
544
- __exportStar(__webpack_require__(1710), exports);
545
- __exportStar(__webpack_require__(2577), exports);
546
-
547
-
548
- /***/ }),
549
-
550
- /***/ 2562:
551
- /***/ ((__unused_webpack_module, exports) => {
552
-
553
-
554
- Object.defineProperty(exports, "__esModule", ({ value: true }));
555
-
556
-
557
- /***/ }),
558
-
559
- /***/ 2577:
560
- /***/ ((__unused_webpack_module, exports) => {
561
-
562
-
563
- Object.defineProperty(exports, "__esModule", ({ value: true }));
564
-
565
-
566
- /***/ }),
567
-
568
- /***/ 2623:
569
- /***/ ((__unused_webpack_module, exports) => {
570
-
571
-
572
- Object.defineProperty(exports, "__esModule", ({ value: true }));
573
- exports.TransactionType = exports.CCTPStatus = exports.ActionTypeEnum = exports.OperationStatusEnum = void 0;
574
- var OperationStatusEnum;
575
- (function (OperationStatusEnum) {
576
- OperationStatusEnum["Pending"] = "pending";
577
- OperationStatusEnum["Completed"] = "completed";
578
- OperationStatusEnum["Failed"] = "failed";
579
- OperationStatusEnum["Received"] = "received";
580
- })(OperationStatusEnum || (exports.OperationStatusEnum = OperationStatusEnum = {}));
581
- var ActionTypeEnum;
582
- (function (ActionTypeEnum) {
583
- ActionTypeEnum["Deposit"] = "deposit";
584
- ActionTypeEnum["Withdraw"] = "withdraw";
585
- ActionTypeEnum["Rebalance"] = "rebalance";
586
- })(ActionTypeEnum || (exports.ActionTypeEnum = ActionTypeEnum = {}));
587
- var CCTPStatus;
588
- (function (CCTPStatus) {
589
- CCTPStatus["PENDING"] = "pending";
590
- CCTPStatus["COMPLETED"] = "completed";
591
- CCTPStatus["FAILED"] = "failed";
592
- })(CCTPStatus || (exports.CCTPStatus = CCTPStatus = {}));
593
- var TransactionType;
594
- (function (TransactionType) {
595
- TransactionType["USER_TO_TMC"] = "user_to_tmc";
596
- TransactionType["TMC_TO_USER"] = "tmc_to_user";
597
- TransactionType["RELAYER_TO_TMC"] = "relayer_to_tmc";
598
- TransactionType["RELAYER_TO_CODEX"] = "relayer_to_codex";
599
- TransactionType["RELAYER_TO_CIRCLE"] = "relayer_to_circle";
600
- })(TransactionType || (exports.TransactionType = TransactionType = {}));
601
-
602
-
603
- /***/ }),
604
-
605
- /***/ 2739:
606
- /***/ ((__unused_webpack_module, exports) => {
607
-
608
-
609
- Object.defineProperty(exports, "__esModule", ({ value: true }));
610
- exports.Notification = void 0;
611
- var Notification;
612
- (function (Notification) {
613
- Notification[Notification["SELF_TRADE"] = 1] = "SELF_TRADE";
614
- Notification[Notification["FULL_FILLED"] = 2] = "FULL_FILLED";
615
- Notification[Notification["FULL_CANCELLED"] = 3] = "FULL_CANCELLED";
616
- Notification[Notification["PARTIALLY_CANCELLED"] = 4] = "PARTIALLY_CANCELLED";
617
- Notification[Notification["CREATED"] = 5] = "CREATED";
618
- })(Notification || (exports.Notification = Notification = {}));
619
-
620
-
621
- /***/ }),
622
-
623
- /***/ 2797:
624
- /***/ ((__unused_webpack_module, exports) => {
625
-
626
-
627
- Object.defineProperty(exports, "__esModule", ({ value: true }));
628
- var AvailablePairSettings;
629
- (function (AvailablePairSettings) {
630
- AvailablePairSettings["MFT_AUDIO_LINK"] = "mft.audioLink";
631
- AvailablePairSettings["MFT_TITLE"] = "mft.title";
632
- AvailablePairSettings["MODE_PRE_SALE"] = "mode.preSale";
633
- AvailablePairSettings["MAKER_FEE"] = "makerFee";
634
- AvailablePairSettings["TAKER_FEE"] = "takerFee";
635
- AvailablePairSettings["VIEW_BASE_COIN_ICON_LINK"] = "view.baseCoinIconLink";
636
- AvailablePairSettings["VIEW_BASE_COIN_MARKET_LINK"] = "view.baseCoinMarketLink";
637
- AvailablePairSettings["VIEW_PRICE_COIN_ICON_LINK"] = "view.priceCoinIconLink";
638
- AvailablePairSettings["VIEW_PRICE_COIN_MARKET_LINK"] = "view.priceCoinMarketLink";
639
- })(AvailablePairSettings || (AvailablePairSettings = {}));
640
- exports["default"] = AvailablePairSettings;
641
-
642
-
643
- /***/ }),
644
-
645
- /***/ 3004:
646
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
647
-
648
-
649
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
650
- if (k2 === undefined) k2 = k;
651
- var desc = Object.getOwnPropertyDescriptor(m, k);
652
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
653
- desc = { enumerable: true, get: function() { return m[k]; } };
654
- }
655
- Object.defineProperty(o, k2, desc);
656
- }) : (function(o, m, k, k2) {
657
- if (k2 === undefined) k2 = k;
658
- o[k2] = m[k];
659
- }));
660
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
661
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
662
- };
663
- var __importDefault = (this && this.__importDefault) || function (mod) {
664
- return (mod && mod.__esModule) ? mod : { "default": mod };
665
- };
666
- Object.defineProperty(exports, "__esModule", ({ value: true }));
667
- exports.TradingKeyType = exports.OrderType = exports.OrderStatus = exports.OrderSide = exports.AvailablePairSettings = void 0;
668
- const available_pair_settings_enum_1 = __importDefault(__webpack_require__(2797));
669
- exports.AvailablePairSettings = available_pair_settings_enum_1.default;
670
- const order_side_enum_1 = __importDefault(__webpack_require__(835));
671
- exports.OrderSide = order_side_enum_1.default;
672
- const order_status_enum_1 = __importDefault(__webpack_require__(1492));
673
- exports.OrderStatus = order_status_enum_1.default;
674
- const order_type_enum_1 = __importDefault(__webpack_require__(1134));
675
- exports.OrderType = order_type_enum_1.default;
676
- const tradingKeyType_enum_1 = __webpack_require__(3487);
677
- Object.defineProperty(exports, "TradingKeyType", ({ enumerable: true, get: function () { return tradingKeyType_enum_1.TradingKeyType; } }));
678
- __exportStar(__webpack_require__(893), exports);
679
- __exportStar(__webpack_require__(3338), exports);
680
- __exportStar(__webpack_require__(3245), exports);
681
- __exportStar(__webpack_require__(6828), exports);
682
- __exportStar(__webpack_require__(2224), exports);
683
- __exportStar(__webpack_require__(892), exports);
684
- __exportStar(__webpack_require__(2623), exports);
685
- __exportStar(__webpack_require__(3854), exports);
686
- __exportStar(__webpack_require__(4132), exports);
687
- __exportStar(__webpack_require__(3516), exports);
688
- __exportStar(__webpack_require__(4199), exports);
689
- __exportStar(__webpack_require__(1682), exports);
690
- __exportStar(__webpack_require__(1283), exports);
691
- __exportStar(__webpack_require__(5237), exports);
692
- __exportStar(__webpack_require__(1048), exports);
693
-
694
-
695
- /***/ }),
696
-
697
- /***/ 3192:
698
- /***/ ((__unused_webpack_module, exports) => {
699
-
700
-
701
- Object.defineProperty(exports, "__esModule", ({ value: true }));
702
-
703
-
704
- /***/ }),
705
-
706
- /***/ 3232:
707
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
708
-
709
-
710
- Object.defineProperty(exports, "__esModule", ({ value: true }));
711
- exports.TradingKeyType = void 0;
712
- const _enums_1 = __webpack_require__(9965);
713
- Object.defineProperty(exports, "TradingKeyType", ({ enumerable: true, get: function () { return _enums_1.TradingKeyType; } }));
714
-
715
-
716
- /***/ }),
717
-
718
- /***/ 3245:
719
- /***/ ((__unused_webpack_module, exports) => {
720
-
721
-
722
- Object.defineProperty(exports, "__esModule", ({ value: true }));
723
- exports.PromptTypeEnum = void 0;
724
- var PromptTypeEnum;
725
- (function (PromptTypeEnum) {
726
- PromptTypeEnum["INSTRUCTIONS"] = "INSTRUCTIONS";
727
- PromptTypeEnum["TEXT_STYLE"] = "TEXT_STYLE";
728
- PromptTypeEnum["TEXT_TONE"] = "TEXT_TONE";
729
- PromptTypeEnum["REACTION_TYPE"] = "REACTION_TYPE";
730
- PromptTypeEnum["COMMENT_LENGTH"] = "COMMENT_LENGTH";
731
- PromptTypeEnum["CONTEXT"] = "CONTEXT";
732
- })(PromptTypeEnum || (exports.PromptTypeEnum = PromptTypeEnum = {}));
733
-
734
-
735
- /***/ }),
736
-
737
- /***/ 3286:
738
- /***/ ((__unused_webpack_module, exports) => {
739
-
740
-
741
- Object.defineProperty(exports, "__esModule", ({ value: true }));
742
-
743
-
744
- /***/ }),
745
-
746
- /***/ 3338:
747
- /***/ ((__unused_webpack_module, exports) => {
748
-
749
-
750
- Object.defineProperty(exports, "__esModule", ({ value: true }));
751
- exports.TweetType = exports.SeasonStatusEnum = void 0;
752
- var SeasonStatusEnum;
753
- (function (SeasonStatusEnum) {
754
- SeasonStatusEnum["CREATED"] = "created";
755
- SeasonStatusEnum["STARTED"] = "started";
756
- SeasonStatusEnum["PAUSED"] = "paused";
757
- SeasonStatusEnum["CLOSED"] = "closed";
758
- })(SeasonStatusEnum || (exports.SeasonStatusEnum = SeasonStatusEnum = {}));
759
- var TweetType;
760
- (function (TweetType) {
761
- TweetType["Post"] = "POST";
762
- TweetType["Comment"] = "COMMENT";
763
- })(TweetType || (exports.TweetType = TweetType = {}));
764
-
765
-
766
- /***/ }),
767
-
768
- /***/ 3487:
769
- /***/ ((__unused_webpack_module, exports) => {
770
-
771
-
772
- Object.defineProperty(exports, "__esModule", ({ value: true }));
773
- exports.TradingKeyType = void 0;
774
- var TradingKeyType;
775
- (function (TradingKeyType) {
776
- TradingKeyType["User"] = "User";
777
- TradingKeyType["Api"] = "API";
778
- })(TradingKeyType || (exports.TradingKeyType = TradingKeyType = {}));
779
-
780
-
781
- /***/ }),
782
-
783
- /***/ 3516:
784
- /***/ ((__unused_webpack_module, exports) => {
785
-
786
-
787
- Object.defineProperty(exports, "__esModule", ({ value: true }));
788
- exports.SortDirectionEnum = void 0;
789
- var SortDirectionEnum;
790
- (function (SortDirectionEnum) {
791
- SortDirectionEnum["ASCENDING"] = "ASC";
792
- SortDirectionEnum["DESCENDING"] = "DESC";
793
- })(SortDirectionEnum || (exports.SortDirectionEnum = SortDirectionEnum = {}));
794
-
795
-
796
- /***/ }),
797
-
798
- /***/ 3667:
799
- /***/ ((__unused_webpack_module, exports) => {
800
-
801
-
802
- Object.defineProperty(exports, "__esModule", ({ value: true }));
803
-
804
-
805
- /***/ }),
806
-
807
- /***/ 3713:
808
- /***/ ((__unused_webpack_module, exports) => {
809
-
810
-
811
- Object.defineProperty(exports, "__esModule", ({ value: true }));
812
-
813
-
814
- /***/ }),
815
-
816
- /***/ 3764:
817
- /***/ ((__unused_webpack_module, exports) => {
818
-
819
-
820
- Object.defineProperty(exports, "__esModule", ({ value: true }));
821
-
822
-
823
- /***/ }),
824
-
825
- /***/ 3854:
826
- /***/ ((__unused_webpack_module, exports) => {
827
-
828
-
829
- Object.defineProperty(exports, "__esModule", ({ value: true }));
830
- exports.TradeSubStatus = exports.TradeStatus = void 0;
831
- var TradeStatus;
832
- (function (TradeStatus) {
833
- TradeStatus["Unconfirmed"] = "UNCONFIRMED";
834
- TradeStatus["Confirmed"] = "CONFIRMED";
835
- TradeStatus["Rejected"] = "REJECTED";
836
- })(TradeStatus || (exports.TradeStatus = TradeStatus = {}));
837
- var TradeSubStatus;
838
- (function (TradeSubStatus) {
839
- TradeSubStatus["RESUBMITTED"] = "RESUBMITTED";
840
- TradeSubStatus["PROCESSED"] = "PROCESSED";
841
- TradeSubStatus["REMATCHED"] = "REMATCHED";
842
- })(TradeSubStatus || (exports.TradeSubStatus = TradeSubStatus = {}));
843
-
844
-
845
- /***/ }),
846
-
847
- /***/ 4132:
848
- /***/ ((__unused_webpack_module, exports) => {
849
-
850
-
851
- Object.defineProperty(exports, "__esModule", ({ value: true }));
852
- exports.MarketMakerSortByEnum = exports.MarketMakerRebateTier = void 0;
853
- var MarketMakerRebateTier;
854
- (function (MarketMakerRebateTier) {
855
- MarketMakerRebateTier[MarketMakerRebateTier["FIRST"] = 1] = "FIRST";
856
- MarketMakerRebateTier[MarketMakerRebateTier["SECOND"] = 2] = "SECOND";
857
- MarketMakerRebateTier[MarketMakerRebateTier["THIRD"] = 3] = "THIRD";
858
- MarketMakerRebateTier[MarketMakerRebateTier["FOURTH"] = 4] = "FOURTH";
859
- })(MarketMakerRebateTier || (exports.MarketMakerRebateTier = MarketMakerRebateTier = {}));
860
- var MarketMakerSortByEnum;
861
- (function (MarketMakerSortByEnum) {
862
- MarketMakerSortByEnum["REBATE_TIER"] = "rebateTier";
863
- MarketMakerSortByEnum["CREATED_AT"] = "createdAt";
864
- MarketMakerSortByEnum["NAME"] = "name";
865
- MarketMakerSortByEnum["TAKER_FEE"] = "takerFee";
866
- MarketMakerSortByEnum["ENABLED"] = "enabled";
867
- MarketMakerSortByEnum["ADDRESS"] = "address";
868
- MarketMakerSortByEnum["CHAIN"] = "chainId";
869
- })(MarketMakerSortByEnum || (exports.MarketMakerSortByEnum = MarketMakerSortByEnum = {}));
870
-
871
-
872
- /***/ }),
873
-
874
- /***/ 4199:
875
- /***/ ((__unused_webpack_module, exports) => {
876
-
877
-
878
- Object.defineProperty(exports, "__esModule", ({ value: true }));
879
- exports.ScheduledNotificationStatusEnum = exports.NotificationStatusEnum = exports.NotificationPriorityEnum = exports.CombinedNotificationEnum = exports.AccountNotificationEnum = exports.GlobalNotificationEnum = void 0;
880
- var GlobalNotificationEnum;
881
- (function (GlobalNotificationEnum) {
882
- GlobalNotificationEnum["GLOBAL_PAIR_DELISTING"] = "GLOBAL_PAIR_DELISTING";
883
- GlobalNotificationEnum["GLOBAL_NEW_PAIR_LISTING"] = "GLOBAL_NEW_PAIR_LISTING";
884
- GlobalNotificationEnum["GLOBAL_SYSTEM_MAINTENANCE"] = "GLOBAL_SYSTEM_MAINTENANCE";
885
- GlobalNotificationEnum["GLOBAL_SMART_CONTRACT_UPDATE"] = "GLOBAL_SMART_CONTRACT_UPDATE";
886
- })(GlobalNotificationEnum || (exports.GlobalNotificationEnum = GlobalNotificationEnum = {}));
887
- var AccountNotificationEnum;
888
- (function (AccountNotificationEnum) {
889
- AccountNotificationEnum["ACCOUNT_POINTS_UNLOCK_ACHIEVEMENT"] = "ACCOUNT_POINTS_UNLOCK_ACHIEVEMENT";
890
- AccountNotificationEnum["ACCOUNT_KYC_STATUS_CHANGED"] = "ACCOUNT_KYC_STATUS_CHANGED";
891
- AccountNotificationEnum["ACCOUNT_AFFILIATE_DASHBOARD_UNLOCKED"] = "ACCOUNT_AFFILIATE_DASHBOARD_UNLOCKED";
892
- })(AccountNotificationEnum || (exports.AccountNotificationEnum = AccountNotificationEnum = {}));
893
- exports.CombinedNotificationEnum = {
894
- ...GlobalNotificationEnum,
895
- ...AccountNotificationEnum,
896
- };
897
- var NotificationPriorityEnum;
898
- (function (NotificationPriorityEnum) {
899
- NotificationPriorityEnum["CRITICAL"] = "CRITICAL";
900
- NotificationPriorityEnum["IMPORTANT"] = "IMPORTANT";
901
- NotificationPriorityEnum["INFO"] = "INFO";
902
- })(NotificationPriorityEnum || (exports.NotificationPriorityEnum = NotificationPriorityEnum = {}));
903
- var NotificationStatusEnum;
904
- (function (NotificationStatusEnum) {
905
- NotificationStatusEnum["UNREAD"] = "UNREAD";
906
- NotificationStatusEnum["READ"] = "READ";
907
- })(NotificationStatusEnum || (exports.NotificationStatusEnum = NotificationStatusEnum = {}));
908
- var ScheduledNotificationStatusEnum;
909
- (function (ScheduledNotificationStatusEnum) {
910
- ScheduledNotificationStatusEnum["PENDING"] = "PENDING";
911
- ScheduledNotificationStatusEnum["PROCESSED"] = "PROCESSED";
912
- ScheduledNotificationStatusEnum["FAILED"] = "FAILED";
913
- })(ScheduledNotificationStatusEnum || (exports.ScheduledNotificationStatusEnum = ScheduledNotificationStatusEnum = {}));
914
-
915
-
916
- /***/ }),
917
-
918
- /***/ 4237:
919
- /***/ ((__unused_webpack_module, exports) => {
920
-
921
-
922
- Object.defineProperty(exports, "__esModule", ({ value: true }));
923
- ;
924
-
925
-
926
- /***/ }),
927
-
928
- /***/ 4881:
929
- /***/ ((__unused_webpack_module, exports) => {
930
-
931
-
932
- Object.defineProperty(exports, "__esModule", ({ value: true }));
933
-
934
-
935
- /***/ }),
936
-
937
- /***/ 4927:
938
- /***/ ((__unused_webpack_module, exports) => {
939
-
940
-
941
- Object.defineProperty(exports, "__esModule", ({ value: true }));
942
-
943
-
944
- /***/ }),
945
-
946
- /***/ 4951:
947
- /***/ ((__unused_webpack_module, exports) => {
948
-
949
-
950
- Object.defineProperty(exports, "__esModule", ({ value: true }));
951
-
952
-
953
- /***/ }),
954
-
955
- /***/ 5146:
956
- /***/ ((__unused_webpack_module, exports) => {
957
-
958
-
959
- Object.defineProperty(exports, "__esModule", ({ value: true }));
960
-
961
-
962
- /***/ }),
963
-
964
- /***/ 5237:
965
- /***/ ((__unused_webpack_module, exports) => {
966
-
967
-
968
- Object.defineProperty(exports, "__esModule", ({ value: true }));
969
- exports.UpgradeStatus = void 0;
970
- var UpgradeStatus;
971
- (function (UpgradeStatus) {
972
- UpgradeStatus["SUCCESS"] = "success";
973
- UpgradeStatus["FAILED"] = "failed";
974
- UpgradeStatus["PENDING"] = "pending";
975
- })(UpgradeStatus || (exports.UpgradeStatus = UpgradeStatus = {}));
976
-
977
-
978
- /***/ }),
979
-
980
- /***/ 5441:
981
- /***/ ((__unused_webpack_module, exports) => {
982
-
983
-
984
- Object.defineProperty(exports, "__esModule", ({ value: true }));
985
-
986
-
987
- /***/ }),
988
-
989
- /***/ 5443:
990
- /***/ ((__unused_webpack_module, exports) => {
991
-
992
-
993
- Object.defineProperty(exports, "__esModule", ({ value: true }));
994
-
995
-
996
- /***/ }),
997
-
998
- /***/ 5547:
999
- /***/ ((__unused_webpack_module, exports) => {
1000
-
1001
-
1002
- Object.defineProperty(exports, "__esModule", ({ value: true }));
1003
-
1004
-
1005
- /***/ }),
1006
-
1007
- /***/ 5874:
1008
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
1009
-
1010
-
1011
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1012
- if (k2 === undefined) k2 = k;
1013
- var desc = Object.getOwnPropertyDescriptor(m, k);
1014
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
1015
- desc = { enumerable: true, get: function() { return m[k]; } };
1016
- }
1017
- Object.defineProperty(o, k2, desc);
1018
- }) : (function(o, m, k, k2) {
1019
- if (k2 === undefined) k2 = k;
1020
- o[k2] = m[k];
1021
- }));
1022
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
1023
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
1024
- };
1025
- Object.defineProperty(exports, "__esModule", ({ value: true }));
1026
- __exportStar(__webpack_require__(2562), exports);
1027
- __exportStar(__webpack_require__(9610), exports);
1028
- __exportStar(__webpack_require__(528), exports);
1029
- __exportStar(__webpack_require__(9890), exports);
1030
- __exportStar(__webpack_require__(3286), exports);
1031
- __exportStar(__webpack_require__(8252), exports);
1032
- __exportStar(__webpack_require__(7979), exports);
1033
- __exportStar(__webpack_require__(231), exports);
1034
-
1035
-
1036
- /***/ }),
1037
-
1038
- /***/ 6119:
1039
- /***/ ((__unused_webpack_module, exports) => {
1040
-
1041
-
1042
- Object.defineProperty(exports, "__esModule", ({ value: true }));
1043
- exports.TwitterAccessScopeEnum = void 0;
1044
- var TwitterAccessScopeEnum;
1045
- (function (TwitterAccessScopeEnum) {
1046
- TwitterAccessScopeEnum["USERS_READ"] = "users.read";
1047
- TwitterAccessScopeEnum["FOLLOWS_READ"] = "follows.read";
1048
- TwitterAccessScopeEnum["FOLLOWS_WRITE"] = "follows.write";
1049
- TwitterAccessScopeEnum["TWEET_READ"] = "tweet.read";
1050
- TwitterAccessScopeEnum["TWEET_WRITE"] = "tweet.write";
1051
- TwitterAccessScopeEnum["OFFLINE_ACCESS"] = "offline.access";
1052
- TwitterAccessScopeEnum["LIKE_READ"] = "like.read";
1053
- TwitterAccessScopeEnum["LIKE_WRITE"] = "like.write";
1054
- })(TwitterAccessScopeEnum || (exports.TwitterAccessScopeEnum = TwitterAccessScopeEnum = {}));
1055
-
1056
-
1057
- /***/ }),
1058
-
1059
- /***/ 6828:
1060
- /***/ ((__unused_webpack_module, exports) => {
1061
-
1062
-
1063
- Object.defineProperty(exports, "__esModule", ({ value: true }));
1064
- exports.KYCAuthenticationStatus = exports.LastLookAction = exports.FeeTier = void 0;
1065
- var FeeTier;
1066
- (function (FeeTier) {
1067
- FeeTier[FeeTier["FEE_TIER_1"] = 1] = "FEE_TIER_1";
1068
- FeeTier[FeeTier["FEE_TIER_2"] = 2] = "FEE_TIER_2";
1069
- FeeTier[FeeTier["FEE_TIER_3"] = 3] = "FEE_TIER_3";
1070
- FeeTier[FeeTier["FEE_TIER_4"] = 4] = "FEE_TIER_4";
1071
- FeeTier[FeeTier["FEE_TIER_5"] = 5] = "FEE_TIER_5";
1072
- FeeTier[FeeTier["FEE_TIER_6"] = 6] = "FEE_TIER_6";
1073
- })(FeeTier || (exports.FeeTier = FeeTier = {}));
1074
- var LastLookAction;
1075
- (function (LastLookAction) {
1076
- LastLookAction[LastLookAction["Approve"] = 1] = "Approve";
1077
- LastLookAction[LastLookAction["Reject"] = 0] = "Reject";
1078
- })(LastLookAction || (exports.LastLookAction = LastLookAction = {}));
1079
- var KYCAuthenticationStatus;
1080
- (function (KYCAuthenticationStatus) {
1081
- KYCAuthenticationStatus["INITIATED"] = "INITIATED";
1082
- KYCAuthenticationStatus["CREATED"] = "CREATED";
1083
- KYCAuthenticationStatus["PROCESSING"] = "PROCESSING";
1084
- KYCAuthenticationStatus["APPROVED"] = "APPROVED";
1085
- KYCAuthenticationStatus["REJECTED"] = "REJECTED";
1086
- })(KYCAuthenticationStatus || (exports.KYCAuthenticationStatus = KYCAuthenticationStatus = {}));
1087
-
1088
-
1089
- /***/ }),
1090
-
1091
- /***/ 6978:
1092
- /***/ ((__unused_webpack_module, exports) => {
1093
-
1094
-
1095
- Object.defineProperty(exports, "__esModule", ({ value: true }));
1096
- exports.MaintenanceMode = void 0;
1097
- var MaintenanceMode;
1098
- (function (MaintenanceMode) {
1099
- MaintenanceMode[MaintenanceMode["Off"] = 0] = "Off";
1100
- MaintenanceMode[MaintenanceMode["Full"] = 1] = "Full";
1101
- MaintenanceMode[MaintenanceMode["Partial"] = 2] = "Partial";
1102
- MaintenanceMode[MaintenanceMode["Scheduled"] = 3] = "Scheduled";
1103
- })(MaintenanceMode || (exports.MaintenanceMode = MaintenanceMode = {}));
1104
-
1105
-
1106
- /***/ }),
1107
-
1108
- /***/ 7054:
1109
- /***/ ((__unused_webpack_module, exports) => {
1110
-
1111
-
1112
- Object.defineProperty(exports, "__esModule", ({ value: true }));
1113
-
1114
-
1115
- /***/ }),
1116
-
1117
- /***/ 7525:
1118
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
1119
-
1120
-
1121
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1122
- if (k2 === undefined) k2 = k;
1123
- var desc = Object.getOwnPropertyDescriptor(m, k);
1124
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
1125
- desc = { enumerable: true, get: function() { return m[k]; } };
1126
- }
1127
- Object.defineProperty(o, k2, desc);
1128
- }) : (function(o, m, k, k2) {
1129
- if (k2 === undefined) k2 = k;
1130
- o[k2] = m[k];
1131
- }));
1132
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
1133
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
1134
- };
1135
- Object.defineProperty(exports, "__esModule", ({ value: true }));
1136
- __exportStar(__webpack_require__(4927), exports);
1137
- __exportStar(__webpack_require__(2056), exports);
1138
- __exportStar(__webpack_require__(3764), exports);
1139
- __exportStar(__webpack_require__(7704), exports);
1140
- __exportStar(__webpack_require__(3713), exports);
1141
- __exportStar(__webpack_require__(3232), exports);
1142
- __exportStar(__webpack_require__(4951), exports);
1143
- __exportStar(__webpack_require__(2101), exports);
1144
- __exportStar(__webpack_require__(3192), exports);
1145
- __exportStar(__webpack_require__(5443), exports);
1146
- __exportStar(__webpack_require__(7054), exports);
1147
- __exportStar(__webpack_require__(2311), exports);
1148
- __exportStar(__webpack_require__(9035), exports);
1149
- __exportStar(__webpack_require__(8212), exports);
1150
- __exportStar(__webpack_require__(1817), exports);
1151
- __exportStar(__webpack_require__(2420), exports);
1152
- __exportStar(__webpack_require__(5874), exports);
1153
-
1154
-
1155
- /***/ }),
1156
-
1157
- /***/ 7704:
1158
- /***/ ((__unused_webpack_module, exports) => {
1159
-
1160
-
1161
- Object.defineProperty(exports, "__esModule", ({ value: true }));
1162
-
1163
-
1164
- /***/ }),
1165
-
1166
- /***/ 7979:
1167
- /***/ ((__unused_webpack_module, exports) => {
1168
-
1169
-
1170
- Object.defineProperty(exports, "__esModule", ({ value: true }));
1171
-
1172
-
1173
- /***/ }),
1174
-
1175
- /***/ 8212:
1176
- /***/ ((__unused_webpack_module, exports) => {
1177
-
1178
-
1179
- Object.defineProperty(exports, "__esModule", ({ value: true }));
1180
-
1181
-
1182
- /***/ }),
1183
-
1184
- /***/ 8252:
1185
- /***/ ((__unused_webpack_module, exports) => {
1186
-
1187
-
1188
- Object.defineProperty(exports, "__esModule", ({ value: true }));
1189
-
1190
-
1191
- /***/ }),
1192
-
1193
- /***/ 8491:
1194
- /***/ ((__unused_webpack_module, exports) => {
1195
-
1196
-
1197
- Object.defineProperty(exports, "__esModule", ({ value: true }));
1198
- exports.ISetting = void 0;
1199
- class ISetting {
1200
- id;
1201
- description;
1202
- hint;
1203
- help_url;
1204
- type;
1205
- allowed_values;
1206
- settings;
1207
- public;
1208
- }
1209
- exports.ISetting = ISetting;
1210
-
1211
-
1212
- /***/ }),
1213
-
1214
- /***/ 9035:
1215
- /***/ ((__unused_webpack_module, exports) => {
1216
-
1217
-
1218
- Object.defineProperty(exports, "__esModule", ({ value: true }));
1219
-
1220
-
1221
- /***/ }),
1222
-
1223
- /***/ 9610:
1224
- /***/ ((__unused_webpack_module, exports) => {
1225
-
1226
-
1227
- Object.defineProperty(exports, "__esModule", ({ value: true }));
1228
-
1229
-
1230
- /***/ }),
1231
-
1232
- /***/ 9890:
1233
- /***/ ((__unused_webpack_module, exports) => {
1234
-
1235
-
1236
- Object.defineProperty(exports, "__esModule", ({ value: true }));
1237
-
1238
-
1239
- /***/ }),
1240
-
1241
- /***/ 9965:
1242
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
1243
-
1244
-
1245
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1246
- if (k2 === undefined) k2 = k;
1247
- var desc = Object.getOwnPropertyDescriptor(m, k);
1248
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
1249
- desc = { enumerable: true, get: function() { return m[k]; } };
1250
- }
1251
- Object.defineProperty(o, k2, desc);
1252
- }) : (function(o, m, k, k2) {
1253
- if (k2 === undefined) k2 = k;
1254
- o[k2] = m[k];
1255
- }));
1256
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
1257
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
1258
- };
1259
- Object.defineProperty(exports, "__esModule", ({ value: true }));
1260
- __exportStar(__webpack_require__(2228), exports);
1261
- __exportStar(__webpack_require__(6978), exports);
1262
- __exportStar(__webpack_require__(2739), exports);
1263
- __exportStar(__webpack_require__(6119), exports);
1264
- __exportStar(__webpack_require__(3004), exports);
1265
-
1266
-
1267
- /***/ }),
1268
-
1269
- /***/ 9971:
1270
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1271
-
1272
-
1273
- Object.defineProperty(exports, "__esModule", ({ value: true }));
1274
- exports.WithdrawalWalletType = void 0;
1275
- const _enums_1 = __webpack_require__(9965);
1276
- Object.defineProperty(exports, "WithdrawalWalletType", ({ enumerable: true, get: function () { return _enums_1.WithdrawalWalletType; } }));
1277
-
1278
-
1279
- /***/ })
1280
-
1281
- /******/ });
1282
- /************************************************************************/
1283
- /******/ // The module cache
1284
- /******/ var __webpack_module_cache__ = {};
1285
- /******/
1286
- /******/ // The require function
1287
- /******/ function __webpack_require__(moduleId) {
1288
- /******/ // Check if module is in cache
1289
- /******/ var cachedModule = __webpack_module_cache__[moduleId];
1290
- /******/ if (cachedModule !== undefined) {
1291
- /******/ return cachedModule.exports;
1292
- /******/ }
1293
- /******/ // Create a new module (and put it into the cache)
1294
- /******/ var module = __webpack_module_cache__[moduleId] = {
1295
- /******/ // no module.id needed
1296
- /******/ // no module.loaded needed
1297
- /******/ exports: {}
1298
- /******/ };
1299
- /******/
1300
- /******/ // Execute the module function
1301
- /******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
1302
- /******/
1303
- /******/ // Return the exports of the module
1304
- /******/ return module.exports;
1305
- /******/ }
1306
- /******/
1307
- /************************************************************************/
1308
- /******/
1309
- /******/ // startup
1310
- /******/ // Load entry module and return exports
1311
- /******/ // This entry module is referenced by other modules so it can't be inlined
1312
- /******/ var __webpack_exports__ = __webpack_require__(7525);
1313
- /******/ module.exports = __webpack_exports__;
1314
- /******/
1315
- /******/ })()
1316
- ;
1
+ var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var E=Object.getOwnPropertyNames;var b=Object.prototype.hasOwnProperty;var h=(o,p)=>{for(var i in p)n(o,i,{get:p[i],enumerable:!0})},A=(o,p,i,e)=>{if(p&&typeof p=="object"||typeof p=="function")for(let t of E(p))!b.call(o,t)&&t!==i&&n(o,t,{get:()=>p[t],enumerable:!(e=d(p,t))||e.enumerable});return o};var _=o=>A(n({},"__esModule",{value:!0}),o);var g={};h(g,{ISetting:()=>c,PROVIDERS:()=>I,TradingKeyType:()=>a,WithdrawalWalletType:()=>s});module.exports=_(g);var a=(i=>(i.User="User",i.Api="API",i))(a||{});var m=(t=>(t.GLOBAL_PAIR_DELISTING="GLOBAL_PAIR_DELISTING",t.GLOBAL_NEW_PAIR_LISTING="GLOBAL_NEW_PAIR_LISTING",t.GLOBAL_SYSTEM_MAINTENANCE="GLOBAL_SYSTEM_MAINTENANCE",t.GLOBAL_SMART_CONTRACT_UPDATE="GLOBAL_SMART_CONTRACT_UPDATE",t))(m||{}),l=(e=>(e.ACCOUNT_POINTS_UNLOCK_ACHIEVEMENT="ACCOUNT_POINTS_UNLOCK_ACHIEVEMENT",e.ACCOUNT_KYC_STATUS_CHANGED="ACCOUNT_KYC_STATUS_CHANGED",e.ACCOUNT_AFFILIATE_DASHBOARD_UNLOCKED="ACCOUNT_AFFILIATE_DASHBOARD_UNLOCKED",e))(l||{}),B={...m,...l};var s=(e=>(e.SOLANA="SOLANA",e.ALGORAND="ALGORAND",e.EVM="EVM",e))(s||{});var I=(r=>(r.PERA="PERA",r.METAMASK="METAMASK",r.TRUST_WALLET="TRUST_WALLET",r.PHANTOM="PHANTOM",r.WALLET_CONNECT="WALLET_CONNECT",r.SOLANA_MOBILE="SOLANA_MOBILE",r.SOLFLARE="SOLFLARE",r.COINBASE="COINBASE",r.BACKPACK="BACKPACK",r.MOBILE="MOBILE",r))(I||{});var c=class{};0&&(module.exports={ISetting,PROVIDERS,TradingKeyType,WithdrawalWalletType});