@@ -3,6 +3,11 @@ import { OperatorGridErrorsAbi } from './OperatorGrid.js';
33import { VaultHubErrorsAbi } from './VaultHub.js' ;
44
55export const DashboardErrorsAbi = [
6+ {
7+ inputs : [ ] ,
8+ name : 'AbnormallyHighFee' ,
9+ type : 'error' ,
10+ } ,
611 {
712 inputs : [ ] ,
813 name : 'AccessControlBadConfirmation' ,
@@ -107,16 +112,6 @@ export const DashboardErrorsAbi = [
107112 name : 'ForbiddenByPDGPolicy' ,
108113 type : 'error' ,
109114 } ,
110- {
111- inputs : [ ] ,
112- name : 'ForbiddenToConnectByNodeOperator' ,
113- type : 'error' ,
114- } ,
115- {
116- inputs : [ ] ,
117- name : 'NonProxyCallsForbidden' ,
118- type : 'error' ,
119- } ,
120115 {
121116 inputs : [ ] ,
122117 name : 'PDGPolicyAlreadyActive' ,
@@ -143,22 +138,6 @@ export const DashboardErrorsAbi = [
143138 name : 'SafeCastOverflowedIntDowncast' ,
144139 type : 'error' ,
145140 } ,
146- {
147- inputs : [
148- {
149- internalType : 'uint8' ,
150- name : 'bits' ,
151- type : 'uint8' ,
152- } ,
153- {
154- internalType : 'uint256' ,
155- name : 'value' ,
156- type : 'uint256' ,
157- } ,
158- ] ,
159- name : 'SafeCastOverflowedUintDowncast' ,
160- type : 'error' ,
161- } ,
162141 {
163142 inputs : [
164143 {
@@ -185,6 +164,11 @@ export const DashboardErrorsAbi = [
185164 name : 'SenderNotMember' ,
186165 type : 'error' ,
187166 } ,
167+ {
168+ inputs : [ ] ,
169+ name : 'SettledGrowthMismatch' ,
170+ type : 'error' ,
171+ } ,
188172 {
189173 inputs : [ ] ,
190174 name : 'TierChangeNotConfirmed' ,
@@ -253,19 +237,6 @@ export const DashboardAbi = [
253237 stateMutability : 'nonpayable' ,
254238 type : 'constructor' ,
255239 } ,
256- {
257- anonymous : false ,
258- inputs : [
259- {
260- indexed : false ,
261- internalType : 'bool' ,
262- name : 'isApproved' ,
263- type : 'bool' ,
264- } ,
265- ] ,
266- name : 'ApprovedToConnectSet' ,
267- type : 'event' ,
268- } ,
269240 {
270241 anonymous : false ,
271242 inputs : [
@@ -321,9 +292,9 @@ export const DashboardAbi = [
321292 inputs : [
322293 {
323294 indexed : false ,
324- internalType : 'uint64 ' ,
295+ internalType : 'uint256 ' ,
325296 name : 'timestamp' ,
326- type : 'uint64 ' ,
297+ type : 'uint256 ' ,
327298 } ,
328299 ] ,
329300 name : 'CorrectionTimestampUpdated' ,
@@ -359,15 +330,15 @@ export const DashboardAbi = [
359330 } ,
360331 {
361332 indexed : false ,
362- internalType : 'uint64 ' ,
333+ internalType : 'uint256 ' ,
363334 name : 'oldFeeRate' ,
364- type : 'uint64 ' ,
335+ type : 'uint256 ' ,
365336 } ,
366337 {
367338 indexed : false ,
368- internalType : 'uint64 ' ,
339+ internalType : 'uint256 ' ,
369340 name : 'newFeeRate' ,
370- type : 'uint64 ' ,
341+ type : 'uint256 ' ,
371342 } ,
372343 ] ,
373344 name : 'FeeRateSet' ,
@@ -479,7 +450,7 @@ export const DashboardAbi = [
479450 {
480451 indexed : true ,
481452 internalType : 'bytes32' ,
482- name : 'role ' ,
453+ name : 'roleOrAddress ' ,
483454 type : 'bytes32' ,
484455 } ,
485456 {
@@ -1059,14 +1030,25 @@ export const DashboardAbi = [
10591030 name : '_requestedShareLimit' ,
10601031 type : 'uint256' ,
10611032 } ,
1033+ {
1034+ internalType : 'uint256' ,
1035+ name : '_currentSettledGrowth' ,
1036+ type : 'uint256' ,
1037+ } ,
10621038 ] ,
10631039 name : 'connectAndAcceptTier' ,
10641040 outputs : [ ] ,
10651041 stateMutability : 'payable' ,
10661042 type : 'function' ,
10671043 } ,
10681044 {
1069- inputs : [ ] ,
1045+ inputs : [
1046+ {
1047+ internalType : 'uint256' ,
1048+ name : '_currentSettledGrowth' ,
1049+ type : 'uint256' ,
1050+ } ,
1051+ ] ,
10701052 name : 'connectToVaultHub' ,
10711053 outputs : [ ] ,
10721054 stateMutability : 'payable' ,
@@ -1096,6 +1078,13 @@ export const DashboardAbi = [
10961078 stateMutability : 'nonpayable' ,
10971079 type : 'function' ,
10981080 } ,
1081+ {
1082+ inputs : [ ] ,
1083+ name : 'disburseAbnormallyHighFee' ,
1084+ outputs : [ ] ,
1085+ stateMutability : 'nonpayable' ,
1086+ type : 'function' ,
1087+ } ,
10991088 {
11001089 inputs : [ ] ,
11011090 name : 'disburseFee' ,
@@ -1356,19 +1345,6 @@ export const DashboardAbi = [
13561345 stateMutability : 'view' ,
13571346 type : 'function' ,
13581347 } ,
1359- {
1360- inputs : [ ] ,
1361- name : 'isApprovedToConnect' ,
1362- outputs : [
1363- {
1364- internalType : 'bool' ,
1365- name : '' ,
1366- type : 'bool' ,
1367- } ,
1368- ] ,
1369- stateMutability : 'view' ,
1370- type : 'function' ,
1371- } ,
13721348 {
13731349 inputs : [ ] ,
13741350 name : 'latestCorrectionTimestamp' ,
@@ -1641,7 +1617,13 @@ export const DashboardAbi = [
16411617 type : 'function' ,
16421618 } ,
16431619 {
1644- inputs : [ ] ,
1620+ inputs : [
1621+ {
1622+ internalType : 'uint256' ,
1623+ name : '_currentSettledGrowth' ,
1624+ type : 'uint256' ,
1625+ } ,
1626+ ] ,
16451627 name : 'reconnectToVaultHub' ,
16461628 outputs : [ ] ,
16471629 stateMutability : 'nonpayable' ,
@@ -1770,19 +1752,6 @@ export const DashboardAbi = [
17701752 stateMutability : 'nonpayable' ,
17711753 type : 'function' ,
17721754 } ,
1773- {
1774- inputs : [
1775- {
1776- internalType : 'bool' ,
1777- name : '_isApproved' ,
1778- type : 'bool' ,
1779- } ,
1780- ] ,
1781- name : 'setApprovedToConnect' ,
1782- outputs : [ ] ,
1783- stateMutability : 'nonpayable' ,
1784- type : 'function' ,
1785- } ,
17861755 {
17871756 inputs : [
17881757 {
@@ -1940,7 +1909,13 @@ export const DashboardAbi = [
19401909 } ,
19411910 ] ,
19421911 name : 'transferVaultOwnership' ,
1943- outputs : [ ] ,
1912+ outputs : [
1913+ {
1914+ internalType : 'bool' ,
1915+ name : '' ,
1916+ type : 'bool' ,
1917+ } ,
1918+ ] ,
19441919 stateMutability : 'nonpayable' ,
19451920 type : 'function' ,
19461921 } ,
0 commit comments