@reyaxyz/common 0.155.4 → 0.155.5
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.
- package/dist/transactions/contractAddresses.js +3 -3
- package/dist/transactions/contractAddresses.js.map +1 -1
- package/dist/types/types.d.ts +1 -1
- package/dist/types/utils/token/token-info.d.ts.map +1 -1
- package/dist/types.js +1 -1
- package/dist/types.js.map +1 -1
- package/dist/utils/socket/reyaCronos.json +112 -264
- package/dist/utils/token/token-info.js +4 -14
- package/dist/utils/token/token-info.js.map +1 -1
- package/package.json +2 -2
- package/src/transactions/contractAddresses.ts +3 -3
- package/src/types.ts +1 -1
- package/src/utils/socket/reyaCronos.json +112 -264
- package/src/utils/token/token-info.ts +4 -74
|
@@ -152,35 +152,21 @@ export const TOKEN_INFO: Record<ReyaChainId | MoneyInOutChainId, TokenInfo[]> =
|
|
|
152
152
|
[ReyaChainId.reyaCronos]: [
|
|
153
153
|
{
|
|
154
154
|
name: 'RUSD',
|
|
155
|
-
address: '
|
|
155
|
+
address: '0x9de724e7b3facf87ce39465d3d712717182e3e55',
|
|
156
156
|
decimals: 6,
|
|
157
157
|
isRUSDUnderlying: false,
|
|
158
158
|
...defaultTokenThresholds,
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
name: 'USDC',
|
|
162
|
-
address: '
|
|
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
167
|
{
|
|
182
168
|
name: 'WETH',
|
|
183
|
-
address: '
|
|
169
|
+
address: '0x2cf56315acc7e791b1a0135c09d8d5c8dbcd2f14',
|
|
184
170
|
decimals: 18,
|
|
185
171
|
isRUSDUnderlying: false,
|
|
186
172
|
...defaultTokenThresholds,
|
|
@@ -190,7 +176,7 @@ export const TOKEN_INFO: Record<ReyaChainId | MoneyInOutChainId, TokenInfo[]> =
|
|
|
190
176
|
},
|
|
191
177
|
{
|
|
192
178
|
name: 'WBTC',
|
|
193
|
-
address: '
|
|
179
|
+
address: '0x459374f3f3e92728bca838dfa8c95e706fe67e8a',
|
|
194
180
|
decimals: 8,
|
|
195
181
|
isRUSDUnderlying: false,
|
|
196
182
|
...defaultTokenThresholds,
|
|
@@ -204,20 +190,6 @@ export const TOKEN_INFO: Record<ReyaChainId | MoneyInOutChainId, TokenInfo[]> =
|
|
|
204
190
|
isRUSDUnderlying: true,
|
|
205
191
|
...defaultTokenThresholds,
|
|
206
192
|
},
|
|
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
193
|
{
|
|
222
194
|
name: 'WETH',
|
|
223
195
|
address: '0x6c7a28f6ae2d245b0130520b112fa3544a06d9ae',
|
|
@@ -244,20 +216,6 @@ export const TOKEN_INFO: Record<ReyaChainId | MoneyInOutChainId, TokenInfo[]> =
|
|
|
244
216
|
isRUSDUnderlying: true,
|
|
245
217
|
...defaultTokenThresholds,
|
|
246
218
|
},
|
|
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
219
|
{
|
|
262
220
|
name: 'WETH',
|
|
263
221
|
address: '0x565810cbfa3cf1390963e5afa2fb953795686339',
|
|
@@ -284,20 +242,6 @@ export const TOKEN_INFO: Record<ReyaChainId | MoneyInOutChainId, TokenInfo[]> =
|
|
|
284
242
|
isRUSDUnderlying: true,
|
|
285
243
|
...defaultTokenThresholds,
|
|
286
244
|
},
|
|
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
245
|
{
|
|
302
246
|
name: 'WETH',
|
|
303
247
|
address: '0x2b42affd4b7c14d9b7c2579229495c052672ccd3',
|
|
@@ -324,20 +268,6 @@ export const TOKEN_INFO: Record<ReyaChainId | MoneyInOutChainId, TokenInfo[]> =
|
|
|
324
268
|
isRUSDUnderlying: true,
|
|
325
269
|
...defaultTokenThresholds,
|
|
326
270
|
},
|
|
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
271
|
{
|
|
342
272
|
name: 'WETH',
|
|
343
273
|
address: '0x771d1ae208377453d478df08bbc38034f72ac833',
|