@reyaxyz/common 0.155.4 → 0.156.0

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.
@@ -152,75 +152,21 @@ export const TOKEN_INFO: Record<ReyaChainId | MoneyInOutChainId, TokenInfo[]> =
152
152
  [ReyaChainId.reyaCronos]: [
153
153
  {
154
154
  name: 'RUSD',
155
- address: '0x26ee9dfb27f12990d90ec003af7c5e9c19ea2a4c',
155
+ address: '0x9de724e7b3facf87ce39465d3d712717182e3e55',
156
156
  decimals: 6,
157
157
  isRUSDUnderlying: false,
158
158
  ...defaultTokenThresholds,
159
159
  },
160
160
  {
161
161
  name: 'USDC',
162
- address: '0x1b700a40a0707dd5f0bc31cbc57d730558e5714d',
162
+ address: '0xfa27c7c6051344263533cc365274d9569b0272a8',
163
163
  decimals: 6,
164
164
  isRUSDUnderlying: true,
165
165
  ...defaultTokenThresholds,
166
166
  },
167
- {
168
- name: 'USDT',
169
- address: '0x9ade781dacbd220f0161d98f496a2982b231a9d6',
170
- decimals: 6,
171
- isRUSDUnderlying: false,
172
- ...defaultTokenThresholds,
173
- },
174
- {
175
- name: 'DAI',
176
- address: '0x733299259c45726ee1bfc9bd0deeba58e48a1853',
177
- decimals: 18,
178
- isRUSDUnderlying: false,
179
- ...defaultTokenThresholds,
180
- },
181
- {
182
- name: 'WETH',
183
- address: '0xc123b7aeb9d2b2e8a035217d5c29e317c91842e2',
184
- decimals: 18,
185
- isRUSDUnderlying: false,
186
- ...defaultTokenThresholds,
187
- minDepositAmount: 0.01,
188
- minWithdrawAmount: 0.01,
189
- minTransferAmount: 0.01,
190
- },
191
- {
192
- name: 'WBTC',
193
- address: '0xd382e2f0df859ff9e82f963dcad1aaee939c5e4f',
194
- decimals: 8,
195
- isRUSDUnderlying: false,
196
- ...defaultTokenThresholds,
197
- },
198
- ],
199
- [MoneyInOutChainId.polygonMumbai]: [
200
- {
201
- name: 'USDC',
202
- address: '0xd9edcc943ed9729b08e52bb1e110fe43d1930773',
203
- decimals: 6,
204
- isRUSDUnderlying: true,
205
- ...defaultTokenThresholds,
206
- },
207
- {
208
- name: 'USDT',
209
- address: '0x4f8ecb190b9ef36113127d97c7f9300875b6563f',
210
- decimals: 6,
211
- isRUSDUnderlying: false,
212
- ...defaultTokenThresholds,
213
- },
214
- {
215
- name: 'DAI',
216
- address: '0x35479b023e508ee9a7b533dbb5b516bb6875f937',
217
- decimals: 18,
218
- isRUSDUnderlying: false,
219
- ...defaultTokenThresholds,
220
- },
221
167
  {
222
168
  name: 'WETH',
223
- address: '0x6c7a28f6ae2d245b0130520b112fa3544a06d9ae',
169
+ address: '0x2cf56315acc7e791b1a0135c09d8d5c8dbcd2f14',
224
170
  decimals: 18,
225
171
  isRUSDUnderlying: false,
226
172
  ...defaultTokenThresholds,
@@ -230,7 +176,7 @@ export const TOKEN_INFO: Record<ReyaChainId | MoneyInOutChainId, TokenInfo[]> =
230
176
  },
231
177
  {
232
178
  name: 'WBTC',
233
- address: '0x92c7a51bd507736ac0dda48b5f35a4aad0c2bb4d',
179
+ address: '0x459374f3f3e92728bca838dfa8c95e706fe67e8a',
234
180
  decimals: 8,
235
181
  isRUSDUnderlying: false,
236
182
  ...defaultTokenThresholds,
@@ -244,20 +190,6 @@ export const TOKEN_INFO: Record<ReyaChainId | MoneyInOutChainId, TokenInfo[]> =
244
190
  isRUSDUnderlying: true,
245
191
  ...defaultTokenThresholds,
246
192
  },
247
- {
248
- name: 'USDT',
249
- address: '0x66dfb9987c36c4be232156e70b085f664367599a',
250
- decimals: 6,
251
- isRUSDUnderlying: false,
252
- ...defaultTokenThresholds,
253
- },
254
- {
255
- name: 'DAI',
256
- address: '0x9a573b27d7298c6e2f4d2d4a41c37a0c8af6acca',
257
- decimals: 18,
258
- isRUSDUnderlying: false,
259
- ...defaultTokenThresholds,
260
- },
261
193
  {
262
194
  name: 'WETH',
263
195
  address: '0x565810cbfa3cf1390963e5afa2fb953795686339',
@@ -284,20 +216,6 @@ export const TOKEN_INFO: Record<ReyaChainId | MoneyInOutChainId, TokenInfo[]> =
284
216
  isRUSDUnderlying: true,
285
217
  ...defaultTokenThresholds,
286
218
  },
287
- {
288
- name: 'USDT',
289
- address: '0x2d1aba6fabae80bf5c1c9ea433aae9030e07cb22',
290
- decimals: 6,
291
- isRUSDUnderlying: false,
292
- ...defaultTokenThresholds,
293
- },
294
- {
295
- name: 'DAI',
296
- address: '0xdc0258dc3db980090e97ebf4f1fd9cc3c5ad5894',
297
- decimals: 18,
298
- isRUSDUnderlying: false,
299
- ...defaultTokenThresholds,
300
- },
301
219
  {
302
220
  name: 'WETH',
303
221
  address: '0x2b42affd4b7c14d9b7c2579229495c052672ccd3',
@@ -324,20 +242,6 @@ export const TOKEN_INFO: Record<ReyaChainId | MoneyInOutChainId, TokenInfo[]> =
324
242
  isRUSDUnderlying: true,
325
243
  ...defaultTokenThresholds,
326
244
  },
327
- {
328
- name: 'USDT',
329
- address: '0xb4130e87a180b9448286b291331aee8a9c154a3a',
330
- decimals: 6,
331
- isRUSDUnderlying: false,
332
- ...defaultTokenThresholds,
333
- },
334
- {
335
- name: 'DAI',
336
- address: '0x255745e5c7ae620b7f523f5e4a0ead37660ec5d6',
337
- decimals: 18,
338
- isRUSDUnderlying: false,
339
- ...defaultTokenThresholds,
340
- },
341
245
  {
342
246
  name: 'WETH',
343
247
  address: '0x771d1ae208377453d478df08bbc38034f72ac833',