@ripe-finance/sdk 1.15.2 → 1.15.4
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/contracts/ChainlinkPrices.d.ts +3 -0
- package/dist/contracts/ChainlinkPrices.d.ts.map +1 -1
- package/dist/contracts/ChainlinkPrices.js +5 -1
- package/dist/contracts/DefaultsBase.d.ts +260 -40
- package/dist/contracts/DefaultsBase.d.ts.map +1 -1
- package/dist/contracts/DefaultsBase.js +266 -35
- package/dist/contracts/MissionControl.d.ts +45 -6
- package/dist/contracts/MissionControl.d.ts.map +1 -1
- package/dist/contracts/MissionControl.js +58 -6
- package/dist/contracts/PythPrices.js +1 -1
- package/dist/contracts/RedStone.js +1 -1
- package/dist/contracts/StorkPrices.js +1 -1
- package/dist/contracts/Switchboard.js +1 -1
- package/dist/contracts/SwitchboardAlpha.d.ts +590 -301
- package/dist/contracts/SwitchboardAlpha.d.ts.map +1 -1
- package/dist/contracts/SwitchboardAlpha.js +707 -277
- package/dist/contracts/SwitchboardBravo.d.ts +241 -191
- package/dist/contracts/SwitchboardBravo.d.ts.map +1 -1
- package/dist/contracts/SwitchboardBravo.js +301 -217
- package/dist/contracts/SwitchboardCharlie.d.ts +786 -28
- package/dist/contracts/SwitchboardCharlie.d.ts.map +1 -1
- package/dist/contracts/SwitchboardCharlie.js +1440 -470
- package/dist/contracts/SwitchboardDelta.d.ts +519 -8
- package/dist/contracts/SwitchboardDelta.d.ts.map +1 -1
- package/dist/contracts/SwitchboardDelta.js +702 -33
- package/dist/contracts/SwitchboardEcho.js +1 -1
- package/dist/contracts/UndyVaultPrices.js +1 -1
- package/dist/index.d.ts +96 -61
- package/dist/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -467,57 +467,6 @@ export declare const abi: readonly [{
|
|
|
467
467
|
}];
|
|
468
468
|
readonly anonymous: false;
|
|
469
469
|
readonly type: "event";
|
|
470
|
-
}, {
|
|
471
|
-
readonly name: "PendingRipeAvailableForRewardsChange";
|
|
472
|
-
readonly inputs: readonly [{
|
|
473
|
-
readonly name: "amount";
|
|
474
|
-
readonly type: "uint256";
|
|
475
|
-
readonly indexed: false;
|
|
476
|
-
}, {
|
|
477
|
-
readonly name: "confirmationBlock";
|
|
478
|
-
readonly type: "uint256";
|
|
479
|
-
readonly indexed: false;
|
|
480
|
-
}, {
|
|
481
|
-
readonly name: "actionId";
|
|
482
|
-
readonly type: "uint256";
|
|
483
|
-
readonly indexed: false;
|
|
484
|
-
}];
|
|
485
|
-
readonly anonymous: false;
|
|
486
|
-
readonly type: "event";
|
|
487
|
-
}, {
|
|
488
|
-
readonly name: "PendingRipeAvailableForHrChange";
|
|
489
|
-
readonly inputs: readonly [{
|
|
490
|
-
readonly name: "amount";
|
|
491
|
-
readonly type: "uint256";
|
|
492
|
-
readonly indexed: false;
|
|
493
|
-
}, {
|
|
494
|
-
readonly name: "confirmationBlock";
|
|
495
|
-
readonly type: "uint256";
|
|
496
|
-
readonly indexed: false;
|
|
497
|
-
}, {
|
|
498
|
-
readonly name: "actionId";
|
|
499
|
-
readonly type: "uint256";
|
|
500
|
-
readonly indexed: false;
|
|
501
|
-
}];
|
|
502
|
-
readonly anonymous: false;
|
|
503
|
-
readonly type: "event";
|
|
504
|
-
}, {
|
|
505
|
-
readonly name: "PendingRipeAvailableForBondsChange";
|
|
506
|
-
readonly inputs: readonly [{
|
|
507
|
-
readonly name: "amount";
|
|
508
|
-
readonly type: "uint256";
|
|
509
|
-
readonly indexed: false;
|
|
510
|
-
}, {
|
|
511
|
-
readonly name: "confirmationBlock";
|
|
512
|
-
readonly type: "uint256";
|
|
513
|
-
readonly indexed: false;
|
|
514
|
-
}, {
|
|
515
|
-
readonly name: "actionId";
|
|
516
|
-
readonly type: "uint256";
|
|
517
|
-
readonly indexed: false;
|
|
518
|
-
}];
|
|
519
|
-
readonly anonymous: false;
|
|
520
|
-
readonly type: "event";
|
|
521
470
|
}, {
|
|
522
471
|
readonly name: "PendingPriorityLiqAssetVaultsChange";
|
|
523
472
|
readonly inputs: readonly [{
|
|
@@ -569,23 +518,6 @@ export declare const abi: readonly [{
|
|
|
569
518
|
}];
|
|
570
519
|
readonly anonymous: false;
|
|
571
520
|
readonly type: "event";
|
|
572
|
-
}, {
|
|
573
|
-
readonly name: "PendingUnderscoreRegistryChange";
|
|
574
|
-
readonly inputs: readonly [{
|
|
575
|
-
readonly name: "underscoreRegistry";
|
|
576
|
-
readonly type: "address";
|
|
577
|
-
readonly indexed: false;
|
|
578
|
-
}, {
|
|
579
|
-
readonly name: "confirmationBlock";
|
|
580
|
-
readonly type: "uint256";
|
|
581
|
-
readonly indexed: false;
|
|
582
|
-
}, {
|
|
583
|
-
readonly name: "actionId";
|
|
584
|
-
readonly type: "uint256";
|
|
585
|
-
readonly indexed: false;
|
|
586
|
-
}];
|
|
587
|
-
readonly anonymous: false;
|
|
588
|
-
readonly type: "event";
|
|
589
521
|
}, {
|
|
590
522
|
readonly name: "PendingCanPerformLiteAction";
|
|
591
523
|
readonly inputs: readonly [{
|
|
@@ -607,23 +539,6 @@ export declare const abi: readonly [{
|
|
|
607
539
|
}];
|
|
608
540
|
readonly anonymous: false;
|
|
609
541
|
readonly type: "event";
|
|
610
|
-
}, {
|
|
611
|
-
readonly name: "PendingShouldCheckLastTouchChange";
|
|
612
|
-
readonly inputs: readonly [{
|
|
613
|
-
readonly name: "shouldCheck";
|
|
614
|
-
readonly type: "bool";
|
|
615
|
-
readonly indexed: false;
|
|
616
|
-
}, {
|
|
617
|
-
readonly name: "confirmationBlock";
|
|
618
|
-
readonly type: "uint256";
|
|
619
|
-
readonly indexed: false;
|
|
620
|
-
}, {
|
|
621
|
-
readonly name: "actionId";
|
|
622
|
-
readonly type: "uint256";
|
|
623
|
-
readonly indexed: false;
|
|
624
|
-
}];
|
|
625
|
-
readonly anonymous: false;
|
|
626
|
-
readonly type: "event";
|
|
627
542
|
}, {
|
|
628
543
|
readonly name: "PendingMaxLtvDeviationChange";
|
|
629
544
|
readonly inputs: readonly [{
|
|
@@ -884,33 +799,6 @@ export declare const abi: readonly [{
|
|
|
884
799
|
}];
|
|
885
800
|
readonly anonymous: false;
|
|
886
801
|
readonly type: "event";
|
|
887
|
-
}, {
|
|
888
|
-
readonly name: "RipeAvailableForRewardsSet";
|
|
889
|
-
readonly inputs: readonly [{
|
|
890
|
-
readonly name: "amount";
|
|
891
|
-
readonly type: "uint256";
|
|
892
|
-
readonly indexed: false;
|
|
893
|
-
}];
|
|
894
|
-
readonly anonymous: false;
|
|
895
|
-
readonly type: "event";
|
|
896
|
-
}, {
|
|
897
|
-
readonly name: "RipeAvailableForHrSet";
|
|
898
|
-
readonly inputs: readonly [{
|
|
899
|
-
readonly name: "amount";
|
|
900
|
-
readonly type: "uint256";
|
|
901
|
-
readonly indexed: false;
|
|
902
|
-
}];
|
|
903
|
-
readonly anonymous: false;
|
|
904
|
-
readonly type: "event";
|
|
905
|
-
}, {
|
|
906
|
-
readonly name: "RipeAvailableForBondsSet";
|
|
907
|
-
readonly inputs: readonly [{
|
|
908
|
-
readonly name: "amount";
|
|
909
|
-
readonly type: "uint256";
|
|
910
|
-
readonly indexed: false;
|
|
911
|
-
}];
|
|
912
|
-
readonly anonymous: false;
|
|
913
|
-
readonly type: "event";
|
|
914
802
|
}, {
|
|
915
803
|
readonly name: "PriorityLiqAssetVaultsSet";
|
|
916
804
|
readonly inputs: readonly [{
|
|
@@ -938,15 +826,6 @@ export declare const abi: readonly [{
|
|
|
938
826
|
}];
|
|
939
827
|
readonly anonymous: false;
|
|
940
828
|
readonly type: "event";
|
|
941
|
-
}, {
|
|
942
|
-
readonly name: "UnderscoreRegistrySet";
|
|
943
|
-
readonly inputs: readonly [{
|
|
944
|
-
readonly name: "addr";
|
|
945
|
-
readonly type: "address";
|
|
946
|
-
readonly indexed: true;
|
|
947
|
-
}];
|
|
948
|
-
readonly anonymous: false;
|
|
949
|
-
readonly type: "event";
|
|
950
829
|
}, {
|
|
951
830
|
readonly name: "CanPerformLiteAction";
|
|
952
831
|
readonly inputs: readonly [{
|
|
@@ -960,15 +839,6 @@ export declare const abi: readonly [{
|
|
|
960
839
|
}];
|
|
961
840
|
readonly anonymous: false;
|
|
962
841
|
readonly type: "event";
|
|
963
|
-
}, {
|
|
964
|
-
readonly name: "ShouldCheckLastTouchSet";
|
|
965
|
-
readonly inputs: readonly [{
|
|
966
|
-
readonly name: "shouldCheck";
|
|
967
|
-
readonly type: "bool";
|
|
968
|
-
readonly indexed: false;
|
|
969
|
-
}];
|
|
970
|
-
readonly anonymous: false;
|
|
971
|
-
readonly type: "event";
|
|
972
842
|
}, {
|
|
973
843
|
readonly name: "MaxLtvDeviationSet";
|
|
974
844
|
readonly inputs: readonly [{
|
|
@@ -1499,6 +1369,24 @@ export declare const abi: readonly [{
|
|
|
1499
1369
|
readonly name: "";
|
|
1500
1370
|
readonly type: "uint256";
|
|
1501
1371
|
}];
|
|
1372
|
+
}, {
|
|
1373
|
+
readonly stateMutability: "nonpayable";
|
|
1374
|
+
readonly type: "function";
|
|
1375
|
+
readonly name: "setVaultLimits";
|
|
1376
|
+
readonly inputs: readonly [{
|
|
1377
|
+
readonly name: "_perUserMaxVaults";
|
|
1378
|
+
readonly type: "uint256";
|
|
1379
|
+
}, {
|
|
1380
|
+
readonly name: "_perUserMaxAssetsPerVault";
|
|
1381
|
+
readonly type: "uint256";
|
|
1382
|
+
}, {
|
|
1383
|
+
readonly name: "_missionControl";
|
|
1384
|
+
readonly type: "address";
|
|
1385
|
+
}];
|
|
1386
|
+
readonly outputs: readonly [{
|
|
1387
|
+
readonly name: "";
|
|
1388
|
+
readonly type: "uint256";
|
|
1389
|
+
}];
|
|
1502
1390
|
}, {
|
|
1503
1391
|
readonly stateMutability: "nonpayable";
|
|
1504
1392
|
readonly type: "function";
|
|
@@ -1514,19 +1402,22 @@ export declare const abi: readonly [{
|
|
|
1514
1402
|
}, {
|
|
1515
1403
|
readonly stateMutability: "nonpayable";
|
|
1516
1404
|
readonly type: "function";
|
|
1517
|
-
readonly name: "
|
|
1405
|
+
readonly name: "setStaleTime";
|
|
1518
1406
|
readonly inputs: readonly [{
|
|
1519
|
-
readonly name: "
|
|
1520
|
-
readonly type: "
|
|
1407
|
+
readonly name: "_staleTime";
|
|
1408
|
+
readonly type: "uint256";
|
|
1409
|
+
}, {
|
|
1410
|
+
readonly name: "_missionControl";
|
|
1411
|
+
readonly type: "address";
|
|
1521
1412
|
}];
|
|
1522
1413
|
readonly outputs: readonly [{
|
|
1523
1414
|
readonly name: "";
|
|
1524
|
-
readonly type: "
|
|
1415
|
+
readonly type: "uint256";
|
|
1525
1416
|
}];
|
|
1526
1417
|
}, {
|
|
1527
1418
|
readonly stateMutability: "nonpayable";
|
|
1528
1419
|
readonly type: "function";
|
|
1529
|
-
readonly name: "
|
|
1420
|
+
readonly name: "setCanDeposit";
|
|
1530
1421
|
readonly inputs: readonly [{
|
|
1531
1422
|
readonly name: "_shouldEnable";
|
|
1532
1423
|
readonly type: "bool";
|
|
@@ -1538,10 +1429,13 @@ export declare const abi: readonly [{
|
|
|
1538
1429
|
}, {
|
|
1539
1430
|
readonly stateMutability: "nonpayable";
|
|
1540
1431
|
readonly type: "function";
|
|
1541
|
-
readonly name: "
|
|
1432
|
+
readonly name: "setCanDeposit";
|
|
1542
1433
|
readonly inputs: readonly [{
|
|
1543
1434
|
readonly name: "_shouldEnable";
|
|
1544
1435
|
readonly type: "bool";
|
|
1436
|
+
}, {
|
|
1437
|
+
readonly name: "_missionControl";
|
|
1438
|
+
readonly type: "address";
|
|
1545
1439
|
}];
|
|
1546
1440
|
readonly outputs: readonly [{
|
|
1547
1441
|
readonly name: "";
|
|
@@ -1550,7 +1444,7 @@ export declare const abi: readonly [{
|
|
|
1550
1444
|
}, {
|
|
1551
1445
|
readonly stateMutability: "nonpayable";
|
|
1552
1446
|
readonly type: "function";
|
|
1553
|
-
readonly name: "
|
|
1447
|
+
readonly name: "setCanWithdraw";
|
|
1554
1448
|
readonly inputs: readonly [{
|
|
1555
1449
|
readonly name: "_shouldEnable";
|
|
1556
1450
|
readonly type: "bool";
|
|
@@ -1562,10 +1456,13 @@ export declare const abi: readonly [{
|
|
|
1562
1456
|
}, {
|
|
1563
1457
|
readonly stateMutability: "nonpayable";
|
|
1564
1458
|
readonly type: "function";
|
|
1565
|
-
readonly name: "
|
|
1459
|
+
readonly name: "setCanWithdraw";
|
|
1566
1460
|
readonly inputs: readonly [{
|
|
1567
1461
|
readonly name: "_shouldEnable";
|
|
1568
1462
|
readonly type: "bool";
|
|
1463
|
+
}, {
|
|
1464
|
+
readonly name: "_missionControl";
|
|
1465
|
+
readonly type: "address";
|
|
1569
1466
|
}];
|
|
1570
1467
|
readonly outputs: readonly [{
|
|
1571
1468
|
readonly name: "";
|
|
@@ -1574,7 +1471,7 @@ export declare const abi: readonly [{
|
|
|
1574
1471
|
}, {
|
|
1575
1472
|
readonly stateMutability: "nonpayable";
|
|
1576
1473
|
readonly type: "function";
|
|
1577
|
-
readonly name: "
|
|
1474
|
+
readonly name: "setCanBorrow";
|
|
1578
1475
|
readonly inputs: readonly [{
|
|
1579
1476
|
readonly name: "_shouldEnable";
|
|
1580
1477
|
readonly type: "bool";
|
|
@@ -1586,10 +1483,13 @@ export declare const abi: readonly [{
|
|
|
1586
1483
|
}, {
|
|
1587
1484
|
readonly stateMutability: "nonpayable";
|
|
1588
1485
|
readonly type: "function";
|
|
1589
|
-
readonly name: "
|
|
1486
|
+
readonly name: "setCanBorrow";
|
|
1590
1487
|
readonly inputs: readonly [{
|
|
1591
1488
|
readonly name: "_shouldEnable";
|
|
1592
1489
|
readonly type: "bool";
|
|
1490
|
+
}, {
|
|
1491
|
+
readonly name: "_missionControl";
|
|
1492
|
+
readonly type: "address";
|
|
1593
1493
|
}];
|
|
1594
1494
|
readonly outputs: readonly [{
|
|
1595
1495
|
readonly name: "";
|
|
@@ -1598,7 +1498,7 @@ export declare const abi: readonly [{
|
|
|
1598
1498
|
}, {
|
|
1599
1499
|
readonly stateMutability: "nonpayable";
|
|
1600
1500
|
readonly type: "function";
|
|
1601
|
-
readonly name: "
|
|
1501
|
+
readonly name: "setCanRepay";
|
|
1602
1502
|
readonly inputs: readonly [{
|
|
1603
1503
|
readonly name: "_shouldEnable";
|
|
1604
1504
|
readonly type: "bool";
|
|
@@ -1610,10 +1510,13 @@ export declare const abi: readonly [{
|
|
|
1610
1510
|
}, {
|
|
1611
1511
|
readonly stateMutability: "nonpayable";
|
|
1612
1512
|
readonly type: "function";
|
|
1613
|
-
readonly name: "
|
|
1513
|
+
readonly name: "setCanRepay";
|
|
1614
1514
|
readonly inputs: readonly [{
|
|
1615
1515
|
readonly name: "_shouldEnable";
|
|
1616
1516
|
readonly type: "bool";
|
|
1517
|
+
}, {
|
|
1518
|
+
readonly name: "_missionControl";
|
|
1519
|
+
readonly type: "address";
|
|
1617
1520
|
}];
|
|
1618
1521
|
readonly outputs: readonly [{
|
|
1619
1522
|
readonly name: "";
|
|
@@ -1622,7 +1525,7 @@ export declare const abi: readonly [{
|
|
|
1622
1525
|
}, {
|
|
1623
1526
|
readonly stateMutability: "nonpayable";
|
|
1624
1527
|
readonly type: "function";
|
|
1625
|
-
readonly name: "
|
|
1528
|
+
readonly name: "setCanClaimLoot";
|
|
1626
1529
|
readonly inputs: readonly [{
|
|
1627
1530
|
readonly name: "_shouldEnable";
|
|
1628
1531
|
readonly type: "bool";
|
|
@@ -1634,125 +1537,416 @@ export declare const abi: readonly [{
|
|
|
1634
1537
|
}, {
|
|
1635
1538
|
readonly stateMutability: "nonpayable";
|
|
1636
1539
|
readonly type: "function";
|
|
1637
|
-
readonly name: "
|
|
1540
|
+
readonly name: "setCanClaimLoot";
|
|
1638
1541
|
readonly inputs: readonly [{
|
|
1639
|
-
readonly name: "
|
|
1640
|
-
readonly type: "
|
|
1641
|
-
}, {
|
|
1642
|
-
readonly name: "_globalDebtLimit";
|
|
1643
|
-
readonly type: "uint256";
|
|
1644
|
-
}, {
|
|
1645
|
-
readonly name: "_minDebtAmount";
|
|
1646
|
-
readonly type: "uint256";
|
|
1542
|
+
readonly name: "_shouldEnable";
|
|
1543
|
+
readonly type: "bool";
|
|
1647
1544
|
}, {
|
|
1648
|
-
readonly name: "
|
|
1649
|
-
readonly type: "
|
|
1545
|
+
readonly name: "_missionControl";
|
|
1546
|
+
readonly type: "address";
|
|
1650
1547
|
}];
|
|
1651
1548
|
readonly outputs: readonly [{
|
|
1652
1549
|
readonly name: "";
|
|
1653
|
-
readonly type: "
|
|
1550
|
+
readonly type: "bool";
|
|
1654
1551
|
}];
|
|
1655
1552
|
}, {
|
|
1656
1553
|
readonly stateMutability: "nonpayable";
|
|
1657
1554
|
readonly type: "function";
|
|
1658
|
-
readonly name: "
|
|
1555
|
+
readonly name: "setCanLiquidate";
|
|
1659
1556
|
readonly inputs: readonly [{
|
|
1660
|
-
readonly name: "
|
|
1661
|
-
readonly type: "
|
|
1662
|
-
}, {
|
|
1663
|
-
readonly name: "_numBlocksPerInterval";
|
|
1664
|
-
readonly type: "uint256";
|
|
1557
|
+
readonly name: "_shouldEnable";
|
|
1558
|
+
readonly type: "bool";
|
|
1665
1559
|
}];
|
|
1666
1560
|
readonly outputs: readonly [{
|
|
1667
1561
|
readonly name: "";
|
|
1668
|
-
readonly type: "
|
|
1562
|
+
readonly type: "bool";
|
|
1669
1563
|
}];
|
|
1670
1564
|
}, {
|
|
1671
1565
|
readonly stateMutability: "nonpayable";
|
|
1672
1566
|
readonly type: "function";
|
|
1673
|
-
readonly name: "
|
|
1567
|
+
readonly name: "setCanLiquidate";
|
|
1674
1568
|
readonly inputs: readonly [{
|
|
1675
|
-
readonly name: "
|
|
1676
|
-
readonly type: "
|
|
1677
|
-
}, {
|
|
1678
|
-
readonly name: "_maxDynamicRateBoost";
|
|
1679
|
-
readonly type: "uint256";
|
|
1680
|
-
}, {
|
|
1681
|
-
readonly name: "_increasePerDangerBlock";
|
|
1682
|
-
readonly type: "uint256";
|
|
1569
|
+
readonly name: "_shouldEnable";
|
|
1570
|
+
readonly type: "bool";
|
|
1683
1571
|
}, {
|
|
1684
|
-
readonly name: "
|
|
1685
|
-
readonly type: "
|
|
1572
|
+
readonly name: "_missionControl";
|
|
1573
|
+
readonly type: "address";
|
|
1686
1574
|
}];
|
|
1687
1575
|
readonly outputs: readonly [{
|
|
1688
1576
|
readonly name: "";
|
|
1689
|
-
readonly type: "
|
|
1577
|
+
readonly type: "bool";
|
|
1690
1578
|
}];
|
|
1691
1579
|
}, {
|
|
1692
1580
|
readonly stateMutability: "nonpayable";
|
|
1693
1581
|
readonly type: "function";
|
|
1694
|
-
readonly name: "
|
|
1582
|
+
readonly name: "setCanRedeemCollateral";
|
|
1695
1583
|
readonly inputs: readonly [{
|
|
1696
|
-
readonly name: "
|
|
1697
|
-
readonly type: "
|
|
1584
|
+
readonly name: "_shouldEnable";
|
|
1585
|
+
readonly type: "bool";
|
|
1698
1586
|
}];
|
|
1699
1587
|
readonly outputs: readonly [{
|
|
1700
1588
|
readonly name: "";
|
|
1701
|
-
readonly type: "
|
|
1589
|
+
readonly type: "bool";
|
|
1702
1590
|
}];
|
|
1703
1591
|
}, {
|
|
1704
1592
|
readonly stateMutability: "nonpayable";
|
|
1705
1593
|
readonly type: "function";
|
|
1706
|
-
readonly name: "
|
|
1594
|
+
readonly name: "setCanRedeemCollateral";
|
|
1707
1595
|
readonly inputs: readonly [{
|
|
1708
|
-
readonly name: "
|
|
1709
|
-
readonly type: "
|
|
1710
|
-
}, {
|
|
1711
|
-
readonly name: "_minKeeperFee";
|
|
1712
|
-
readonly type: "uint256";
|
|
1596
|
+
readonly name: "_shouldEnable";
|
|
1597
|
+
readonly type: "bool";
|
|
1713
1598
|
}, {
|
|
1714
|
-
readonly name: "
|
|
1715
|
-
readonly type: "
|
|
1599
|
+
readonly name: "_missionControl";
|
|
1600
|
+
readonly type: "address";
|
|
1716
1601
|
}];
|
|
1717
1602
|
readonly outputs: readonly [{
|
|
1718
1603
|
readonly name: "";
|
|
1719
|
-
readonly type: "
|
|
1604
|
+
readonly type: "bool";
|
|
1720
1605
|
}];
|
|
1721
1606
|
}, {
|
|
1722
1607
|
readonly stateMutability: "nonpayable";
|
|
1723
1608
|
readonly type: "function";
|
|
1724
|
-
readonly name: "
|
|
1609
|
+
readonly name: "setCanRedeemInStabPool";
|
|
1725
1610
|
readonly inputs: readonly [{
|
|
1726
|
-
readonly name: "
|
|
1727
|
-
readonly type: "
|
|
1611
|
+
readonly name: "_shouldEnable";
|
|
1612
|
+
readonly type: "bool";
|
|
1728
1613
|
}];
|
|
1729
1614
|
readonly outputs: readonly [{
|
|
1730
1615
|
readonly name: "";
|
|
1731
|
-
readonly type: "
|
|
1616
|
+
readonly type: "bool";
|
|
1732
1617
|
}];
|
|
1733
1618
|
}, {
|
|
1734
1619
|
readonly stateMutability: "nonpayable";
|
|
1735
1620
|
readonly type: "function";
|
|
1736
|
-
readonly name: "
|
|
1621
|
+
readonly name: "setCanRedeemInStabPool";
|
|
1737
1622
|
readonly inputs: readonly [{
|
|
1738
|
-
readonly name: "
|
|
1739
|
-
readonly type: "
|
|
1740
|
-
}, {
|
|
1741
|
-
readonly name: "_maxDiscount";
|
|
1742
|
-
readonly type: "uint256";
|
|
1743
|
-
}, {
|
|
1744
|
-
readonly name: "_delay";
|
|
1745
|
-
readonly type: "uint256";
|
|
1623
|
+
readonly name: "_shouldEnable";
|
|
1624
|
+
readonly type: "bool";
|
|
1746
1625
|
}, {
|
|
1747
|
-
readonly name: "
|
|
1748
|
-
readonly type: "
|
|
1626
|
+
readonly name: "_missionControl";
|
|
1627
|
+
readonly type: "address";
|
|
1749
1628
|
}];
|
|
1750
1629
|
readonly outputs: readonly [{
|
|
1751
1630
|
readonly name: "";
|
|
1752
|
-
readonly type: "
|
|
1631
|
+
readonly type: "bool";
|
|
1753
1632
|
}];
|
|
1754
1633
|
}, {
|
|
1755
|
-
readonly stateMutability: "
|
|
1634
|
+
readonly stateMutability: "nonpayable";
|
|
1635
|
+
readonly type: "function";
|
|
1636
|
+
readonly name: "setCanBuyInAuction";
|
|
1637
|
+
readonly inputs: readonly [{
|
|
1638
|
+
readonly name: "_shouldEnable";
|
|
1639
|
+
readonly type: "bool";
|
|
1640
|
+
}];
|
|
1641
|
+
readonly outputs: readonly [{
|
|
1642
|
+
readonly name: "";
|
|
1643
|
+
readonly type: "bool";
|
|
1644
|
+
}];
|
|
1645
|
+
}, {
|
|
1646
|
+
readonly stateMutability: "nonpayable";
|
|
1647
|
+
readonly type: "function";
|
|
1648
|
+
readonly name: "setCanBuyInAuction";
|
|
1649
|
+
readonly inputs: readonly [{
|
|
1650
|
+
readonly name: "_shouldEnable";
|
|
1651
|
+
readonly type: "bool";
|
|
1652
|
+
}, {
|
|
1653
|
+
readonly name: "_missionControl";
|
|
1654
|
+
readonly type: "address";
|
|
1655
|
+
}];
|
|
1656
|
+
readonly outputs: readonly [{
|
|
1657
|
+
readonly name: "";
|
|
1658
|
+
readonly type: "bool";
|
|
1659
|
+
}];
|
|
1660
|
+
}, {
|
|
1661
|
+
readonly stateMutability: "nonpayable";
|
|
1662
|
+
readonly type: "function";
|
|
1663
|
+
readonly name: "setCanClaimInStabPool";
|
|
1664
|
+
readonly inputs: readonly [{
|
|
1665
|
+
readonly name: "_shouldEnable";
|
|
1666
|
+
readonly type: "bool";
|
|
1667
|
+
}];
|
|
1668
|
+
readonly outputs: readonly [{
|
|
1669
|
+
readonly name: "";
|
|
1670
|
+
readonly type: "bool";
|
|
1671
|
+
}];
|
|
1672
|
+
}, {
|
|
1673
|
+
readonly stateMutability: "nonpayable";
|
|
1674
|
+
readonly type: "function";
|
|
1675
|
+
readonly name: "setCanClaimInStabPool";
|
|
1676
|
+
readonly inputs: readonly [{
|
|
1677
|
+
readonly name: "_shouldEnable";
|
|
1678
|
+
readonly type: "bool";
|
|
1679
|
+
}, {
|
|
1680
|
+
readonly name: "_missionControl";
|
|
1681
|
+
readonly type: "address";
|
|
1682
|
+
}];
|
|
1683
|
+
readonly outputs: readonly [{
|
|
1684
|
+
readonly name: "";
|
|
1685
|
+
readonly type: "bool";
|
|
1686
|
+
}];
|
|
1687
|
+
}, {
|
|
1688
|
+
readonly stateMutability: "nonpayable";
|
|
1689
|
+
readonly type: "function";
|
|
1690
|
+
readonly name: "setGlobalDebtLimits";
|
|
1691
|
+
readonly inputs: readonly [{
|
|
1692
|
+
readonly name: "_perUserDebtLimit";
|
|
1693
|
+
readonly type: "uint256";
|
|
1694
|
+
}, {
|
|
1695
|
+
readonly name: "_globalDebtLimit";
|
|
1696
|
+
readonly type: "uint256";
|
|
1697
|
+
}, {
|
|
1698
|
+
readonly name: "_minDebtAmount";
|
|
1699
|
+
readonly type: "uint256";
|
|
1700
|
+
}, {
|
|
1701
|
+
readonly name: "_numAllowedBorrowers";
|
|
1702
|
+
readonly type: "uint256";
|
|
1703
|
+
}];
|
|
1704
|
+
readonly outputs: readonly [{
|
|
1705
|
+
readonly name: "";
|
|
1706
|
+
readonly type: "uint256";
|
|
1707
|
+
}];
|
|
1708
|
+
}, {
|
|
1709
|
+
readonly stateMutability: "nonpayable";
|
|
1710
|
+
readonly type: "function";
|
|
1711
|
+
readonly name: "setGlobalDebtLimits";
|
|
1712
|
+
readonly inputs: readonly [{
|
|
1713
|
+
readonly name: "_perUserDebtLimit";
|
|
1714
|
+
readonly type: "uint256";
|
|
1715
|
+
}, {
|
|
1716
|
+
readonly name: "_globalDebtLimit";
|
|
1717
|
+
readonly type: "uint256";
|
|
1718
|
+
}, {
|
|
1719
|
+
readonly name: "_minDebtAmount";
|
|
1720
|
+
readonly type: "uint256";
|
|
1721
|
+
}, {
|
|
1722
|
+
readonly name: "_numAllowedBorrowers";
|
|
1723
|
+
readonly type: "uint256";
|
|
1724
|
+
}, {
|
|
1725
|
+
readonly name: "_missionControl";
|
|
1726
|
+
readonly type: "address";
|
|
1727
|
+
}];
|
|
1728
|
+
readonly outputs: readonly [{
|
|
1729
|
+
readonly name: "";
|
|
1730
|
+
readonly type: "uint256";
|
|
1731
|
+
}];
|
|
1732
|
+
}, {
|
|
1733
|
+
readonly stateMutability: "nonpayable";
|
|
1734
|
+
readonly type: "function";
|
|
1735
|
+
readonly name: "setBorrowIntervalConfig";
|
|
1736
|
+
readonly inputs: readonly [{
|
|
1737
|
+
readonly name: "_maxBorrowPerInterval";
|
|
1738
|
+
readonly type: "uint256";
|
|
1739
|
+
}, {
|
|
1740
|
+
readonly name: "_numBlocksPerInterval";
|
|
1741
|
+
readonly type: "uint256";
|
|
1742
|
+
}];
|
|
1743
|
+
readonly outputs: readonly [{
|
|
1744
|
+
readonly name: "";
|
|
1745
|
+
readonly type: "uint256";
|
|
1746
|
+
}];
|
|
1747
|
+
}, {
|
|
1748
|
+
readonly stateMutability: "nonpayable";
|
|
1749
|
+
readonly type: "function";
|
|
1750
|
+
readonly name: "setBorrowIntervalConfig";
|
|
1751
|
+
readonly inputs: readonly [{
|
|
1752
|
+
readonly name: "_maxBorrowPerInterval";
|
|
1753
|
+
readonly type: "uint256";
|
|
1754
|
+
}, {
|
|
1755
|
+
readonly name: "_numBlocksPerInterval";
|
|
1756
|
+
readonly type: "uint256";
|
|
1757
|
+
}, {
|
|
1758
|
+
readonly name: "_missionControl";
|
|
1759
|
+
readonly type: "address";
|
|
1760
|
+
}];
|
|
1761
|
+
readonly outputs: readonly [{
|
|
1762
|
+
readonly name: "";
|
|
1763
|
+
readonly type: "uint256";
|
|
1764
|
+
}];
|
|
1765
|
+
}, {
|
|
1766
|
+
readonly stateMutability: "nonpayable";
|
|
1767
|
+
readonly type: "function";
|
|
1768
|
+
readonly name: "setDynamicRateConfig";
|
|
1769
|
+
readonly inputs: readonly [{
|
|
1770
|
+
readonly name: "_minDynamicRateBoost";
|
|
1771
|
+
readonly type: "uint256";
|
|
1772
|
+
}, {
|
|
1773
|
+
readonly name: "_maxDynamicRateBoost";
|
|
1774
|
+
readonly type: "uint256";
|
|
1775
|
+
}, {
|
|
1776
|
+
readonly name: "_increasePerDangerBlock";
|
|
1777
|
+
readonly type: "uint256";
|
|
1778
|
+
}, {
|
|
1779
|
+
readonly name: "_maxBorrowRate";
|
|
1780
|
+
readonly type: "uint256";
|
|
1781
|
+
}];
|
|
1782
|
+
readonly outputs: readonly [{
|
|
1783
|
+
readonly name: "";
|
|
1784
|
+
readonly type: "uint256";
|
|
1785
|
+
}];
|
|
1786
|
+
}, {
|
|
1787
|
+
readonly stateMutability: "nonpayable";
|
|
1788
|
+
readonly type: "function";
|
|
1789
|
+
readonly name: "setDynamicRateConfig";
|
|
1790
|
+
readonly inputs: readonly [{
|
|
1791
|
+
readonly name: "_minDynamicRateBoost";
|
|
1792
|
+
readonly type: "uint256";
|
|
1793
|
+
}, {
|
|
1794
|
+
readonly name: "_maxDynamicRateBoost";
|
|
1795
|
+
readonly type: "uint256";
|
|
1796
|
+
}, {
|
|
1797
|
+
readonly name: "_increasePerDangerBlock";
|
|
1798
|
+
readonly type: "uint256";
|
|
1799
|
+
}, {
|
|
1800
|
+
readonly name: "_maxBorrowRate";
|
|
1801
|
+
readonly type: "uint256";
|
|
1802
|
+
}, {
|
|
1803
|
+
readonly name: "_missionControl";
|
|
1804
|
+
readonly type: "address";
|
|
1805
|
+
}];
|
|
1806
|
+
readonly outputs: readonly [{
|
|
1807
|
+
readonly name: "";
|
|
1808
|
+
readonly type: "uint256";
|
|
1809
|
+
}];
|
|
1810
|
+
}, {
|
|
1811
|
+
readonly stateMutability: "nonpayable";
|
|
1812
|
+
readonly type: "function";
|
|
1813
|
+
readonly name: "setMaxLtvDeviation";
|
|
1814
|
+
readonly inputs: readonly [{
|
|
1815
|
+
readonly name: "_newDeviation";
|
|
1816
|
+
readonly type: "uint256";
|
|
1817
|
+
}];
|
|
1818
|
+
readonly outputs: readonly [{
|
|
1819
|
+
readonly name: "";
|
|
1820
|
+
readonly type: "uint256";
|
|
1821
|
+
}];
|
|
1822
|
+
}, {
|
|
1823
|
+
readonly stateMutability: "nonpayable";
|
|
1824
|
+
readonly type: "function";
|
|
1825
|
+
readonly name: "setMaxLtvDeviation";
|
|
1826
|
+
readonly inputs: readonly [{
|
|
1827
|
+
readonly name: "_newDeviation";
|
|
1828
|
+
readonly type: "uint256";
|
|
1829
|
+
}, {
|
|
1830
|
+
readonly name: "_missionControl";
|
|
1831
|
+
readonly type: "address";
|
|
1832
|
+
}];
|
|
1833
|
+
readonly outputs: readonly [{
|
|
1834
|
+
readonly name: "";
|
|
1835
|
+
readonly type: "uint256";
|
|
1836
|
+
}];
|
|
1837
|
+
}, {
|
|
1838
|
+
readonly stateMutability: "nonpayable";
|
|
1839
|
+
readonly type: "function";
|
|
1840
|
+
readonly name: "setKeeperConfig";
|
|
1841
|
+
readonly inputs: readonly [{
|
|
1842
|
+
readonly name: "_keeperFeeRatio";
|
|
1843
|
+
readonly type: "uint256";
|
|
1844
|
+
}, {
|
|
1845
|
+
readonly name: "_minKeeperFee";
|
|
1846
|
+
readonly type: "uint256";
|
|
1847
|
+
}, {
|
|
1848
|
+
readonly name: "_maxKeeperFee";
|
|
1849
|
+
readonly type: "uint256";
|
|
1850
|
+
}];
|
|
1851
|
+
readonly outputs: readonly [{
|
|
1852
|
+
readonly name: "";
|
|
1853
|
+
readonly type: "uint256";
|
|
1854
|
+
}];
|
|
1855
|
+
}, {
|
|
1856
|
+
readonly stateMutability: "nonpayable";
|
|
1857
|
+
readonly type: "function";
|
|
1858
|
+
readonly name: "setKeeperConfig";
|
|
1859
|
+
readonly inputs: readonly [{
|
|
1860
|
+
readonly name: "_keeperFeeRatio";
|
|
1861
|
+
readonly type: "uint256";
|
|
1862
|
+
}, {
|
|
1863
|
+
readonly name: "_minKeeperFee";
|
|
1864
|
+
readonly type: "uint256";
|
|
1865
|
+
}, {
|
|
1866
|
+
readonly name: "_maxKeeperFee";
|
|
1867
|
+
readonly type: "uint256";
|
|
1868
|
+
}, {
|
|
1869
|
+
readonly name: "_missionControl";
|
|
1870
|
+
readonly type: "address";
|
|
1871
|
+
}];
|
|
1872
|
+
readonly outputs: readonly [{
|
|
1873
|
+
readonly name: "";
|
|
1874
|
+
readonly type: "uint256";
|
|
1875
|
+
}];
|
|
1876
|
+
}, {
|
|
1877
|
+
readonly stateMutability: "nonpayable";
|
|
1878
|
+
readonly type: "function";
|
|
1879
|
+
readonly name: "setLtvPaybackBuffer";
|
|
1880
|
+
readonly inputs: readonly [{
|
|
1881
|
+
readonly name: "_ltvPaybackBuffer";
|
|
1882
|
+
readonly type: "uint256";
|
|
1883
|
+
}];
|
|
1884
|
+
readonly outputs: readonly [{
|
|
1885
|
+
readonly name: "";
|
|
1886
|
+
readonly type: "uint256";
|
|
1887
|
+
}];
|
|
1888
|
+
}, {
|
|
1889
|
+
readonly stateMutability: "nonpayable";
|
|
1890
|
+
readonly type: "function";
|
|
1891
|
+
readonly name: "setLtvPaybackBuffer";
|
|
1892
|
+
readonly inputs: readonly [{
|
|
1893
|
+
readonly name: "_ltvPaybackBuffer";
|
|
1894
|
+
readonly type: "uint256";
|
|
1895
|
+
}, {
|
|
1896
|
+
readonly name: "_missionControl";
|
|
1897
|
+
readonly type: "address";
|
|
1898
|
+
}];
|
|
1899
|
+
readonly outputs: readonly [{
|
|
1900
|
+
readonly name: "";
|
|
1901
|
+
readonly type: "uint256";
|
|
1902
|
+
}];
|
|
1903
|
+
}, {
|
|
1904
|
+
readonly stateMutability: "nonpayable";
|
|
1905
|
+
readonly type: "function";
|
|
1906
|
+
readonly name: "setGenAuctionParams";
|
|
1907
|
+
readonly inputs: readonly [{
|
|
1908
|
+
readonly name: "_startDiscount";
|
|
1909
|
+
readonly type: "uint256";
|
|
1910
|
+
}, {
|
|
1911
|
+
readonly name: "_maxDiscount";
|
|
1912
|
+
readonly type: "uint256";
|
|
1913
|
+
}, {
|
|
1914
|
+
readonly name: "_delay";
|
|
1915
|
+
readonly type: "uint256";
|
|
1916
|
+
}, {
|
|
1917
|
+
readonly name: "_duration";
|
|
1918
|
+
readonly type: "uint256";
|
|
1919
|
+
}];
|
|
1920
|
+
readonly outputs: readonly [{
|
|
1921
|
+
readonly name: "";
|
|
1922
|
+
readonly type: "uint256";
|
|
1923
|
+
}];
|
|
1924
|
+
}, {
|
|
1925
|
+
readonly stateMutability: "nonpayable";
|
|
1926
|
+
readonly type: "function";
|
|
1927
|
+
readonly name: "setGenAuctionParams";
|
|
1928
|
+
readonly inputs: readonly [{
|
|
1929
|
+
readonly name: "_startDiscount";
|
|
1930
|
+
readonly type: "uint256";
|
|
1931
|
+
}, {
|
|
1932
|
+
readonly name: "_maxDiscount";
|
|
1933
|
+
readonly type: "uint256";
|
|
1934
|
+
}, {
|
|
1935
|
+
readonly name: "_delay";
|
|
1936
|
+
readonly type: "uint256";
|
|
1937
|
+
}, {
|
|
1938
|
+
readonly name: "_duration";
|
|
1939
|
+
readonly type: "uint256";
|
|
1940
|
+
}, {
|
|
1941
|
+
readonly name: "_missionControl";
|
|
1942
|
+
readonly type: "address";
|
|
1943
|
+
}];
|
|
1944
|
+
readonly outputs: readonly [{
|
|
1945
|
+
readonly name: "";
|
|
1946
|
+
readonly type: "uint256";
|
|
1947
|
+
}];
|
|
1948
|
+
}, {
|
|
1949
|
+
readonly stateMutability: "view";
|
|
1756
1950
|
readonly type: "function";
|
|
1757
1951
|
readonly name: "areValidAuctionParams";
|
|
1758
1952
|
readonly inputs: readonly [{
|
|
@@ -1827,6 +2021,21 @@ export declare const abi: readonly [{
|
|
|
1827
2021
|
readonly name: "";
|
|
1828
2022
|
readonly type: "bool";
|
|
1829
2023
|
}];
|
|
2024
|
+
}, {
|
|
2025
|
+
readonly stateMutability: "nonpayable";
|
|
2026
|
+
readonly type: "function";
|
|
2027
|
+
readonly name: "setIsDaowryEnabled";
|
|
2028
|
+
readonly inputs: readonly [{
|
|
2029
|
+
readonly name: "_shouldEnable";
|
|
2030
|
+
readonly type: "bool";
|
|
2031
|
+
}, {
|
|
2032
|
+
readonly name: "_missionControl";
|
|
2033
|
+
readonly type: "address";
|
|
2034
|
+
}];
|
|
2035
|
+
readonly outputs: readonly [{
|
|
2036
|
+
readonly name: "";
|
|
2037
|
+
readonly type: "bool";
|
|
2038
|
+
}];
|
|
1830
2039
|
}, {
|
|
1831
2040
|
readonly stateMutability: "nonpayable";
|
|
1832
2041
|
readonly type: "function";
|
|
@@ -1839,6 +2048,21 @@ export declare const abi: readonly [{
|
|
|
1839
2048
|
readonly name: "";
|
|
1840
2049
|
readonly type: "uint256";
|
|
1841
2050
|
}];
|
|
2051
|
+
}, {
|
|
2052
|
+
readonly stateMutability: "nonpayable";
|
|
2053
|
+
readonly type: "function";
|
|
2054
|
+
readonly name: "setRipePerBlock";
|
|
2055
|
+
readonly inputs: readonly [{
|
|
2056
|
+
readonly name: "_ripePerBlock";
|
|
2057
|
+
readonly type: "uint256";
|
|
2058
|
+
}, {
|
|
2059
|
+
readonly name: "_missionControl";
|
|
2060
|
+
readonly type: "address";
|
|
2061
|
+
}];
|
|
2062
|
+
readonly outputs: readonly [{
|
|
2063
|
+
readonly name: "";
|
|
2064
|
+
readonly type: "uint256";
|
|
2065
|
+
}];
|
|
1842
2066
|
}, {
|
|
1843
2067
|
readonly stateMutability: "nonpayable";
|
|
1844
2068
|
readonly type: "function";
|
|
@@ -1860,6 +2084,30 @@ export declare const abi: readonly [{
|
|
|
1860
2084
|
readonly name: "";
|
|
1861
2085
|
readonly type: "uint256";
|
|
1862
2086
|
}];
|
|
2087
|
+
}, {
|
|
2088
|
+
readonly stateMutability: "nonpayable";
|
|
2089
|
+
readonly type: "function";
|
|
2090
|
+
readonly name: "setRipeRewardsAllocs";
|
|
2091
|
+
readonly inputs: readonly [{
|
|
2092
|
+
readonly name: "_borrowersAlloc";
|
|
2093
|
+
readonly type: "uint256";
|
|
2094
|
+
}, {
|
|
2095
|
+
readonly name: "_stakersAlloc";
|
|
2096
|
+
readonly type: "uint256";
|
|
2097
|
+
}, {
|
|
2098
|
+
readonly name: "_votersAlloc";
|
|
2099
|
+
readonly type: "uint256";
|
|
2100
|
+
}, {
|
|
2101
|
+
readonly name: "_genDepositorsAlloc";
|
|
2102
|
+
readonly type: "uint256";
|
|
2103
|
+
}, {
|
|
2104
|
+
readonly name: "_missionControl";
|
|
2105
|
+
readonly type: "address";
|
|
2106
|
+
}];
|
|
2107
|
+
readonly outputs: readonly [{
|
|
2108
|
+
readonly name: "";
|
|
2109
|
+
readonly type: "uint256";
|
|
2110
|
+
}];
|
|
1863
2111
|
}, {
|
|
1864
2112
|
readonly stateMutability: "nonpayable";
|
|
1865
2113
|
readonly type: "function";
|
|
@@ -1878,6 +2126,27 @@ export declare const abi: readonly [{
|
|
|
1878
2126
|
readonly name: "";
|
|
1879
2127
|
readonly type: "uint256";
|
|
1880
2128
|
}];
|
|
2129
|
+
}, {
|
|
2130
|
+
readonly stateMutability: "nonpayable";
|
|
2131
|
+
readonly type: "function";
|
|
2132
|
+
readonly name: "setAutoStakeParams";
|
|
2133
|
+
readonly inputs: readonly [{
|
|
2134
|
+
readonly name: "_autoStakeRatio";
|
|
2135
|
+
readonly type: "uint256";
|
|
2136
|
+
}, {
|
|
2137
|
+
readonly name: "_autoStakeDurationRatio";
|
|
2138
|
+
readonly type: "uint256";
|
|
2139
|
+
}, {
|
|
2140
|
+
readonly name: "_stabPoolRipePerDollarClaimed";
|
|
2141
|
+
readonly type: "uint256";
|
|
2142
|
+
}, {
|
|
2143
|
+
readonly name: "_missionControl";
|
|
2144
|
+
readonly type: "address";
|
|
2145
|
+
}];
|
|
2146
|
+
readonly outputs: readonly [{
|
|
2147
|
+
readonly name: "";
|
|
2148
|
+
readonly type: "uint256";
|
|
2149
|
+
}];
|
|
1881
2150
|
}, {
|
|
1882
2151
|
readonly stateMutability: "nonpayable";
|
|
1883
2152
|
readonly type: "function";
|
|
@@ -1893,22 +2162,32 @@ export declare const abi: readonly [{
|
|
|
1893
2162
|
}, {
|
|
1894
2163
|
readonly stateMutability: "nonpayable";
|
|
1895
2164
|
readonly type: "function";
|
|
1896
|
-
readonly name: "
|
|
2165
|
+
readonly name: "setRewardsPointsEnabled";
|
|
1897
2166
|
readonly inputs: readonly [{
|
|
1898
|
-
readonly name: "
|
|
1899
|
-
readonly type: "
|
|
2167
|
+
readonly name: "_shouldEnable";
|
|
2168
|
+
readonly type: "bool";
|
|
2169
|
+
}, {
|
|
2170
|
+
readonly name: "_missionControl";
|
|
2171
|
+
readonly type: "address";
|
|
1900
2172
|
}];
|
|
1901
2173
|
readonly outputs: readonly [{
|
|
1902
2174
|
readonly name: "";
|
|
1903
|
-
readonly type: "
|
|
2175
|
+
readonly type: "bool";
|
|
1904
2176
|
}];
|
|
1905
2177
|
}, {
|
|
1906
2178
|
readonly stateMutability: "nonpayable";
|
|
1907
2179
|
readonly type: "function";
|
|
1908
|
-
readonly name: "
|
|
2180
|
+
readonly name: "setPriorityLiqAssetVaults";
|
|
1909
2181
|
readonly inputs: readonly [{
|
|
1910
|
-
readonly name: "
|
|
1911
|
-
readonly type: "
|
|
2182
|
+
readonly name: "_priorityLiqAssetVaults";
|
|
2183
|
+
readonly type: "tuple[]";
|
|
2184
|
+
readonly components: readonly [{
|
|
2185
|
+
readonly name: "vaultId";
|
|
2186
|
+
readonly type: "uint256";
|
|
2187
|
+
}, {
|
|
2188
|
+
readonly name: "asset";
|
|
2189
|
+
readonly type: "address";
|
|
2190
|
+
}];
|
|
1912
2191
|
}];
|
|
1913
2192
|
readonly outputs: readonly [{
|
|
1914
2193
|
readonly name: "";
|
|
@@ -1917,10 +2196,20 @@ export declare const abi: readonly [{
|
|
|
1917
2196
|
}, {
|
|
1918
2197
|
readonly stateMutability: "nonpayable";
|
|
1919
2198
|
readonly type: "function";
|
|
1920
|
-
readonly name: "
|
|
2199
|
+
readonly name: "setPriorityLiqAssetVaults";
|
|
1921
2200
|
readonly inputs: readonly [{
|
|
1922
|
-
readonly name: "
|
|
1923
|
-
readonly type: "
|
|
2201
|
+
readonly name: "_priorityLiqAssetVaults";
|
|
2202
|
+
readonly type: "tuple[]";
|
|
2203
|
+
readonly components: readonly [{
|
|
2204
|
+
readonly name: "vaultId";
|
|
2205
|
+
readonly type: "uint256";
|
|
2206
|
+
}, {
|
|
2207
|
+
readonly name: "asset";
|
|
2208
|
+
readonly type: "address";
|
|
2209
|
+
}];
|
|
2210
|
+
}, {
|
|
2211
|
+
readonly name: "_missionControl";
|
|
2212
|
+
readonly type: "address";
|
|
1924
2213
|
}];
|
|
1925
2214
|
readonly outputs: readonly [{
|
|
1926
2215
|
readonly name: "";
|
|
@@ -1929,9 +2218,9 @@ export declare const abi: readonly [{
|
|
|
1929
2218
|
}, {
|
|
1930
2219
|
readonly stateMutability: "nonpayable";
|
|
1931
2220
|
readonly type: "function";
|
|
1932
|
-
readonly name: "
|
|
2221
|
+
readonly name: "setPriorityStabVaults";
|
|
1933
2222
|
readonly inputs: readonly [{
|
|
1934
|
-
readonly name: "
|
|
2223
|
+
readonly name: "_priorityStabVaults";
|
|
1935
2224
|
readonly type: "tuple[]";
|
|
1936
2225
|
readonly components: readonly [{
|
|
1937
2226
|
readonly name: "vaultId";
|
|
@@ -1959,6 +2248,9 @@ export declare const abi: readonly [{
|
|
|
1959
2248
|
readonly name: "asset";
|
|
1960
2249
|
readonly type: "address";
|
|
1961
2250
|
}];
|
|
2251
|
+
}, {
|
|
2252
|
+
readonly name: "_missionControl";
|
|
2253
|
+
readonly type: "address";
|
|
1962
2254
|
}];
|
|
1963
2255
|
readonly outputs: readonly [{
|
|
1964
2256
|
readonly name: "";
|
|
@@ -1979,9 +2271,12 @@ export declare const abi: readonly [{
|
|
|
1979
2271
|
}, {
|
|
1980
2272
|
readonly stateMutability: "nonpayable";
|
|
1981
2273
|
readonly type: "function";
|
|
1982
|
-
readonly name: "
|
|
2274
|
+
readonly name: "setPriorityPriceSourceIds";
|
|
1983
2275
|
readonly inputs: readonly [{
|
|
1984
|
-
readonly name: "
|
|
2276
|
+
readonly name: "_priorityIds";
|
|
2277
|
+
readonly type: "uint256[]";
|
|
2278
|
+
}, {
|
|
2279
|
+
readonly name: "_missionControl";
|
|
1985
2280
|
readonly type: "address";
|
|
1986
2281
|
}];
|
|
1987
2282
|
readonly outputs: readonly [{
|
|
@@ -2006,9 +2301,48 @@ export declare const abi: readonly [{
|
|
|
2006
2301
|
}, {
|
|
2007
2302
|
readonly stateMutability: "nonpayable";
|
|
2008
2303
|
readonly type: "function";
|
|
2009
|
-
readonly name: "
|
|
2304
|
+
readonly name: "setCanPerformLiteAction";
|
|
2010
2305
|
readonly inputs: readonly [{
|
|
2011
|
-
readonly name: "
|
|
2306
|
+
readonly name: "_user";
|
|
2307
|
+
readonly type: "address";
|
|
2308
|
+
}, {
|
|
2309
|
+
readonly name: "_canDo";
|
|
2310
|
+
readonly type: "bool";
|
|
2311
|
+
}, {
|
|
2312
|
+
readonly name: "_missionControl";
|
|
2313
|
+
readonly type: "address";
|
|
2314
|
+
}];
|
|
2315
|
+
readonly outputs: readonly [{
|
|
2316
|
+
readonly name: "";
|
|
2317
|
+
readonly type: "uint256";
|
|
2318
|
+
}];
|
|
2319
|
+
}, {
|
|
2320
|
+
readonly stateMutability: "nonpayable";
|
|
2321
|
+
readonly type: "function";
|
|
2322
|
+
readonly name: "setRipeGovVaultConfig";
|
|
2323
|
+
readonly inputs: readonly [{
|
|
2324
|
+
readonly name: "_asset";
|
|
2325
|
+
readonly type: "address";
|
|
2326
|
+
}, {
|
|
2327
|
+
readonly name: "_assetWeight";
|
|
2328
|
+
readonly type: "uint256";
|
|
2329
|
+
}, {
|
|
2330
|
+
readonly name: "_shouldFreezeWhenBadDebt";
|
|
2331
|
+
readonly type: "bool";
|
|
2332
|
+
}, {
|
|
2333
|
+
readonly name: "_minLockDuration";
|
|
2334
|
+
readonly type: "uint256";
|
|
2335
|
+
}, {
|
|
2336
|
+
readonly name: "_maxLockDuration";
|
|
2337
|
+
readonly type: "uint256";
|
|
2338
|
+
}, {
|
|
2339
|
+
readonly name: "_maxLockBoost";
|
|
2340
|
+
readonly type: "uint256";
|
|
2341
|
+
}, {
|
|
2342
|
+
readonly name: "_exitFee";
|
|
2343
|
+
readonly type: "uint256";
|
|
2344
|
+
}, {
|
|
2345
|
+
readonly name: "_canExit";
|
|
2012
2346
|
readonly type: "bool";
|
|
2013
2347
|
}];
|
|
2014
2348
|
readonly outputs: readonly [{
|
|
@@ -2043,6 +2377,9 @@ export declare const abi: readonly [{
|
|
|
2043
2377
|
}, {
|
|
2044
2378
|
readonly name: "_canExit";
|
|
2045
2379
|
readonly type: "bool";
|
|
2380
|
+
}, {
|
|
2381
|
+
readonly name: "_missionControl";
|
|
2382
|
+
readonly type: "address";
|
|
2046
2383
|
}];
|
|
2047
2384
|
readonly outputs: readonly [{
|
|
2048
2385
|
readonly name: "";
|
|
@@ -2321,18 +2658,6 @@ export declare const abi: readonly [{
|
|
|
2321
2658
|
readonly name: "";
|
|
2322
2659
|
readonly type: "uint256";
|
|
2323
2660
|
}];
|
|
2324
|
-
}, {
|
|
2325
|
-
readonly stateMutability: "view";
|
|
2326
|
-
readonly type: "function";
|
|
2327
|
-
readonly name: "pendingUnderscoreRegistry";
|
|
2328
|
-
readonly inputs: readonly [{
|
|
2329
|
-
readonly name: "arg0";
|
|
2330
|
-
readonly type: "uint256";
|
|
2331
|
-
}];
|
|
2332
|
-
readonly outputs: readonly [{
|
|
2333
|
-
readonly name: "";
|
|
2334
|
-
readonly type: "address";
|
|
2335
|
-
}];
|
|
2336
2661
|
}, {
|
|
2337
2662
|
readonly stateMutability: "view";
|
|
2338
2663
|
readonly type: "function";
|
|
@@ -2352,18 +2677,6 @@ export declare const abi: readonly [{
|
|
|
2352
2677
|
readonly type: "bool";
|
|
2353
2678
|
}];
|
|
2354
2679
|
}];
|
|
2355
|
-
}, {
|
|
2356
|
-
readonly stateMutability: "view";
|
|
2357
|
-
readonly type: "function";
|
|
2358
|
-
readonly name: "pendingShouldCheckLastTouch";
|
|
2359
|
-
readonly inputs: readonly [{
|
|
2360
|
-
readonly name: "arg0";
|
|
2361
|
-
readonly type: "uint256";
|
|
2362
|
-
}];
|
|
2363
|
-
readonly outputs: readonly [{
|
|
2364
|
-
readonly name: "";
|
|
2365
|
-
readonly type: "bool";
|
|
2366
|
-
}];
|
|
2367
2680
|
}, {
|
|
2368
2681
|
readonly stateMutability: "view";
|
|
2369
2682
|
readonly type: "function";
|
|
@@ -2408,14 +2721,14 @@ export declare const abi: readonly [{
|
|
|
2408
2721
|
}, {
|
|
2409
2722
|
readonly stateMutability: "view";
|
|
2410
2723
|
readonly type: "function";
|
|
2411
|
-
readonly name: "
|
|
2724
|
+
readonly name: "pendingMissionControl";
|
|
2412
2725
|
readonly inputs: readonly [{
|
|
2413
2726
|
readonly name: "arg0";
|
|
2414
2727
|
readonly type: "uint256";
|
|
2415
2728
|
}];
|
|
2416
2729
|
readonly outputs: readonly [{
|
|
2417
2730
|
readonly name: "";
|
|
2418
|
-
readonly type: "
|
|
2731
|
+
readonly type: "address";
|
|
2419
2732
|
}];
|
|
2420
2733
|
}, {
|
|
2421
2734
|
readonly stateMutability: "view";
|
|
@@ -2553,12 +2866,10 @@ export type Contract = {
|
|
|
2553
2866
|
asset: `0x${string}`;
|
|
2554
2867
|
}>;
|
|
2555
2868
|
pendingPriorityPriceSourceIds: (arg0: bigint, arg1: bigint) => Promise<bigint>;
|
|
2556
|
-
pendingUnderscoreRegistry: (arg0: bigint) => Promise<`0x${string}`>;
|
|
2557
2869
|
pendingCanPerformLiteAction: (arg0: bigint) => Promise<{
|
|
2558
2870
|
user: `0x${string}`;
|
|
2559
2871
|
canDo: boolean;
|
|
2560
2872
|
}>;
|
|
2561
|
-
pendingShouldCheckLastTouch: (arg0: bigint) => Promise<boolean>;
|
|
2562
2873
|
pendingRipeGovVaultConfig: (arg0: bigint) => Promise<{
|
|
2563
2874
|
asset: `0x${string}`;
|
|
2564
2875
|
assetWeight: bigint;
|
|
@@ -2571,7 +2882,7 @@ export type Contract = {
|
|
|
2571
2882
|
exitFee: bigint;
|
|
2572
2883
|
};
|
|
2573
2884
|
}>;
|
|
2574
|
-
|
|
2885
|
+
pendingMissionControl: (arg0: bigint) => Promise<`0x${string}`>;
|
|
2575
2886
|
MIN_STALE_TIME: () => Promise<bigint>;
|
|
2576
2887
|
MAX_STALE_TIME: () => Promise<bigint>;
|
|
2577
2888
|
};
|
|
@@ -2585,49 +2896,44 @@ export type Contract = {
|
|
|
2585
2896
|
setActionTimeLock: (newTimeLock: bigint) => Promise<boolean>;
|
|
2586
2897
|
setExpiration: (expiration: bigint) => Promise<boolean>;
|
|
2587
2898
|
setActionTimeLockAfterSetup: (newTimeLock?: bigint) => Promise<boolean>;
|
|
2588
|
-
setVaultLimits: (perUserMaxVaults: bigint, perUserMaxAssetsPerVault: bigint) => Promise<bigint>;
|
|
2589
|
-
setStaleTime: (staleTime: bigint) => Promise<bigint>;
|
|
2590
|
-
setCanDeposit: (shouldEnable: boolean) => Promise<boolean>;
|
|
2591
|
-
setCanWithdraw: (shouldEnable: boolean) => Promise<boolean>;
|
|
2592
|
-
setCanBorrow: (shouldEnable: boolean) => Promise<boolean>;
|
|
2593
|
-
setCanRepay: (shouldEnable: boolean) => Promise<boolean>;
|
|
2594
|
-
setCanClaimLoot: (shouldEnable: boolean) => Promise<boolean>;
|
|
2595
|
-
setCanLiquidate: (shouldEnable: boolean) => Promise<boolean>;
|
|
2596
|
-
setCanRedeemCollateral: (shouldEnable: boolean) => Promise<boolean>;
|
|
2597
|
-
setCanRedeemInStabPool: (shouldEnable: boolean) => Promise<boolean>;
|
|
2598
|
-
setCanBuyInAuction: (shouldEnable: boolean) => Promise<boolean>;
|
|
2599
|
-
setCanClaimInStabPool: (shouldEnable: boolean) => Promise<boolean>;
|
|
2600
|
-
setGlobalDebtLimits: (perUserDebtLimit: bigint, globalDebtLimit: bigint, minDebtAmount: bigint, numAllowedBorrowers: bigint) => Promise<bigint>;
|
|
2601
|
-
setBorrowIntervalConfig: (maxBorrowPerInterval: bigint, numBlocksPerInterval: bigint) => Promise<bigint>;
|
|
2602
|
-
setDynamicRateConfig: (minDynamicRateBoost: bigint, maxDynamicRateBoost: bigint, increasePerDangerBlock: bigint, maxBorrowRate: bigint) => Promise<bigint>;
|
|
2603
|
-
setMaxLtvDeviation: (newDeviation: bigint) => Promise<bigint>;
|
|
2604
|
-
setKeeperConfig: (keeperFeeRatio: bigint, minKeeperFee: bigint, maxKeeperFee: bigint) => Promise<bigint>;
|
|
2605
|
-
setLtvPaybackBuffer: (ltvPaybackBuffer: bigint) => Promise<bigint>;
|
|
2606
|
-
setGenAuctionParams: (startDiscount: bigint, maxDiscount: bigint, delay: bigint, duration: bigint) => Promise<bigint>;
|
|
2899
|
+
setVaultLimits: (perUserMaxVaults: bigint, perUserMaxAssetsPerVault: bigint, missionControl?: `0x${string}`) => Promise<bigint>;
|
|
2900
|
+
setStaleTime: (staleTime: bigint, missionControl?: `0x${string}`) => Promise<bigint>;
|
|
2901
|
+
setCanDeposit: (shouldEnable: boolean, missionControl?: `0x${string}`) => Promise<boolean>;
|
|
2902
|
+
setCanWithdraw: (shouldEnable: boolean, missionControl?: `0x${string}`) => Promise<boolean>;
|
|
2903
|
+
setCanBorrow: (shouldEnable: boolean, missionControl?: `0x${string}`) => Promise<boolean>;
|
|
2904
|
+
setCanRepay: (shouldEnable: boolean, missionControl?: `0x${string}`) => Promise<boolean>;
|
|
2905
|
+
setCanClaimLoot: (shouldEnable: boolean, missionControl?: `0x${string}`) => Promise<boolean>;
|
|
2906
|
+
setCanLiquidate: (shouldEnable: boolean, missionControl?: `0x${string}`) => Promise<boolean>;
|
|
2907
|
+
setCanRedeemCollateral: (shouldEnable: boolean, missionControl?: `0x${string}`) => Promise<boolean>;
|
|
2908
|
+
setCanRedeemInStabPool: (shouldEnable: boolean, missionControl?: `0x${string}`) => Promise<boolean>;
|
|
2909
|
+
setCanBuyInAuction: (shouldEnable: boolean, missionControl?: `0x${string}`) => Promise<boolean>;
|
|
2910
|
+
setCanClaimInStabPool: (shouldEnable: boolean, missionControl?: `0x${string}`) => Promise<boolean>;
|
|
2911
|
+
setGlobalDebtLimits: (perUserDebtLimit: bigint, globalDebtLimit: bigint, minDebtAmount: bigint, numAllowedBorrowers: bigint, missionControl?: `0x${string}`) => Promise<bigint>;
|
|
2912
|
+
setBorrowIntervalConfig: (maxBorrowPerInterval: bigint, numBlocksPerInterval: bigint, missionControl?: `0x${string}`) => Promise<bigint>;
|
|
2913
|
+
setDynamicRateConfig: (minDynamicRateBoost: bigint, maxDynamicRateBoost: bigint, increasePerDangerBlock: bigint, maxBorrowRate: bigint, missionControl?: `0x${string}`) => Promise<bigint>;
|
|
2914
|
+
setMaxLtvDeviation: (newDeviation: bigint, missionControl?: `0x${string}`) => Promise<bigint>;
|
|
2915
|
+
setKeeperConfig: (keeperFeeRatio: bigint, minKeeperFee: bigint, maxKeeperFee: bigint, missionControl?: `0x${string}`) => Promise<bigint>;
|
|
2916
|
+
setLtvPaybackBuffer: (ltvPaybackBuffer: bigint, missionControl?: `0x${string}`) => Promise<bigint>;
|
|
2917
|
+
setGenAuctionParams: (startDiscount: bigint, maxDiscount: bigint, delay: bigint, duration: bigint, missionControl?: `0x${string}`) => Promise<bigint>;
|
|
2607
2918
|
setUndyVaultDiscount: (discount: bigint) => Promise<bigint>;
|
|
2608
2919
|
setBuybackRatio: (ratio: bigint) => Promise<bigint>;
|
|
2609
2920
|
setPythMaxConfidenceRatio: (ratio: bigint) => Promise<bigint>;
|
|
2610
|
-
setIsDaowryEnabled: (shouldEnable: boolean) => Promise<boolean>;
|
|
2611
|
-
setRipePerBlock: (ripePerBlock: bigint) => Promise<bigint>;
|
|
2612
|
-
setRipeRewardsAllocs: (borrowersAlloc: bigint, stakersAlloc: bigint, votersAlloc: bigint, genDepositorsAlloc: bigint) => Promise<bigint>;
|
|
2613
|
-
setAutoStakeParams: (autoStakeRatio: bigint, autoStakeDurationRatio: bigint, stabPoolRipePerDollarClaimed: bigint) => Promise<bigint>;
|
|
2614
|
-
setRewardsPointsEnabled: (shouldEnable: boolean) => Promise<boolean>;
|
|
2615
|
-
setRipeAvailableForRewards: (amount: bigint) => Promise<bigint>;
|
|
2616
|
-
setRipeAvailableForHr: (amount: bigint) => Promise<bigint>;
|
|
2617
|
-
setRipeAvailableForBonds: (amount: bigint) => Promise<bigint>;
|
|
2921
|
+
setIsDaowryEnabled: (shouldEnable: boolean, missionControl?: `0x${string}`) => Promise<boolean>;
|
|
2922
|
+
setRipePerBlock: (ripePerBlock: bigint, missionControl?: `0x${string}`) => Promise<bigint>;
|
|
2923
|
+
setRipeRewardsAllocs: (borrowersAlloc: bigint, stakersAlloc: bigint, votersAlloc: bigint, genDepositorsAlloc: bigint, missionControl?: `0x${string}`) => Promise<bigint>;
|
|
2924
|
+
setAutoStakeParams: (autoStakeRatio: bigint, autoStakeDurationRatio: bigint, stabPoolRipePerDollarClaimed: bigint, missionControl?: `0x${string}`) => Promise<bigint>;
|
|
2925
|
+
setRewardsPointsEnabled: (shouldEnable: boolean, missionControl?: `0x${string}`) => Promise<boolean>;
|
|
2618
2926
|
setPriorityLiqAssetVaults: (priorityLiqAssetVaults: {
|
|
2619
2927
|
vaultId: bigint;
|
|
2620
2928
|
asset: `0x${string}`;
|
|
2621
|
-
}[]) => Promise<bigint>;
|
|
2929
|
+
}[], missionControl?: `0x${string}`) => Promise<bigint>;
|
|
2622
2930
|
setPriorityStabVaults: (priorityStabVaults: {
|
|
2623
2931
|
vaultId: bigint;
|
|
2624
2932
|
asset: `0x${string}`;
|
|
2625
|
-
}[]) => Promise<bigint>;
|
|
2626
|
-
setPriorityPriceSourceIds: (priorityIds: bigint[]) => Promise<bigint>;
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
setShouldCheckLastTouch: (shouldCheck: boolean) => Promise<bigint>;
|
|
2630
|
-
setRipeGovVaultConfig: (asset: `0x${string}`, assetWeight: bigint, shouldFreezeWhenBadDebt: boolean, minLockDuration: bigint, maxLockDuration: bigint, maxLockBoost: bigint, exitFee: bigint, canExit: boolean) => Promise<bigint>;
|
|
2933
|
+
}[], missionControl?: `0x${string}`) => Promise<bigint>;
|
|
2934
|
+
setPriorityPriceSourceIds: (priorityIds: bigint[], missionControl?: `0x${string}`) => Promise<bigint>;
|
|
2935
|
+
setCanPerformLiteAction: (user: `0x${string}`, canDo: boolean, missionControl?: `0x${string}`) => Promise<bigint>;
|
|
2936
|
+
setRipeGovVaultConfig: (asset: `0x${string}`, assetWeight: bigint, shouldFreezeWhenBadDebt: boolean, minLockDuration: bigint, maxLockDuration: bigint, maxLockBoost: bigint, exitFee: bigint, canExit: boolean, missionControl?: `0x${string}`) => Promise<bigint>;
|
|
2631
2937
|
executePendingAction: (aid: bigint) => Promise<boolean>;
|
|
2632
2938
|
cancelPendingAction: (aid: bigint) => Promise<boolean>;
|
|
2633
2939
|
};
|
|
@@ -2658,15 +2964,10 @@ export type Contract = {
|
|
|
2658
2964
|
PendingRipeRewardsAllocsChange: (borrowersAlloc: bigint, stakersAlloc: bigint, votersAlloc: bigint, genDepositorsAlloc: bigint, confirmationBlock: bigint, actionId: bigint) => Promise<void>;
|
|
2659
2965
|
PendingRipeRewardsAutoStakeParamsChange: (autoStakeRatio: bigint, autoStakeDurationRatio: bigint, stabPoolRipePerDollarClaimed: bigint, confirmationBlock: bigint, actionId: bigint) => Promise<void>;
|
|
2660
2966
|
RewardsPointsEnabledModified: (arePointsEnabled: boolean, caller: `0x${string}`) => Promise<void>;
|
|
2661
|
-
PendingRipeAvailableForRewardsChange: (amount: bigint, confirmationBlock: bigint, actionId: bigint) => Promise<void>;
|
|
2662
|
-
PendingRipeAvailableForHrChange: (amount: bigint, confirmationBlock: bigint, actionId: bigint) => Promise<void>;
|
|
2663
|
-
PendingRipeAvailableForBondsChange: (amount: bigint, confirmationBlock: bigint, actionId: bigint) => Promise<void>;
|
|
2664
2967
|
PendingPriorityLiqAssetVaultsChange: (numPriorityLiqAssetVaults: bigint, confirmationBlock: bigint, actionId: bigint) => Promise<void>;
|
|
2665
2968
|
PendingPriorityStabVaultsChange: (numPriorityStabVaults: bigint, confirmationBlock: bigint, actionId: bigint) => Promise<void>;
|
|
2666
2969
|
PendingPriorityPriceSourceIdsChange: (numPriorityPriceSourceIds: bigint, confirmationBlock: bigint, actionId: bigint) => Promise<void>;
|
|
2667
|
-
PendingUnderscoreRegistryChange: (underscoreRegistry: `0x${string}`, confirmationBlock: bigint, actionId: bigint) => Promise<void>;
|
|
2668
2970
|
PendingCanPerformLiteAction: (user: `0x${string}`, canDo: boolean, confirmationBlock: bigint, actionId: bigint) => Promise<void>;
|
|
2669
|
-
PendingShouldCheckLastTouchChange: (shouldCheck: boolean, confirmationBlock: bigint, actionId: bigint) => Promise<void>;
|
|
2670
2971
|
PendingMaxLtvDeviationChange: (newDeviation: bigint, confirmationBlock: bigint, actionId: bigint) => Promise<void>;
|
|
2671
2972
|
PendingRipeGovVaultConfigChange: (asset: `0x${string}`, assetWeight: bigint, shouldFreezeWhenBadDebt: boolean, minLockDuration: bigint, maxLockDuration: bigint, maxLockBoost: bigint, canExit: boolean, exitFee: bigint, confirmationBlock: bigint, actionId: bigint) => Promise<void>;
|
|
2672
2973
|
VaultLimitsSet: (perUserMaxVaults: bigint, perUserMaxAssetsPerVault: bigint) => Promise<void>;
|
|
@@ -2683,15 +2984,10 @@ export type Contract = {
|
|
|
2683
2984
|
RipeRewardsPerBlockSet: (ripePerBlock: bigint) => Promise<void>;
|
|
2684
2985
|
RipeRewardsAllocsSet: (borrowersAlloc: bigint, stakersAlloc: bigint, votersAlloc: bigint, genDepositorsAlloc: bigint) => Promise<void>;
|
|
2685
2986
|
RipeRewardsAutoStakeParamsSet: (autoStakeRatio: bigint, autoStakeDurationRatio: bigint, stabPoolRipePerDollarClaimed: bigint) => Promise<void>;
|
|
2686
|
-
RipeAvailableForRewardsSet: (amount: bigint) => Promise<void>;
|
|
2687
|
-
RipeAvailableForHrSet: (amount: bigint) => Promise<void>;
|
|
2688
|
-
RipeAvailableForBondsSet: (amount: bigint) => Promise<void>;
|
|
2689
2987
|
PriorityLiqAssetVaultsSet: (numVaults: bigint) => Promise<void>;
|
|
2690
2988
|
PriorityStabVaultsSet: (numVaults: bigint) => Promise<void>;
|
|
2691
2989
|
PriorityPriceSourceIdsModified: (numIds: bigint) => Promise<void>;
|
|
2692
|
-
UnderscoreRegistrySet: (addr: `0x${string}`) => Promise<void>;
|
|
2693
2990
|
CanPerformLiteAction: (user: `0x${string}`, canDo: boolean) => Promise<void>;
|
|
2694
|
-
ShouldCheckLastTouchSet: (shouldCheck: boolean) => Promise<void>;
|
|
2695
2991
|
MaxLtvDeviationSet: (newDeviation: bigint) => Promise<void>;
|
|
2696
2992
|
RipeGovVaultConfigSet: (asset: `0x${string}`, assetWeight: bigint, shouldFreezeWhenBadDebt: boolean, minLockDuration: bigint, maxLockDuration: bigint, maxLockBoost: bigint, canExit: boolean, exitFee: bigint) => Promise<void>;
|
|
2697
2993
|
GovChangeTimeLockModified: (prevTimeLock: bigint, newTimeLock: bigint) => Promise<void>;
|
|
@@ -2775,11 +3071,9 @@ export type SDK = {
|
|
|
2775
3071
|
pendingPriorityLiqAssetVaults: (...args: ExtractArgs<Contract['calls']['pendingPriorityLiqAssetVaults']>) => Promise<CallReturn<'pendingPriorityLiqAssetVaults'>>;
|
|
2776
3072
|
pendingPriorityStabVaults: (...args: ExtractArgs<Contract['calls']['pendingPriorityStabVaults']>) => Promise<CallReturn<'pendingPriorityStabVaults'>>;
|
|
2777
3073
|
pendingPriorityPriceSourceIds: (...args: ExtractArgs<Contract['calls']['pendingPriorityPriceSourceIds']>) => Promise<CallReturn<'pendingPriorityPriceSourceIds'>>;
|
|
2778
|
-
pendingUnderscoreRegistry: (...args: ExtractArgs<Contract['calls']['pendingUnderscoreRegistry']>) => Promise<CallReturn<'pendingUnderscoreRegistry'>>;
|
|
2779
3074
|
pendingCanPerformLiteAction: (...args: ExtractArgs<Contract['calls']['pendingCanPerformLiteAction']>) => Promise<CallReturn<'pendingCanPerformLiteAction'>>;
|
|
2780
|
-
pendingShouldCheckLastTouch: (...args: ExtractArgs<Contract['calls']['pendingShouldCheckLastTouch']>) => Promise<CallReturn<'pendingShouldCheckLastTouch'>>;
|
|
2781
3075
|
pendingRipeGovVaultConfig: (...args: ExtractArgs<Contract['calls']['pendingRipeGovVaultConfig']>) => Promise<CallReturn<'pendingRipeGovVaultConfig'>>;
|
|
2782
|
-
|
|
3076
|
+
pendingMissionControl: (...args: ExtractArgs<Contract['calls']['pendingMissionControl']>) => Promise<CallReturn<'pendingMissionControl'>>;
|
|
2783
3077
|
MIN_STALE_TIME: (...args: ExtractArgs<Contract['calls']['MIN_STALE_TIME']>) => Promise<CallReturn<'MIN_STALE_TIME'>>;
|
|
2784
3078
|
MAX_STALE_TIME: (...args: ExtractArgs<Contract['calls']['MAX_STALE_TIME']>) => Promise<CallReturn<'MAX_STALE_TIME'>>;
|
|
2785
3079
|
startGovernanceChange: (...args: ExtractArgs<Contract['mutations']['startGovernanceChange']>) => Promise<Address>;
|
|
@@ -2818,15 +3112,10 @@ export type SDK = {
|
|
|
2818
3112
|
setRipeRewardsAllocs: (...args: ExtractArgs<Contract['mutations']['setRipeRewardsAllocs']>) => Promise<Address>;
|
|
2819
3113
|
setAutoStakeParams: (...args: ExtractArgs<Contract['mutations']['setAutoStakeParams']>) => Promise<Address>;
|
|
2820
3114
|
setRewardsPointsEnabled: (...args: ExtractArgs<Contract['mutations']['setRewardsPointsEnabled']>) => Promise<Address>;
|
|
2821
|
-
setRipeAvailableForRewards: (...args: ExtractArgs<Contract['mutations']['setRipeAvailableForRewards']>) => Promise<Address>;
|
|
2822
|
-
setRipeAvailableForHr: (...args: ExtractArgs<Contract['mutations']['setRipeAvailableForHr']>) => Promise<Address>;
|
|
2823
|
-
setRipeAvailableForBonds: (...args: ExtractArgs<Contract['mutations']['setRipeAvailableForBonds']>) => Promise<Address>;
|
|
2824
3115
|
setPriorityLiqAssetVaults: (...args: ExtractArgs<Contract['mutations']['setPriorityLiqAssetVaults']>) => Promise<Address>;
|
|
2825
3116
|
setPriorityStabVaults: (...args: ExtractArgs<Contract['mutations']['setPriorityStabVaults']>) => Promise<Address>;
|
|
2826
3117
|
setPriorityPriceSourceIds: (...args: ExtractArgs<Contract['mutations']['setPriorityPriceSourceIds']>) => Promise<Address>;
|
|
2827
|
-
setUnderscoreRegistry: (...args: ExtractArgs<Contract['mutations']['setUnderscoreRegistry']>) => Promise<Address>;
|
|
2828
3118
|
setCanPerformLiteAction: (...args: ExtractArgs<Contract['mutations']['setCanPerformLiteAction']>) => Promise<Address>;
|
|
2829
|
-
setShouldCheckLastTouch: (...args: ExtractArgs<Contract['mutations']['setShouldCheckLastTouch']>) => Promise<Address>;
|
|
2830
3119
|
setRipeGovVaultConfig: (...args: ExtractArgs<Contract['mutations']['setRipeGovVaultConfig']>) => Promise<Address>;
|
|
2831
3120
|
executePendingAction: (...args: ExtractArgs<Contract['mutations']['executePendingAction']>) => Promise<Address>;
|
|
2832
3121
|
cancelPendingAction: (...args: ExtractArgs<Contract['mutations']['cancelPendingAction']>) => Promise<Address>;
|