@pearldigital/p3-abis 3.2.0 → 3.2.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.
@@ -23,6 +23,13 @@ export const abi = [
23
23
  "outputs": [],
24
24
  "stateMutability": "nonpayable"
25
25
  },
26
+ {
27
+ "type": "function",
28
+ "name": "cancelAttestationManager",
29
+ "inputs": [],
30
+ "outputs": [],
31
+ "stateMutability": "nonpayable"
32
+ },
26
33
  {
27
34
  "type": "function",
28
35
  "name": "cancelSolvencyToggle",
@@ -54,6 +61,26 @@ export const abi = [
54
61
  ],
55
62
  "stateMutability": "view"
56
63
  },
64
+ {
65
+ "type": "function",
66
+ "name": "clearSweptAccumulator",
67
+ "inputs": [
68
+ {
69
+ "name": "stablecoinToken_",
70
+ "type": "address",
71
+ "internalType": "address"
72
+ }
73
+ ],
74
+ "outputs": [],
75
+ "stateMutability": "nonpayable"
76
+ },
77
+ {
78
+ "type": "function",
79
+ "name": "executeAttestationManager",
80
+ "inputs": [],
81
+ "outputs": [],
82
+ "stateMutability": "nonpayable"
83
+ },
57
84
  {
58
85
  "type": "function",
59
86
  "name": "executeSolvencyToggle",
@@ -560,12 +587,12 @@ export const abi = [
560
587
  },
561
588
  {
562
589
  "type": "function",
563
- "name": "scheduleSolvencyToggle",
590
+ "name": "scheduleAttestationManager",
564
591
  "inputs": [
565
592
  {
566
- "name": "enabled_",
567
- "type": "bool",
568
- "internalType": "bool"
593
+ "name": "attestationManager_",
594
+ "type": "address",
595
+ "internalType": "address"
569
596
  }
570
597
  ],
571
598
  "outputs": [],
@@ -573,12 +600,12 @@ export const abi = [
573
600
  },
574
601
  {
575
602
  "type": "function",
576
- "name": "setAttestationManager",
603
+ "name": "scheduleSolvencyToggle",
577
604
  "inputs": [
578
605
  {
579
- "name": "attestationManager_",
580
- "type": "address",
581
- "internalType": "address"
606
+ "name": "enabled_",
607
+ "type": "bool",
608
+ "internalType": "bool"
582
609
  }
583
610
  ],
584
611
  "outputs": [],
@@ -877,6 +904,38 @@ export const abi = [
877
904
  "outputs": [],
878
905
  "stateMutability": "nonpayable"
879
906
  },
907
+ {
908
+ "type": "event",
909
+ "name": "AttestationManagerScheduleCancelled",
910
+ "inputs": [
911
+ {
912
+ "name": "cancelledAddress",
913
+ "type": "address",
914
+ "indexed": true,
915
+ "internalType": "address"
916
+ }
917
+ ],
918
+ "anonymous": false
919
+ },
920
+ {
921
+ "type": "event",
922
+ "name": "AttestationManagerScheduled",
923
+ "inputs": [
924
+ {
925
+ "name": "newAttestationManager",
926
+ "type": "address",
927
+ "indexed": true,
928
+ "internalType": "address"
929
+ },
930
+ {
931
+ "name": "readyAt",
932
+ "type": "uint256",
933
+ "indexed": false,
934
+ "internalType": "uint256"
935
+ }
936
+ ],
937
+ "anonymous": false
938
+ },
880
939
  {
881
940
  "type": "event",
882
941
  "name": "AttestationManagerUpdated",
@@ -1282,6 +1341,19 @@ export const abi = [
1282
1341
  ],
1283
1342
  "anonymous": false
1284
1343
  },
1344
+ {
1345
+ "type": "event",
1346
+ "name": "SweptAccumulatorCleared",
1347
+ "inputs": [
1348
+ {
1349
+ "name": "stablecoinToken",
1350
+ "type": "address",
1351
+ "indexed": true,
1352
+ "internalType": "address"
1353
+ }
1354
+ ],
1355
+ "anonymous": false
1356
+ },
1285
1357
  {
1286
1358
  "type": "event",
1287
1359
  "name": "YieldBatchSettled",
@@ -1435,6 +1507,22 @@ export const abi = [
1435
1507
  "name": "P3TreasuryManagerAttestationManagerNotSet",
1436
1508
  "inputs": []
1437
1509
  },
1510
+ {
1511
+ "type": "error",
1512
+ "name": "P3TreasuryManagerAttestationManagerTimelockNotElapsed",
1513
+ "inputs": [
1514
+ {
1515
+ "name": "readyAt",
1516
+ "type": "uint256",
1517
+ "internalType": "uint256"
1518
+ },
1519
+ {
1520
+ "name": "currentTime",
1521
+ "type": "uint256",
1522
+ "internalType": "uint256"
1523
+ }
1524
+ ]
1525
+ },
1438
1526
  {
1439
1527
  "type": "error",
1440
1528
  "name": "P3TreasuryManagerCannotClearAttestationManagerWhileSolvencyEnabled",
@@ -1569,6 +1657,11 @@ export const abi = [
1569
1657
  }
1570
1658
  ]
1571
1659
  },
1660
+ {
1661
+ "type": "error",
1662
+ "name": "P3TreasuryManagerNoAttestationManagerScheduled",
1663
+ "inputs": []
1664
+ },
1572
1665
  {
1573
1666
  "type": "error",
1574
1667
  "name": "P3TreasuryManagerNoExcessReserve",
@@ -1633,6 +1726,17 @@ export const abi = [
1633
1726
  }
1634
1727
  ]
1635
1728
  },
1729
+ {
1730
+ "type": "error",
1731
+ "name": "P3TreasuryManagerReserveRatioNotConfigured",
1732
+ "inputs": [
1733
+ {
1734
+ "name": "token",
1735
+ "type": "address",
1736
+ "internalType": "address"
1737
+ }
1738
+ ]
1739
+ },
1636
1740
  {
1637
1741
  "type": "error",
1638
1742
  "name": "P3TreasuryManagerReserveWalletAlreadyAssigned",
@@ -1728,6 +1832,32 @@ export const abi = [
1728
1832
  }
1729
1833
  ]
1730
1834
  },
1835
+ {
1836
+ "type": "error",
1837
+ "name": "P3TreasuryManagerSweepAccumulatorExceeds",
1838
+ "inputs": [
1839
+ {
1840
+ "name": "token",
1841
+ "type": "address",
1842
+ "internalType": "address"
1843
+ },
1844
+ {
1845
+ "name": "cumulativeSwept",
1846
+ "type": "uint256",
1847
+ "internalType": "uint256"
1848
+ },
1849
+ {
1850
+ "name": "maxExcessValue",
1851
+ "type": "uint256",
1852
+ "internalType": "uint256"
1853
+ },
1854
+ {
1855
+ "name": "available",
1856
+ "type": "uint256",
1857
+ "internalType": "uint256"
1858
+ }
1859
+ ]
1860
+ },
1731
1861
  {
1732
1862
  "type": "error",
1733
1863
  "name": "P3TreasuryManagerSweepExceedsExcess",