@@ -404,6 +404,81 @@ const availableTokenPairs: TokenPairConfig[] = [
404
404
} ,
405
405
} ,
406
406
} ,
407
+ {
408
+ collateral : 'CBBTC' ,
409
+ debt : 'DAI' ,
410
+ strategyType : StrategyType . Long ,
411
+ productTypes : {
412
+ [ ProductType . Multiply ] : {
413
+ featureToggle : undefined ,
414
+ additionalManageActions : [
415
+ {
416
+ action : 'switch-to-borrow' ,
417
+ featureToggle : undefined ,
418
+ } ,
419
+ ] ,
420
+ } ,
421
+ [ ProductType . Borrow ] : {
422
+ featureToggle : undefined ,
423
+ additionalManageActions : [
424
+ {
425
+ action : 'switch-to-multiply' ,
426
+ featureToggle : undefined ,
427
+ } ,
428
+ ] ,
429
+ } ,
430
+ } ,
431
+ } ,
432
+ {
433
+ collateral : 'CBBTC' ,
434
+ debt : 'USDC' ,
435
+ strategyType : StrategyType . Long ,
436
+ productTypes : {
437
+ [ ProductType . Multiply ] : {
438
+ featureToggle : undefined ,
439
+ additionalManageActions : [
440
+ {
441
+ action : 'switch-to-borrow' ,
442
+ featureToggle : undefined ,
443
+ } ,
444
+ ] ,
445
+ } ,
446
+ [ ProductType . Borrow ] : {
447
+ featureToggle : undefined ,
448
+ additionalManageActions : [
449
+ {
450
+ action : 'switch-to-multiply' ,
451
+ featureToggle : undefined ,
452
+ } ,
453
+ ] ,
454
+ } ,
455
+ } ,
456
+ } ,
457
+ {
458
+ collateral : 'CBBTC' ,
459
+ debt : 'USDT' ,
460
+ strategyType : StrategyType . Long ,
461
+ productTypes : {
462
+ [ ProductType . Multiply ] : {
463
+ featureToggle : undefined ,
464
+ additionalManageActions : [
465
+ {
466
+ action : 'switch-to-borrow' ,
467
+ featureToggle : undefined ,
468
+ } ,
469
+ ] ,
470
+ } ,
471
+ [ ProductType . Borrow ] : {
472
+ featureToggle : undefined ,
473
+ additionalManageActions : [
474
+ {
475
+ action : 'switch-to-multiply' ,
476
+ featureToggle : undefined ,
477
+ } ,
478
+ ] ,
479
+ } ,
480
+ } ,
481
+ } ,
407
482
{
408
483
collateral : 'SDAI' ,
409
484
debt : 'USDT' ,
0 commit comments