@mento-protocol/mento-sdk 3.2.6-beta.1 → 3.2.6-beta.3
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/cache/routes.js +1033 -669
- package/dist/cache/tokens.js +29 -15
- package/dist/core/constants/borrowRegistries.js +4 -0
- package/dist/esm/cache/routes.js +1033 -669
- package/dist/esm/cache/tokens.js +29 -15
- package/dist/esm/core/constants/borrowRegistries.js +4 -0
- package/dist/esm/services/trading/TradingService.js +37 -11
- package/dist/services/trading/TradingService.d.ts +3 -1
- package/dist/services/trading/TradingService.js +34 -8
- package/package.json +1 -1
package/dist/esm/cache/routes.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This file is auto-generated. Do not edit manually.
|
|
2
|
-
// Generated on 2026-
|
|
2
|
+
// Generated on 2026-04-23T15:34:57.091Z
|
|
3
3
|
/**
|
|
4
4
|
* Cached routes indexed by chain ID
|
|
5
5
|
* Routes that don't exist for a chain will return an empty array
|
|
@@ -69,6 +69,37 @@ export const cachedRoutes = {
|
|
|
69
69
|
]
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
+
{
|
|
73
|
+
"id": "USDT0-USDm",
|
|
74
|
+
"tokens": [
|
|
75
|
+
{
|
|
76
|
+
"address": "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
|
|
77
|
+
"symbol": "USDT0"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"address": "0xBC69212B8E4d445b2307C9D32dD68E2A4Df00115",
|
|
81
|
+
"symbol": "USDm"
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"path": [
|
|
85
|
+
{
|
|
86
|
+
"factoryAddr": "0xa849b475FE5a4B5C9C3280152c7a1945b907613b",
|
|
87
|
+
"poolAddr": "0x0A59be741AD49c6C2E0a2d30a57eD8f5ffa5DEB8",
|
|
88
|
+
"token0": "0xBC69212B8E4d445b2307C9D32dD68E2A4Df00115",
|
|
89
|
+
"token1": "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
|
|
90
|
+
"poolType": "FPMM"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"costData": {
|
|
94
|
+
"totalCostPercent": 0.05,
|
|
95
|
+
"hops": [
|
|
96
|
+
{
|
|
97
|
+
"poolAddress": "0x0A59be741AD49c6C2E0a2d30a57eD8f5ffa5DEB8",
|
|
98
|
+
"costPercent": 0.05
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
}
|
|
102
|
+
},
|
|
72
103
|
{
|
|
73
104
|
"id": "AUSD-USDC",
|
|
74
105
|
"tokens": [
|
|
@@ -111,6 +142,90 @@ export const cachedRoutes = {
|
|
|
111
142
|
]
|
|
112
143
|
}
|
|
113
144
|
},
|
|
145
|
+
{
|
|
146
|
+
"id": "USDC-USDT0",
|
|
147
|
+
"tokens": [
|
|
148
|
+
{
|
|
149
|
+
"address": "0x754704Bc059F8C67012fEd69BC8A327a5aafb603",
|
|
150
|
+
"symbol": "USDC"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"address": "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
|
|
154
|
+
"symbol": "USDT0"
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
"path": [
|
|
158
|
+
{
|
|
159
|
+
"factoryAddr": "0xa849b475FE5a4B5C9C3280152c7a1945b907613b",
|
|
160
|
+
"poolAddr": "0x463c0d1F04bcd99A1efCF94AC2a75bc19Ea4A7E5",
|
|
161
|
+
"token0": "0x754704Bc059F8C67012fEd69BC8A327a5aafb603",
|
|
162
|
+
"token1": "0xBC69212B8E4d445b2307C9D32dD68E2A4Df00115",
|
|
163
|
+
"poolType": "FPMM"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"factoryAddr": "0xa849b475FE5a4B5C9C3280152c7a1945b907613b",
|
|
167
|
+
"poolAddr": "0x0A59be741AD49c6C2E0a2d30a57eD8f5ffa5DEB8",
|
|
168
|
+
"token0": "0xBC69212B8E4d445b2307C9D32dD68E2A4Df00115",
|
|
169
|
+
"token1": "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
|
|
170
|
+
"poolType": "FPMM"
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
"costData": {
|
|
174
|
+
"totalCostPercent": 0.099975,
|
|
175
|
+
"hops": [
|
|
176
|
+
{
|
|
177
|
+
"poolAddress": "0x463c0d1F04bcd99A1efCF94AC2a75bc19Ea4A7E5",
|
|
178
|
+
"costPercent": 0.05
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"poolAddress": "0x0A59be741AD49c6C2E0a2d30a57eD8f5ffa5DEB8",
|
|
182
|
+
"costPercent": 0.05
|
|
183
|
+
}
|
|
184
|
+
]
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"id": "AUSD-USDT0",
|
|
189
|
+
"tokens": [
|
|
190
|
+
{
|
|
191
|
+
"address": "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a",
|
|
192
|
+
"symbol": "AUSD"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"address": "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
|
|
196
|
+
"symbol": "USDT0"
|
|
197
|
+
}
|
|
198
|
+
],
|
|
199
|
+
"path": [
|
|
200
|
+
{
|
|
201
|
+
"factoryAddr": "0xa849b475FE5a4B5C9C3280152c7a1945b907613b",
|
|
202
|
+
"poolAddr": "0xb0a0264Ce6847F101b76ba36A4a3083ba489F501",
|
|
203
|
+
"token0": "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a",
|
|
204
|
+
"token1": "0xBC69212B8E4d445b2307C9D32dD68E2A4Df00115",
|
|
205
|
+
"poolType": "FPMM"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"factoryAddr": "0xa849b475FE5a4B5C9C3280152c7a1945b907613b",
|
|
209
|
+
"poolAddr": "0x0A59be741AD49c6C2E0a2d30a57eD8f5ffa5DEB8",
|
|
210
|
+
"token0": "0xBC69212B8E4d445b2307C9D32dD68E2A4Df00115",
|
|
211
|
+
"token1": "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
|
|
212
|
+
"poolType": "FPMM"
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"costData": {
|
|
216
|
+
"totalCostPercent": 0.099975,
|
|
217
|
+
"hops": [
|
|
218
|
+
{
|
|
219
|
+
"poolAddress": "0xb0a0264Ce6847F101b76ba36A4a3083ba489F501",
|
|
220
|
+
"costPercent": 0.05
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"poolAddress": "0x0A59be741AD49c6C2E0a2d30a57eD8f5ffa5DEB8",
|
|
224
|
+
"costPercent": 0.05
|
|
225
|
+
}
|
|
226
|
+
]
|
|
227
|
+
}
|
|
228
|
+
},
|
|
114
229
|
{
|
|
115
230
|
"id": "GBPm-USDm",
|
|
116
231
|
"tokens": [
|
|
@@ -142,6 +257,37 @@ export const cachedRoutes = {
|
|
|
142
257
|
]
|
|
143
258
|
}
|
|
144
259
|
},
|
|
260
|
+
{
|
|
261
|
+
"id": "EURm-USDm",
|
|
262
|
+
"tokens": [
|
|
263
|
+
{
|
|
264
|
+
"address": "0x4D502d735B4C574B487Ed641ae87cEaE884731C7",
|
|
265
|
+
"symbol": "EURm"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"address": "0xBC69212B8E4d445b2307C9D32dD68E2A4Df00115",
|
|
269
|
+
"symbol": "USDm"
|
|
270
|
+
}
|
|
271
|
+
],
|
|
272
|
+
"path": [
|
|
273
|
+
{
|
|
274
|
+
"factoryAddr": "0xa849b475FE5a4B5C9C3280152c7a1945b907613b",
|
|
275
|
+
"poolAddr": "0x93e15A22fDa39FEfcCCe82D387A09cCF030EAD61",
|
|
276
|
+
"token0": "0x4D502d735B4C574B487Ed641ae87cEaE884731C7",
|
|
277
|
+
"token1": "0xBC69212B8E4d445b2307C9D32dD68E2A4Df00115",
|
|
278
|
+
"poolType": "FPMM"
|
|
279
|
+
}
|
|
280
|
+
],
|
|
281
|
+
"costData": {
|
|
282
|
+
"totalCostPercent": 0.15,
|
|
283
|
+
"hops": [
|
|
284
|
+
{
|
|
285
|
+
"poolAddress": "0x93e15A22fDa39FEfcCCe82D387A09cCF030EAD61",
|
|
286
|
+
"costPercent": 0.15
|
|
287
|
+
}
|
|
288
|
+
]
|
|
289
|
+
}
|
|
290
|
+
},
|
|
145
291
|
{
|
|
146
292
|
"id": "GBPm-USDC",
|
|
147
293
|
"tokens": [
|
|
@@ -225,6 +371,216 @@ export const cachedRoutes = {
|
|
|
225
371
|
}
|
|
226
372
|
]
|
|
227
373
|
}
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"id": "GBPm-USDT0",
|
|
377
|
+
"tokens": [
|
|
378
|
+
{
|
|
379
|
+
"address": "0x39bb4E0a204412bB98e821d25e7d955e69d40Fd1",
|
|
380
|
+
"symbol": "GBPm"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"address": "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
|
|
384
|
+
"symbol": "USDT0"
|
|
385
|
+
}
|
|
386
|
+
],
|
|
387
|
+
"path": [
|
|
388
|
+
{
|
|
389
|
+
"factoryAddr": "0xa849b475FE5a4B5C9C3280152c7a1945b907613b",
|
|
390
|
+
"poolAddr": "0xD0E9c1a718D2a693d41eacd4B2696180403Ce081",
|
|
391
|
+
"token0": "0x39bb4E0a204412bB98e821d25e7d955e69d40Fd1",
|
|
392
|
+
"token1": "0xBC69212B8E4d445b2307C9D32dD68E2A4Df00115",
|
|
393
|
+
"poolType": "FPMM"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"factoryAddr": "0xa849b475FE5a4B5C9C3280152c7a1945b907613b",
|
|
397
|
+
"poolAddr": "0x0A59be741AD49c6C2E0a2d30a57eD8f5ffa5DEB8",
|
|
398
|
+
"token0": "0xBC69212B8E4d445b2307C9D32dD68E2A4Df00115",
|
|
399
|
+
"token1": "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
|
|
400
|
+
"poolType": "FPMM"
|
|
401
|
+
}
|
|
402
|
+
],
|
|
403
|
+
"costData": {
|
|
404
|
+
"totalCostPercent": 0.199925,
|
|
405
|
+
"hops": [
|
|
406
|
+
{
|
|
407
|
+
"poolAddress": "0xD0E9c1a718D2a693d41eacd4B2696180403Ce081",
|
|
408
|
+
"costPercent": 0.15
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"poolAddress": "0x0A59be741AD49c6C2E0a2d30a57eD8f5ffa5DEB8",
|
|
412
|
+
"costPercent": 0.05
|
|
413
|
+
}
|
|
414
|
+
]
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"id": "EURm-USDC",
|
|
419
|
+
"tokens": [
|
|
420
|
+
{
|
|
421
|
+
"address": "0x4D502d735B4C574B487Ed641ae87cEaE884731C7",
|
|
422
|
+
"symbol": "EURm"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"address": "0x754704Bc059F8C67012fEd69BC8A327a5aafb603",
|
|
426
|
+
"symbol": "USDC"
|
|
427
|
+
}
|
|
428
|
+
],
|
|
429
|
+
"path": [
|
|
430
|
+
{
|
|
431
|
+
"factoryAddr": "0xa849b475FE5a4B5C9C3280152c7a1945b907613b",
|
|
432
|
+
"poolAddr": "0x463c0d1F04bcd99A1efCF94AC2a75bc19Ea4A7E5",
|
|
433
|
+
"token0": "0x754704Bc059F8C67012fEd69BC8A327a5aafb603",
|
|
434
|
+
"token1": "0xBC69212B8E4d445b2307C9D32dD68E2A4Df00115",
|
|
435
|
+
"poolType": "FPMM"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"factoryAddr": "0xa849b475FE5a4B5C9C3280152c7a1945b907613b",
|
|
439
|
+
"poolAddr": "0x93e15A22fDa39FEfcCCe82D387A09cCF030EAD61",
|
|
440
|
+
"token0": "0x4D502d735B4C574B487Ed641ae87cEaE884731C7",
|
|
441
|
+
"token1": "0xBC69212B8E4d445b2307C9D32dD68E2A4Df00115",
|
|
442
|
+
"poolType": "FPMM"
|
|
443
|
+
}
|
|
444
|
+
],
|
|
445
|
+
"costData": {
|
|
446
|
+
"totalCostPercent": 0.199925,
|
|
447
|
+
"hops": [
|
|
448
|
+
{
|
|
449
|
+
"poolAddress": "0x463c0d1F04bcd99A1efCF94AC2a75bc19Ea4A7E5",
|
|
450
|
+
"costPercent": 0.05
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"poolAddress": "0x93e15A22fDa39FEfcCCe82D387A09cCF030EAD61",
|
|
454
|
+
"costPercent": 0.15
|
|
455
|
+
}
|
|
456
|
+
]
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"id": "AUSD-EURm",
|
|
461
|
+
"tokens": [
|
|
462
|
+
{
|
|
463
|
+
"address": "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a",
|
|
464
|
+
"symbol": "AUSD"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"address": "0x4D502d735B4C574B487Ed641ae87cEaE884731C7",
|
|
468
|
+
"symbol": "EURm"
|
|
469
|
+
}
|
|
470
|
+
],
|
|
471
|
+
"path": [
|
|
472
|
+
{
|
|
473
|
+
"factoryAddr": "0xa849b475FE5a4B5C9C3280152c7a1945b907613b",
|
|
474
|
+
"poolAddr": "0xb0a0264Ce6847F101b76ba36A4a3083ba489F501",
|
|
475
|
+
"token0": "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a",
|
|
476
|
+
"token1": "0xBC69212B8E4d445b2307C9D32dD68E2A4Df00115",
|
|
477
|
+
"poolType": "FPMM"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"factoryAddr": "0xa849b475FE5a4B5C9C3280152c7a1945b907613b",
|
|
481
|
+
"poolAddr": "0x93e15A22fDa39FEfcCCe82D387A09cCF030EAD61",
|
|
482
|
+
"token0": "0x4D502d735B4C574B487Ed641ae87cEaE884731C7",
|
|
483
|
+
"token1": "0xBC69212B8E4d445b2307C9D32dD68E2A4Df00115",
|
|
484
|
+
"poolType": "FPMM"
|
|
485
|
+
}
|
|
486
|
+
],
|
|
487
|
+
"costData": {
|
|
488
|
+
"totalCostPercent": 0.199925,
|
|
489
|
+
"hops": [
|
|
490
|
+
{
|
|
491
|
+
"poolAddress": "0xb0a0264Ce6847F101b76ba36A4a3083ba489F501",
|
|
492
|
+
"costPercent": 0.05
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"poolAddress": "0x93e15A22fDa39FEfcCCe82D387A09cCF030EAD61",
|
|
496
|
+
"costPercent": 0.15
|
|
497
|
+
}
|
|
498
|
+
]
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"id": "EURm-USDT0",
|
|
503
|
+
"tokens": [
|
|
504
|
+
{
|
|
505
|
+
"address": "0x4D502d735B4C574B487Ed641ae87cEaE884731C7",
|
|
506
|
+
"symbol": "EURm"
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"address": "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
|
|
510
|
+
"symbol": "USDT0"
|
|
511
|
+
}
|
|
512
|
+
],
|
|
513
|
+
"path": [
|
|
514
|
+
{
|
|
515
|
+
"factoryAddr": "0xa849b475FE5a4B5C9C3280152c7a1945b907613b",
|
|
516
|
+
"poolAddr": "0x0A59be741AD49c6C2E0a2d30a57eD8f5ffa5DEB8",
|
|
517
|
+
"token0": "0xBC69212B8E4d445b2307C9D32dD68E2A4Df00115",
|
|
518
|
+
"token1": "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
|
|
519
|
+
"poolType": "FPMM"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"factoryAddr": "0xa849b475FE5a4B5C9C3280152c7a1945b907613b",
|
|
523
|
+
"poolAddr": "0x93e15A22fDa39FEfcCCe82D387A09cCF030EAD61",
|
|
524
|
+
"token0": "0x4D502d735B4C574B487Ed641ae87cEaE884731C7",
|
|
525
|
+
"token1": "0xBC69212B8E4d445b2307C9D32dD68E2A4Df00115",
|
|
526
|
+
"poolType": "FPMM"
|
|
527
|
+
}
|
|
528
|
+
],
|
|
529
|
+
"costData": {
|
|
530
|
+
"totalCostPercent": 0.199925,
|
|
531
|
+
"hops": [
|
|
532
|
+
{
|
|
533
|
+
"poolAddress": "0x0A59be741AD49c6C2E0a2d30a57eD8f5ffa5DEB8",
|
|
534
|
+
"costPercent": 0.05
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"poolAddress": "0x93e15A22fDa39FEfcCCe82D387A09cCF030EAD61",
|
|
538
|
+
"costPercent": 0.15
|
|
539
|
+
}
|
|
540
|
+
]
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"id": "EURm-GBPm",
|
|
545
|
+
"tokens": [
|
|
546
|
+
{
|
|
547
|
+
"address": "0x4D502d735B4C574B487Ed641ae87cEaE884731C7",
|
|
548
|
+
"symbol": "EURm"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"address": "0x39bb4E0a204412bB98e821d25e7d955e69d40Fd1",
|
|
552
|
+
"symbol": "GBPm"
|
|
553
|
+
}
|
|
554
|
+
],
|
|
555
|
+
"path": [
|
|
556
|
+
{
|
|
557
|
+
"factoryAddr": "0xa849b475FE5a4B5C9C3280152c7a1945b907613b",
|
|
558
|
+
"poolAddr": "0xD0E9c1a718D2a693d41eacd4B2696180403Ce081",
|
|
559
|
+
"token0": "0x39bb4E0a204412bB98e821d25e7d955e69d40Fd1",
|
|
560
|
+
"token1": "0xBC69212B8E4d445b2307C9D32dD68E2A4Df00115",
|
|
561
|
+
"poolType": "FPMM"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"factoryAddr": "0xa849b475FE5a4B5C9C3280152c7a1945b907613b",
|
|
565
|
+
"poolAddr": "0x93e15A22fDa39FEfcCCe82D387A09cCF030EAD61",
|
|
566
|
+
"token0": "0x4D502d735B4C574B487Ed641ae87cEaE884731C7",
|
|
567
|
+
"token1": "0xBC69212B8E4d445b2307C9D32dD68E2A4Df00115",
|
|
568
|
+
"poolType": "FPMM"
|
|
569
|
+
}
|
|
570
|
+
],
|
|
571
|
+
"costData": {
|
|
572
|
+
"totalCostPercent": 0.299775,
|
|
573
|
+
"hops": [
|
|
574
|
+
{
|
|
575
|
+
"poolAddress": "0xD0E9c1a718D2a693d41eacd4B2696180403Ce081",
|
|
576
|
+
"costPercent": 0.15
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"poolAddress": "0x93e15A22fDa39FEfcCCe82D387A09cCF030EAD61",
|
|
580
|
+
"costPercent": 0.15
|
|
581
|
+
}
|
|
582
|
+
]
|
|
583
|
+
}
|
|
228
584
|
}
|
|
229
585
|
],
|
|
230
586
|
// Chain 10143
|
|
@@ -337,16 +693,16 @@ export const cachedRoutes = {
|
|
|
337
693
|
"path": [
|
|
338
694
|
{
|
|
339
695
|
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
340
|
-
"poolAddr": "
|
|
341
|
-
"token0": "
|
|
342
|
-
"token1": "
|
|
696
|
+
"poolAddr": "0x52716E8F44E417bE8F573F8A85cA8eD3DAe1eAE1",
|
|
697
|
+
"token0": "0x502E67D3fE9302A5e4Ec1CFCDdbD6F34F9B9484B",
|
|
698
|
+
"token1": "0x5eCc03111ad2A78F981A108759bc73BAE2AB31bc",
|
|
343
699
|
"poolType": "FPMM"
|
|
344
700
|
},
|
|
345
701
|
{
|
|
346
702
|
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
347
|
-
"poolAddr": "
|
|
348
|
-
"token0": "
|
|
349
|
-
"token1": "
|
|
703
|
+
"poolAddr": "0xa51a83F0260a83A7F9AdFecC1Bc93C58DEf2c9A2",
|
|
704
|
+
"token0": "0x5eCc03111ad2A78F981A108759bc73BAE2AB31bc",
|
|
705
|
+
"token1": "0xC304EE1876c32d1A194558B1000bE4842F960dF9",
|
|
350
706
|
"poolType": "FPMM"
|
|
351
707
|
}
|
|
352
708
|
],
|
|
@@ -354,11 +710,11 @@ export const cachedRoutes = {
|
|
|
354
710
|
"totalCostPercent": 0.099975,
|
|
355
711
|
"hops": [
|
|
356
712
|
{
|
|
357
|
-
"poolAddress": "
|
|
713
|
+
"poolAddress": "0x52716E8F44E417bE8F573F8A85cA8eD3DAe1eAE1",
|
|
358
714
|
"costPercent": 0.05
|
|
359
715
|
},
|
|
360
716
|
{
|
|
361
|
-
"poolAddress": "
|
|
717
|
+
"poolAddress": "0xa51a83F0260a83A7F9AdFecC1Bc93C58DEf2c9A2",
|
|
362
718
|
"costPercent": 0.05
|
|
363
719
|
}
|
|
364
720
|
]
|
|
@@ -677,6 +1033,48 @@ export const cachedRoutes = {
|
|
|
677
1033
|
}
|
|
678
1034
|
]
|
|
679
1035
|
}
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"id": "EURm-GBPm",
|
|
1039
|
+
"tokens": [
|
|
1040
|
+
{
|
|
1041
|
+
"address": "0x666D0a83cDbf3eC62bDb624d9bFcD8F6345Ba7D0",
|
|
1042
|
+
"symbol": "EURm"
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"address": "0x04de554E875c9797dC4ceBd834A9e99fa8fD5Df9",
|
|
1046
|
+
"symbol": "GBPm"
|
|
1047
|
+
}
|
|
1048
|
+
],
|
|
1049
|
+
"path": [
|
|
1050
|
+
{
|
|
1051
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
1052
|
+
"poolAddr": "0xD74728994135734968b03EFc03448394BaCb1e5f",
|
|
1053
|
+
"token0": "0x5eCc03111ad2A78F981A108759bc73BAE2AB31bc",
|
|
1054
|
+
"token1": "0x666D0a83cDbf3eC62bDb624d9bFcD8F6345Ba7D0",
|
|
1055
|
+
"poolType": "FPMM"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
1059
|
+
"poolAddr": "0x550D9EcB4C373510b8A41f5fB7D98E9E1c51A07e",
|
|
1060
|
+
"token0": "0x04de554E875c9797dC4ceBd834A9e99fa8fD5Df9",
|
|
1061
|
+
"token1": "0x5eCc03111ad2A78F981A108759bc73BAE2AB31bc",
|
|
1062
|
+
"poolType": "FPMM"
|
|
1063
|
+
}
|
|
1064
|
+
],
|
|
1065
|
+
"costData": {
|
|
1066
|
+
"totalCostPercent": 0.299775,
|
|
1067
|
+
"hops": [
|
|
1068
|
+
{
|
|
1069
|
+
"poolAddress": "0xD74728994135734968b03EFc03448394BaCb1e5f",
|
|
1070
|
+
"costPercent": 0.15
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"poolAddress": "0x550D9EcB4C373510b8A41f5fB7D98E9E1c51A07e",
|
|
1074
|
+
"costPercent": 0.15
|
|
1075
|
+
}
|
|
1076
|
+
]
|
|
1077
|
+
}
|
|
680
1078
|
}
|
|
681
1079
|
],
|
|
682
1080
|
// Chain 42220
|
|
@@ -7974,11 +8372,11 @@ export const cachedRoutes = {
|
|
|
7974
8372
|
}
|
|
7975
8373
|
},
|
|
7976
8374
|
{
|
|
7977
|
-
"id": "
|
|
8375
|
+
"id": "JPYm-USDm",
|
|
7978
8376
|
"tokens": [
|
|
7979
8377
|
{
|
|
7980
|
-
"address": "
|
|
7981
|
-
"symbol": "
|
|
8378
|
+
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
8379
|
+
"symbol": "JPYm"
|
|
7982
8380
|
},
|
|
7983
8381
|
{
|
|
7984
8382
|
"address": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
@@ -7987,62 +8385,60 @@ export const cachedRoutes = {
|
|
|
7987
8385
|
],
|
|
7988
8386
|
"path": [
|
|
7989
8387
|
{
|
|
7990
|
-
"factoryAddr": "
|
|
7991
|
-
"poolAddr": "
|
|
7992
|
-
"token0": "
|
|
8388
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
8389
|
+
"poolAddr": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
8390
|
+
"token0": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
7993
8391
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
7994
|
-
"poolType": "
|
|
7995
|
-
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
8392
|
+
"poolType": "FPMM"
|
|
7996
8393
|
}
|
|
7997
8394
|
],
|
|
7998
8395
|
"costData": {
|
|
7999
8396
|
"totalCostPercent": 0.3,
|
|
8000
8397
|
"hops": [
|
|
8001
8398
|
{
|
|
8002
|
-
"poolAddress": "
|
|
8399
|
+
"poolAddress": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
8003
8400
|
"costPercent": 0.3
|
|
8004
8401
|
}
|
|
8005
8402
|
]
|
|
8006
8403
|
}
|
|
8007
8404
|
},
|
|
8008
8405
|
{
|
|
8009
|
-
"id": "USDm
|
|
8406
|
+
"id": "CHFm-USDm",
|
|
8010
8407
|
"tokens": [
|
|
8011
8408
|
{
|
|
8012
|
-
"address": "
|
|
8013
|
-
"symbol": "
|
|
8409
|
+
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
8410
|
+
"symbol": "CHFm"
|
|
8014
8411
|
},
|
|
8015
8412
|
{
|
|
8016
|
-
"address": "
|
|
8017
|
-
"symbol": "
|
|
8413
|
+
"address": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
8414
|
+
"symbol": "USDm"
|
|
8018
8415
|
}
|
|
8019
8416
|
],
|
|
8020
8417
|
"path": [
|
|
8021
8418
|
{
|
|
8022
|
-
"factoryAddr": "
|
|
8023
|
-
"poolAddr": "
|
|
8024
|
-
"token0": "
|
|
8419
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
8420
|
+
"poolAddr": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
8421
|
+
"token0": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
8025
8422
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
8026
|
-
"poolType": "
|
|
8027
|
-
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
8423
|
+
"poolType": "FPMM"
|
|
8028
8424
|
}
|
|
8029
8425
|
],
|
|
8030
8426
|
"costData": {
|
|
8031
8427
|
"totalCostPercent": 0.3,
|
|
8032
8428
|
"hops": [
|
|
8033
8429
|
{
|
|
8034
|
-
"poolAddress": "
|
|
8430
|
+
"poolAddress": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
8035
8431
|
"costPercent": 0.3
|
|
8036
8432
|
}
|
|
8037
8433
|
]
|
|
8038
8434
|
}
|
|
8039
8435
|
},
|
|
8040
8436
|
{
|
|
8041
|
-
"id": "
|
|
8437
|
+
"id": "PHPm-USDm",
|
|
8042
8438
|
"tokens": [
|
|
8043
8439
|
{
|
|
8044
|
-
"address": "
|
|
8045
|
-
"symbol": "
|
|
8440
|
+
"address": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
8441
|
+
"symbol": "PHPm"
|
|
8046
8442
|
},
|
|
8047
8443
|
{
|
|
8048
8444
|
"address": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
@@ -8052,50 +8448,50 @@ export const cachedRoutes = {
|
|
|
8052
8448
|
"path": [
|
|
8053
8449
|
{
|
|
8054
8450
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
8055
|
-
"poolAddr": "
|
|
8056
|
-
"token0": "
|
|
8451
|
+
"poolAddr": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
8452
|
+
"token0": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
8057
8453
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
8058
8454
|
"poolType": "Virtual",
|
|
8059
|
-
"exchangeId": "
|
|
8455
|
+
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
8060
8456
|
}
|
|
8061
8457
|
],
|
|
8062
8458
|
"costData": {
|
|
8063
8459
|
"totalCostPercent": 0.3,
|
|
8064
8460
|
"hops": [
|
|
8065
8461
|
{
|
|
8066
|
-
"poolAddress": "
|
|
8462
|
+
"poolAddress": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
8067
8463
|
"costPercent": 0.3
|
|
8068
8464
|
}
|
|
8069
8465
|
]
|
|
8070
8466
|
}
|
|
8071
8467
|
},
|
|
8072
8468
|
{
|
|
8073
|
-
"id": "
|
|
8469
|
+
"id": "USDm-ZARm",
|
|
8074
8470
|
"tokens": [
|
|
8075
|
-
{
|
|
8076
|
-
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
8077
|
-
"symbol": "JPYm"
|
|
8078
|
-
},
|
|
8079
8471
|
{
|
|
8080
8472
|
"address": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
8081
8473
|
"symbol": "USDm"
|
|
8474
|
+
},
|
|
8475
|
+
{
|
|
8476
|
+
"address": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
8477
|
+
"symbol": "ZARm"
|
|
8082
8478
|
}
|
|
8083
8479
|
],
|
|
8084
8480
|
"path": [
|
|
8085
8481
|
{
|
|
8086
8482
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
8087
|
-
"poolAddr": "
|
|
8088
|
-
"token0": "
|
|
8483
|
+
"poolAddr": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
8484
|
+
"token0": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
8089
8485
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
8090
8486
|
"poolType": "Virtual",
|
|
8091
|
-
"exchangeId": "
|
|
8487
|
+
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
8092
8488
|
}
|
|
8093
8489
|
],
|
|
8094
8490
|
"costData": {
|
|
8095
8491
|
"totalCostPercent": 0.3,
|
|
8096
8492
|
"hops": [
|
|
8097
8493
|
{
|
|
8098
|
-
"poolAddress": "
|
|
8494
|
+
"poolAddress": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
8099
8495
|
"costPercent": 0.3
|
|
8100
8496
|
}
|
|
8101
8497
|
]
|
|
@@ -8292,11 +8688,11 @@ export const cachedRoutes = {
|
|
|
8292
8688
|
}
|
|
8293
8689
|
},
|
|
8294
8690
|
{
|
|
8295
|
-
"id": "
|
|
8691
|
+
"id": "JPYm-axlUSDC",
|
|
8296
8692
|
"tokens": [
|
|
8297
8693
|
{
|
|
8298
|
-
"address": "
|
|
8299
|
-
"symbol": "
|
|
8694
|
+
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
8695
|
+
"symbol": "JPYm"
|
|
8300
8696
|
},
|
|
8301
8697
|
{
|
|
8302
8698
|
"address": "0x6285De9DA7C1d329C0451628638908915002d9d1",
|
|
@@ -8312,12 +8708,11 @@ export const cachedRoutes = {
|
|
|
8312
8708
|
"poolType": "FPMM"
|
|
8313
8709
|
},
|
|
8314
8710
|
{
|
|
8315
|
-
"factoryAddr": "
|
|
8316
|
-
"poolAddr": "
|
|
8317
|
-
"token0": "
|
|
8711
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
8712
|
+
"poolAddr": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
8713
|
+
"token0": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
8318
8714
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
8319
|
-
"poolType": "
|
|
8320
|
-
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
8715
|
+
"poolType": "FPMM"
|
|
8321
8716
|
}
|
|
8322
8717
|
],
|
|
8323
8718
|
"costData": {
|
|
@@ -8328,18 +8723,18 @@ export const cachedRoutes = {
|
|
|
8328
8723
|
"costPercent": 0.05
|
|
8329
8724
|
},
|
|
8330
8725
|
{
|
|
8331
|
-
"poolAddress": "
|
|
8726
|
+
"poolAddress": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
8332
8727
|
"costPercent": 0.3
|
|
8333
8728
|
}
|
|
8334
8729
|
]
|
|
8335
8730
|
}
|
|
8336
8731
|
},
|
|
8337
8732
|
{
|
|
8338
|
-
"id": "
|
|
8733
|
+
"id": "CHFm-axlUSDC",
|
|
8339
8734
|
"tokens": [
|
|
8340
8735
|
{
|
|
8341
|
-
"address": "
|
|
8342
|
-
"symbol": "
|
|
8736
|
+
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
8737
|
+
"symbol": "CHFm"
|
|
8343
8738
|
},
|
|
8344
8739
|
{
|
|
8345
8740
|
"address": "0x6285De9DA7C1d329C0451628638908915002d9d1",
|
|
@@ -8355,12 +8750,11 @@ export const cachedRoutes = {
|
|
|
8355
8750
|
"poolType": "FPMM"
|
|
8356
8751
|
},
|
|
8357
8752
|
{
|
|
8358
|
-
"factoryAddr": "
|
|
8359
|
-
"poolAddr": "
|
|
8360
|
-
"token0": "
|
|
8753
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
8754
|
+
"poolAddr": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
8755
|
+
"token0": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
8361
8756
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
8362
|
-
"poolType": "
|
|
8363
|
-
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
8757
|
+
"poolType": "FPMM"
|
|
8364
8758
|
}
|
|
8365
8759
|
],
|
|
8366
8760
|
"costData": {
|
|
@@ -8371,18 +8765,18 @@ export const cachedRoutes = {
|
|
|
8371
8765
|
"costPercent": 0.05
|
|
8372
8766
|
},
|
|
8373
8767
|
{
|
|
8374
|
-
"poolAddress": "
|
|
8768
|
+
"poolAddress": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
8375
8769
|
"costPercent": 0.3
|
|
8376
8770
|
}
|
|
8377
8771
|
]
|
|
8378
8772
|
}
|
|
8379
8773
|
},
|
|
8380
8774
|
{
|
|
8381
|
-
"id": "
|
|
8775
|
+
"id": "PHPm-axlUSDC",
|
|
8382
8776
|
"tokens": [
|
|
8383
8777
|
{
|
|
8384
|
-
"address": "
|
|
8385
|
-
"symbol": "
|
|
8778
|
+
"address": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
8779
|
+
"symbol": "PHPm"
|
|
8386
8780
|
},
|
|
8387
8781
|
{
|
|
8388
8782
|
"address": "0x6285De9DA7C1d329C0451628638908915002d9d1",
|
|
@@ -8399,11 +8793,11 @@ export const cachedRoutes = {
|
|
|
8399
8793
|
},
|
|
8400
8794
|
{
|
|
8401
8795
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
8402
|
-
"poolAddr": "
|
|
8403
|
-
"token0": "
|
|
8796
|
+
"poolAddr": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
8797
|
+
"token0": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
8404
8798
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
8405
8799
|
"poolType": "Virtual",
|
|
8406
|
-
"exchangeId": "
|
|
8800
|
+
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
8407
8801
|
}
|
|
8408
8802
|
],
|
|
8409
8803
|
"costData": {
|
|
@@ -8414,18 +8808,18 @@ export const cachedRoutes = {
|
|
|
8414
8808
|
"costPercent": 0.05
|
|
8415
8809
|
},
|
|
8416
8810
|
{
|
|
8417
|
-
"poolAddress": "
|
|
8811
|
+
"poolAddress": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
8418
8812
|
"costPercent": 0.3
|
|
8419
8813
|
}
|
|
8420
8814
|
]
|
|
8421
8815
|
}
|
|
8422
8816
|
},
|
|
8423
8817
|
{
|
|
8424
|
-
"id": "
|
|
8818
|
+
"id": "ZARm-axlUSDC",
|
|
8425
8819
|
"tokens": [
|
|
8426
8820
|
{
|
|
8427
|
-
"address": "
|
|
8428
|
-
"symbol": "
|
|
8821
|
+
"address": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
8822
|
+
"symbol": "ZARm"
|
|
8429
8823
|
},
|
|
8430
8824
|
{
|
|
8431
8825
|
"address": "0x6285De9DA7C1d329C0451628638908915002d9d1",
|
|
@@ -8442,11 +8836,11 @@ export const cachedRoutes = {
|
|
|
8442
8836
|
},
|
|
8443
8837
|
{
|
|
8444
8838
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
8445
|
-
"poolAddr": "
|
|
8446
|
-
"token0": "
|
|
8839
|
+
"poolAddr": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
8840
|
+
"token0": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
8447
8841
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
8448
8842
|
"poolType": "Virtual",
|
|
8449
|
-
"exchangeId": "
|
|
8843
|
+
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
8450
8844
|
}
|
|
8451
8845
|
],
|
|
8452
8846
|
"costData": {
|
|
@@ -8457,7 +8851,7 @@ export const cachedRoutes = {
|
|
|
8457
8851
|
"costPercent": 0.05
|
|
8458
8852
|
},
|
|
8459
8853
|
{
|
|
8460
|
-
"poolAddress": "
|
|
8854
|
+
"poolAddress": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
8461
8855
|
"costPercent": 0.3
|
|
8462
8856
|
}
|
|
8463
8857
|
]
|
|
@@ -8550,11 +8944,11 @@ export const cachedRoutes = {
|
|
|
8550
8944
|
}
|
|
8551
8945
|
},
|
|
8552
8946
|
{
|
|
8553
|
-
"id": "
|
|
8947
|
+
"id": "JPYm-USDC",
|
|
8554
8948
|
"tokens": [
|
|
8555
8949
|
{
|
|
8556
|
-
"address": "
|
|
8557
|
-
"symbol": "
|
|
8950
|
+
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
8951
|
+
"symbol": "JPYm"
|
|
8558
8952
|
},
|
|
8559
8953
|
{
|
|
8560
8954
|
"address": "0x01C5C0122039549AD1493B8220cABEdD739BC44E",
|
|
@@ -8570,12 +8964,11 @@ export const cachedRoutes = {
|
|
|
8570
8964
|
"poolType": "FPMM"
|
|
8571
8965
|
},
|
|
8572
8966
|
{
|
|
8573
|
-
"factoryAddr": "
|
|
8574
|
-
"poolAddr": "
|
|
8575
|
-
"token0": "
|
|
8967
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
8968
|
+
"poolAddr": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
8969
|
+
"token0": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
8576
8970
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
8577
|
-
"poolType": "
|
|
8578
|
-
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
8971
|
+
"poolType": "FPMM"
|
|
8579
8972
|
}
|
|
8580
8973
|
],
|
|
8581
8974
|
"costData": {
|
|
@@ -8586,22 +8979,22 @@ export const cachedRoutes = {
|
|
|
8586
8979
|
"costPercent": 0.05
|
|
8587
8980
|
},
|
|
8588
8981
|
{
|
|
8589
|
-
"poolAddress": "
|
|
8982
|
+
"poolAddress": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
8590
8983
|
"costPercent": 0.3
|
|
8591
8984
|
}
|
|
8592
8985
|
]
|
|
8593
8986
|
}
|
|
8594
8987
|
},
|
|
8595
8988
|
{
|
|
8596
|
-
"id": "USDC
|
|
8989
|
+
"id": "CHFm-USDC",
|
|
8597
8990
|
"tokens": [
|
|
8598
8991
|
{
|
|
8599
|
-
"address": "
|
|
8600
|
-
"symbol": "
|
|
8992
|
+
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
8993
|
+
"symbol": "CHFm"
|
|
8601
8994
|
},
|
|
8602
8995
|
{
|
|
8603
|
-
"address": "
|
|
8604
|
-
"symbol": "
|
|
8996
|
+
"address": "0x01C5C0122039549AD1493B8220cABEdD739BC44E",
|
|
8997
|
+
"symbol": "USDC"
|
|
8605
8998
|
}
|
|
8606
8999
|
],
|
|
8607
9000
|
"path": [
|
|
@@ -8613,12 +9006,11 @@ export const cachedRoutes = {
|
|
|
8613
9006
|
"poolType": "FPMM"
|
|
8614
9007
|
},
|
|
8615
9008
|
{
|
|
8616
|
-
"factoryAddr": "
|
|
8617
|
-
"poolAddr": "
|
|
8618
|
-
"token0": "
|
|
9009
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
9010
|
+
"poolAddr": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
9011
|
+
"token0": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
8619
9012
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
8620
|
-
"poolType": "
|
|
8621
|
-
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
9013
|
+
"poolType": "FPMM"
|
|
8622
9014
|
}
|
|
8623
9015
|
],
|
|
8624
9016
|
"costData": {
|
|
@@ -8629,18 +9021,18 @@ export const cachedRoutes = {
|
|
|
8629
9021
|
"costPercent": 0.05
|
|
8630
9022
|
},
|
|
8631
9023
|
{
|
|
8632
|
-
"poolAddress": "
|
|
9024
|
+
"poolAddress": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
8633
9025
|
"costPercent": 0.3
|
|
8634
9026
|
}
|
|
8635
9027
|
]
|
|
8636
9028
|
}
|
|
8637
9029
|
},
|
|
8638
9030
|
{
|
|
8639
|
-
"id": "
|
|
9031
|
+
"id": "PHPm-USDC",
|
|
8640
9032
|
"tokens": [
|
|
8641
9033
|
{
|
|
8642
|
-
"address": "
|
|
8643
|
-
"symbol": "
|
|
9034
|
+
"address": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
9035
|
+
"symbol": "PHPm"
|
|
8644
9036
|
},
|
|
8645
9037
|
{
|
|
8646
9038
|
"address": "0x01C5C0122039549AD1493B8220cABEdD739BC44E",
|
|
@@ -8657,11 +9049,11 @@ export const cachedRoutes = {
|
|
|
8657
9049
|
},
|
|
8658
9050
|
{
|
|
8659
9051
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
8660
|
-
"poolAddr": "
|
|
8661
|
-
"token0": "
|
|
9052
|
+
"poolAddr": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
9053
|
+
"token0": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
8662
9054
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
8663
9055
|
"poolType": "Virtual",
|
|
8664
|
-
"exchangeId": "
|
|
9056
|
+
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
8665
9057
|
}
|
|
8666
9058
|
],
|
|
8667
9059
|
"costData": {
|
|
@@ -8672,22 +9064,22 @@ export const cachedRoutes = {
|
|
|
8672
9064
|
"costPercent": 0.05
|
|
8673
9065
|
},
|
|
8674
9066
|
{
|
|
8675
|
-
"poolAddress": "
|
|
9067
|
+
"poolAddress": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
8676
9068
|
"costPercent": 0.3
|
|
8677
9069
|
}
|
|
8678
9070
|
]
|
|
8679
9071
|
}
|
|
8680
9072
|
},
|
|
8681
9073
|
{
|
|
8682
|
-
"id": "
|
|
9074
|
+
"id": "USDC-ZARm",
|
|
8683
9075
|
"tokens": [
|
|
8684
|
-
{
|
|
8685
|
-
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
8686
|
-
"symbol": "JPYm"
|
|
8687
|
-
},
|
|
8688
9076
|
{
|
|
8689
9077
|
"address": "0x01C5C0122039549AD1493B8220cABEdD739BC44E",
|
|
8690
9078
|
"symbol": "USDC"
|
|
9079
|
+
},
|
|
9080
|
+
{
|
|
9081
|
+
"address": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
9082
|
+
"symbol": "ZARm"
|
|
8691
9083
|
}
|
|
8692
9084
|
],
|
|
8693
9085
|
"path": [
|
|
@@ -8700,11 +9092,11 @@ export const cachedRoutes = {
|
|
|
8700
9092
|
},
|
|
8701
9093
|
{
|
|
8702
9094
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
8703
|
-
"poolAddr": "
|
|
8704
|
-
"token0": "
|
|
9095
|
+
"poolAddr": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
9096
|
+
"token0": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
8705
9097
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
8706
9098
|
"poolType": "Virtual",
|
|
8707
|
-
"exchangeId": "
|
|
9099
|
+
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
8708
9100
|
}
|
|
8709
9101
|
],
|
|
8710
9102
|
"costData": {
|
|
@@ -8715,7 +9107,7 @@ export const cachedRoutes = {
|
|
|
8715
9107
|
"costPercent": 0.05
|
|
8716
9108
|
},
|
|
8717
9109
|
{
|
|
8718
|
-
"poolAddress": "
|
|
9110
|
+
"poolAddress": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
8719
9111
|
"costPercent": 0.3
|
|
8720
9112
|
}
|
|
8721
9113
|
]
|
|
@@ -8808,11 +9200,11 @@ export const cachedRoutes = {
|
|
|
8808
9200
|
}
|
|
8809
9201
|
},
|
|
8810
9202
|
{
|
|
8811
|
-
"id": "
|
|
9203
|
+
"id": "JPYm-USD₮",
|
|
8812
9204
|
"tokens": [
|
|
8813
9205
|
{
|
|
8814
|
-
"address": "
|
|
8815
|
-
"symbol": "
|
|
9206
|
+
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
9207
|
+
"symbol": "JPYm"
|
|
8816
9208
|
},
|
|
8817
9209
|
{
|
|
8818
9210
|
"address": "0xd077A400968890Eacc75cdc901F0356c943e4fDb",
|
|
@@ -8828,12 +9220,11 @@ export const cachedRoutes = {
|
|
|
8828
9220
|
"poolType": "FPMM"
|
|
8829
9221
|
},
|
|
8830
9222
|
{
|
|
8831
|
-
"factoryAddr": "
|
|
8832
|
-
"poolAddr": "
|
|
8833
|
-
"token0": "
|
|
9223
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
9224
|
+
"poolAddr": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
9225
|
+
"token0": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
8834
9226
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
8835
|
-
"poolType": "
|
|
8836
|
-
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
9227
|
+
"poolType": "FPMM"
|
|
8837
9228
|
}
|
|
8838
9229
|
],
|
|
8839
9230
|
"costData": {
|
|
@@ -8844,22 +9235,22 @@ export const cachedRoutes = {
|
|
|
8844
9235
|
"costPercent": 0.05
|
|
8845
9236
|
},
|
|
8846
9237
|
{
|
|
8847
|
-
"poolAddress": "
|
|
9238
|
+
"poolAddress": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
8848
9239
|
"costPercent": 0.3
|
|
8849
9240
|
}
|
|
8850
9241
|
]
|
|
8851
9242
|
}
|
|
8852
9243
|
},
|
|
8853
9244
|
{
|
|
8854
|
-
"id": "USD
|
|
9245
|
+
"id": "CHFm-USD₮",
|
|
8855
9246
|
"tokens": [
|
|
8856
9247
|
{
|
|
8857
|
-
"address": "
|
|
8858
|
-
"symbol": "
|
|
9248
|
+
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
9249
|
+
"symbol": "CHFm"
|
|
8859
9250
|
},
|
|
8860
9251
|
{
|
|
8861
|
-
"address": "
|
|
8862
|
-
"symbol": "
|
|
9252
|
+
"address": "0xd077A400968890Eacc75cdc901F0356c943e4fDb",
|
|
9253
|
+
"symbol": "USD₮"
|
|
8863
9254
|
}
|
|
8864
9255
|
],
|
|
8865
9256
|
"path": [
|
|
@@ -8871,12 +9262,11 @@ export const cachedRoutes = {
|
|
|
8871
9262
|
"poolType": "FPMM"
|
|
8872
9263
|
},
|
|
8873
9264
|
{
|
|
8874
|
-
"factoryAddr": "
|
|
8875
|
-
"poolAddr": "
|
|
8876
|
-
"token0": "
|
|
9265
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
9266
|
+
"poolAddr": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
9267
|
+
"token0": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
8877
9268
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
8878
|
-
"poolType": "
|
|
8879
|
-
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
9269
|
+
"poolType": "FPMM"
|
|
8880
9270
|
}
|
|
8881
9271
|
],
|
|
8882
9272
|
"costData": {
|
|
@@ -8887,18 +9277,18 @@ export const cachedRoutes = {
|
|
|
8887
9277
|
"costPercent": 0.05
|
|
8888
9278
|
},
|
|
8889
9279
|
{
|
|
8890
|
-
"poolAddress": "
|
|
9280
|
+
"poolAddress": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
8891
9281
|
"costPercent": 0.3
|
|
8892
9282
|
}
|
|
8893
9283
|
]
|
|
8894
9284
|
}
|
|
8895
9285
|
},
|
|
8896
9286
|
{
|
|
8897
|
-
"id": "
|
|
9287
|
+
"id": "PHPm-USD₮",
|
|
8898
9288
|
"tokens": [
|
|
8899
9289
|
{
|
|
8900
|
-
"address": "
|
|
8901
|
-
"symbol": "
|
|
9290
|
+
"address": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
9291
|
+
"symbol": "PHPm"
|
|
8902
9292
|
},
|
|
8903
9293
|
{
|
|
8904
9294
|
"address": "0xd077A400968890Eacc75cdc901F0356c943e4fDb",
|
|
@@ -8915,11 +9305,11 @@ export const cachedRoutes = {
|
|
|
8915
9305
|
},
|
|
8916
9306
|
{
|
|
8917
9307
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
8918
|
-
"poolAddr": "
|
|
8919
|
-
"token0": "
|
|
9308
|
+
"poolAddr": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
9309
|
+
"token0": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
8920
9310
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
8921
9311
|
"poolType": "Virtual",
|
|
8922
|
-
"exchangeId": "
|
|
9312
|
+
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
8923
9313
|
}
|
|
8924
9314
|
],
|
|
8925
9315
|
"costData": {
|
|
@@ -8930,22 +9320,22 @@ export const cachedRoutes = {
|
|
|
8930
9320
|
"costPercent": 0.05
|
|
8931
9321
|
},
|
|
8932
9322
|
{
|
|
8933
|
-
"poolAddress": "
|
|
9323
|
+
"poolAddress": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
8934
9324
|
"costPercent": 0.3
|
|
8935
9325
|
}
|
|
8936
9326
|
]
|
|
8937
9327
|
}
|
|
8938
9328
|
},
|
|
8939
9329
|
{
|
|
8940
|
-
"id": "
|
|
9330
|
+
"id": "USD₮-ZARm",
|
|
8941
9331
|
"tokens": [
|
|
8942
|
-
{
|
|
8943
|
-
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
8944
|
-
"symbol": "JPYm"
|
|
8945
|
-
},
|
|
8946
9332
|
{
|
|
8947
9333
|
"address": "0xd077A400968890Eacc75cdc901F0356c943e4fDb",
|
|
8948
9334
|
"symbol": "USD₮"
|
|
9335
|
+
},
|
|
9336
|
+
{
|
|
9337
|
+
"address": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
9338
|
+
"symbol": "ZARm"
|
|
8949
9339
|
}
|
|
8950
9340
|
],
|
|
8951
9341
|
"path": [
|
|
@@ -8958,11 +9348,11 @@ export const cachedRoutes = {
|
|
|
8958
9348
|
},
|
|
8959
9349
|
{
|
|
8960
9350
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
8961
|
-
"poolAddr": "
|
|
8962
|
-
"token0": "
|
|
9351
|
+
"poolAddr": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
9352
|
+
"token0": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
8963
9353
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
8964
9354
|
"poolType": "Virtual",
|
|
8965
|
-
"exchangeId": "
|
|
9355
|
+
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
8966
9356
|
}
|
|
8967
9357
|
],
|
|
8968
9358
|
"costData": {
|
|
@@ -8973,7 +9363,7 @@ export const cachedRoutes = {
|
|
|
8973
9363
|
"costPercent": 0.05
|
|
8974
9364
|
},
|
|
8975
9365
|
{
|
|
8976
|
-
"poolAddress": "
|
|
9366
|
+
"poolAddress": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
8977
9367
|
"costPercent": 0.3
|
|
8978
9368
|
}
|
|
8979
9369
|
]
|
|
@@ -9238,25 +9628,24 @@ export const cachedRoutes = {
|
|
|
9238
9628
|
}
|
|
9239
9629
|
},
|
|
9240
9630
|
{
|
|
9241
|
-
"id": "AUDm-
|
|
9631
|
+
"id": "AUDm-JPYm",
|
|
9242
9632
|
"tokens": [
|
|
9243
9633
|
{
|
|
9244
9634
|
"address": "0x5873Faeb42F3563dcD77F0fbbdA818E6d6DA3139",
|
|
9245
9635
|
"symbol": "AUDm"
|
|
9246
9636
|
},
|
|
9247
9637
|
{
|
|
9248
|
-
"address": "
|
|
9249
|
-
"symbol": "
|
|
9638
|
+
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
9639
|
+
"symbol": "JPYm"
|
|
9250
9640
|
}
|
|
9251
9641
|
],
|
|
9252
9642
|
"path": [
|
|
9253
9643
|
{
|
|
9254
|
-
"factoryAddr": "
|
|
9255
|
-
"poolAddr": "
|
|
9256
|
-
"token0": "
|
|
9644
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
9645
|
+
"poolAddr": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
9646
|
+
"token0": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
9257
9647
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
9258
|
-
"poolType": "
|
|
9259
|
-
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
9648
|
+
"poolType": "FPMM"
|
|
9260
9649
|
},
|
|
9261
9650
|
{
|
|
9262
9651
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -9271,7 +9660,7 @@ export const cachedRoutes = {
|
|
|
9271
9660
|
"totalCostPercent": 0.44955,
|
|
9272
9661
|
"hops": [
|
|
9273
9662
|
{
|
|
9274
|
-
"poolAddress": "
|
|
9663
|
+
"poolAddress": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
9275
9664
|
"costPercent": 0.3
|
|
9276
9665
|
},
|
|
9277
9666
|
{
|
|
@@ -9282,25 +9671,24 @@ export const cachedRoutes = {
|
|
|
9282
9671
|
}
|
|
9283
9672
|
},
|
|
9284
9673
|
{
|
|
9285
|
-
"id": "CADm-
|
|
9674
|
+
"id": "CADm-JPYm",
|
|
9286
9675
|
"tokens": [
|
|
9287
9676
|
{
|
|
9288
9677
|
"address": "0xF151c9a13b78C84f93f50B8b3bC689fedc134F60",
|
|
9289
9678
|
"symbol": "CADm"
|
|
9290
9679
|
},
|
|
9291
9680
|
{
|
|
9292
|
-
"address": "
|
|
9293
|
-
"symbol": "
|
|
9681
|
+
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
9682
|
+
"symbol": "JPYm"
|
|
9294
9683
|
}
|
|
9295
9684
|
],
|
|
9296
9685
|
"path": [
|
|
9297
9686
|
{
|
|
9298
|
-
"factoryAddr": "
|
|
9299
|
-
"poolAddr": "
|
|
9300
|
-
"token0": "
|
|
9687
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
9688
|
+
"poolAddr": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
9689
|
+
"token0": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
9301
9690
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
9302
|
-
"poolType": "
|
|
9303
|
-
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
9691
|
+
"poolType": "FPMM"
|
|
9304
9692
|
},
|
|
9305
9693
|
{
|
|
9306
9694
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -9315,7 +9703,7 @@ export const cachedRoutes = {
|
|
|
9315
9703
|
"totalCostPercent": 0.44955,
|
|
9316
9704
|
"hops": [
|
|
9317
9705
|
{
|
|
9318
|
-
"poolAddress": "
|
|
9706
|
+
"poolAddress": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
9319
9707
|
"costPercent": 0.3
|
|
9320
9708
|
},
|
|
9321
9709
|
{
|
|
@@ -9326,18 +9714,25 @@ export const cachedRoutes = {
|
|
|
9326
9714
|
}
|
|
9327
9715
|
},
|
|
9328
9716
|
{
|
|
9329
|
-
"id": "AUDm-
|
|
9717
|
+
"id": "AUDm-CHFm",
|
|
9330
9718
|
"tokens": [
|
|
9331
9719
|
{
|
|
9332
9720
|
"address": "0x5873Faeb42F3563dcD77F0fbbdA818E6d6DA3139",
|
|
9333
9721
|
"symbol": "AUDm"
|
|
9334
9722
|
},
|
|
9335
9723
|
{
|
|
9336
|
-
"address": "
|
|
9337
|
-
"symbol": "
|
|
9724
|
+
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
9725
|
+
"symbol": "CHFm"
|
|
9338
9726
|
}
|
|
9339
9727
|
],
|
|
9340
9728
|
"path": [
|
|
9729
|
+
{
|
|
9730
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
9731
|
+
"poolAddr": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
9732
|
+
"token0": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
9733
|
+
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
9734
|
+
"poolType": "FPMM"
|
|
9735
|
+
},
|
|
9341
9736
|
{
|
|
9342
9737
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
9343
9738
|
"poolAddr": "0x8103Fb2db87AC96cc62FAA399B98e1173720aB19",
|
|
@@ -9345,43 +9740,86 @@ export const cachedRoutes = {
|
|
|
9345
9740
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
9346
9741
|
"poolType": "Virtual",
|
|
9347
9742
|
"exchangeId": "0xd580d237231109e6a96d67d82450611c610a805a26660c90281bdc0cd04a95c7"
|
|
9743
|
+
}
|
|
9744
|
+
],
|
|
9745
|
+
"costData": {
|
|
9746
|
+
"totalCostPercent": 0.44955,
|
|
9747
|
+
"hops": [
|
|
9748
|
+
{
|
|
9749
|
+
"poolAddress": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
9750
|
+
"costPercent": 0.3
|
|
9751
|
+
},
|
|
9752
|
+
{
|
|
9753
|
+
"poolAddress": "0x8103Fb2db87AC96cc62FAA399B98e1173720aB19",
|
|
9754
|
+
"costPercent": 0.15
|
|
9755
|
+
}
|
|
9756
|
+
]
|
|
9757
|
+
}
|
|
9758
|
+
},
|
|
9759
|
+
{
|
|
9760
|
+
"id": "CADm-CHFm",
|
|
9761
|
+
"tokens": [
|
|
9762
|
+
{
|
|
9763
|
+
"address": "0xF151c9a13b78C84f93f50B8b3bC689fedc134F60",
|
|
9764
|
+
"symbol": "CADm"
|
|
9348
9765
|
},
|
|
9349
9766
|
{
|
|
9350
|
-
"
|
|
9351
|
-
"
|
|
9352
|
-
|
|
9767
|
+
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
9768
|
+
"symbol": "CHFm"
|
|
9769
|
+
}
|
|
9770
|
+
],
|
|
9771
|
+
"path": [
|
|
9772
|
+
{
|
|
9773
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
9774
|
+
"poolAddr": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
9775
|
+
"token0": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
9353
9776
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
9777
|
+
"poolType": "FPMM"
|
|
9778
|
+
},
|
|
9779
|
+
{
|
|
9780
|
+
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
9781
|
+
"poolAddr": "0x62722497dc8992337117ee79A02015dcEa43b2C2",
|
|
9782
|
+
"token0": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
9783
|
+
"token1": "0xF151c9a13b78C84f93f50B8b3bC689fedc134F60",
|
|
9354
9784
|
"poolType": "Virtual",
|
|
9355
|
-
"exchangeId": "
|
|
9785
|
+
"exchangeId": "0x517ccc3bcab9f35e2e24143a0c1809068efc649f740846cfb6a1c5703735c1ee"
|
|
9356
9786
|
}
|
|
9357
9787
|
],
|
|
9358
9788
|
"costData": {
|
|
9359
9789
|
"totalCostPercent": 0.44955,
|
|
9360
9790
|
"hops": [
|
|
9361
9791
|
{
|
|
9362
|
-
"poolAddress": "
|
|
9363
|
-
"costPercent": 0.
|
|
9792
|
+
"poolAddress": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
9793
|
+
"costPercent": 0.3
|
|
9364
9794
|
},
|
|
9365
9795
|
{
|
|
9366
|
-
"poolAddress": "
|
|
9367
|
-
"costPercent": 0.
|
|
9796
|
+
"poolAddress": "0x62722497dc8992337117ee79A02015dcEa43b2C2",
|
|
9797
|
+
"costPercent": 0.15
|
|
9368
9798
|
}
|
|
9369
9799
|
]
|
|
9370
9800
|
}
|
|
9371
9801
|
},
|
|
9372
9802
|
{
|
|
9373
|
-
"id": "AUDm-
|
|
9803
|
+
"id": "AUDm-PHPm",
|
|
9374
9804
|
"tokens": [
|
|
9375
9805
|
{
|
|
9376
9806
|
"address": "0x5873Faeb42F3563dcD77F0fbbdA818E6d6DA3139",
|
|
9377
9807
|
"symbol": "AUDm"
|
|
9378
9808
|
},
|
|
9379
9809
|
{
|
|
9380
|
-
"address": "
|
|
9381
|
-
"symbol": "
|
|
9810
|
+
"address": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
9811
|
+
"symbol": "PHPm"
|
|
9382
9812
|
}
|
|
9383
9813
|
],
|
|
9384
9814
|
"path": [
|
|
9815
|
+
{
|
|
9816
|
+
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
9817
|
+
"poolAddr": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
9818
|
+
"token0": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
9819
|
+
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
9820
|
+
"poolType": "Virtual",
|
|
9821
|
+
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
9822
|
+
},
|
|
9385
9823
|
{
|
|
9386
9824
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
9387
9825
|
"poolAddr": "0x8103Fb2db87AC96cc62FAA399B98e1173720aB19",
|
|
@@ -9389,40 +9827,76 @@ export const cachedRoutes = {
|
|
|
9389
9827
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
9390
9828
|
"poolType": "Virtual",
|
|
9391
9829
|
"exchangeId": "0xd580d237231109e6a96d67d82450611c610a805a26660c90281bdc0cd04a95c7"
|
|
9830
|
+
}
|
|
9831
|
+
],
|
|
9832
|
+
"costData": {
|
|
9833
|
+
"totalCostPercent": 0.44955,
|
|
9834
|
+
"hops": [
|
|
9835
|
+
{
|
|
9836
|
+
"poolAddress": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
9837
|
+
"costPercent": 0.3
|
|
9838
|
+
},
|
|
9839
|
+
{
|
|
9840
|
+
"poolAddress": "0x8103Fb2db87AC96cc62FAA399B98e1173720aB19",
|
|
9841
|
+
"costPercent": 0.15
|
|
9842
|
+
}
|
|
9843
|
+
]
|
|
9844
|
+
}
|
|
9845
|
+
},
|
|
9846
|
+
{
|
|
9847
|
+
"id": "CADm-PHPm",
|
|
9848
|
+
"tokens": [
|
|
9849
|
+
{
|
|
9850
|
+
"address": "0xF151c9a13b78C84f93f50B8b3bC689fedc134F60",
|
|
9851
|
+
"symbol": "CADm"
|
|
9392
9852
|
},
|
|
9853
|
+
{
|
|
9854
|
+
"address": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
9855
|
+
"symbol": "PHPm"
|
|
9856
|
+
}
|
|
9857
|
+
],
|
|
9858
|
+
"path": [
|
|
9393
9859
|
{
|
|
9394
9860
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
9395
|
-
"poolAddr": "
|
|
9396
|
-
"token0": "
|
|
9861
|
+
"poolAddr": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
9862
|
+
"token0": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
9397
9863
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
9398
9864
|
"poolType": "Virtual",
|
|
9399
|
-
"exchangeId": "
|
|
9865
|
+
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
9866
|
+
},
|
|
9867
|
+
{
|
|
9868
|
+
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
9869
|
+
"poolAddr": "0x62722497dc8992337117ee79A02015dcEa43b2C2",
|
|
9870
|
+
"token0": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
9871
|
+
"token1": "0xF151c9a13b78C84f93f50B8b3bC689fedc134F60",
|
|
9872
|
+
"poolType": "Virtual",
|
|
9873
|
+
"exchangeId": "0x517ccc3bcab9f35e2e24143a0c1809068efc649f740846cfb6a1c5703735c1ee"
|
|
9400
9874
|
}
|
|
9401
9875
|
],
|
|
9402
9876
|
"costData": {
|
|
9403
9877
|
"totalCostPercent": 0.44955,
|
|
9404
9878
|
"hops": [
|
|
9405
9879
|
{
|
|
9406
|
-
"poolAddress": "
|
|
9407
|
-
"costPercent": 0.
|
|
9880
|
+
"poolAddress": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
9881
|
+
"costPercent": 0.3
|
|
9408
9882
|
},
|
|
9409
9883
|
{
|
|
9410
|
-
"poolAddress": "
|
|
9411
|
-
"costPercent": 0.
|
|
9884
|
+
"poolAddress": "0x62722497dc8992337117ee79A02015dcEa43b2C2",
|
|
9885
|
+
"costPercent": 0.15
|
|
9412
9886
|
}
|
|
9413
9887
|
]
|
|
9414
9888
|
}
|
|
9415
9889
|
},
|
|
9416
9890
|
{
|
|
9417
|
-
"id": "AUDm-
|
|
9891
|
+
"id": "AUDm-ZARm",
|
|
9418
9892
|
"tokens": [
|
|
9419
9893
|
{
|
|
9420
9894
|
"address": "0x5873Faeb42F3563dcD77F0fbbdA818E6d6DA3139",
|
|
9421
9895
|
"symbol": "AUDm"
|
|
9422
9896
|
},
|
|
9423
9897
|
{
|
|
9424
|
-
"address": "
|
|
9425
|
-
"symbol": "
|
|
9898
|
+
"address": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
9899
|
+
"symbol": "ZARm"
|
|
9426
9900
|
}
|
|
9427
9901
|
],
|
|
9428
9902
|
"path": [
|
|
@@ -9436,11 +9910,11 @@ export const cachedRoutes = {
|
|
|
9436
9910
|
},
|
|
9437
9911
|
{
|
|
9438
9912
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
9439
|
-
"poolAddr": "
|
|
9440
|
-
"token0": "
|
|
9913
|
+
"poolAddr": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
9914
|
+
"token0": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
9441
9915
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
9442
9916
|
"poolType": "Virtual",
|
|
9443
|
-
"exchangeId": "
|
|
9917
|
+
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
9444
9918
|
}
|
|
9445
9919
|
],
|
|
9446
9920
|
"costData": {
|
|
@@ -9451,7 +9925,7 @@ export const cachedRoutes = {
|
|
|
9451
9925
|
"costPercent": 0.15
|
|
9452
9926
|
},
|
|
9453
9927
|
{
|
|
9454
|
-
"poolAddress": "
|
|
9928
|
+
"poolAddress": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
9455
9929
|
"costPercent": 0.3
|
|
9456
9930
|
}
|
|
9457
9931
|
]
|
|
@@ -9589,94 +10063,6 @@ export const cachedRoutes = {
|
|
|
9589
10063
|
]
|
|
9590
10064
|
}
|
|
9591
10065
|
},
|
|
9592
|
-
{
|
|
9593
|
-
"id": "CADm-CHFm",
|
|
9594
|
-
"tokens": [
|
|
9595
|
-
{
|
|
9596
|
-
"address": "0xF151c9a13b78C84f93f50B8b3bC689fedc134F60",
|
|
9597
|
-
"symbol": "CADm"
|
|
9598
|
-
},
|
|
9599
|
-
{
|
|
9600
|
-
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
9601
|
-
"symbol": "CHFm"
|
|
9602
|
-
}
|
|
9603
|
-
],
|
|
9604
|
-
"path": [
|
|
9605
|
-
{
|
|
9606
|
-
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
9607
|
-
"poolAddr": "0x62722497dc8992337117ee79A02015dcEa43b2C2",
|
|
9608
|
-
"token0": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
9609
|
-
"token1": "0xF151c9a13b78C84f93f50B8b3bC689fedc134F60",
|
|
9610
|
-
"poolType": "Virtual",
|
|
9611
|
-
"exchangeId": "0x517ccc3bcab9f35e2e24143a0c1809068efc649f740846cfb6a1c5703735c1ee"
|
|
9612
|
-
},
|
|
9613
|
-
{
|
|
9614
|
-
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
9615
|
-
"poolAddr": "0x58F08739eA9764097b9500B6e4A4db64D168b807",
|
|
9616
|
-
"token0": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
9617
|
-
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
9618
|
-
"poolType": "Virtual",
|
|
9619
|
-
"exchangeId": "0x3ddbc61433314a4b7d3cbb56a001fc4cc0f1d52d64338336d5f2083a580ce4fc"
|
|
9620
|
-
}
|
|
9621
|
-
],
|
|
9622
|
-
"costData": {
|
|
9623
|
-
"totalCostPercent": 0.44955,
|
|
9624
|
-
"hops": [
|
|
9625
|
-
{
|
|
9626
|
-
"poolAddress": "0x62722497dc8992337117ee79A02015dcEa43b2C2",
|
|
9627
|
-
"costPercent": 0.15
|
|
9628
|
-
},
|
|
9629
|
-
{
|
|
9630
|
-
"poolAddress": "0x58F08739eA9764097b9500B6e4A4db64D168b807",
|
|
9631
|
-
"costPercent": 0.3
|
|
9632
|
-
}
|
|
9633
|
-
]
|
|
9634
|
-
}
|
|
9635
|
-
},
|
|
9636
|
-
{
|
|
9637
|
-
"id": "CADm-JPYm",
|
|
9638
|
-
"tokens": [
|
|
9639
|
-
{
|
|
9640
|
-
"address": "0xF151c9a13b78C84f93f50B8b3bC689fedc134F60",
|
|
9641
|
-
"symbol": "CADm"
|
|
9642
|
-
},
|
|
9643
|
-
{
|
|
9644
|
-
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
9645
|
-
"symbol": "JPYm"
|
|
9646
|
-
}
|
|
9647
|
-
],
|
|
9648
|
-
"path": [
|
|
9649
|
-
{
|
|
9650
|
-
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
9651
|
-
"poolAddr": "0x62722497dc8992337117ee79A02015dcEa43b2C2",
|
|
9652
|
-
"token0": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
9653
|
-
"token1": "0xF151c9a13b78C84f93f50B8b3bC689fedc134F60",
|
|
9654
|
-
"poolType": "Virtual",
|
|
9655
|
-
"exchangeId": "0x517ccc3bcab9f35e2e24143a0c1809068efc649f740846cfb6a1c5703735c1ee"
|
|
9656
|
-
},
|
|
9657
|
-
{
|
|
9658
|
-
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
9659
|
-
"poolAddr": "0x284c2d99c5A12A65F10eFF7183c33C1217B65A56",
|
|
9660
|
-
"token0": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
9661
|
-
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
9662
|
-
"poolType": "Virtual",
|
|
9663
|
-
"exchangeId": "0x7c3b41fbd140c6fb54ff9f8f7b7b0c954606682d44ed5e56b0080f40faaf652c"
|
|
9664
|
-
}
|
|
9665
|
-
],
|
|
9666
|
-
"costData": {
|
|
9667
|
-
"totalCostPercent": 0.44955,
|
|
9668
|
-
"hops": [
|
|
9669
|
-
{
|
|
9670
|
-
"poolAddress": "0x62722497dc8992337117ee79A02015dcEa43b2C2",
|
|
9671
|
-
"costPercent": 0.15
|
|
9672
|
-
},
|
|
9673
|
-
{
|
|
9674
|
-
"poolAddress": "0x284c2d99c5A12A65F10eFF7183c33C1217B65A56",
|
|
9675
|
-
"costPercent": 0.3
|
|
9676
|
-
}
|
|
9677
|
-
]
|
|
9678
|
-
}
|
|
9679
|
-
},
|
|
9680
10066
|
{
|
|
9681
10067
|
"id": "CADm-COPm",
|
|
9682
10068
|
"tokens": [
|
|
@@ -9839,15 +10225,15 @@ export const cachedRoutes = {
|
|
|
9839
10225
|
}
|
|
9840
10226
|
},
|
|
9841
10227
|
{
|
|
9842
|
-
"id": "EURm-
|
|
10228
|
+
"id": "EURm-JPYm",
|
|
9843
10229
|
"tokens": [
|
|
9844
10230
|
{
|
|
9845
10231
|
"address": "0xA99dC247d6b7B2E3ab48a1fEE101b83cD6aCd82a",
|
|
9846
10232
|
"symbol": "EURm"
|
|
9847
10233
|
},
|
|
9848
10234
|
{
|
|
9849
|
-
"address": "
|
|
9850
|
-
"symbol": "
|
|
10235
|
+
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
10236
|
+
"symbol": "JPYm"
|
|
9851
10237
|
}
|
|
9852
10238
|
],
|
|
9853
10239
|
"path": [
|
|
@@ -9859,12 +10245,11 @@ export const cachedRoutes = {
|
|
|
9859
10245
|
"poolType": "FPMM"
|
|
9860
10246
|
},
|
|
9861
10247
|
{
|
|
9862
|
-
"factoryAddr": "
|
|
9863
|
-
"poolAddr": "
|
|
9864
|
-
"token0": "
|
|
10248
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
10249
|
+
"poolAddr": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
10250
|
+
"token0": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
9865
10251
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
9866
|
-
"poolType": "
|
|
9867
|
-
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
10252
|
+
"poolType": "FPMM"
|
|
9868
10253
|
}
|
|
9869
10254
|
],
|
|
9870
10255
|
"costData": {
|
|
@@ -9875,22 +10260,22 @@ export const cachedRoutes = {
|
|
|
9875
10260
|
"costPercent": 0.25
|
|
9876
10261
|
},
|
|
9877
10262
|
{
|
|
9878
|
-
"poolAddress": "
|
|
10263
|
+
"poolAddress": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
9879
10264
|
"costPercent": 0.3
|
|
9880
10265
|
}
|
|
9881
10266
|
]
|
|
9882
10267
|
}
|
|
9883
10268
|
},
|
|
9884
10269
|
{
|
|
9885
|
-
"id": "EURm
|
|
10270
|
+
"id": "CHFm-EURm",
|
|
9886
10271
|
"tokens": [
|
|
9887
10272
|
{
|
|
9888
|
-
"address": "
|
|
9889
|
-
"symbol": "
|
|
10273
|
+
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
10274
|
+
"symbol": "CHFm"
|
|
9890
10275
|
},
|
|
9891
10276
|
{
|
|
9892
|
-
"address": "
|
|
9893
|
-
"symbol": "
|
|
10277
|
+
"address": "0xA99dC247d6b7B2E3ab48a1fEE101b83cD6aCd82a",
|
|
10278
|
+
"symbol": "EURm"
|
|
9894
10279
|
}
|
|
9895
10280
|
],
|
|
9896
10281
|
"path": [
|
|
@@ -9902,12 +10287,11 @@ export const cachedRoutes = {
|
|
|
9902
10287
|
"poolType": "FPMM"
|
|
9903
10288
|
},
|
|
9904
10289
|
{
|
|
9905
|
-
"factoryAddr": "
|
|
9906
|
-
"poolAddr": "
|
|
9907
|
-
"token0": "
|
|
10290
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
10291
|
+
"poolAddr": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
10292
|
+
"token0": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
9908
10293
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
9909
|
-
"poolType": "
|
|
9910
|
-
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
10294
|
+
"poolType": "FPMM"
|
|
9911
10295
|
}
|
|
9912
10296
|
],
|
|
9913
10297
|
"costData": {
|
|
@@ -9918,22 +10302,22 @@ export const cachedRoutes = {
|
|
|
9918
10302
|
"costPercent": 0.25
|
|
9919
10303
|
},
|
|
9920
10304
|
{
|
|
9921
|
-
"poolAddress": "
|
|
10305
|
+
"poolAddress": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
9922
10306
|
"costPercent": 0.3
|
|
9923
10307
|
}
|
|
9924
10308
|
]
|
|
9925
10309
|
}
|
|
9926
10310
|
},
|
|
9927
10311
|
{
|
|
9928
|
-
"id": "
|
|
10312
|
+
"id": "EURm-PHPm",
|
|
9929
10313
|
"tokens": [
|
|
9930
|
-
{
|
|
9931
|
-
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
9932
|
-
"symbol": "CHFm"
|
|
9933
|
-
},
|
|
9934
10314
|
{
|
|
9935
10315
|
"address": "0xA99dC247d6b7B2E3ab48a1fEE101b83cD6aCd82a",
|
|
9936
10316
|
"symbol": "EURm"
|
|
10317
|
+
},
|
|
10318
|
+
{
|
|
10319
|
+
"address": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
10320
|
+
"symbol": "PHPm"
|
|
9937
10321
|
}
|
|
9938
10322
|
],
|
|
9939
10323
|
"path": [
|
|
@@ -9946,11 +10330,11 @@ export const cachedRoutes = {
|
|
|
9946
10330
|
},
|
|
9947
10331
|
{
|
|
9948
10332
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
9949
|
-
"poolAddr": "
|
|
9950
|
-
"token0": "
|
|
10333
|
+
"poolAddr": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
10334
|
+
"token0": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
9951
10335
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
9952
10336
|
"poolType": "Virtual",
|
|
9953
|
-
"exchangeId": "
|
|
10337
|
+
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
9954
10338
|
}
|
|
9955
10339
|
],
|
|
9956
10340
|
"costData": {
|
|
@@ -9961,22 +10345,22 @@ export const cachedRoutes = {
|
|
|
9961
10345
|
"costPercent": 0.25
|
|
9962
10346
|
},
|
|
9963
10347
|
{
|
|
9964
|
-
"poolAddress": "
|
|
10348
|
+
"poolAddress": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
9965
10349
|
"costPercent": 0.3
|
|
9966
10350
|
}
|
|
9967
10351
|
]
|
|
9968
10352
|
}
|
|
9969
10353
|
},
|
|
9970
10354
|
{
|
|
9971
|
-
"id": "EURm-
|
|
10355
|
+
"id": "EURm-ZARm",
|
|
9972
10356
|
"tokens": [
|
|
9973
10357
|
{
|
|
9974
10358
|
"address": "0xA99dC247d6b7B2E3ab48a1fEE101b83cD6aCd82a",
|
|
9975
10359
|
"symbol": "EURm"
|
|
9976
10360
|
},
|
|
9977
10361
|
{
|
|
9978
|
-
"address": "
|
|
9979
|
-
"symbol": "
|
|
10362
|
+
"address": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
10363
|
+
"symbol": "ZARm"
|
|
9980
10364
|
}
|
|
9981
10365
|
],
|
|
9982
10366
|
"path": [
|
|
@@ -9989,11 +10373,11 @@ export const cachedRoutes = {
|
|
|
9989
10373
|
},
|
|
9990
10374
|
{
|
|
9991
10375
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
9992
|
-
"poolAddr": "
|
|
9993
|
-
"token0": "
|
|
10376
|
+
"poolAddr": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
10377
|
+
"token0": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
9994
10378
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
9995
10379
|
"poolType": "Virtual",
|
|
9996
|
-
"exchangeId": "
|
|
10380
|
+
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
9997
10381
|
}
|
|
9998
10382
|
],
|
|
9999
10383
|
"costData": {
|
|
@@ -10004,7 +10388,7 @@ export const cachedRoutes = {
|
|
|
10004
10388
|
"costPercent": 0.25
|
|
10005
10389
|
},
|
|
10006
10390
|
{
|
|
10007
|
-
"poolAddress": "
|
|
10391
|
+
"poolAddress": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
10008
10392
|
"costPercent": 0.3
|
|
10009
10393
|
}
|
|
10010
10394
|
]
|
|
@@ -10097,15 +10481,15 @@ export const cachedRoutes = {
|
|
|
10097
10481
|
}
|
|
10098
10482
|
},
|
|
10099
10483
|
{
|
|
10100
|
-
"id": "GBPm-
|
|
10484
|
+
"id": "GBPm-JPYm",
|
|
10101
10485
|
"tokens": [
|
|
10102
10486
|
{
|
|
10103
10487
|
"address": "0x85F5181Abdbf0e1814Fc4358582Ae07b8eBA3aF3",
|
|
10104
10488
|
"symbol": "GBPm"
|
|
10105
10489
|
},
|
|
10106
10490
|
{
|
|
10107
|
-
"address": "
|
|
10108
|
-
"symbol": "
|
|
10491
|
+
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
10492
|
+
"symbol": "JPYm"
|
|
10109
10493
|
}
|
|
10110
10494
|
],
|
|
10111
10495
|
"path": [
|
|
@@ -10117,12 +10501,11 @@ export const cachedRoutes = {
|
|
|
10117
10501
|
"poolType": "FPMM"
|
|
10118
10502
|
},
|
|
10119
10503
|
{
|
|
10120
|
-
"factoryAddr": "
|
|
10121
|
-
"poolAddr": "
|
|
10122
|
-
"token0": "
|
|
10504
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
10505
|
+
"poolAddr": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
10506
|
+
"token0": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
10123
10507
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10124
|
-
"poolType": "
|
|
10125
|
-
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
10508
|
+
"poolType": "FPMM"
|
|
10126
10509
|
}
|
|
10127
10510
|
],
|
|
10128
10511
|
"costData": {
|
|
@@ -10133,22 +10516,22 @@ export const cachedRoutes = {
|
|
|
10133
10516
|
"costPercent": 0.3
|
|
10134
10517
|
},
|
|
10135
10518
|
{
|
|
10136
|
-
"poolAddress": "
|
|
10519
|
+
"poolAddress": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
10137
10520
|
"costPercent": 0.3
|
|
10138
10521
|
}
|
|
10139
10522
|
]
|
|
10140
10523
|
}
|
|
10141
10524
|
},
|
|
10142
10525
|
{
|
|
10143
|
-
"id": "GBPm
|
|
10526
|
+
"id": "CHFm-GBPm",
|
|
10144
10527
|
"tokens": [
|
|
10145
10528
|
{
|
|
10146
|
-
"address": "
|
|
10147
|
-
"symbol": "
|
|
10529
|
+
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
10530
|
+
"symbol": "CHFm"
|
|
10148
10531
|
},
|
|
10149
10532
|
{
|
|
10150
|
-
"address": "
|
|
10151
|
-
"symbol": "
|
|
10533
|
+
"address": "0x85F5181Abdbf0e1814Fc4358582Ae07b8eBA3aF3",
|
|
10534
|
+
"symbol": "GBPm"
|
|
10152
10535
|
}
|
|
10153
10536
|
],
|
|
10154
10537
|
"path": [
|
|
@@ -10160,12 +10543,11 @@ export const cachedRoutes = {
|
|
|
10160
10543
|
"poolType": "FPMM"
|
|
10161
10544
|
},
|
|
10162
10545
|
{
|
|
10163
|
-
"factoryAddr": "
|
|
10164
|
-
"poolAddr": "
|
|
10165
|
-
"token0": "
|
|
10546
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
10547
|
+
"poolAddr": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
10548
|
+
"token0": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
10166
10549
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10167
|
-
"poolType": "
|
|
10168
|
-
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
10550
|
+
"poolType": "FPMM"
|
|
10169
10551
|
}
|
|
10170
10552
|
],
|
|
10171
10553
|
"costData": {
|
|
@@ -10176,22 +10558,22 @@ export const cachedRoutes = {
|
|
|
10176
10558
|
"costPercent": 0.3
|
|
10177
10559
|
},
|
|
10178
10560
|
{
|
|
10179
|
-
"poolAddress": "
|
|
10561
|
+
"poolAddress": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
10180
10562
|
"costPercent": 0.3
|
|
10181
10563
|
}
|
|
10182
10564
|
]
|
|
10183
10565
|
}
|
|
10184
10566
|
},
|
|
10185
10567
|
{
|
|
10186
|
-
"id": "
|
|
10568
|
+
"id": "GBPm-PHPm",
|
|
10187
10569
|
"tokens": [
|
|
10188
|
-
{
|
|
10189
|
-
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
10190
|
-
"symbol": "CHFm"
|
|
10191
|
-
},
|
|
10192
10570
|
{
|
|
10193
10571
|
"address": "0x85F5181Abdbf0e1814Fc4358582Ae07b8eBA3aF3",
|
|
10194
10572
|
"symbol": "GBPm"
|
|
10573
|
+
},
|
|
10574
|
+
{
|
|
10575
|
+
"address": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
10576
|
+
"symbol": "PHPm"
|
|
10195
10577
|
}
|
|
10196
10578
|
],
|
|
10197
10579
|
"path": [
|
|
@@ -10204,11 +10586,11 @@ export const cachedRoutes = {
|
|
|
10204
10586
|
},
|
|
10205
10587
|
{
|
|
10206
10588
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
10207
|
-
"poolAddr": "
|
|
10208
|
-
"token0": "
|
|
10589
|
+
"poolAddr": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
10590
|
+
"token0": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
10209
10591
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10210
10592
|
"poolType": "Virtual",
|
|
10211
|
-
"exchangeId": "
|
|
10593
|
+
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
10212
10594
|
}
|
|
10213
10595
|
],
|
|
10214
10596
|
"costData": {
|
|
@@ -10219,22 +10601,22 @@ export const cachedRoutes = {
|
|
|
10219
10601
|
"costPercent": 0.3
|
|
10220
10602
|
},
|
|
10221
10603
|
{
|
|
10222
|
-
"poolAddress": "
|
|
10604
|
+
"poolAddress": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
10223
10605
|
"costPercent": 0.3
|
|
10224
10606
|
}
|
|
10225
10607
|
]
|
|
10226
10608
|
}
|
|
10227
10609
|
},
|
|
10228
10610
|
{
|
|
10229
|
-
"id": "GBPm-
|
|
10611
|
+
"id": "GBPm-ZARm",
|
|
10230
10612
|
"tokens": [
|
|
10231
10613
|
{
|
|
10232
10614
|
"address": "0x85F5181Abdbf0e1814Fc4358582Ae07b8eBA3aF3",
|
|
10233
10615
|
"symbol": "GBPm"
|
|
10234
10616
|
},
|
|
10235
10617
|
{
|
|
10236
|
-
"address": "
|
|
10237
|
-
"symbol": "
|
|
10618
|
+
"address": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
10619
|
+
"symbol": "ZARm"
|
|
10238
10620
|
}
|
|
10239
10621
|
],
|
|
10240
10622
|
"path": [
|
|
@@ -10247,11 +10629,11 @@ export const cachedRoutes = {
|
|
|
10247
10629
|
},
|
|
10248
10630
|
{
|
|
10249
10631
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
10250
|
-
"poolAddr": "
|
|
10251
|
-
"token0": "
|
|
10632
|
+
"poolAddr": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
10633
|
+
"token0": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
10252
10634
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10253
10635
|
"poolType": "Virtual",
|
|
10254
|
-
"exchangeId": "
|
|
10636
|
+
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
10255
10637
|
}
|
|
10256
10638
|
],
|
|
10257
10639
|
"costData": {
|
|
@@ -10262,7 +10644,7 @@ export const cachedRoutes = {
|
|
|
10262
10644
|
"costPercent": 0.3
|
|
10263
10645
|
},
|
|
10264
10646
|
{
|
|
10265
|
-
"poolAddress": "
|
|
10647
|
+
"poolAddress": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
10266
10648
|
"costPercent": 0.3
|
|
10267
10649
|
}
|
|
10268
10650
|
]
|
|
@@ -10355,55 +10737,53 @@ export const cachedRoutes = {
|
|
|
10355
10737
|
}
|
|
10356
10738
|
},
|
|
10357
10739
|
{
|
|
10358
|
-
"id": "
|
|
10740
|
+
"id": "CHFm-JPYm",
|
|
10359
10741
|
"tokens": [
|
|
10360
10742
|
{
|
|
10361
|
-
"address": "
|
|
10362
|
-
"symbol": "
|
|
10743
|
+
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
10744
|
+
"symbol": "CHFm"
|
|
10363
10745
|
},
|
|
10364
10746
|
{
|
|
10365
|
-
"address": "
|
|
10366
|
-
"symbol": "
|
|
10747
|
+
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
10748
|
+
"symbol": "JPYm"
|
|
10367
10749
|
}
|
|
10368
10750
|
],
|
|
10369
10751
|
"path": [
|
|
10370
10752
|
{
|
|
10371
|
-
"factoryAddr": "
|
|
10372
|
-
"poolAddr": "
|
|
10373
|
-
"token0": "
|
|
10753
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
10754
|
+
"poolAddr": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
10755
|
+
"token0": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
10374
10756
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10375
|
-
"poolType": "
|
|
10376
|
-
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
10757
|
+
"poolType": "FPMM"
|
|
10377
10758
|
},
|
|
10378
10759
|
{
|
|
10379
|
-
"factoryAddr": "
|
|
10380
|
-
"poolAddr": "
|
|
10381
|
-
"token0": "
|
|
10760
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
10761
|
+
"poolAddr": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
10762
|
+
"token0": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
10382
10763
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10383
|
-
"poolType": "
|
|
10384
|
-
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
10764
|
+
"poolType": "FPMM"
|
|
10385
10765
|
}
|
|
10386
10766
|
],
|
|
10387
10767
|
"costData": {
|
|
10388
10768
|
"totalCostPercent": 0.5991,
|
|
10389
10769
|
"hops": [
|
|
10390
10770
|
{
|
|
10391
|
-
"poolAddress": "
|
|
10771
|
+
"poolAddress": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
10392
10772
|
"costPercent": 0.3
|
|
10393
10773
|
},
|
|
10394
10774
|
{
|
|
10395
|
-
"poolAddress": "
|
|
10775
|
+
"poolAddress": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
10396
10776
|
"costPercent": 0.3
|
|
10397
10777
|
}
|
|
10398
10778
|
]
|
|
10399
10779
|
}
|
|
10400
10780
|
},
|
|
10401
10781
|
{
|
|
10402
|
-
"id": "
|
|
10782
|
+
"id": "JPYm-PHPm",
|
|
10403
10783
|
"tokens": [
|
|
10404
10784
|
{
|
|
10405
|
-
"address": "
|
|
10406
|
-
"symbol": "
|
|
10785
|
+
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
10786
|
+
"symbol": "JPYm"
|
|
10407
10787
|
},
|
|
10408
10788
|
{
|
|
10409
10789
|
"address": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
@@ -10412,100 +10792,97 @@ export const cachedRoutes = {
|
|
|
10412
10792
|
],
|
|
10413
10793
|
"path": [
|
|
10414
10794
|
{
|
|
10415
|
-
"factoryAddr": "
|
|
10416
|
-
"poolAddr": "
|
|
10417
|
-
"token0": "
|
|
10795
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
10796
|
+
"poolAddr": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
10797
|
+
"token0": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
10418
10798
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10419
|
-
"poolType": "
|
|
10420
|
-
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
10799
|
+
"poolType": "FPMM"
|
|
10421
10800
|
},
|
|
10422
10801
|
{
|
|
10423
10802
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
10424
|
-
"poolAddr": "
|
|
10425
|
-
"token0": "
|
|
10803
|
+
"poolAddr": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
10804
|
+
"token0": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
10426
10805
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10427
10806
|
"poolType": "Virtual",
|
|
10428
|
-
"exchangeId": "
|
|
10807
|
+
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
10429
10808
|
}
|
|
10430
10809
|
],
|
|
10431
10810
|
"costData": {
|
|
10432
10811
|
"totalCostPercent": 0.5991,
|
|
10433
10812
|
"hops": [
|
|
10434
10813
|
{
|
|
10435
|
-
"poolAddress": "
|
|
10814
|
+
"poolAddress": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
10436
10815
|
"costPercent": 0.3
|
|
10437
10816
|
},
|
|
10438
10817
|
{
|
|
10439
|
-
"poolAddress": "
|
|
10818
|
+
"poolAddress": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
10440
10819
|
"costPercent": 0.3
|
|
10441
10820
|
}
|
|
10442
10821
|
]
|
|
10443
10822
|
}
|
|
10444
10823
|
},
|
|
10445
10824
|
{
|
|
10446
|
-
"id": "JPYm-
|
|
10825
|
+
"id": "JPYm-ZARm",
|
|
10447
10826
|
"tokens": [
|
|
10448
10827
|
{
|
|
10449
10828
|
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
10450
10829
|
"symbol": "JPYm"
|
|
10451
10830
|
},
|
|
10452
10831
|
{
|
|
10453
|
-
"address": "
|
|
10454
|
-
"symbol": "
|
|
10832
|
+
"address": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
10833
|
+
"symbol": "ZARm"
|
|
10455
10834
|
}
|
|
10456
10835
|
],
|
|
10457
10836
|
"path": [
|
|
10458
10837
|
{
|
|
10459
|
-
"factoryAddr": "
|
|
10460
|
-
"poolAddr": "
|
|
10461
|
-
"token0": "
|
|
10838
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
10839
|
+
"poolAddr": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
10840
|
+
"token0": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
10462
10841
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10463
|
-
"poolType": "
|
|
10464
|
-
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
10842
|
+
"poolType": "FPMM"
|
|
10465
10843
|
},
|
|
10466
10844
|
{
|
|
10467
10845
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
10468
|
-
"poolAddr": "
|
|
10469
|
-
"token0": "
|
|
10846
|
+
"poolAddr": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
10847
|
+
"token0": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
10470
10848
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10471
10849
|
"poolType": "Virtual",
|
|
10472
|
-
"exchangeId": "
|
|
10850
|
+
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
10473
10851
|
}
|
|
10474
10852
|
],
|
|
10475
10853
|
"costData": {
|
|
10476
10854
|
"totalCostPercent": 0.5991,
|
|
10477
10855
|
"hops": [
|
|
10478
10856
|
{
|
|
10479
|
-
"poolAddress": "
|
|
10857
|
+
"poolAddress": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
10480
10858
|
"costPercent": 0.3
|
|
10481
10859
|
},
|
|
10482
10860
|
{
|
|
10483
|
-
"poolAddress": "
|
|
10861
|
+
"poolAddress": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
10484
10862
|
"costPercent": 0.3
|
|
10485
10863
|
}
|
|
10486
10864
|
]
|
|
10487
10865
|
}
|
|
10488
10866
|
},
|
|
10489
10867
|
{
|
|
10490
|
-
"id": "COPm-
|
|
10868
|
+
"id": "COPm-JPYm",
|
|
10491
10869
|
"tokens": [
|
|
10492
10870
|
{
|
|
10493
10871
|
"address": "0x5F8d55c3627d2dc0a2B4afa798f877242F382F67",
|
|
10494
10872
|
"symbol": "COPm"
|
|
10495
10873
|
},
|
|
10496
10874
|
{
|
|
10497
|
-
"address": "
|
|
10498
|
-
"symbol": "
|
|
10875
|
+
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
10876
|
+
"symbol": "JPYm"
|
|
10499
10877
|
}
|
|
10500
10878
|
],
|
|
10501
10879
|
"path": [
|
|
10502
10880
|
{
|
|
10503
|
-
"factoryAddr": "
|
|
10504
|
-
"poolAddr": "
|
|
10505
|
-
"token0": "
|
|
10881
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
10882
|
+
"poolAddr": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
10883
|
+
"token0": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
10506
10884
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10507
|
-
"poolType": "
|
|
10508
|
-
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
10885
|
+
"poolType": "FPMM"
|
|
10509
10886
|
},
|
|
10510
10887
|
{
|
|
10511
10888
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -10520,7 +10897,7 @@ export const cachedRoutes = {
|
|
|
10520
10897
|
"totalCostPercent": 0.5991,
|
|
10521
10898
|
"hops": [
|
|
10522
10899
|
{
|
|
10523
|
-
"poolAddress": "
|
|
10900
|
+
"poolAddress": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
10524
10901
|
"costPercent": 0.3
|
|
10525
10902
|
},
|
|
10526
10903
|
{
|
|
@@ -10531,25 +10908,24 @@ export const cachedRoutes = {
|
|
|
10531
10908
|
}
|
|
10532
10909
|
},
|
|
10533
10910
|
{
|
|
10534
|
-
"id": "BRLm-
|
|
10911
|
+
"id": "BRLm-JPYm",
|
|
10535
10912
|
"tokens": [
|
|
10536
10913
|
{
|
|
10537
10914
|
"address": "0x2294298942fdc79417DE9E0D740A4957E0e7783a",
|
|
10538
10915
|
"symbol": "BRLm"
|
|
10539
10916
|
},
|
|
10540
10917
|
{
|
|
10541
|
-
"address": "
|
|
10542
|
-
"symbol": "
|
|
10918
|
+
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
10919
|
+
"symbol": "JPYm"
|
|
10543
10920
|
}
|
|
10544
10921
|
],
|
|
10545
10922
|
"path": [
|
|
10546
10923
|
{
|
|
10547
|
-
"factoryAddr": "
|
|
10548
|
-
"poolAddr": "
|
|
10549
|
-
"token0": "
|
|
10924
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
10925
|
+
"poolAddr": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
10926
|
+
"token0": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
10550
10927
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10551
|
-
"poolType": "
|
|
10552
|
-
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
10928
|
+
"poolType": "FPMM"
|
|
10553
10929
|
},
|
|
10554
10930
|
{
|
|
10555
10931
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -10564,7 +10940,7 @@ export const cachedRoutes = {
|
|
|
10564
10940
|
"totalCostPercent": 0.5991,
|
|
10565
10941
|
"hops": [
|
|
10566
10942
|
{
|
|
10567
|
-
"poolAddress": "
|
|
10943
|
+
"poolAddress": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
10568
10944
|
"costPercent": 0.3
|
|
10569
10945
|
},
|
|
10570
10946
|
{
|
|
@@ -10575,55 +10951,54 @@ export const cachedRoutes = {
|
|
|
10575
10951
|
}
|
|
10576
10952
|
},
|
|
10577
10953
|
{
|
|
10578
|
-
"id": "CHFm-
|
|
10954
|
+
"id": "CHFm-PHPm",
|
|
10579
10955
|
"tokens": [
|
|
10580
10956
|
{
|
|
10581
10957
|
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
10582
10958
|
"symbol": "CHFm"
|
|
10583
10959
|
},
|
|
10584
10960
|
{
|
|
10585
|
-
"address": "
|
|
10586
|
-
"symbol": "
|
|
10961
|
+
"address": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
10962
|
+
"symbol": "PHPm"
|
|
10587
10963
|
}
|
|
10588
10964
|
],
|
|
10589
10965
|
"path": [
|
|
10590
10966
|
{
|
|
10591
|
-
"factoryAddr": "
|
|
10592
|
-
"poolAddr": "
|
|
10593
|
-
"token0": "
|
|
10967
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
10968
|
+
"poolAddr": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
10969
|
+
"token0": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
10594
10970
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10595
|
-
"poolType": "
|
|
10596
|
-
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
10971
|
+
"poolType": "FPMM"
|
|
10597
10972
|
},
|
|
10598
10973
|
{
|
|
10599
10974
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
10600
|
-
"poolAddr": "
|
|
10601
|
-
"token0": "
|
|
10975
|
+
"poolAddr": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
10976
|
+
"token0": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
10602
10977
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10603
10978
|
"poolType": "Virtual",
|
|
10604
|
-
"exchangeId": "
|
|
10979
|
+
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
10605
10980
|
}
|
|
10606
10981
|
],
|
|
10607
10982
|
"costData": {
|
|
10608
10983
|
"totalCostPercent": 0.5991,
|
|
10609
10984
|
"hops": [
|
|
10610
10985
|
{
|
|
10611
|
-
"poolAddress": "
|
|
10986
|
+
"poolAddress": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
10612
10987
|
"costPercent": 0.3
|
|
10613
10988
|
},
|
|
10614
10989
|
{
|
|
10615
|
-
"poolAddress": "
|
|
10990
|
+
"poolAddress": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
10616
10991
|
"costPercent": 0.3
|
|
10617
10992
|
}
|
|
10618
10993
|
]
|
|
10619
10994
|
}
|
|
10620
10995
|
},
|
|
10621
10996
|
{
|
|
10622
|
-
"id": "
|
|
10997
|
+
"id": "CHFm-ZARm",
|
|
10623
10998
|
"tokens": [
|
|
10624
10999
|
{
|
|
10625
|
-
"address": "
|
|
10626
|
-
"symbol": "
|
|
11000
|
+
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
11001
|
+
"symbol": "CHFm"
|
|
10627
11002
|
},
|
|
10628
11003
|
{
|
|
10629
11004
|
"address": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
@@ -10632,56 +11007,54 @@ export const cachedRoutes = {
|
|
|
10632
11007
|
],
|
|
10633
11008
|
"path": [
|
|
10634
11009
|
{
|
|
10635
|
-
"factoryAddr": "
|
|
10636
|
-
"poolAddr": "
|
|
10637
|
-
"token0": "
|
|
11010
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
11011
|
+
"poolAddr": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
11012
|
+
"token0": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
10638
11013
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10639
|
-
"poolType": "
|
|
10640
|
-
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
11014
|
+
"poolType": "FPMM"
|
|
10641
11015
|
},
|
|
10642
11016
|
{
|
|
10643
11017
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
10644
|
-
"poolAddr": "
|
|
10645
|
-
"token0": "
|
|
11018
|
+
"poolAddr": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
11019
|
+
"token0": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
10646
11020
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10647
11021
|
"poolType": "Virtual",
|
|
10648
|
-
"exchangeId": "
|
|
11022
|
+
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
10649
11023
|
}
|
|
10650
11024
|
],
|
|
10651
11025
|
"costData": {
|
|
10652
11026
|
"totalCostPercent": 0.5991,
|
|
10653
11027
|
"hops": [
|
|
10654
11028
|
{
|
|
10655
|
-
"poolAddress": "
|
|
11029
|
+
"poolAddress": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
10656
11030
|
"costPercent": 0.3
|
|
10657
11031
|
},
|
|
10658
11032
|
{
|
|
10659
|
-
"poolAddress": "
|
|
11033
|
+
"poolAddress": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
10660
11034
|
"costPercent": 0.3
|
|
10661
11035
|
}
|
|
10662
11036
|
]
|
|
10663
11037
|
}
|
|
10664
11038
|
},
|
|
10665
11039
|
{
|
|
10666
|
-
"id": "COPm
|
|
11040
|
+
"id": "CHFm-COPm",
|
|
10667
11041
|
"tokens": [
|
|
10668
11042
|
{
|
|
10669
|
-
"address": "
|
|
10670
|
-
"symbol": "
|
|
11043
|
+
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
11044
|
+
"symbol": "CHFm"
|
|
10671
11045
|
},
|
|
10672
11046
|
{
|
|
10673
|
-
"address": "
|
|
10674
|
-
"symbol": "
|
|
11047
|
+
"address": "0x5F8d55c3627d2dc0a2B4afa798f877242F382F67",
|
|
11048
|
+
"symbol": "COPm"
|
|
10675
11049
|
}
|
|
10676
11050
|
],
|
|
10677
11051
|
"path": [
|
|
10678
11052
|
{
|
|
10679
|
-
"factoryAddr": "
|
|
10680
|
-
"poolAddr": "
|
|
10681
|
-
"token0": "
|
|
11053
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
11054
|
+
"poolAddr": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
11055
|
+
"token0": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
10682
11056
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10683
|
-
"poolType": "
|
|
10684
|
-
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
11057
|
+
"poolType": "FPMM"
|
|
10685
11058
|
},
|
|
10686
11059
|
{
|
|
10687
11060
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -10696,7 +11069,7 @@ export const cachedRoutes = {
|
|
|
10696
11069
|
"totalCostPercent": 0.5991,
|
|
10697
11070
|
"hops": [
|
|
10698
11071
|
{
|
|
10699
|
-
"poolAddress": "
|
|
11072
|
+
"poolAddress": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
10700
11073
|
"costPercent": 0.3
|
|
10701
11074
|
},
|
|
10702
11075
|
{
|
|
@@ -10707,25 +11080,24 @@ export const cachedRoutes = {
|
|
|
10707
11080
|
}
|
|
10708
11081
|
},
|
|
10709
11082
|
{
|
|
10710
|
-
"id": "BRLm-
|
|
11083
|
+
"id": "BRLm-CHFm",
|
|
10711
11084
|
"tokens": [
|
|
10712
11085
|
{
|
|
10713
11086
|
"address": "0x2294298942fdc79417DE9E0D740A4957E0e7783a",
|
|
10714
11087
|
"symbol": "BRLm"
|
|
10715
11088
|
},
|
|
10716
11089
|
{
|
|
10717
|
-
"address": "
|
|
10718
|
-
"symbol": "
|
|
11090
|
+
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
11091
|
+
"symbol": "CHFm"
|
|
10719
11092
|
}
|
|
10720
11093
|
],
|
|
10721
11094
|
"path": [
|
|
10722
11095
|
{
|
|
10723
|
-
"factoryAddr": "
|
|
10724
|
-
"poolAddr": "
|
|
10725
|
-
"token0": "
|
|
11096
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
11097
|
+
"poolAddr": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
11098
|
+
"token0": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
10726
11099
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10727
|
-
"poolType": "
|
|
10728
|
-
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
11100
|
+
"poolType": "FPMM"
|
|
10729
11101
|
},
|
|
10730
11102
|
{
|
|
10731
11103
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -10740,7 +11112,7 @@ export const cachedRoutes = {
|
|
|
10740
11112
|
"totalCostPercent": 0.5991,
|
|
10741
11113
|
"hops": [
|
|
10742
11114
|
{
|
|
10743
|
-
"poolAddress": "
|
|
11115
|
+
"poolAddress": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
10744
11116
|
"costPercent": 0.3
|
|
10745
11117
|
},
|
|
10746
11118
|
{
|
|
@@ -10751,69 +11123,69 @@ export const cachedRoutes = {
|
|
|
10751
11123
|
}
|
|
10752
11124
|
},
|
|
10753
11125
|
{
|
|
10754
|
-
"id": "
|
|
11126
|
+
"id": "PHPm-ZARm",
|
|
10755
11127
|
"tokens": [
|
|
10756
11128
|
{
|
|
10757
|
-
"address": "
|
|
10758
|
-
"symbol": "
|
|
11129
|
+
"address": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
11130
|
+
"symbol": "PHPm"
|
|
10759
11131
|
},
|
|
10760
11132
|
{
|
|
10761
|
-
"address": "
|
|
10762
|
-
"symbol": "
|
|
11133
|
+
"address": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
11134
|
+
"symbol": "ZARm"
|
|
10763
11135
|
}
|
|
10764
11136
|
],
|
|
10765
11137
|
"path": [
|
|
10766
11138
|
{
|
|
10767
11139
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
10768
|
-
"poolAddr": "
|
|
10769
|
-
"token0": "
|
|
11140
|
+
"poolAddr": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
11141
|
+
"token0": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
10770
11142
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10771
11143
|
"poolType": "Virtual",
|
|
10772
|
-
"exchangeId": "
|
|
11144
|
+
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
10773
11145
|
},
|
|
10774
11146
|
{
|
|
10775
11147
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
10776
|
-
"poolAddr": "
|
|
10777
|
-
"token0": "
|
|
11148
|
+
"poolAddr": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
11149
|
+
"token0": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
10778
11150
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10779
11151
|
"poolType": "Virtual",
|
|
10780
|
-
"exchangeId": "
|
|
11152
|
+
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
10781
11153
|
}
|
|
10782
11154
|
],
|
|
10783
11155
|
"costData": {
|
|
10784
11156
|
"totalCostPercent": 0.5991,
|
|
10785
11157
|
"hops": [
|
|
10786
11158
|
{
|
|
10787
|
-
"poolAddress": "
|
|
11159
|
+
"poolAddress": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
10788
11160
|
"costPercent": 0.3
|
|
10789
11161
|
},
|
|
10790
11162
|
{
|
|
10791
|
-
"poolAddress": "
|
|
11163
|
+
"poolAddress": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
10792
11164
|
"costPercent": 0.3
|
|
10793
11165
|
}
|
|
10794
11166
|
]
|
|
10795
11167
|
}
|
|
10796
11168
|
},
|
|
10797
11169
|
{
|
|
10798
|
-
"id": "
|
|
11170
|
+
"id": "COPm-PHPm",
|
|
10799
11171
|
"tokens": [
|
|
10800
|
-
{
|
|
10801
|
-
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
10802
|
-
"symbol": "CHFm"
|
|
10803
|
-
},
|
|
10804
11172
|
{
|
|
10805
11173
|
"address": "0x5F8d55c3627d2dc0a2B4afa798f877242F382F67",
|
|
10806
11174
|
"symbol": "COPm"
|
|
11175
|
+
},
|
|
11176
|
+
{
|
|
11177
|
+
"address": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
11178
|
+
"symbol": "PHPm"
|
|
10807
11179
|
}
|
|
10808
11180
|
],
|
|
10809
11181
|
"path": [
|
|
10810
11182
|
{
|
|
10811
11183
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
10812
|
-
"poolAddr": "
|
|
10813
|
-
"token0": "
|
|
11184
|
+
"poolAddr": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
11185
|
+
"token0": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
10814
11186
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10815
11187
|
"poolType": "Virtual",
|
|
10816
|
-
"exchangeId": "
|
|
11188
|
+
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
10817
11189
|
},
|
|
10818
11190
|
{
|
|
10819
11191
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -10828,7 +11200,7 @@ export const cachedRoutes = {
|
|
|
10828
11200
|
"totalCostPercent": 0.5991,
|
|
10829
11201
|
"hops": [
|
|
10830
11202
|
{
|
|
10831
|
-
"poolAddress": "
|
|
11203
|
+
"poolAddress": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
10832
11204
|
"costPercent": 0.3
|
|
10833
11205
|
},
|
|
10834
11206
|
{
|
|
@@ -10839,25 +11211,25 @@ export const cachedRoutes = {
|
|
|
10839
11211
|
}
|
|
10840
11212
|
},
|
|
10841
11213
|
{
|
|
10842
|
-
"id": "BRLm-
|
|
11214
|
+
"id": "BRLm-PHPm",
|
|
10843
11215
|
"tokens": [
|
|
10844
11216
|
{
|
|
10845
11217
|
"address": "0x2294298942fdc79417DE9E0D740A4957E0e7783a",
|
|
10846
11218
|
"symbol": "BRLm"
|
|
10847
11219
|
},
|
|
10848
11220
|
{
|
|
10849
|
-
"address": "
|
|
10850
|
-
"symbol": "
|
|
11221
|
+
"address": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
11222
|
+
"symbol": "PHPm"
|
|
10851
11223
|
}
|
|
10852
11224
|
],
|
|
10853
11225
|
"path": [
|
|
10854
11226
|
{
|
|
10855
11227
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
10856
|
-
"poolAddr": "
|
|
10857
|
-
"token0": "
|
|
11228
|
+
"poolAddr": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
11229
|
+
"token0": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
10858
11230
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10859
11231
|
"poolType": "Virtual",
|
|
10860
|
-
"exchangeId": "
|
|
11232
|
+
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
10861
11233
|
},
|
|
10862
11234
|
{
|
|
10863
11235
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -10872,7 +11244,7 @@ export const cachedRoutes = {
|
|
|
10872
11244
|
"totalCostPercent": 0.5991,
|
|
10873
11245
|
"hops": [
|
|
10874
11246
|
{
|
|
10875
|
-
"poolAddress": "
|
|
11247
|
+
"poolAddress": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
10876
11248
|
"costPercent": 0.3
|
|
10877
11249
|
},
|
|
10878
11250
|
{
|
|
@@ -10883,25 +11255,25 @@ export const cachedRoutes = {
|
|
|
10883
11255
|
}
|
|
10884
11256
|
},
|
|
10885
11257
|
{
|
|
10886
|
-
"id": "COPm-
|
|
11258
|
+
"id": "COPm-ZARm",
|
|
10887
11259
|
"tokens": [
|
|
10888
11260
|
{
|
|
10889
11261
|
"address": "0x5F8d55c3627d2dc0a2B4afa798f877242F382F67",
|
|
10890
11262
|
"symbol": "COPm"
|
|
10891
11263
|
},
|
|
10892
11264
|
{
|
|
10893
|
-
"address": "
|
|
10894
|
-
"symbol": "
|
|
11265
|
+
"address": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
11266
|
+
"symbol": "ZARm"
|
|
10895
11267
|
}
|
|
10896
11268
|
],
|
|
10897
11269
|
"path": [
|
|
10898
11270
|
{
|
|
10899
11271
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
10900
|
-
"poolAddr": "
|
|
10901
|
-
"token0": "
|
|
11272
|
+
"poolAddr": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
11273
|
+
"token0": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
10902
11274
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10903
11275
|
"poolType": "Virtual",
|
|
10904
|
-
"exchangeId": "
|
|
11276
|
+
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
10905
11277
|
},
|
|
10906
11278
|
{
|
|
10907
11279
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -10916,7 +11288,7 @@ export const cachedRoutes = {
|
|
|
10916
11288
|
"totalCostPercent": 0.5991,
|
|
10917
11289
|
"hops": [
|
|
10918
11290
|
{
|
|
10919
|
-
"poolAddress": "
|
|
11291
|
+
"poolAddress": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
10920
11292
|
"costPercent": 0.3
|
|
10921
11293
|
},
|
|
10922
11294
|
{
|
|
@@ -10927,25 +11299,25 @@ export const cachedRoutes = {
|
|
|
10927
11299
|
}
|
|
10928
11300
|
},
|
|
10929
11301
|
{
|
|
10930
|
-
"id": "BRLm-
|
|
11302
|
+
"id": "BRLm-ZARm",
|
|
10931
11303
|
"tokens": [
|
|
10932
11304
|
{
|
|
10933
11305
|
"address": "0x2294298942fdc79417DE9E0D740A4957E0e7783a",
|
|
10934
11306
|
"symbol": "BRLm"
|
|
10935
11307
|
},
|
|
10936
11308
|
{
|
|
10937
|
-
"address": "
|
|
10938
|
-
"symbol": "
|
|
11309
|
+
"address": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
11310
|
+
"symbol": "ZARm"
|
|
10939
11311
|
}
|
|
10940
11312
|
],
|
|
10941
11313
|
"path": [
|
|
10942
11314
|
{
|
|
10943
11315
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
10944
|
-
"poolAddr": "
|
|
10945
|
-
"token0": "
|
|
11316
|
+
"poolAddr": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
11317
|
+
"token0": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
10946
11318
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
10947
11319
|
"poolType": "Virtual",
|
|
10948
|
-
"exchangeId": "
|
|
11320
|
+
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
10949
11321
|
},
|
|
10950
11322
|
{
|
|
10951
11323
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -10960,7 +11332,7 @@ export const cachedRoutes = {
|
|
|
10960
11332
|
"totalCostPercent": 0.5991,
|
|
10961
11333
|
"hops": [
|
|
10962
11334
|
{
|
|
10963
|
-
"poolAddress": "
|
|
11335
|
+
"poolAddress": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
10964
11336
|
"costPercent": 0.3
|
|
10965
11337
|
},
|
|
10966
11338
|
{
|
|
@@ -12062,25 +12434,24 @@ export const cachedRoutes = {
|
|
|
12062
12434
|
}
|
|
12063
12435
|
},
|
|
12064
12436
|
{
|
|
12065
|
-
"id": "GHSm-
|
|
12437
|
+
"id": "GHSm-JPYm",
|
|
12066
12438
|
"tokens": [
|
|
12067
12439
|
{
|
|
12068
12440
|
"address": "0x5e94B8C872bD47BC4255E60ECBF44D5E66e7401C",
|
|
12069
12441
|
"symbol": "GHSm"
|
|
12070
12442
|
},
|
|
12071
12443
|
{
|
|
12072
|
-
"address": "
|
|
12073
|
-
"symbol": "
|
|
12444
|
+
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
12445
|
+
"symbol": "JPYm"
|
|
12074
12446
|
}
|
|
12075
12447
|
],
|
|
12076
12448
|
"path": [
|
|
12077
12449
|
{
|
|
12078
|
-
"factoryAddr": "
|
|
12079
|
-
"poolAddr": "
|
|
12080
|
-
"token0": "
|
|
12450
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
12451
|
+
"poolAddr": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
12452
|
+
"token0": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
12081
12453
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
12082
|
-
"poolType": "
|
|
12083
|
-
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
12454
|
+
"poolType": "FPMM"
|
|
12084
12455
|
},
|
|
12085
12456
|
{
|
|
12086
12457
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -12095,7 +12466,7 @@ export const cachedRoutes = {
|
|
|
12095
12466
|
"totalCostPercent": 1.297,
|
|
12096
12467
|
"hops": [
|
|
12097
12468
|
{
|
|
12098
|
-
"poolAddress": "
|
|
12469
|
+
"poolAddress": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
12099
12470
|
"costPercent": 0.3
|
|
12100
12471
|
},
|
|
12101
12472
|
{
|
|
@@ -12106,25 +12477,24 @@ export const cachedRoutes = {
|
|
|
12106
12477
|
}
|
|
12107
12478
|
},
|
|
12108
12479
|
{
|
|
12109
|
-
"id": "NGNm
|
|
12480
|
+
"id": "JPYm-NGNm",
|
|
12110
12481
|
"tokens": [
|
|
12111
12482
|
{
|
|
12112
|
-
"address": "
|
|
12113
|
-
"symbol": "
|
|
12483
|
+
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
12484
|
+
"symbol": "JPYm"
|
|
12114
12485
|
},
|
|
12115
12486
|
{
|
|
12116
|
-
"address": "
|
|
12117
|
-
"symbol": "
|
|
12487
|
+
"address": "0x3d5ae86F34E2a82771496D140daFAEf3789dF888",
|
|
12488
|
+
"symbol": "NGNm"
|
|
12118
12489
|
}
|
|
12119
12490
|
],
|
|
12120
12491
|
"path": [
|
|
12121
12492
|
{
|
|
12122
|
-
"factoryAddr": "
|
|
12123
|
-
"poolAddr": "
|
|
12124
|
-
"token0": "
|
|
12493
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
12494
|
+
"poolAddr": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
12495
|
+
"token0": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
12125
12496
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
12126
|
-
"poolType": "
|
|
12127
|
-
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
12497
|
+
"poolType": "FPMM"
|
|
12128
12498
|
},
|
|
12129
12499
|
{
|
|
12130
12500
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -12139,7 +12509,7 @@ export const cachedRoutes = {
|
|
|
12139
12509
|
"totalCostPercent": 1.297,
|
|
12140
12510
|
"hops": [
|
|
12141
12511
|
{
|
|
12142
|
-
"poolAddress": "
|
|
12512
|
+
"poolAddress": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
12143
12513
|
"costPercent": 0.3
|
|
12144
12514
|
},
|
|
12145
12515
|
{
|
|
@@ -12150,25 +12520,24 @@ export const cachedRoutes = {
|
|
|
12150
12520
|
}
|
|
12151
12521
|
},
|
|
12152
12522
|
{
|
|
12153
|
-
"id": "KESm
|
|
12523
|
+
"id": "JPYm-KESm",
|
|
12154
12524
|
"tokens": [
|
|
12155
12525
|
{
|
|
12156
|
-
"address": "
|
|
12157
|
-
"symbol": "
|
|
12526
|
+
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
12527
|
+
"symbol": "JPYm"
|
|
12158
12528
|
},
|
|
12159
12529
|
{
|
|
12160
|
-
"address": "
|
|
12161
|
-
"symbol": "
|
|
12530
|
+
"address": "0xC7e4635651E3e3Af82b61d3E23c159438daE3BbF",
|
|
12531
|
+
"symbol": "KESm"
|
|
12162
12532
|
}
|
|
12163
12533
|
],
|
|
12164
12534
|
"path": [
|
|
12165
12535
|
{
|
|
12166
|
-
"factoryAddr": "
|
|
12167
|
-
"poolAddr": "
|
|
12168
|
-
"token0": "
|
|
12536
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
12537
|
+
"poolAddr": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
12538
|
+
"token0": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
12169
12539
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
12170
|
-
"poolType": "
|
|
12171
|
-
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
12540
|
+
"poolType": "FPMM"
|
|
12172
12541
|
},
|
|
12173
12542
|
{
|
|
12174
12543
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -12183,7 +12552,7 @@ export const cachedRoutes = {
|
|
|
12183
12552
|
"totalCostPercent": 1.297,
|
|
12184
12553
|
"hops": [
|
|
12185
12554
|
{
|
|
12186
|
-
"poolAddress": "
|
|
12555
|
+
"poolAddress": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
12187
12556
|
"costPercent": 0.3
|
|
12188
12557
|
},
|
|
12189
12558
|
{
|
|
@@ -12194,25 +12563,24 @@ export const cachedRoutes = {
|
|
|
12194
12563
|
}
|
|
12195
12564
|
},
|
|
12196
12565
|
{
|
|
12197
|
-
"id": "GHSm
|
|
12566
|
+
"id": "CHFm-GHSm",
|
|
12198
12567
|
"tokens": [
|
|
12199
12568
|
{
|
|
12200
|
-
"address": "
|
|
12201
|
-
"symbol": "
|
|
12569
|
+
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
12570
|
+
"symbol": "CHFm"
|
|
12202
12571
|
},
|
|
12203
12572
|
{
|
|
12204
|
-
"address": "
|
|
12205
|
-
"symbol": "
|
|
12573
|
+
"address": "0x5e94B8C872bD47BC4255E60ECBF44D5E66e7401C",
|
|
12574
|
+
"symbol": "GHSm"
|
|
12206
12575
|
}
|
|
12207
12576
|
],
|
|
12208
12577
|
"path": [
|
|
12209
12578
|
{
|
|
12210
|
-
"factoryAddr": "
|
|
12211
|
-
"poolAddr": "
|
|
12212
|
-
"token0": "
|
|
12579
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
12580
|
+
"poolAddr": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
12581
|
+
"token0": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
12213
12582
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
12214
|
-
"poolType": "
|
|
12215
|
-
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
12583
|
+
"poolType": "FPMM"
|
|
12216
12584
|
},
|
|
12217
12585
|
{
|
|
12218
12586
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -12227,7 +12595,7 @@ export const cachedRoutes = {
|
|
|
12227
12595
|
"totalCostPercent": 1.297,
|
|
12228
12596
|
"hops": [
|
|
12229
12597
|
{
|
|
12230
|
-
"poolAddress": "
|
|
12598
|
+
"poolAddress": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
12231
12599
|
"costPercent": 0.3
|
|
12232
12600
|
},
|
|
12233
12601
|
{
|
|
@@ -12238,25 +12606,24 @@ export const cachedRoutes = {
|
|
|
12238
12606
|
}
|
|
12239
12607
|
},
|
|
12240
12608
|
{
|
|
12241
|
-
"id": "NGNm
|
|
12609
|
+
"id": "CHFm-NGNm",
|
|
12242
12610
|
"tokens": [
|
|
12243
12611
|
{
|
|
12244
|
-
"address": "
|
|
12245
|
-
"symbol": "
|
|
12612
|
+
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
12613
|
+
"symbol": "CHFm"
|
|
12246
12614
|
},
|
|
12247
12615
|
{
|
|
12248
|
-
"address": "
|
|
12249
|
-
"symbol": "
|
|
12616
|
+
"address": "0x3d5ae86F34E2a82771496D140daFAEf3789dF888",
|
|
12617
|
+
"symbol": "NGNm"
|
|
12250
12618
|
}
|
|
12251
12619
|
],
|
|
12252
12620
|
"path": [
|
|
12253
12621
|
{
|
|
12254
|
-
"factoryAddr": "
|
|
12255
|
-
"poolAddr": "
|
|
12256
|
-
"token0": "
|
|
12622
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
12623
|
+
"poolAddr": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
12624
|
+
"token0": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
12257
12625
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
12258
|
-
"poolType": "
|
|
12259
|
-
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
12626
|
+
"poolType": "FPMM"
|
|
12260
12627
|
},
|
|
12261
12628
|
{
|
|
12262
12629
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -12271,7 +12638,7 @@ export const cachedRoutes = {
|
|
|
12271
12638
|
"totalCostPercent": 1.297,
|
|
12272
12639
|
"hops": [
|
|
12273
12640
|
{
|
|
12274
|
-
"poolAddress": "
|
|
12641
|
+
"poolAddress": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
12275
12642
|
"costPercent": 0.3
|
|
12276
12643
|
},
|
|
12277
12644
|
{
|
|
@@ -12282,25 +12649,24 @@ export const cachedRoutes = {
|
|
|
12282
12649
|
}
|
|
12283
12650
|
},
|
|
12284
12651
|
{
|
|
12285
|
-
"id": "KESm
|
|
12652
|
+
"id": "CHFm-KESm",
|
|
12286
12653
|
"tokens": [
|
|
12287
12654
|
{
|
|
12288
|
-
"address": "
|
|
12289
|
-
"symbol": "
|
|
12655
|
+
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
12656
|
+
"symbol": "CHFm"
|
|
12290
12657
|
},
|
|
12291
12658
|
{
|
|
12292
|
-
"address": "
|
|
12293
|
-
"symbol": "
|
|
12659
|
+
"address": "0xC7e4635651E3e3Af82b61d3E23c159438daE3BbF",
|
|
12660
|
+
"symbol": "KESm"
|
|
12294
12661
|
}
|
|
12295
12662
|
],
|
|
12296
12663
|
"path": [
|
|
12297
12664
|
{
|
|
12298
|
-
"factoryAddr": "
|
|
12299
|
-
"poolAddr": "
|
|
12300
|
-
"token0": "
|
|
12665
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
12666
|
+
"poolAddr": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
12667
|
+
"token0": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
12301
12668
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
12302
|
-
"poolType": "
|
|
12303
|
-
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
12669
|
+
"poolType": "FPMM"
|
|
12304
12670
|
},
|
|
12305
12671
|
{
|
|
12306
12672
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -12315,7 +12681,7 @@ export const cachedRoutes = {
|
|
|
12315
12681
|
"totalCostPercent": 1.297,
|
|
12316
12682
|
"hops": [
|
|
12317
12683
|
{
|
|
12318
|
-
"poolAddress": "
|
|
12684
|
+
"poolAddress": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
12319
12685
|
"costPercent": 0.3
|
|
12320
12686
|
},
|
|
12321
12687
|
{
|
|
@@ -12326,25 +12692,25 @@ export const cachedRoutes = {
|
|
|
12326
12692
|
}
|
|
12327
12693
|
},
|
|
12328
12694
|
{
|
|
12329
|
-
"id": "
|
|
12695
|
+
"id": "GHSm-PHPm",
|
|
12330
12696
|
"tokens": [
|
|
12331
|
-
{
|
|
12332
|
-
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
12333
|
-
"symbol": "CHFm"
|
|
12334
|
-
},
|
|
12335
12697
|
{
|
|
12336
12698
|
"address": "0x5e94B8C872bD47BC4255E60ECBF44D5E66e7401C",
|
|
12337
12699
|
"symbol": "GHSm"
|
|
12700
|
+
},
|
|
12701
|
+
{
|
|
12702
|
+
"address": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
12703
|
+
"symbol": "PHPm"
|
|
12338
12704
|
}
|
|
12339
12705
|
],
|
|
12340
12706
|
"path": [
|
|
12341
12707
|
{
|
|
12342
12708
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
12343
|
-
"poolAddr": "
|
|
12344
|
-
"token0": "
|
|
12709
|
+
"poolAddr": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
12710
|
+
"token0": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
12345
12711
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
12346
12712
|
"poolType": "Virtual",
|
|
12347
|
-
"exchangeId": "
|
|
12713
|
+
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
12348
12714
|
},
|
|
12349
12715
|
{
|
|
12350
12716
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -12359,7 +12725,7 @@ export const cachedRoutes = {
|
|
|
12359
12725
|
"totalCostPercent": 1.297,
|
|
12360
12726
|
"hops": [
|
|
12361
12727
|
{
|
|
12362
|
-
"poolAddress": "
|
|
12728
|
+
"poolAddress": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
12363
12729
|
"costPercent": 0.3
|
|
12364
12730
|
},
|
|
12365
12731
|
{
|
|
@@ -12370,25 +12736,25 @@ export const cachedRoutes = {
|
|
|
12370
12736
|
}
|
|
12371
12737
|
},
|
|
12372
12738
|
{
|
|
12373
|
-
"id": "
|
|
12739
|
+
"id": "NGNm-PHPm",
|
|
12374
12740
|
"tokens": [
|
|
12375
|
-
{
|
|
12376
|
-
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
12377
|
-
"symbol": "CHFm"
|
|
12378
|
-
},
|
|
12379
12741
|
{
|
|
12380
12742
|
"address": "0x3d5ae86F34E2a82771496D140daFAEf3789dF888",
|
|
12381
12743
|
"symbol": "NGNm"
|
|
12744
|
+
},
|
|
12745
|
+
{
|
|
12746
|
+
"address": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
12747
|
+
"symbol": "PHPm"
|
|
12382
12748
|
}
|
|
12383
12749
|
],
|
|
12384
12750
|
"path": [
|
|
12385
12751
|
{
|
|
12386
12752
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
12387
|
-
"poolAddr": "
|
|
12388
|
-
"token0": "
|
|
12753
|
+
"poolAddr": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
12754
|
+
"token0": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
12389
12755
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
12390
12756
|
"poolType": "Virtual",
|
|
12391
|
-
"exchangeId": "
|
|
12757
|
+
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
12392
12758
|
},
|
|
12393
12759
|
{
|
|
12394
12760
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -12403,7 +12769,7 @@ export const cachedRoutes = {
|
|
|
12403
12769
|
"totalCostPercent": 1.297,
|
|
12404
12770
|
"hops": [
|
|
12405
12771
|
{
|
|
12406
|
-
"poolAddress": "
|
|
12772
|
+
"poolAddress": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
12407
12773
|
"costPercent": 0.3
|
|
12408
12774
|
},
|
|
12409
12775
|
{
|
|
@@ -12414,25 +12780,25 @@ export const cachedRoutes = {
|
|
|
12414
12780
|
}
|
|
12415
12781
|
},
|
|
12416
12782
|
{
|
|
12417
|
-
"id": "
|
|
12783
|
+
"id": "KESm-PHPm",
|
|
12418
12784
|
"tokens": [
|
|
12419
|
-
{
|
|
12420
|
-
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
12421
|
-
"symbol": "CHFm"
|
|
12422
|
-
},
|
|
12423
12785
|
{
|
|
12424
12786
|
"address": "0xC7e4635651E3e3Af82b61d3E23c159438daE3BbF",
|
|
12425
12787
|
"symbol": "KESm"
|
|
12788
|
+
},
|
|
12789
|
+
{
|
|
12790
|
+
"address": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
12791
|
+
"symbol": "PHPm"
|
|
12426
12792
|
}
|
|
12427
12793
|
],
|
|
12428
12794
|
"path": [
|
|
12429
12795
|
{
|
|
12430
12796
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
12431
|
-
"poolAddr": "
|
|
12432
|
-
"token0": "
|
|
12797
|
+
"poolAddr": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
12798
|
+
"token0": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
12433
12799
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
12434
12800
|
"poolType": "Virtual",
|
|
12435
|
-
"exchangeId": "
|
|
12801
|
+
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
12436
12802
|
},
|
|
12437
12803
|
{
|
|
12438
12804
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -12447,7 +12813,7 @@ export const cachedRoutes = {
|
|
|
12447
12813
|
"totalCostPercent": 1.297,
|
|
12448
12814
|
"hops": [
|
|
12449
12815
|
{
|
|
12450
|
-
"poolAddress": "
|
|
12816
|
+
"poolAddress": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
12451
12817
|
"costPercent": 0.3
|
|
12452
12818
|
},
|
|
12453
12819
|
{
|
|
@@ -12458,25 +12824,25 @@ export const cachedRoutes = {
|
|
|
12458
12824
|
}
|
|
12459
12825
|
},
|
|
12460
12826
|
{
|
|
12461
|
-
"id": "GHSm-
|
|
12827
|
+
"id": "GHSm-ZARm",
|
|
12462
12828
|
"tokens": [
|
|
12463
12829
|
{
|
|
12464
12830
|
"address": "0x5e94B8C872bD47BC4255E60ECBF44D5E66e7401C",
|
|
12465
12831
|
"symbol": "GHSm"
|
|
12466
12832
|
},
|
|
12467
12833
|
{
|
|
12468
|
-
"address": "
|
|
12469
|
-
"symbol": "
|
|
12834
|
+
"address": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
12835
|
+
"symbol": "ZARm"
|
|
12470
12836
|
}
|
|
12471
12837
|
],
|
|
12472
12838
|
"path": [
|
|
12473
12839
|
{
|
|
12474
12840
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
12475
|
-
"poolAddr": "
|
|
12476
|
-
"token0": "
|
|
12841
|
+
"poolAddr": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
12842
|
+
"token0": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
12477
12843
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
12478
12844
|
"poolType": "Virtual",
|
|
12479
|
-
"exchangeId": "
|
|
12845
|
+
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
12480
12846
|
},
|
|
12481
12847
|
{
|
|
12482
12848
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -12491,7 +12857,7 @@ export const cachedRoutes = {
|
|
|
12491
12857
|
"totalCostPercent": 1.297,
|
|
12492
12858
|
"hops": [
|
|
12493
12859
|
{
|
|
12494
|
-
"poolAddress": "
|
|
12860
|
+
"poolAddress": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
12495
12861
|
"costPercent": 0.3
|
|
12496
12862
|
},
|
|
12497
12863
|
{
|
|
@@ -12502,25 +12868,25 @@ export const cachedRoutes = {
|
|
|
12502
12868
|
}
|
|
12503
12869
|
},
|
|
12504
12870
|
{
|
|
12505
|
-
"id": "
|
|
12871
|
+
"id": "NGNm-ZARm",
|
|
12506
12872
|
"tokens": [
|
|
12507
|
-
{
|
|
12508
|
-
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
12509
|
-
"symbol": "JPYm"
|
|
12510
|
-
},
|
|
12511
12873
|
{
|
|
12512
12874
|
"address": "0x3d5ae86F34E2a82771496D140daFAEf3789dF888",
|
|
12513
12875
|
"symbol": "NGNm"
|
|
12876
|
+
},
|
|
12877
|
+
{
|
|
12878
|
+
"address": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
12879
|
+
"symbol": "ZARm"
|
|
12514
12880
|
}
|
|
12515
12881
|
],
|
|
12516
12882
|
"path": [
|
|
12517
12883
|
{
|
|
12518
12884
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
12519
|
-
"poolAddr": "
|
|
12520
|
-
"token0": "
|
|
12885
|
+
"poolAddr": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
12886
|
+
"token0": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
12521
12887
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
12522
12888
|
"poolType": "Virtual",
|
|
12523
|
-
"exchangeId": "
|
|
12889
|
+
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
12524
12890
|
},
|
|
12525
12891
|
{
|
|
12526
12892
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -12535,7 +12901,7 @@ export const cachedRoutes = {
|
|
|
12535
12901
|
"totalCostPercent": 1.297,
|
|
12536
12902
|
"hops": [
|
|
12537
12903
|
{
|
|
12538
|
-
"poolAddress": "
|
|
12904
|
+
"poolAddress": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
12539
12905
|
"costPercent": 0.3
|
|
12540
12906
|
},
|
|
12541
12907
|
{
|
|
@@ -12546,25 +12912,25 @@ export const cachedRoutes = {
|
|
|
12546
12912
|
}
|
|
12547
12913
|
},
|
|
12548
12914
|
{
|
|
12549
|
-
"id": "
|
|
12915
|
+
"id": "KESm-ZARm",
|
|
12550
12916
|
"tokens": [
|
|
12551
|
-
{
|
|
12552
|
-
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
12553
|
-
"symbol": "JPYm"
|
|
12554
|
-
},
|
|
12555
12917
|
{
|
|
12556
12918
|
"address": "0xC7e4635651E3e3Af82b61d3E23c159438daE3BbF",
|
|
12557
12919
|
"symbol": "KESm"
|
|
12920
|
+
},
|
|
12921
|
+
{
|
|
12922
|
+
"address": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
12923
|
+
"symbol": "ZARm"
|
|
12558
12924
|
}
|
|
12559
12925
|
],
|
|
12560
12926
|
"path": [
|
|
12561
12927
|
{
|
|
12562
12928
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
12563
|
-
"poolAddr": "
|
|
12564
|
-
"token0": "
|
|
12929
|
+
"poolAddr": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
12930
|
+
"token0": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
12565
12931
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
12566
12932
|
"poolType": "Virtual",
|
|
12567
|
-
"exchangeId": "
|
|
12933
|
+
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
12568
12934
|
},
|
|
12569
12935
|
{
|
|
12570
12936
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -12579,7 +12945,7 @@ export const cachedRoutes = {
|
|
|
12579
12945
|
"totalCostPercent": 1.297,
|
|
12580
12946
|
"hops": [
|
|
12581
12947
|
{
|
|
12582
|
-
"poolAddress": "
|
|
12948
|
+
"poolAddress": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
12583
12949
|
"costPercent": 0.3
|
|
12584
12950
|
},
|
|
12585
12951
|
{
|
|
@@ -13321,11 +13687,11 @@ export const cachedRoutes = {
|
|
|
13321
13687
|
}
|
|
13322
13688
|
},
|
|
13323
13689
|
{
|
|
13324
|
-
"id": "
|
|
13690
|
+
"id": "JPYm-XOFm",
|
|
13325
13691
|
"tokens": [
|
|
13326
13692
|
{
|
|
13327
|
-
"address": "
|
|
13328
|
-
"symbol": "
|
|
13693
|
+
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
13694
|
+
"symbol": "JPYm"
|
|
13329
13695
|
},
|
|
13330
13696
|
{
|
|
13331
13697
|
"address": "0x5505b70207aE3B826c1A7607F19F3Bf73444A082",
|
|
@@ -13334,12 +13700,11 @@ export const cachedRoutes = {
|
|
|
13334
13700
|
],
|
|
13335
13701
|
"path": [
|
|
13336
13702
|
{
|
|
13337
|
-
"factoryAddr": "
|
|
13338
|
-
"poolAddr": "
|
|
13339
|
-
"token0": "
|
|
13703
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
13704
|
+
"poolAddr": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
13705
|
+
"token0": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
13340
13706
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
13341
|
-
"poolType": "
|
|
13342
|
-
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
13707
|
+
"poolType": "FPMM"
|
|
13343
13708
|
},
|
|
13344
13709
|
{
|
|
13345
13710
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
@@ -13354,7 +13719,7 @@ export const cachedRoutes = {
|
|
|
13354
13719
|
"totalCostPercent": 2.294,
|
|
13355
13720
|
"hops": [
|
|
13356
13721
|
{
|
|
13357
|
-
"poolAddress": "
|
|
13722
|
+
"poolAddress": "0xfD5295e75Ffea02780B0e2638D9faBb0316fD4e0",
|
|
13358
13723
|
"costPercent": 0.3
|
|
13359
13724
|
},
|
|
13360
13725
|
{
|
|
@@ -13365,55 +13730,54 @@ export const cachedRoutes = {
|
|
|
13365
13730
|
}
|
|
13366
13731
|
},
|
|
13367
13732
|
{
|
|
13368
|
-
"id": "XOFm
|
|
13733
|
+
"id": "CHFm-XOFm",
|
|
13369
13734
|
"tokens": [
|
|
13370
13735
|
{
|
|
13371
|
-
"address": "
|
|
13372
|
-
"symbol": "
|
|
13736
|
+
"address": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
13737
|
+
"symbol": "CHFm"
|
|
13373
13738
|
},
|
|
13374
13739
|
{
|
|
13375
|
-
"address": "
|
|
13376
|
-
"symbol": "
|
|
13740
|
+
"address": "0x5505b70207aE3B826c1A7607F19F3Bf73444A082",
|
|
13741
|
+
"symbol": "XOFm"
|
|
13377
13742
|
}
|
|
13378
13743
|
],
|
|
13379
13744
|
"path": [
|
|
13380
13745
|
{
|
|
13381
|
-
"factoryAddr": "
|
|
13382
|
-
"poolAddr": "
|
|
13383
|
-
"token0": "
|
|
13746
|
+
"factoryAddr": "0x353ED52bF8482027C0e0b9e3c0e5d96A9F680980",
|
|
13747
|
+
"poolAddr": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
13748
|
+
"token0": "0x284E9b7B623eAE866914b7FA0eB720C2Bb3C2980",
|
|
13384
13749
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
13385
|
-
"poolType": "
|
|
13386
|
-
"exchangeId": "0xc9664df358594c5eaf2f410ab371e2deb8b532ca26162d2bc36d99b8d174567b"
|
|
13750
|
+
"poolType": "FPMM"
|
|
13387
13751
|
},
|
|
13388
13752
|
{
|
|
13389
13753
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
13390
|
-
"poolAddr": "
|
|
13391
|
-
"token0": "
|
|
13754
|
+
"poolAddr": "0x1e2506EdCa4eF3030E51bE8B571B935d55677604",
|
|
13755
|
+
"token0": "0x5505b70207aE3B826c1A7607F19F3Bf73444A082",
|
|
13392
13756
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
13393
13757
|
"poolType": "Virtual",
|
|
13394
|
-
"exchangeId": "
|
|
13758
|
+
"exchangeId": "0xc9664df358594c5eaf2f410ab371e2deb8b532ca26162d2bc36d99b8d174567b"
|
|
13395
13759
|
}
|
|
13396
13760
|
],
|
|
13397
13761
|
"costData": {
|
|
13398
13762
|
"totalCostPercent": 2.294,
|
|
13399
13763
|
"hops": [
|
|
13400
13764
|
{
|
|
13401
|
-
"poolAddress": "
|
|
13402
|
-
"costPercent":
|
|
13765
|
+
"poolAddress": "0x938A21b1f301206aBB4e15340782b89EF7D83c9c",
|
|
13766
|
+
"costPercent": 0.3
|
|
13403
13767
|
},
|
|
13404
13768
|
{
|
|
13405
|
-
"poolAddress": "
|
|
13406
|
-
"costPercent":
|
|
13769
|
+
"poolAddress": "0x1e2506EdCa4eF3030E51bE8B571B935d55677604",
|
|
13770
|
+
"costPercent": 2
|
|
13407
13771
|
}
|
|
13408
13772
|
]
|
|
13409
13773
|
}
|
|
13410
13774
|
},
|
|
13411
13775
|
{
|
|
13412
|
-
"id": "
|
|
13776
|
+
"id": "PHPm-XOFm",
|
|
13413
13777
|
"tokens": [
|
|
13414
13778
|
{
|
|
13415
|
-
"address": "
|
|
13416
|
-
"symbol": "
|
|
13779
|
+
"address": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
13780
|
+
"symbol": "PHPm"
|
|
13417
13781
|
},
|
|
13418
13782
|
{
|
|
13419
13783
|
"address": "0x5505b70207aE3B826c1A7607F19F3Bf73444A082",
|
|
@@ -13423,45 +13787,45 @@ export const cachedRoutes = {
|
|
|
13423
13787
|
"path": [
|
|
13424
13788
|
{
|
|
13425
13789
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
13426
|
-
"poolAddr": "
|
|
13427
|
-
"token0": "
|
|
13790
|
+
"poolAddr": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
13791
|
+
"token0": "0x0352976d940a2C3FBa0C3623198947Ee1d17869E",
|
|
13428
13792
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
13429
13793
|
"poolType": "Virtual",
|
|
13430
|
-
"exchangeId": "
|
|
13794
|
+
"exchangeId": "0x7952984d7278ca3417febf52815c321984ac3147ced2c02bb6a02b0bcab08413"
|
|
13431
13795
|
},
|
|
13432
13796
|
{
|
|
13433
13797
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
13434
|
-
"poolAddr": "
|
|
13435
|
-
"token0": "
|
|
13798
|
+
"poolAddr": "0x1e2506EdCa4eF3030E51bE8B571B935d55677604",
|
|
13799
|
+
"token0": "0x5505b70207aE3B826c1A7607F19F3Bf73444A082",
|
|
13436
13800
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
13437
13801
|
"poolType": "Virtual",
|
|
13438
|
-
"exchangeId": "
|
|
13802
|
+
"exchangeId": "0xc9664df358594c5eaf2f410ab371e2deb8b532ca26162d2bc36d99b8d174567b"
|
|
13439
13803
|
}
|
|
13440
13804
|
],
|
|
13441
13805
|
"costData": {
|
|
13442
13806
|
"totalCostPercent": 2.294,
|
|
13443
13807
|
"hops": [
|
|
13444
13808
|
{
|
|
13445
|
-
"poolAddress": "
|
|
13446
|
-
"costPercent":
|
|
13809
|
+
"poolAddress": "0x671334256a893fDBc4FfE55F98f156A168bD897a",
|
|
13810
|
+
"costPercent": 0.3
|
|
13447
13811
|
},
|
|
13448
13812
|
{
|
|
13449
|
-
"poolAddress": "
|
|
13450
|
-
"costPercent":
|
|
13813
|
+
"poolAddress": "0x1e2506EdCa4eF3030E51bE8B571B935d55677604",
|
|
13814
|
+
"costPercent": 2
|
|
13451
13815
|
}
|
|
13452
13816
|
]
|
|
13453
13817
|
}
|
|
13454
13818
|
},
|
|
13455
13819
|
{
|
|
13456
|
-
"id": "
|
|
13820
|
+
"id": "XOFm-ZARm",
|
|
13457
13821
|
"tokens": [
|
|
13458
|
-
{
|
|
13459
|
-
"address": "0x85Bee67D435A39f7467a8a9DE34a5B73D25Df426",
|
|
13460
|
-
"symbol": "JPYm"
|
|
13461
|
-
},
|
|
13462
13822
|
{
|
|
13463
13823
|
"address": "0x5505b70207aE3B826c1A7607F19F3Bf73444A082",
|
|
13464
13824
|
"symbol": "XOFm"
|
|
13825
|
+
},
|
|
13826
|
+
{
|
|
13827
|
+
"address": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
13828
|
+
"symbol": "ZARm"
|
|
13465
13829
|
}
|
|
13466
13830
|
],
|
|
13467
13831
|
"path": [
|
|
@@ -13475,11 +13839,11 @@ export const cachedRoutes = {
|
|
|
13475
13839
|
},
|
|
13476
13840
|
{
|
|
13477
13841
|
"factoryAddr": "0x887955f28723B0e9Bddc358448CB5B1FDe692da4",
|
|
13478
|
-
"poolAddr": "
|
|
13479
|
-
"token0": "
|
|
13842
|
+
"poolAddr": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
13843
|
+
"token0": "0x10CCfB235b0E1Ed394bACE4560C3ed016697687e",
|
|
13480
13844
|
"token1": "0xdE9e4C3ce781b4bA68120d6261cbad65ce0aB00b",
|
|
13481
13845
|
"poolType": "Virtual",
|
|
13482
|
-
"exchangeId": "
|
|
13846
|
+
"exchangeId": "0x4206e101b13bf29e40b2bfed4cf167271c41677720f2ee786ac1bf5efac101cb"
|
|
13483
13847
|
}
|
|
13484
13848
|
],
|
|
13485
13849
|
"costData": {
|
|
@@ -13490,7 +13854,7 @@ export const cachedRoutes = {
|
|
|
13490
13854
|
"costPercent": 2
|
|
13491
13855
|
},
|
|
13492
13856
|
{
|
|
13493
|
-
"poolAddress": "
|
|
13857
|
+
"poolAddress": "0x68D19b5a48cbbFd11057E97DA9960B09D771E7B6",
|
|
13494
13858
|
"costPercent": 0.3
|
|
13495
13859
|
}
|
|
13496
13860
|
]
|