@@ -4,17 +4,6 @@ export const GuardianRecoveryValidatorAbi = [
44 stateMutability : "nonpayable" ,
55 type : "constructor" ,
66 } ,
7- {
8- inputs : [
9- {
10- internalType : "uint256" ,
11- name : "value" ,
12- type : "uint256" ,
13- } ,
14- ] ,
15- name : "ADDRESS_CAST_OVERFLOW" ,
16- type : "error" ,
17- } ,
187 {
198 inputs : [
209 {
@@ -28,7 +17,7 @@ export const GuardianRecoveryValidatorAbi = [
2817 type : "address" ,
2918 } ,
3019 ] ,
31- name : "AccountAlreadyGuardedByGuardian " ,
20+ name : "ACCOUNT_ALREADY_GUARDED " ,
3221 type : "error" ,
3322 } ,
3423 {
@@ -44,75 +33,70 @@ export const GuardianRecoveryValidatorAbi = [
4433 type : "address" ,
4534 } ,
4635 ] ,
47- name : "AccountNotGuardedByAddress" ,
48- type : "error" ,
49- } ,
50- {
51- inputs : [ ] ,
52- name : "AccountRecoveryInProgress" ,
53- type : "error" ,
54- } ,
55- {
56- inputs : [ ] ,
57- name : "GuardianCannotBeSelf" ,
36+ name : "ACCOUNT_NOT_GUARDED_BY_ADDRESS" ,
5837 type : "error" ,
5938 } ,
6039 {
6140 inputs : [
6241 {
63- internalType : "address " ,
64- name : "guardian " ,
65- type : "address " ,
42+ internalType : "uint256 " ,
43+ name : "value " ,
44+ type : "uint256 " ,
6645 } ,
6746 ] ,
68- name : "GuardianNotFound " ,
47+ name : "ADDRESS_CAST_OVERFLOW " ,
6948 type : "error" ,
7049 } ,
7150 {
72- inputs : [
73- {
74- internalType : "address" ,
75- name : "guardian" ,
76- type : "address" ,
77- } ,
78- ] ,
79- name : "GuardianNotProposed" ,
51+ inputs : [ ] ,
52+ name : "GUARDIAN_CANNOT_BE_SELF" ,
8053 type : "error" ,
8154 } ,
8255 {
8356 inputs : [ ] ,
84- name : "InvalidAccountToGuardAddress " ,
57+ name : "GUARDIAN_INVALID_ACCOUNT " ,
8558 type : "error" ,
8659 } ,
8760 {
8861 inputs : [ ] ,
89- name : "InvalidAccountToRecoverAddress " ,
62+ name : "GUARDIAN_INVALID_ADDRESS " ,
9063 type : "error" ,
9164 } ,
9265 {
9366 inputs : [ ] ,
94- name : "InvalidGuardianAddress " ,
67+ name : "GUARDIAN_INVALID_RECOVERY_CALL " ,
9568 type : "error" ,
9669 } ,
9770 {
9871 inputs : [ ] ,
99- name : "InvalidWebAuthValidatorAddress " ,
72+ name : "GUARDIAN_INVALID_WEBAUTH_VALIDATOR " ,
10073 type : "error" ,
10174 } ,
10275 {
10376 inputs : [
10477 {
105- internalType : "uint256 " ,
106- name : "chainId " ,
107- type : "uint256 " ,
78+ internalType : "address " ,
79+ name : "guardian " ,
80+ type : "address " ,
10881 } ,
10982 ] ,
110- name : "NO_TIMESTAMP_ASSERTER" ,
83+ name : "GUARDIAN_NOT_FOUND" ,
84+ type : "error" ,
85+ } ,
86+ {
87+ inputs : [
88+ {
89+ internalType : "address" ,
90+ name : "guardian" ,
91+ type : "address" ,
92+ } ,
93+ ] ,
94+ name : "GUARDIAN_NOT_PROPOSED" ,
11195 type : "error" ,
11296 } ,
11397 {
11498 inputs : [ ] ,
115- name : "NonFunctionCallTransaction " ,
99+ name : "GUARDIAN_RECOVERY_IN_PROGRESS " ,
116100 type : "error" ,
117101 } ,
118102 {
@@ -123,12 +107,23 @@ export const GuardianRecoveryValidatorAbi = [
123107 type : "bytes32" ,
124108 } ,
125109 ] ,
126- name : "UnknownHashedOriginDomain" ,
110+ name : "GUARDIAN_UNKNOWN_DOMAIN" ,
111+ type : "error" ,
112+ } ,
113+ {
114+ inputs : [
115+ {
116+ internalType : "uint256" ,
117+ name : "chainId" ,
118+ type : "uint256" ,
119+ } ,
120+ ] ,
121+ name : "NO_TIMESTAMP_ASSERTER" ,
127122 type : "error" ,
128123 } ,
129124 {
130125 inputs : [ ] ,
131- name : "WebAuthValidatorNotEnabled " ,
126+ name : "WEBAUTH_VALIDATOR_NOT_INSTALLED " ,
132127 type : "error" ,
133128 } ,
134129 {
@@ -597,7 +592,7 @@ export const GuardianRecoveryValidatorAbi = [
597592 ] ,
598593 name : "onInstall" ,
599594 outputs : [ ] ,
600- stateMutability : "nonpayable " ,
595+ stateMutability : "view " ,
601596 type : "function" ,
602597 } ,
603598 {
0 commit comments