@suzaku-network/suzaku-cli 1.0.2

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.
Files changed (194) hide show
  1. package/LICENSE +96 -0
  2. package/README.md +1080 -0
  3. package/bin/cli.js +3 -0
  4. package/defaults/.env.anvil +4 -0
  5. package/defaults/.env.dexalot +7 -0
  6. package/defaults/.env.fuji +4 -0
  7. package/defaults/.env.kiteai +2 -0
  8. package/defaults/.env.mainnet +4 -0
  9. package/defaults/.env.template +10 -0
  10. package/dist/abis/AccessControl.d.ts +176 -0
  11. package/dist/abis/AccessControl.js +230 -0
  12. package/dist/abis/AccessControl.js.map +1 -0
  13. package/dist/abis/BalancerValidatorManager.d.ts +1121 -0
  14. package/dist/abis/BalancerValidatorManager.js +1469 -0
  15. package/dist/abis/BalancerValidatorManager.js.map +1 -0
  16. package/dist/abis/DefaultCollateral.d.ts +620 -0
  17. package/dist/abis/DefaultCollateral.js +811 -0
  18. package/dist/abis/DefaultCollateral.js.map +1 -0
  19. package/dist/abis/ERC20.d.ts +635 -0
  20. package/dist/abis/ERC20.js +831 -0
  21. package/dist/abis/ERC20.js.map +1 -0
  22. package/dist/abis/IWarpMessenger.d.ts +104 -0
  23. package/dist/abis/IWarpMessenger.js +139 -0
  24. package/dist/abis/IWarpMessenger.js.map +1 -0
  25. package/dist/abis/KiteStakingManager.d.ts +1459 -0
  26. package/dist/abis/KiteStakingManager.js +1886 -0
  27. package/dist/abis/KiteStakingManager.js.map +1 -0
  28. package/dist/abis/L1Middleware.d.ts +1712 -0
  29. package/dist/abis/L1Middleware.js +2242 -0
  30. package/dist/abis/L1Middleware.js.map +1 -0
  31. package/dist/abis/L1Registry.d.ts +415 -0
  32. package/dist/abis/L1Registry.js +544 -0
  33. package/dist/abis/L1Registry.js.map +1 -0
  34. package/dist/abis/L1RestakeDelegator.d.ts +865 -0
  35. package/dist/abis/L1RestakeDelegator.js +1118 -0
  36. package/dist/abis/L1RestakeDelegator.js.map +1 -0
  37. package/dist/abis/OperatorL1OptInService.d.ts +288 -0
  38. package/dist/abis/OperatorL1OptInService.js +374 -0
  39. package/dist/abis/OperatorL1OptInService.js.map +1 -0
  40. package/dist/abis/OperatorRegistry.d.ts +125 -0
  41. package/dist/abis/OperatorRegistry.js +166 -0
  42. package/dist/abis/OperatorRegistry.js.map +1 -0
  43. package/dist/abis/OperatorVaultOptInService.d.ts +288 -0
  44. package/dist/abis/OperatorVaultOptInService.js +374 -0
  45. package/dist/abis/OperatorVaultOptInService.js.map +1 -0
  46. package/dist/abis/Ownable.d.ts +59 -0
  47. package/dist/abis/Ownable.js +79 -0
  48. package/dist/abis/Ownable.js.map +1 -0
  49. package/dist/abis/PoASecurityModule.d.ts +225 -0
  50. package/dist/abis/PoASecurityModule.js +299 -0
  51. package/dist/abis/PoASecurityModule.js.map +1 -0
  52. package/dist/abis/RewardsNativeToken.d.ts +1334 -0
  53. package/dist/abis/RewardsNativeToken.js +1749 -0
  54. package/dist/abis/RewardsNativeToken.js.map +1 -0
  55. package/dist/abis/StakingVault.d.ts +2913 -0
  56. package/dist/abis/StakingVault.js +3780 -0
  57. package/dist/abis/StakingVault.js.map +1 -0
  58. package/dist/abis/StakingVaultOperations.d.ts +980 -0
  59. package/dist/abis/StakingVaultOperations.js +1270 -0
  60. package/dist/abis/StakingVaultOperations.js.map +1 -0
  61. package/dist/abis/UptimeTracker.d.ts +300 -0
  62. package/dist/abis/UptimeTracker.js +397 -0
  63. package/dist/abis/UptimeTracker.js.map +1 -0
  64. package/dist/abis/ValidatorManager.d.ts +842 -0
  65. package/dist/abis/ValidatorManager.js +1101 -0
  66. package/dist/abis/ValidatorManager.js.map +1 -0
  67. package/dist/abis/VaultFactory.d.ts +288 -0
  68. package/dist/abis/VaultFactory.js +378 -0
  69. package/dist/abis/VaultFactory.js.map +1 -0
  70. package/dist/abis/VaultManager.d.ts +519 -0
  71. package/dist/abis/VaultManager.js +678 -0
  72. package/dist/abis/VaultManager.js.map +1 -0
  73. package/dist/abis/VaultTokenized.d.ts +1626 -0
  74. package/dist/abis/VaultTokenized.js +2114 -0
  75. package/dist/abis/VaultTokenized.js.map +1 -0
  76. package/dist/abis/abi-selectors.json +700 -0
  77. package/dist/abis/index.d.ts +18356 -0
  78. package/dist/abis/index.js +58 -0
  79. package/dist/abis/index.js.map +1 -0
  80. package/dist/accessControl.d.ts +15 -0
  81. package/dist/accessControl.js +36 -0
  82. package/dist/accessControl.js.map +1 -0
  83. package/dist/balancer.d.ts +25 -0
  84. package/dist/balancer.js +42 -0
  85. package/dist/balancer.js.map +1 -0
  86. package/dist/cli.d.mts +1 -0
  87. package/dist/cli.d.ts +2 -0
  88. package/dist/cli.js +3183 -0
  89. package/dist/cli.js.map +1 -0
  90. package/dist/cli.mjs +31343 -0
  91. package/dist/cli.mjs.map +1 -0
  92. package/dist/client.d.ts +34 -0
  93. package/dist/client.js +76 -0
  94. package/dist/client.js.map +1 -0
  95. package/dist/config.d.ts +10 -0
  96. package/dist/config.js +63 -0
  97. package/dist/config.js.map +1 -0
  98. package/dist/delegator.d.ts +4 -0
  99. package/dist/delegator.js +16 -0
  100. package/dist/delegator.js.map +1 -0
  101. package/dist/index.d.mts +19770 -0
  102. package/dist/index.d.ts +7 -0
  103. package/dist/index.js +24 -0
  104. package/dist/index.js.map +1 -0
  105. package/dist/index.mjs +27451 -0
  106. package/dist/index.mjs.map +1 -0
  107. package/dist/keyStore.d.ts +3 -0
  108. package/dist/keyStore.js +105 -0
  109. package/dist/keyStore.js.map +1 -0
  110. package/dist/kiteStaking.d.ts +91 -0
  111. package/dist/kiteStaking.js +731 -0
  112. package/dist/kiteStaking.js.map +1 -0
  113. package/dist/l1.d.ts +5 -0
  114. package/dist/l1.js +22 -0
  115. package/dist/l1.js.map +1 -0
  116. package/dist/lib/autoCompletion.d.ts +3 -0
  117. package/dist/lib/autoCompletion.js +55 -0
  118. package/dist/lib/autoCompletion.js.map +1 -0
  119. package/dist/lib/cChainUtils.d.ts +42 -0
  120. package/dist/lib/cChainUtils.js +271 -0
  121. package/dist/lib/cChainUtils.js.map +1 -0
  122. package/dist/lib/castUtils.d.ts +18 -0
  123. package/dist/lib/castUtils.js +81 -0
  124. package/dist/lib/castUtils.js.map +1 -0
  125. package/dist/lib/chainList.d.ts +5 -0
  126. package/dist/lib/chainList.js +86 -0
  127. package/dist/lib/chainList.js.map +1 -0
  128. package/dist/lib/cliParser.d.ts +27 -0
  129. package/dist/lib/cliParser.js +167 -0
  130. package/dist/lib/cliParser.js.map +1 -0
  131. package/dist/lib/commandUtils.d.ts +13 -0
  132. package/dist/lib/commandUtils.js +38 -0
  133. package/dist/lib/commandUtils.js.map +1 -0
  134. package/dist/lib/coreWalletUtils.d.ts +3 -0
  135. package/dist/lib/coreWalletUtils.js +74 -0
  136. package/dist/lib/coreWalletUtils.js.map +1 -0
  137. package/dist/lib/justification.d.ts +90 -0
  138. package/dist/lib/justification.js +577 -0
  139. package/dist/lib/justification.js.map +1 -0
  140. package/dist/lib/ledgerUtils.d.ts +4 -0
  141. package/dist/lib/ledgerUtils.js +258 -0
  142. package/dist/lib/ledgerUtils.js.map +1 -0
  143. package/dist/lib/logger.d.ts +46 -0
  144. package/dist/lib/logger.js +226 -0
  145. package/dist/lib/logger.js.map +1 -0
  146. package/dist/lib/pChainUtils.d.ts +128 -0
  147. package/dist/lib/pChainUtils.js +436 -0
  148. package/dist/lib/pChainUtils.js.map +1 -0
  149. package/dist/lib/pass.d.ts +81 -0
  150. package/dist/lib/pass.js +353 -0
  151. package/dist/lib/pass.js.map +1 -0
  152. package/dist/lib/safeUtils.d.ts +25 -0
  153. package/dist/lib/safeUtils.js +93 -0
  154. package/dist/lib/safeUtils.js.map +1 -0
  155. package/dist/lib/transferUtils.d.ts +643 -0
  156. package/dist/lib/transferUtils.js +141 -0
  157. package/dist/lib/transferUtils.js.map +1 -0
  158. package/dist/lib/utils.d.ts +28 -0
  159. package/dist/lib/utils.js +166 -0
  160. package/dist/lib/utils.js.map +1 -0
  161. package/dist/lib/viemUtils.d.ts +80 -0
  162. package/dist/lib/viemUtils.js +317 -0
  163. package/dist/lib/viemUtils.js.map +1 -0
  164. package/dist/lib/warpUtils.d.ts +76 -0
  165. package/dist/lib/warpUtils.js +448 -0
  166. package/dist/lib/warpUtils.js.map +1 -0
  167. package/dist/middleware.d.ts +75 -0
  168. package/dist/middleware.js +430 -0
  169. package/dist/middleware.js.map +1 -0
  170. package/dist/operator.d.ts +4 -0
  171. package/dist/operator.js +22 -0
  172. package/dist/operator.js.map +1 -0
  173. package/dist/operatorOptIn.d.ts +8 -0
  174. package/dist/operatorOptIn.js +39 -0
  175. package/dist/operatorOptIn.js.map +1 -0
  176. package/dist/rewards.d.ts +116 -0
  177. package/dist/rewards.js +244 -0
  178. package/dist/rewards.js.map +1 -0
  179. package/dist/securityModule.d.ts +8 -0
  180. package/dist/securityModule.js +305 -0
  181. package/dist/securityModule.js.map +1 -0
  182. package/dist/stakingVault.d.ts +184 -0
  183. package/dist/stakingVault.js +1224 -0
  184. package/dist/stakingVault.js.map +1 -0
  185. package/dist/uptime.d.ts +54 -0
  186. package/dist/uptime.js +246 -0
  187. package/dist/uptime.js.map +1 -0
  188. package/dist/vault.d.ts +16 -0
  189. package/dist/vault.js +131 -0
  190. package/dist/vault.js.map +1 -0
  191. package/dist/vaultManager.d.ts +8 -0
  192. package/dist/vaultManager.js +40 -0
  193. package/dist/vaultManager.js.map +1 -0
  194. package/package.json +62 -0
@@ -0,0 +1,1121 @@
1
+ declare const _default: readonly [{
2
+ readonly type: "constructor";
3
+ readonly inputs: readonly [];
4
+ readonly stateMutability: "nonpayable";
5
+ }, {
6
+ readonly type: "event";
7
+ readonly name: "CompletedValidatorRegistration";
8
+ readonly inputs: readonly [{
9
+ readonly name: "validationID";
10
+ readonly type: "bytes32";
11
+ readonly indexed: true;
12
+ readonly internalType: "bytes32";
13
+ }, {
14
+ readonly name: "weight";
15
+ readonly type: "uint64";
16
+ readonly indexed: false;
17
+ readonly internalType: "uint64";
18
+ }];
19
+ readonly anonymous: false;
20
+ }, {
21
+ readonly type: "event";
22
+ readonly name: "CompletedValidatorRemoval";
23
+ readonly inputs: readonly [{
24
+ readonly name: "validationID";
25
+ readonly type: "bytes32";
26
+ readonly indexed: true;
27
+ readonly internalType: "bytes32";
28
+ }];
29
+ readonly anonymous: false;
30
+ }, {
31
+ readonly type: "event";
32
+ readonly name: "CompletedValidatorWeightUpdate";
33
+ readonly inputs: readonly [{
34
+ readonly name: "validationID";
35
+ readonly type: "bytes32";
36
+ readonly indexed: true;
37
+ readonly internalType: "bytes32";
38
+ }, {
39
+ readonly name: "nonce";
40
+ readonly type: "uint64";
41
+ readonly indexed: false;
42
+ readonly internalType: "uint64";
43
+ }, {
44
+ readonly name: "weight";
45
+ readonly type: "uint64";
46
+ readonly indexed: false;
47
+ readonly internalType: "uint64";
48
+ }];
49
+ readonly anonymous: false;
50
+ }, {
51
+ readonly type: "event";
52
+ readonly name: "Initialized";
53
+ readonly inputs: readonly [{
54
+ readonly name: "version";
55
+ readonly type: "uint64";
56
+ readonly indexed: false;
57
+ readonly internalType: "uint64";
58
+ }];
59
+ readonly anonymous: false;
60
+ }, {
61
+ readonly type: "event";
62
+ readonly name: "InitiatedValidatorRegistration";
63
+ readonly inputs: readonly [{
64
+ readonly name: "validationID";
65
+ readonly type: "bytes32";
66
+ readonly indexed: true;
67
+ readonly internalType: "bytes32";
68
+ }, {
69
+ readonly name: "nodeID";
70
+ readonly type: "bytes20";
71
+ readonly indexed: true;
72
+ readonly internalType: "bytes20";
73
+ }, {
74
+ readonly name: "registrationMessageID";
75
+ readonly type: "bytes32";
76
+ readonly indexed: false;
77
+ readonly internalType: "bytes32";
78
+ }, {
79
+ readonly name: "registrationExpiry";
80
+ readonly type: "uint64";
81
+ readonly indexed: false;
82
+ readonly internalType: "uint64";
83
+ }, {
84
+ readonly name: "weight";
85
+ readonly type: "uint64";
86
+ readonly indexed: false;
87
+ readonly internalType: "uint64";
88
+ }];
89
+ readonly anonymous: false;
90
+ }, {
91
+ readonly type: "event";
92
+ readonly name: "InitiatedValidatorRemoval";
93
+ readonly inputs: readonly [{
94
+ readonly name: "validationID";
95
+ readonly type: "bytes32";
96
+ readonly indexed: true;
97
+ readonly internalType: "bytes32";
98
+ }, {
99
+ readonly name: "validatorWeightMessageID";
100
+ readonly type: "bytes32";
101
+ readonly indexed: false;
102
+ readonly internalType: "bytes32";
103
+ }, {
104
+ readonly name: "weight";
105
+ readonly type: "uint64";
106
+ readonly indexed: false;
107
+ readonly internalType: "uint64";
108
+ }, {
109
+ readonly name: "endTime";
110
+ readonly type: "uint64";
111
+ readonly indexed: false;
112
+ readonly internalType: "uint64";
113
+ }];
114
+ readonly anonymous: false;
115
+ }, {
116
+ readonly type: "event";
117
+ readonly name: "InitiatedValidatorWeightUpdate";
118
+ readonly inputs: readonly [{
119
+ readonly name: "validationID";
120
+ readonly type: "bytes32";
121
+ readonly indexed: true;
122
+ readonly internalType: "bytes32";
123
+ }, {
124
+ readonly name: "nonce";
125
+ readonly type: "uint64";
126
+ readonly indexed: false;
127
+ readonly internalType: "uint64";
128
+ }, {
129
+ readonly name: "weightUpdateMessageID";
130
+ readonly type: "bytes32";
131
+ readonly indexed: false;
132
+ readonly internalType: "bytes32";
133
+ }, {
134
+ readonly name: "weight";
135
+ readonly type: "uint64";
136
+ readonly indexed: false;
137
+ readonly internalType: "uint64";
138
+ }];
139
+ readonly anonymous: false;
140
+ }, {
141
+ readonly type: "event";
142
+ readonly name: "OwnershipTransferred";
143
+ readonly inputs: readonly [{
144
+ readonly name: "previousOwner";
145
+ readonly type: "address";
146
+ readonly indexed: true;
147
+ readonly internalType: "address";
148
+ }, {
149
+ readonly name: "newOwner";
150
+ readonly type: "address";
151
+ readonly indexed: true;
152
+ readonly internalType: "address";
153
+ }];
154
+ readonly anonymous: false;
155
+ }, {
156
+ readonly type: "event";
157
+ readonly name: "RegisteredInitialValidator";
158
+ readonly inputs: readonly [{
159
+ readonly name: "validationID";
160
+ readonly type: "bytes32";
161
+ readonly indexed: true;
162
+ readonly internalType: "bytes32";
163
+ }, {
164
+ readonly name: "nodeID";
165
+ readonly type: "bytes20";
166
+ readonly indexed: true;
167
+ readonly internalType: "bytes20";
168
+ }, {
169
+ readonly name: "subnetID";
170
+ readonly type: "bytes32";
171
+ readonly indexed: true;
172
+ readonly internalType: "bytes32";
173
+ }, {
174
+ readonly name: "weight";
175
+ readonly type: "uint64";
176
+ readonly indexed: false;
177
+ readonly internalType: "uint64";
178
+ }];
179
+ readonly anonymous: false;
180
+ }, {
181
+ readonly type: "event";
182
+ readonly name: "SecurityModuleWeightUpdated";
183
+ readonly inputs: readonly [{
184
+ readonly name: "securityModule";
185
+ readonly type: "address";
186
+ readonly indexed: true;
187
+ readonly internalType: "address";
188
+ }, {
189
+ readonly name: "oldWeight";
190
+ readonly type: "uint64";
191
+ readonly indexed: false;
192
+ readonly internalType: "uint64";
193
+ }, {
194
+ readonly name: "newWeight";
195
+ readonly type: "uint64";
196
+ readonly indexed: false;
197
+ readonly internalType: "uint64";
198
+ }, {
199
+ readonly name: "maxWeight";
200
+ readonly type: "uint64";
201
+ readonly indexed: false;
202
+ readonly internalType: "uint64";
203
+ }];
204
+ readonly anonymous: false;
205
+ }, {
206
+ readonly type: "event";
207
+ readonly name: "SetUpSecurityModule";
208
+ readonly inputs: readonly [{
209
+ readonly name: "securityModule";
210
+ readonly type: "address";
211
+ readonly indexed: true;
212
+ readonly internalType: "address";
213
+ }, {
214
+ readonly name: "maxWeight";
215
+ readonly type: "uint64";
216
+ readonly indexed: false;
217
+ readonly internalType: "uint64";
218
+ }];
219
+ readonly anonymous: false;
220
+ }, {
221
+ readonly type: "error";
222
+ readonly name: "BalancerValidatorManager__CannotRemoveModuleWithAssignedValidators";
223
+ readonly inputs: readonly [{
224
+ readonly name: "securityModule";
225
+ readonly type: "address";
226
+ readonly internalType: "address";
227
+ }, {
228
+ readonly name: "remainingValidators";
229
+ readonly type: "uint64";
230
+ readonly internalType: "uint64";
231
+ }];
232
+ }, {
233
+ readonly type: "error";
234
+ readonly name: "BalancerValidatorManager__CannotRemoveModuleWithWeight";
235
+ readonly inputs: readonly [{
236
+ readonly name: "securityModule";
237
+ readonly type: "address";
238
+ readonly internalType: "address";
239
+ }];
240
+ }, {
241
+ readonly type: "error";
242
+ readonly name: "BalancerValidatorManager__InconsistentNonce";
243
+ readonly inputs: readonly [];
244
+ }, {
245
+ readonly type: "error";
246
+ readonly name: "BalancerValidatorManager__InitialSecurityModuleMaxWeightLowerThanTotalWeight";
247
+ readonly inputs: readonly [{
248
+ readonly name: "securityModule";
249
+ readonly type: "address";
250
+ readonly internalType: "address";
251
+ }, {
252
+ readonly name: "initialMaxWeight";
253
+ readonly type: "uint64";
254
+ readonly internalType: "uint64";
255
+ }, {
256
+ readonly name: "totalWeight";
257
+ readonly type: "uint64";
258
+ readonly internalType: "uint64";
259
+ }];
260
+ }, {
261
+ readonly type: "error";
262
+ readonly name: "BalancerValidatorManager__InitialSecurityModuleRequiredForMigration";
263
+ readonly inputs: readonly [];
264
+ }, {
265
+ readonly type: "error";
266
+ readonly name: "BalancerValidatorManager__InvalidNonce";
267
+ readonly inputs: readonly [{
268
+ readonly name: "nonce";
269
+ readonly type: "uint64";
270
+ readonly internalType: "uint64";
271
+ }];
272
+ }, {
273
+ readonly type: "error";
274
+ readonly name: "BalancerValidatorManager__InvalidValidatorStatus";
275
+ readonly inputs: readonly [{
276
+ readonly name: "validationID";
277
+ readonly type: "bytes32";
278
+ readonly internalType: "bytes32";
279
+ }, {
280
+ readonly name: "status";
281
+ readonly type: "uint8";
282
+ readonly internalType: "enum ValidatorStatus";
283
+ }];
284
+ }, {
285
+ readonly type: "error";
286
+ readonly name: "BalancerValidatorManager__InvalidValidatorWeight";
287
+ readonly inputs: readonly [{
288
+ readonly name: "validationID";
289
+ readonly type: "bytes32";
290
+ readonly internalType: "bytes32";
291
+ }];
292
+ }, {
293
+ readonly type: "error";
294
+ readonly name: "BalancerValidatorManager__InvalidWarpMessage";
295
+ readonly inputs: readonly [];
296
+ }, {
297
+ readonly type: "error";
298
+ readonly name: "BalancerValidatorManager__MigratedNodeIDNotFound";
299
+ readonly inputs: readonly [{
300
+ readonly name: "nodeID";
301
+ readonly type: "bytes";
302
+ readonly internalType: "bytes";
303
+ }];
304
+ }, {
305
+ readonly type: "error";
306
+ readonly name: "BalancerValidatorManager__MigratedValidatorsRequired";
307
+ readonly inputs: readonly [];
308
+ }, {
309
+ readonly type: "error";
310
+ readonly name: "BalancerValidatorManager__MigratedValidatorsTotalWeightMismatch";
311
+ readonly inputs: readonly [{
312
+ readonly name: "migratedValidatorsTotalWeight";
313
+ readonly type: "uint64";
314
+ readonly internalType: "uint64";
315
+ }, {
316
+ readonly name: "currentL1TotalWeight";
317
+ readonly type: "uint64";
318
+ readonly internalType: "uint64";
319
+ }];
320
+ }, {
321
+ readonly type: "error";
322
+ readonly name: "BalancerValidatorManager__NewWeightIsZero";
323
+ readonly inputs: readonly [];
324
+ }, {
325
+ readonly type: "error";
326
+ readonly name: "BalancerValidatorManager__NoPendingWeightUpdate";
327
+ readonly inputs: readonly [{
328
+ readonly name: "validationID";
329
+ readonly type: "bytes32";
330
+ readonly internalType: "bytes32";
331
+ }];
332
+ }, {
333
+ readonly type: "error";
334
+ readonly name: "BalancerValidatorManager__PendingWeightUpdate";
335
+ readonly inputs: readonly [{
336
+ readonly name: "validationID";
337
+ readonly type: "bytes32";
338
+ readonly internalType: "bytes32";
339
+ }];
340
+ }, {
341
+ readonly type: "error";
342
+ readonly name: "BalancerValidatorManager__SecurityModuleMaxWeightExceeded";
343
+ readonly inputs: readonly [{
344
+ readonly name: "securityModule";
345
+ readonly type: "address";
346
+ readonly internalType: "address";
347
+ }, {
348
+ readonly name: "weight";
349
+ readonly type: "uint64";
350
+ readonly internalType: "uint64";
351
+ }, {
352
+ readonly name: "maxWeight";
353
+ readonly type: "uint64";
354
+ readonly internalType: "uint64";
355
+ }];
356
+ }, {
357
+ readonly type: "error";
358
+ readonly name: "BalancerValidatorManager__SecurityModuleNewMaxWeightLowerThanCurrentWeight";
359
+ readonly inputs: readonly [{
360
+ readonly name: "securityModule";
361
+ readonly type: "address";
362
+ readonly internalType: "address";
363
+ }, {
364
+ readonly name: "newMaxWeight";
365
+ readonly type: "uint64";
366
+ readonly internalType: "uint64";
367
+ }, {
368
+ readonly name: "currentWeight";
369
+ readonly type: "uint64";
370
+ readonly internalType: "uint64";
371
+ }];
372
+ }, {
373
+ readonly type: "error";
374
+ readonly name: "BalancerValidatorManager__SecurityModuleNotRegistered";
375
+ readonly inputs: readonly [{
376
+ readonly name: "securityModule";
377
+ readonly type: "address";
378
+ readonly internalType: "address";
379
+ }];
380
+ }, {
381
+ readonly type: "error";
382
+ readonly name: "BalancerValidatorManager__VMValidatorSetNotInitialized";
383
+ readonly inputs: readonly [];
384
+ }, {
385
+ readonly type: "error";
386
+ readonly name: "BalancerValidatorManager__ValidatorAlreadyMigrated";
387
+ readonly inputs: readonly [{
388
+ readonly name: "validationID";
389
+ readonly type: "bytes32";
390
+ readonly internalType: "bytes32";
391
+ }];
392
+ }, {
393
+ readonly type: "error";
394
+ readonly name: "BalancerValidatorManager__ValidatorNotBelongingToSecurityModule";
395
+ readonly inputs: readonly [{
396
+ readonly name: "validationID";
397
+ readonly type: "bytes32";
398
+ readonly internalType: "bytes32";
399
+ }, {
400
+ readonly name: "securityModule";
401
+ readonly type: "address";
402
+ readonly internalType: "address";
403
+ }];
404
+ }, {
405
+ readonly type: "error";
406
+ readonly name: "BalancerValidatorManager__ZeroValidatorManagerAddress";
407
+ readonly inputs: readonly [];
408
+ }, {
409
+ readonly type: "error";
410
+ readonly name: "EnumerableMapNonexistentKey";
411
+ readonly inputs: readonly [{
412
+ readonly name: "key";
413
+ readonly type: "bytes32";
414
+ readonly internalType: "bytes32";
415
+ }];
416
+ }, {
417
+ readonly type: "error";
418
+ readonly name: "InvalidBLSKeyLength";
419
+ readonly inputs: readonly [{
420
+ readonly name: "length";
421
+ readonly type: "uint256";
422
+ readonly internalType: "uint256";
423
+ }];
424
+ }, {
425
+ readonly type: "error";
426
+ readonly name: "InvalidChurnPeriodLength";
427
+ readonly inputs: readonly [{
428
+ readonly name: "churnPeriodLength";
429
+ readonly type: "uint64";
430
+ readonly internalType: "uint64";
431
+ }];
432
+ }, {
433
+ readonly type: "error";
434
+ readonly name: "InvalidConversionID";
435
+ readonly inputs: readonly [{
436
+ readonly name: "encodedConversionID";
437
+ readonly type: "bytes32";
438
+ readonly internalType: "bytes32";
439
+ }, {
440
+ readonly name: "expectedConversionID";
441
+ readonly type: "bytes32";
442
+ readonly internalType: "bytes32";
443
+ }];
444
+ }, {
445
+ readonly type: "error";
446
+ readonly name: "InvalidInitialization";
447
+ readonly inputs: readonly [];
448
+ }, {
449
+ readonly type: "error";
450
+ readonly name: "InvalidInitializationStatus";
451
+ readonly inputs: readonly [];
452
+ }, {
453
+ readonly type: "error";
454
+ readonly name: "InvalidMaximumChurnPercentage";
455
+ readonly inputs: readonly [{
456
+ readonly name: "maximumChurnPercentage";
457
+ readonly type: "uint8";
458
+ readonly internalType: "uint8";
459
+ }];
460
+ }, {
461
+ readonly type: "error";
462
+ readonly name: "InvalidNodeID";
463
+ readonly inputs: readonly [{
464
+ readonly name: "nodeID";
465
+ readonly type: "bytes";
466
+ readonly internalType: "bytes";
467
+ }];
468
+ }, {
469
+ readonly type: "error";
470
+ readonly name: "InvalidNonce";
471
+ readonly inputs: readonly [{
472
+ readonly name: "nonce";
473
+ readonly type: "uint64";
474
+ readonly internalType: "uint64";
475
+ }];
476
+ }, {
477
+ readonly type: "error";
478
+ readonly name: "InvalidPChainOwnerAddresses";
479
+ readonly inputs: readonly [];
480
+ }, {
481
+ readonly type: "error";
482
+ readonly name: "InvalidPChainOwnerThreshold";
483
+ readonly inputs: readonly [{
484
+ readonly name: "threshold";
485
+ readonly type: "uint256";
486
+ readonly internalType: "uint256";
487
+ }, {
488
+ readonly name: "addressesLength";
489
+ readonly type: "uint256";
490
+ readonly internalType: "uint256";
491
+ }];
492
+ }, {
493
+ readonly type: "error";
494
+ readonly name: "InvalidTotalWeight";
495
+ readonly inputs: readonly [{
496
+ readonly name: "weight";
497
+ readonly type: "uint64";
498
+ readonly internalType: "uint64";
499
+ }];
500
+ }, {
501
+ readonly type: "error";
502
+ readonly name: "InvalidValidationID";
503
+ readonly inputs: readonly [{
504
+ readonly name: "validationID";
505
+ readonly type: "bytes32";
506
+ readonly internalType: "bytes32";
507
+ }];
508
+ }, {
509
+ readonly type: "error";
510
+ readonly name: "InvalidValidatorManagerAddress";
511
+ readonly inputs: readonly [{
512
+ readonly name: "validatorManagerAddress";
513
+ readonly type: "address";
514
+ readonly internalType: "address";
515
+ }];
516
+ }, {
517
+ readonly type: "error";
518
+ readonly name: "InvalidValidatorManagerBlockchainID";
519
+ readonly inputs: readonly [{
520
+ readonly name: "blockchainID";
521
+ readonly type: "bytes32";
522
+ readonly internalType: "bytes32";
523
+ }];
524
+ }, {
525
+ readonly type: "error";
526
+ readonly name: "InvalidValidatorStatus";
527
+ readonly inputs: readonly [{
528
+ readonly name: "status";
529
+ readonly type: "uint8";
530
+ readonly internalType: "enum ValidatorStatus";
531
+ }];
532
+ }, {
533
+ readonly type: "error";
534
+ readonly name: "InvalidWarpMessage";
535
+ readonly inputs: readonly [];
536
+ }, {
537
+ readonly type: "error";
538
+ readonly name: "InvalidWarpOriginSenderAddress";
539
+ readonly inputs: readonly [{
540
+ readonly name: "senderAddress";
541
+ readonly type: "address";
542
+ readonly internalType: "address";
543
+ }];
544
+ }, {
545
+ readonly type: "error";
546
+ readonly name: "InvalidWarpSourceChainID";
547
+ readonly inputs: readonly [{
548
+ readonly name: "sourceChainID";
549
+ readonly type: "bytes32";
550
+ readonly internalType: "bytes32";
551
+ }];
552
+ }, {
553
+ readonly type: "error";
554
+ readonly name: "MaxChurnRateExceeded";
555
+ readonly inputs: readonly [{
556
+ readonly name: "churnAmount";
557
+ readonly type: "uint64";
558
+ readonly internalType: "uint64";
559
+ }];
560
+ }, {
561
+ readonly type: "error";
562
+ readonly name: "NodeAlreadyRegistered";
563
+ readonly inputs: readonly [{
564
+ readonly name: "nodeID";
565
+ readonly type: "bytes";
566
+ readonly internalType: "bytes";
567
+ }];
568
+ }, {
569
+ readonly type: "error";
570
+ readonly name: "NotInitializing";
571
+ readonly inputs: readonly [];
572
+ }, {
573
+ readonly type: "error";
574
+ readonly name: "OwnableInvalidOwner";
575
+ readonly inputs: readonly [{
576
+ readonly name: "owner";
577
+ readonly type: "address";
578
+ readonly internalType: "address";
579
+ }];
580
+ }, {
581
+ readonly type: "error";
582
+ readonly name: "OwnableUnauthorizedAccount";
583
+ readonly inputs: readonly [{
584
+ readonly name: "account";
585
+ readonly type: "address";
586
+ readonly internalType: "address";
587
+ }];
588
+ }, {
589
+ readonly type: "error";
590
+ readonly name: "UnexpectedRegistrationStatus";
591
+ readonly inputs: readonly [{
592
+ readonly name: "validRegistration";
593
+ readonly type: "bool";
594
+ readonly internalType: "bool";
595
+ }];
596
+ }, {
597
+ readonly type: "error";
598
+ readonly name: "ZeroAddress";
599
+ readonly inputs: readonly [];
600
+ }, {
601
+ readonly type: "function";
602
+ readonly name: "BALANCER_VALIDATOR_MANAGER_STORAGE_LOCATION";
603
+ readonly inputs: readonly [];
604
+ readonly outputs: readonly [{
605
+ readonly name: "";
606
+ readonly type: "bytes32";
607
+ readonly internalType: "bytes32";
608
+ }];
609
+ readonly stateMutability: "view";
610
+ }, {
611
+ readonly type: "function";
612
+ readonly name: "VALIDATOR_MANAGER";
613
+ readonly inputs: readonly [];
614
+ readonly outputs: readonly [{
615
+ readonly name: "";
616
+ readonly type: "address";
617
+ readonly internalType: "contract ValidatorManager";
618
+ }];
619
+ readonly stateMutability: "view";
620
+ }, {
621
+ readonly type: "function";
622
+ readonly name: "completeValidatorRegistration";
623
+ readonly inputs: readonly [{
624
+ readonly name: "messageIndex";
625
+ readonly type: "uint32";
626
+ readonly internalType: "uint32";
627
+ }];
628
+ readonly outputs: readonly [{
629
+ readonly name: "";
630
+ readonly type: "bytes32";
631
+ readonly internalType: "bytes32";
632
+ }];
633
+ readonly stateMutability: "nonpayable";
634
+ }, {
635
+ readonly type: "function";
636
+ readonly name: "completeValidatorRemoval";
637
+ readonly inputs: readonly [{
638
+ readonly name: "messageIndex";
639
+ readonly type: "uint32";
640
+ readonly internalType: "uint32";
641
+ }];
642
+ readonly outputs: readonly [{
643
+ readonly name: "validationID";
644
+ readonly type: "bytes32";
645
+ readonly internalType: "bytes32";
646
+ }];
647
+ readonly stateMutability: "nonpayable";
648
+ }, {
649
+ readonly type: "function";
650
+ readonly name: "completeValidatorWeightUpdate";
651
+ readonly inputs: readonly [{
652
+ readonly name: "messageIndex";
653
+ readonly type: "uint32";
654
+ readonly internalType: "uint32";
655
+ }];
656
+ readonly outputs: readonly [{
657
+ readonly name: "validationID";
658
+ readonly type: "bytes32";
659
+ readonly internalType: "bytes32";
660
+ }, {
661
+ readonly name: "nonce";
662
+ readonly type: "uint64";
663
+ readonly internalType: "uint64";
664
+ }];
665
+ readonly stateMutability: "nonpayable";
666
+ }, {
667
+ readonly type: "function";
668
+ readonly name: "getChurnPeriodSeconds";
669
+ readonly inputs: readonly [];
670
+ readonly outputs: readonly [{
671
+ readonly name: "";
672
+ readonly type: "uint64";
673
+ readonly internalType: "uint64";
674
+ }];
675
+ readonly stateMutability: "view";
676
+ }, {
677
+ readonly type: "function";
678
+ readonly name: "getCurrentChurnPeriod";
679
+ readonly inputs: readonly [];
680
+ readonly outputs: readonly [{
681
+ readonly name: "churnPeriod";
682
+ readonly type: "tuple";
683
+ readonly internalType: "struct ValidatorChurnPeriod";
684
+ readonly components: readonly [{
685
+ readonly name: "startTime";
686
+ readonly type: "uint256";
687
+ readonly internalType: "uint256";
688
+ }, {
689
+ readonly name: "initialWeight";
690
+ readonly type: "uint64";
691
+ readonly internalType: "uint64";
692
+ }, {
693
+ readonly name: "totalWeight";
694
+ readonly type: "uint64";
695
+ readonly internalType: "uint64";
696
+ }, {
697
+ readonly name: "churnAmount";
698
+ readonly type: "uint64";
699
+ readonly internalType: "uint64";
700
+ }];
701
+ }];
702
+ readonly stateMutability: "view";
703
+ }, {
704
+ readonly type: "function";
705
+ readonly name: "getMaximumChurnPercentage";
706
+ readonly inputs: readonly [];
707
+ readonly outputs: readonly [{
708
+ readonly name: "";
709
+ readonly type: "uint64";
710
+ readonly internalType: "uint64";
711
+ }];
712
+ readonly stateMutability: "view";
713
+ }, {
714
+ readonly type: "function";
715
+ readonly name: "getNodeValidationID";
716
+ readonly inputs: readonly [{
717
+ readonly name: "nodeID";
718
+ readonly type: "bytes";
719
+ readonly internalType: "bytes";
720
+ }];
721
+ readonly outputs: readonly [{
722
+ readonly name: "";
723
+ readonly type: "bytes32";
724
+ readonly internalType: "bytes32";
725
+ }];
726
+ readonly stateMutability: "view";
727
+ }, {
728
+ readonly type: "function";
729
+ readonly name: "getSecurityModuleWeights";
730
+ readonly inputs: readonly [{
731
+ readonly name: "securityModule";
732
+ readonly type: "address";
733
+ readonly internalType: "address";
734
+ }];
735
+ readonly outputs: readonly [{
736
+ readonly name: "weight";
737
+ readonly type: "uint64";
738
+ readonly internalType: "uint64";
739
+ }, {
740
+ readonly name: "maxWeight";
741
+ readonly type: "uint64";
742
+ readonly internalType: "uint64";
743
+ }];
744
+ readonly stateMutability: "view";
745
+ }, {
746
+ readonly type: "function";
747
+ readonly name: "getSecurityModules";
748
+ readonly inputs: readonly [];
749
+ readonly outputs: readonly [{
750
+ readonly name: "securityModules";
751
+ readonly type: "address[]";
752
+ readonly internalType: "address[]";
753
+ }];
754
+ readonly stateMutability: "view";
755
+ }, {
756
+ readonly type: "function";
757
+ readonly name: "getValidator";
758
+ readonly inputs: readonly [{
759
+ readonly name: "validationID";
760
+ readonly type: "bytes32";
761
+ readonly internalType: "bytes32";
762
+ }];
763
+ readonly outputs: readonly [{
764
+ readonly name: "";
765
+ readonly type: "tuple";
766
+ readonly internalType: "struct Validator";
767
+ readonly components: readonly [{
768
+ readonly name: "status";
769
+ readonly type: "uint8";
770
+ readonly internalType: "enum ValidatorStatus";
771
+ }, {
772
+ readonly name: "nodeID";
773
+ readonly type: "bytes";
774
+ readonly internalType: "bytes";
775
+ }, {
776
+ readonly name: "startingWeight";
777
+ readonly type: "uint64";
778
+ readonly internalType: "uint64";
779
+ }, {
780
+ readonly name: "sentNonce";
781
+ readonly type: "uint64";
782
+ readonly internalType: "uint64";
783
+ }, {
784
+ readonly name: "receivedNonce";
785
+ readonly type: "uint64";
786
+ readonly internalType: "uint64";
787
+ }, {
788
+ readonly name: "weight";
789
+ readonly type: "uint64";
790
+ readonly internalType: "uint64";
791
+ }, {
792
+ readonly name: "startTime";
793
+ readonly type: "uint64";
794
+ readonly internalType: "uint64";
795
+ }, {
796
+ readonly name: "endTime";
797
+ readonly type: "uint64";
798
+ readonly internalType: "uint64";
799
+ }];
800
+ }];
801
+ readonly stateMutability: "view";
802
+ }, {
803
+ readonly type: "function";
804
+ readonly name: "getValidatorSecurityModule";
805
+ readonly inputs: readonly [{
806
+ readonly name: "validationID";
807
+ readonly type: "bytes32";
808
+ readonly internalType: "bytes32";
809
+ }];
810
+ readonly outputs: readonly [{
811
+ readonly name: "";
812
+ readonly type: "address";
813
+ readonly internalType: "address";
814
+ }];
815
+ readonly stateMutability: "view";
816
+ }, {
817
+ readonly type: "function";
818
+ readonly name: "initialize";
819
+ readonly inputs: readonly [{
820
+ readonly name: "settings";
821
+ readonly type: "tuple";
822
+ readonly internalType: "struct BalancerValidatorManagerSettings";
823
+ readonly components: readonly [{
824
+ readonly name: "baseSettings";
825
+ readonly type: "tuple";
826
+ readonly internalType: "struct ValidatorManagerSettings";
827
+ readonly components: readonly [{
828
+ readonly name: "admin";
829
+ readonly type: "address";
830
+ readonly internalType: "address";
831
+ }, {
832
+ readonly name: "subnetID";
833
+ readonly type: "bytes32";
834
+ readonly internalType: "bytes32";
835
+ }, {
836
+ readonly name: "churnPeriodSeconds";
837
+ readonly type: "uint64";
838
+ readonly internalType: "uint64";
839
+ }, {
840
+ readonly name: "maximumChurnPercentage";
841
+ readonly type: "uint8";
842
+ readonly internalType: "uint8";
843
+ }];
844
+ }, {
845
+ readonly name: "initialOwner";
846
+ readonly type: "address";
847
+ readonly internalType: "address";
848
+ }, {
849
+ readonly name: "initialSecurityModule";
850
+ readonly type: "address";
851
+ readonly internalType: "address";
852
+ }, {
853
+ readonly name: "initialSecurityModuleMaxWeight";
854
+ readonly type: "uint64";
855
+ readonly internalType: "uint64";
856
+ }, {
857
+ readonly name: "migratedValidators";
858
+ readonly type: "bytes[]";
859
+ readonly internalType: "bytes[]";
860
+ }];
861
+ }, {
862
+ readonly name: "validatorManagerAddress";
863
+ readonly type: "address";
864
+ readonly internalType: "address";
865
+ }];
866
+ readonly outputs: readonly [];
867
+ readonly stateMutability: "nonpayable";
868
+ }, {
869
+ readonly type: "function";
870
+ readonly name: "initializeValidatorSet";
871
+ readonly inputs: readonly [{
872
+ readonly name: "conversionData";
873
+ readonly type: "tuple";
874
+ readonly internalType: "struct ConversionData";
875
+ readonly components: readonly [{
876
+ readonly name: "subnetID";
877
+ readonly type: "bytes32";
878
+ readonly internalType: "bytes32";
879
+ }, {
880
+ readonly name: "validatorManagerBlockchainID";
881
+ readonly type: "bytes32";
882
+ readonly internalType: "bytes32";
883
+ }, {
884
+ readonly name: "validatorManagerAddress";
885
+ readonly type: "address";
886
+ readonly internalType: "address";
887
+ }, {
888
+ readonly name: "initialValidators";
889
+ readonly type: "tuple[]";
890
+ readonly internalType: "struct InitialValidator[]";
891
+ readonly components: readonly [{
892
+ readonly name: "nodeID";
893
+ readonly type: "bytes";
894
+ readonly internalType: "bytes";
895
+ }, {
896
+ readonly name: "blsPublicKey";
897
+ readonly type: "bytes";
898
+ readonly internalType: "bytes";
899
+ }, {
900
+ readonly name: "weight";
901
+ readonly type: "uint64";
902
+ readonly internalType: "uint64";
903
+ }];
904
+ }];
905
+ }, {
906
+ readonly name: "messageIndex";
907
+ readonly type: "uint32";
908
+ readonly internalType: "uint32";
909
+ }];
910
+ readonly outputs: readonly [];
911
+ readonly stateMutability: "nonpayable";
912
+ }, {
913
+ readonly type: "function";
914
+ readonly name: "initiateValidatorRegistration";
915
+ readonly inputs: readonly [{
916
+ readonly name: "nodeID";
917
+ readonly type: "bytes";
918
+ readonly internalType: "bytes";
919
+ }, {
920
+ readonly name: "blsPublicKey";
921
+ readonly type: "bytes";
922
+ readonly internalType: "bytes";
923
+ }, {
924
+ readonly name: "remainingBalanceOwner";
925
+ readonly type: "tuple";
926
+ readonly internalType: "struct PChainOwner";
927
+ readonly components: readonly [{
928
+ readonly name: "threshold";
929
+ readonly type: "uint32";
930
+ readonly internalType: "uint32";
931
+ }, {
932
+ readonly name: "addresses";
933
+ readonly type: "address[]";
934
+ readonly internalType: "address[]";
935
+ }];
936
+ }, {
937
+ readonly name: "disableOwner";
938
+ readonly type: "tuple";
939
+ readonly internalType: "struct PChainOwner";
940
+ readonly components: readonly [{
941
+ readonly name: "threshold";
942
+ readonly type: "uint32";
943
+ readonly internalType: "uint32";
944
+ }, {
945
+ readonly name: "addresses";
946
+ readonly type: "address[]";
947
+ readonly internalType: "address[]";
948
+ }];
949
+ }, {
950
+ readonly name: "weight";
951
+ readonly type: "uint64";
952
+ readonly internalType: "uint64";
953
+ }];
954
+ readonly outputs: readonly [{
955
+ readonly name: "validationID";
956
+ readonly type: "bytes32";
957
+ readonly internalType: "bytes32";
958
+ }];
959
+ readonly stateMutability: "nonpayable";
960
+ }, {
961
+ readonly type: "function";
962
+ readonly name: "initiateValidatorRemoval";
963
+ readonly inputs: readonly [{
964
+ readonly name: "validationID";
965
+ readonly type: "bytes32";
966
+ readonly internalType: "bytes32";
967
+ }];
968
+ readonly outputs: readonly [];
969
+ readonly stateMutability: "nonpayable";
970
+ }, {
971
+ readonly type: "function";
972
+ readonly name: "initiateValidatorWeightUpdate";
973
+ readonly inputs: readonly [{
974
+ readonly name: "validationID";
975
+ readonly type: "bytes32";
976
+ readonly internalType: "bytes32";
977
+ }, {
978
+ readonly name: "newWeight";
979
+ readonly type: "uint64";
980
+ readonly internalType: "uint64";
981
+ }];
982
+ readonly outputs: readonly [{
983
+ readonly name: "nonce";
984
+ readonly type: "uint64";
985
+ readonly internalType: "uint64";
986
+ }, {
987
+ readonly name: "messageID";
988
+ readonly type: "bytes32";
989
+ readonly internalType: "bytes32";
990
+ }];
991
+ readonly stateMutability: "nonpayable";
992
+ }, {
993
+ readonly type: "function";
994
+ readonly name: "isValidatorPendingWeightUpdate";
995
+ readonly inputs: readonly [{
996
+ readonly name: "validationID";
997
+ readonly type: "bytes32";
998
+ readonly internalType: "bytes32";
999
+ }];
1000
+ readonly outputs: readonly [{
1001
+ readonly name: "";
1002
+ readonly type: "bool";
1003
+ readonly internalType: "bool";
1004
+ }];
1005
+ readonly stateMutability: "view";
1006
+ }, {
1007
+ readonly type: "function";
1008
+ readonly name: "l1TotalWeight";
1009
+ readonly inputs: readonly [];
1010
+ readonly outputs: readonly [{
1011
+ readonly name: "";
1012
+ readonly type: "uint64";
1013
+ readonly internalType: "uint64";
1014
+ }];
1015
+ readonly stateMutability: "view";
1016
+ }, {
1017
+ readonly type: "function";
1018
+ readonly name: "migrateFromV1";
1019
+ readonly inputs: readonly [{
1020
+ readonly name: "validationID";
1021
+ readonly type: "bytes32";
1022
+ readonly internalType: "bytes32";
1023
+ }, {
1024
+ readonly name: "receivedNonce";
1025
+ readonly type: "uint32";
1026
+ readonly internalType: "uint32";
1027
+ }];
1028
+ readonly outputs: readonly [];
1029
+ readonly stateMutability: "nonpayable";
1030
+ }, {
1031
+ readonly type: "function";
1032
+ readonly name: "owner";
1033
+ readonly inputs: readonly [];
1034
+ readonly outputs: readonly [{
1035
+ readonly name: "";
1036
+ readonly type: "address";
1037
+ readonly internalType: "address";
1038
+ }];
1039
+ readonly stateMutability: "view";
1040
+ }, {
1041
+ readonly type: "function";
1042
+ readonly name: "renounceOwnership";
1043
+ readonly inputs: readonly [];
1044
+ readonly outputs: readonly [];
1045
+ readonly stateMutability: "nonpayable";
1046
+ }, {
1047
+ readonly type: "function";
1048
+ readonly name: "resendRegisterValidatorMessage";
1049
+ readonly inputs: readonly [{
1050
+ readonly name: "validationID";
1051
+ readonly type: "bytes32";
1052
+ readonly internalType: "bytes32";
1053
+ }];
1054
+ readonly outputs: readonly [];
1055
+ readonly stateMutability: "nonpayable";
1056
+ }, {
1057
+ readonly type: "function";
1058
+ readonly name: "resendValidatorRemovalMessage";
1059
+ readonly inputs: readonly [{
1060
+ readonly name: "validationID";
1061
+ readonly type: "bytes32";
1062
+ readonly internalType: "bytes32";
1063
+ }];
1064
+ readonly outputs: readonly [];
1065
+ readonly stateMutability: "nonpayable";
1066
+ }, {
1067
+ readonly type: "function";
1068
+ readonly name: "resendValidatorWeightUpdate";
1069
+ readonly inputs: readonly [{
1070
+ readonly name: "validationID";
1071
+ readonly type: "bytes32";
1072
+ readonly internalType: "bytes32";
1073
+ }];
1074
+ readonly outputs: readonly [];
1075
+ readonly stateMutability: "nonpayable";
1076
+ }, {
1077
+ readonly type: "function";
1078
+ readonly name: "setUpSecurityModule";
1079
+ readonly inputs: readonly [{
1080
+ readonly name: "securityModule";
1081
+ readonly type: "address";
1082
+ readonly internalType: "address";
1083
+ }, {
1084
+ readonly name: "maxWeight";
1085
+ readonly type: "uint64";
1086
+ readonly internalType: "uint64";
1087
+ }];
1088
+ readonly outputs: readonly [];
1089
+ readonly stateMutability: "nonpayable";
1090
+ }, {
1091
+ readonly type: "function";
1092
+ readonly name: "subnetID";
1093
+ readonly inputs: readonly [];
1094
+ readonly outputs: readonly [{
1095
+ readonly name: "";
1096
+ readonly type: "bytes32";
1097
+ readonly internalType: "bytes32";
1098
+ }];
1099
+ readonly stateMutability: "view";
1100
+ }, {
1101
+ readonly type: "function";
1102
+ readonly name: "transferOwnership";
1103
+ readonly inputs: readonly [{
1104
+ readonly name: "newOwner";
1105
+ readonly type: "address";
1106
+ readonly internalType: "address";
1107
+ }];
1108
+ readonly outputs: readonly [];
1109
+ readonly stateMutability: "nonpayable";
1110
+ }, {
1111
+ readonly type: "function";
1112
+ readonly name: "transferValidatorManagerOwnership";
1113
+ readonly inputs: readonly [{
1114
+ readonly name: "newOwner";
1115
+ readonly type: "address";
1116
+ readonly internalType: "address";
1117
+ }];
1118
+ readonly outputs: readonly [];
1119
+ readonly stateMutability: "nonpayable";
1120
+ }];
1121
+ export default _default;