@@ -63,164 +63,6 @@ export const OWNABLE_ABI = [
6363 } ,
6464] as any ; // eslint-disable-line @typescript-eslint/no-explicit-any
6565
66- export const EXPRESS_RELAY_ABI = [
67- {
68- type : "function" ,
69- name : "getAdmin" ,
70- inputs : [ ] ,
71- outputs : [
72- {
73- name : "" ,
74- type : "address" ,
75- internalType : "address" ,
76- } ,
77- ] ,
78- stateMutability : "view" ,
79- } ,
80- {
81- type : "function" ,
82- name : "getFeeProtocol" ,
83- inputs : [
84- {
85- name : "feeRecipient" ,
86- type : "address" ,
87- internalType : "address" ,
88- } ,
89- ] ,
90- outputs : [
91- {
92- name : "" ,
93- type : "uint256" ,
94- internalType : "uint256" ,
95- } ,
96- ] ,
97- stateMutability : "view" ,
98- } ,
99- {
100- type : "function" ,
101- name : "getFeeProtocolDefault" ,
102- inputs : [ ] ,
103- outputs : [
104- {
105- name : "" ,
106- type : "uint256" ,
107- internalType : "uint256" ,
108- } ,
109- ] ,
110- stateMutability : "view" ,
111- } ,
112- {
113- type : "function" ,
114- name : "getFeeRelayer" ,
115- inputs : [ ] ,
116- outputs : [
117- {
118- name : "" ,
119- type : "uint256" ,
120- internalType : "uint256" ,
121- } ,
122- ] ,
123- stateMutability : "view" ,
124- } ,
125- {
126- type : "function" ,
127- name : "getFeeSplitPrecision" ,
128- inputs : [ ] ,
129- outputs : [
130- {
131- name : "" ,
132- type : "uint256" ,
133- internalType : "uint256" ,
134- } ,
135- ] ,
136- stateMutability : "view" ,
137- } ,
138- {
139- type : "function" ,
140- name : "getRelayer" ,
141- inputs : [ ] ,
142- outputs : [
143- {
144- name : "" ,
145- type : "address" ,
146- internalType : "address" ,
147- } ,
148- ] ,
149- stateMutability : "view" ,
150- } ,
151- {
152- type : "function" ,
153- name : "getRelayerSubwallets" ,
154- inputs : [ ] ,
155- outputs : [
156- {
157- name : "" ,
158- type : "address[]" ,
159- internalType : "address[]" ,
160- } ,
161- ] ,
162- stateMutability : "view" ,
163- } ,
164- {
165- type : "function" ,
166- name : "setFeeProtocol" ,
167- inputs : [
168- {
169- name : "feeRecipient" ,
170- type : "address" ,
171- internalType : "address" ,
172- } ,
173- {
174- name : "feeSplit" ,
175- type : "uint256" ,
176- internalType : "uint256" ,
177- } ,
178- ] ,
179- outputs : [ ] ,
180- stateMutability : "nonpayable" ,
181- } ,
182- {
183- type : "function" ,
184- name : "setFeeProtocolDefault" ,
185- inputs : [
186- {
187- name : "feeSplit" ,
188- type : "uint256" ,
189- internalType : "uint256" ,
190- } ,
191- ] ,
192- outputs : [ ] ,
193- stateMutability : "nonpayable" ,
194- } ,
195- {
196- type : "function" ,
197- name : "setFeeRelayer" ,
198- inputs : [
199- {
200- name : "feeSplit" ,
201- type : "uint256" ,
202- internalType : "uint256" ,
203- } ,
204- ] ,
205- outputs : [ ] ,
206- stateMutability : "nonpayable" ,
207- } ,
208- {
209- type : "function" ,
210- name : "setRelayer" ,
211- inputs : [
212- {
213- name : "relayer" ,
214- type : "address" ,
215- internalType : "address" ,
216- } ,
217- ] ,
218- outputs : [ ] ,
219- stateMutability : "nonpayable" ,
220- } ,
221- ...OWNABLE_ABI ,
222- ] as any ; // eslint-disable-line @typescript-eslint/no-explicit-any
223-
22466export const EXTENDED_ENTROPY_ABI = [
22567 {
22668 inputs : [ ] ,
0 commit comments