@usdu-finance/usdu-core 0.0.2 → 0.0.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.
@@ -0,0 +1,626 @@
1
+ export const VetoMultiSig_ABI = [
2
+ {
3
+ inputs: [
4
+ { internalType: 'uint16', name: 'limit', type: 'uint16' },
5
+ { internalType: 'uint256', name: 'actual', type: 'uint256' },
6
+ ],
7
+ name: 'AddresslistLengthOutOfBounds',
8
+ type: 'error',
9
+ },
10
+ { inputs: [], name: 'AlreadyInitialized', type: 'error' },
11
+ {
12
+ inputs: [
13
+ { internalType: 'uint256', name: 'proposalId', type: 'uint256' },
14
+ { internalType: 'address', name: 'sender', type: 'address' },
15
+ ],
16
+ name: 'ApprovalCastForbidden',
17
+ type: 'error',
18
+ },
19
+ {
20
+ inputs: [
21
+ { internalType: 'address', name: 'dao', type: 'address' },
22
+ { internalType: 'address', name: 'where', type: 'address' },
23
+ { internalType: 'address', name: 'who', type: 'address' },
24
+ { internalType: 'bytes32', name: 'permissionId', type: 'bytes32' },
25
+ ],
26
+ name: 'DaoUnauthorized',
27
+ type: 'error',
28
+ },
29
+ {
30
+ inputs: [
31
+ { internalType: 'uint64', name: 'limit', type: 'uint64' },
32
+ { internalType: 'uint64', name: 'actual', type: 'uint64' },
33
+ ],
34
+ name: 'DateOutOfBounds',
35
+ type: 'error',
36
+ },
37
+ { inputs: [], name: 'DelegateCallFailed', type: 'error' },
38
+ { inputs: [], name: 'FunctionDeprecated', type: 'error' },
39
+ { inputs: [{ internalType: 'address', name: 'member', type: 'address' }], name: 'InvalidAddresslistUpdate', type: 'error' },
40
+ {
41
+ inputs: [
42
+ {
43
+ components: [
44
+ { internalType: 'address', name: 'target', type: 'address' },
45
+ { internalType: 'enum IPlugin.Operation', name: 'operation', type: 'uint8' },
46
+ ],
47
+ internalType: 'struct IPlugin.TargetConfig',
48
+ name: 'targetConfig',
49
+ type: 'tuple',
50
+ },
51
+ ],
52
+ name: 'InvalidTargetConfig',
53
+ type: 'error',
54
+ },
55
+ {
56
+ inputs: [
57
+ { internalType: 'uint16', name: 'limit', type: 'uint16' },
58
+ { internalType: 'uint16', name: 'actual', type: 'uint16' },
59
+ ],
60
+ name: 'MinApprovalsOutOfBounds',
61
+ type: 'error',
62
+ },
63
+ { inputs: [{ internalType: 'uint256', name: 'proposalId', type: 'uint256' }], name: 'NonexistentProposal', type: 'error' },
64
+ { inputs: [{ internalType: 'uint256', name: 'proposalId', type: 'uint256' }], name: 'ProposalAlreadyExists', type: 'error' },
65
+ { inputs: [{ internalType: 'address', name: 'sender', type: 'address' }], name: 'ProposalCreationForbidden', type: 'error' },
66
+ { inputs: [{ internalType: 'uint256', name: 'proposalId', type: 'uint256' }], name: 'ProposalExecutionForbidden', type: 'error' },
67
+ {
68
+ anonymous: false,
69
+ inputs: [
70
+ { indexed: false, internalType: 'address', name: 'previousAdmin', type: 'address' },
71
+ { indexed: false, internalType: 'address', name: 'newAdmin', type: 'address' },
72
+ ],
73
+ name: 'AdminChanged',
74
+ type: 'event',
75
+ },
76
+ {
77
+ anonymous: false,
78
+ inputs: [
79
+ { indexed: true, internalType: 'uint256', name: 'proposalId', type: 'uint256' },
80
+ { indexed: true, internalType: 'address', name: 'approver', type: 'address' },
81
+ ],
82
+ name: 'Approved',
83
+ type: 'event',
84
+ },
85
+ {
86
+ anonymous: false,
87
+ inputs: [{ indexed: true, internalType: 'address', name: 'beacon', type: 'address' }],
88
+ name: 'BeaconUpgraded',
89
+ type: 'event',
90
+ },
91
+ {
92
+ anonymous: false,
93
+ inputs: [{ indexed: false, internalType: 'uint8', name: 'version', type: 'uint8' }],
94
+ name: 'Initialized',
95
+ type: 'event',
96
+ },
97
+ {
98
+ anonymous: false,
99
+ inputs: [{ indexed: false, internalType: 'address[]', name: 'members', type: 'address[]' }],
100
+ name: 'MembersAdded',
101
+ type: 'event',
102
+ },
103
+ {
104
+ anonymous: false,
105
+ inputs: [{ indexed: false, internalType: 'address[]', name: 'members', type: 'address[]' }],
106
+ name: 'MembersRemoved',
107
+ type: 'event',
108
+ },
109
+ {
110
+ anonymous: false,
111
+ inputs: [{ indexed: true, internalType: 'address', name: 'definingContract', type: 'address' }],
112
+ name: 'MembershipContractAnnounced',
113
+ type: 'event',
114
+ },
115
+ {
116
+ anonymous: false,
117
+ inputs: [{ indexed: false, internalType: 'bytes', name: 'metadata', type: 'bytes' }],
118
+ name: 'MetadataSet',
119
+ type: 'event',
120
+ },
121
+ {
122
+ anonymous: false,
123
+ inputs: [
124
+ { indexed: false, internalType: 'bool', name: 'onlyListed', type: 'bool' },
125
+ { indexed: true, internalType: 'uint16', name: 'minApprovals', type: 'uint16' },
126
+ ],
127
+ name: 'MultisigSettingsUpdated',
128
+ type: 'event',
129
+ },
130
+ {
131
+ anonymous: false,
132
+ inputs: [
133
+ { indexed: true, internalType: 'uint256', name: 'proposalId', type: 'uint256' },
134
+ { indexed: true, internalType: 'address', name: 'creator', type: 'address' },
135
+ { indexed: false, internalType: 'uint64', name: 'startDate', type: 'uint64' },
136
+ { indexed: false, internalType: 'uint64', name: 'endDate', type: 'uint64' },
137
+ { indexed: false, internalType: 'bytes', name: 'metadata', type: 'bytes' },
138
+ {
139
+ components: [
140
+ { internalType: 'address', name: 'to', type: 'address' },
141
+ { internalType: 'uint256', name: 'value', type: 'uint256' },
142
+ { internalType: 'bytes', name: 'data', type: 'bytes' },
143
+ ],
144
+ indexed: false,
145
+ internalType: 'struct Action[]',
146
+ name: 'actions',
147
+ type: 'tuple[]',
148
+ },
149
+ { indexed: false, internalType: 'uint256', name: 'allowFailureMap', type: 'uint256' },
150
+ ],
151
+ name: 'ProposalCreated',
152
+ type: 'event',
153
+ },
154
+ {
155
+ anonymous: false,
156
+ inputs: [{ indexed: true, internalType: 'uint256', name: 'proposalId', type: 'uint256' }],
157
+ name: 'ProposalExecuted',
158
+ type: 'event',
159
+ },
160
+ {
161
+ anonymous: false,
162
+ inputs: [
163
+ {
164
+ components: [
165
+ { internalType: 'address', name: 'target', type: 'address' },
166
+ { internalType: 'enum IPlugin.Operation', name: 'operation', type: 'uint8' },
167
+ ],
168
+ indexed: false,
169
+ internalType: 'struct IPlugin.TargetConfig',
170
+ name: 'newTargetConfig',
171
+ type: 'tuple',
172
+ },
173
+ ],
174
+ name: 'TargetSet',
175
+ type: 'event',
176
+ },
177
+ {
178
+ anonymous: false,
179
+ inputs: [{ indexed: true, internalType: 'address', name: 'implementation', type: 'address' }],
180
+ name: 'Upgraded',
181
+ type: 'event',
182
+ },
183
+ {
184
+ inputs: [],
185
+ name: 'CREATE_PROPOSAL_PERMISSION_ID',
186
+ outputs: [{ internalType: 'bytes32', name: '', type: 'bytes32' }],
187
+ stateMutability: 'view',
188
+ type: 'function',
189
+ },
190
+ {
191
+ inputs: [],
192
+ name: 'EXECUTE_PROPOSAL_PERMISSION_ID',
193
+ outputs: [{ internalType: 'bytes32', name: '', type: 'bytes32' }],
194
+ stateMutability: 'view',
195
+ type: 'function',
196
+ },
197
+ {
198
+ inputs: [],
199
+ name: 'SET_METADATA_PERMISSION_ID',
200
+ outputs: [{ internalType: 'bytes32', name: '', type: 'bytes32' }],
201
+ stateMutability: 'view',
202
+ type: 'function',
203
+ },
204
+ {
205
+ inputs: [],
206
+ name: 'SET_TARGET_CONFIG_PERMISSION_ID',
207
+ outputs: [{ internalType: 'bytes32', name: '', type: 'bytes32' }],
208
+ stateMutability: 'view',
209
+ type: 'function',
210
+ },
211
+ {
212
+ inputs: [],
213
+ name: 'UPDATE_MULTISIG_SETTINGS_PERMISSION_ID',
214
+ outputs: [{ internalType: 'bytes32', name: '', type: 'bytes32' }],
215
+ stateMutability: 'view',
216
+ type: 'function',
217
+ },
218
+ {
219
+ inputs: [],
220
+ name: 'UPGRADE_PLUGIN_PERMISSION_ID',
221
+ outputs: [{ internalType: 'bytes32', name: '', type: 'bytes32' }],
222
+ stateMutability: 'view',
223
+ type: 'function',
224
+ },
225
+ {
226
+ inputs: [{ internalType: 'address[]', name: '_members', type: 'address[]' }],
227
+ name: 'addAddresses',
228
+ outputs: [],
229
+ stateMutability: 'nonpayable',
230
+ type: 'function',
231
+ },
232
+ {
233
+ inputs: [],
234
+ name: 'addresslistLength',
235
+ outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],
236
+ stateMutability: 'view',
237
+ type: 'function',
238
+ },
239
+ {
240
+ inputs: [{ internalType: 'uint256', name: '_blockNumber', type: 'uint256' }],
241
+ name: 'addresslistLengthAtBlock',
242
+ outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],
243
+ stateMutability: 'view',
244
+ type: 'function',
245
+ },
246
+ {
247
+ inputs: [
248
+ { internalType: 'uint256', name: '_proposalId', type: 'uint256' },
249
+ { internalType: 'bool', name: '_tryExecution', type: 'bool' },
250
+ ],
251
+ name: 'approve',
252
+ outputs: [],
253
+ stateMutability: 'nonpayable',
254
+ type: 'function',
255
+ },
256
+ {
257
+ inputs: [
258
+ { internalType: 'uint256', name: '_proposalId', type: 'uint256' },
259
+ { internalType: 'address', name: '_account', type: 'address' },
260
+ ],
261
+ name: 'canApprove',
262
+ outputs: [{ internalType: 'bool', name: '', type: 'bool' }],
263
+ stateMutability: 'view',
264
+ type: 'function',
265
+ },
266
+ {
267
+ inputs: [{ internalType: 'uint256', name: '_proposalId', type: 'uint256' }],
268
+ name: 'canExecute',
269
+ outputs: [{ internalType: 'bool', name: '', type: 'bool' }],
270
+ stateMutability: 'view',
271
+ type: 'function',
272
+ },
273
+ {
274
+ inputs: [
275
+ { internalType: 'bytes', name: '_metadata', type: 'bytes' },
276
+ {
277
+ components: [
278
+ { internalType: 'address', name: 'to', type: 'address' },
279
+ { internalType: 'uint256', name: 'value', type: 'uint256' },
280
+ { internalType: 'bytes', name: 'data', type: 'bytes' },
281
+ ],
282
+ internalType: 'struct Action[]',
283
+ name: '_actions',
284
+ type: 'tuple[]',
285
+ },
286
+ { internalType: 'uint64', name: '_startDate', type: 'uint64' },
287
+ { internalType: 'uint64', name: '_endDate', type: 'uint64' },
288
+ { internalType: 'bytes', name: '_data', type: 'bytes' },
289
+ ],
290
+ name: 'createProposal',
291
+ outputs: [{ internalType: 'uint256', name: 'proposalId', type: 'uint256' }],
292
+ stateMutability: 'nonpayable',
293
+ type: 'function',
294
+ },
295
+ {
296
+ inputs: [
297
+ { internalType: 'bytes', name: '_metadata', type: 'bytes' },
298
+ {
299
+ components: [
300
+ { internalType: 'address', name: 'to', type: 'address' },
301
+ { internalType: 'uint256', name: 'value', type: 'uint256' },
302
+ { internalType: 'bytes', name: 'data', type: 'bytes' },
303
+ ],
304
+ internalType: 'struct Action[]',
305
+ name: '_actions',
306
+ type: 'tuple[]',
307
+ },
308
+ { internalType: 'uint256', name: '_allowFailureMap', type: 'uint256' },
309
+ { internalType: 'bool', name: '_approveProposal', type: 'bool' },
310
+ { internalType: 'bool', name: '_tryExecution', type: 'bool' },
311
+ { internalType: 'uint64', name: '_startDate', type: 'uint64' },
312
+ { internalType: 'uint64', name: '_endDate', type: 'uint64' },
313
+ ],
314
+ name: 'createProposal',
315
+ outputs: [{ internalType: 'uint256', name: 'proposalId', type: 'uint256' }],
316
+ stateMutability: 'nonpayable',
317
+ type: 'function',
318
+ },
319
+ {
320
+ inputs: [],
321
+ name: 'customProposalParamsABI',
322
+ outputs: [{ internalType: 'string', name: '', type: 'string' }],
323
+ stateMutability: 'pure',
324
+ type: 'function',
325
+ },
326
+ {
327
+ inputs: [],
328
+ name: 'dao',
329
+ outputs: [{ internalType: 'contract IDAO', name: '', type: 'address' }],
330
+ stateMutability: 'view',
331
+ type: 'function',
332
+ },
333
+ {
334
+ inputs: [{ internalType: 'uint256', name: '_proposalId', type: 'uint256' }],
335
+ name: 'execute',
336
+ outputs: [],
337
+ stateMutability: 'nonpayable',
338
+ type: 'function',
339
+ },
340
+ {
341
+ inputs: [],
342
+ name: 'getCurrentTargetConfig',
343
+ outputs: [
344
+ {
345
+ components: [
346
+ { internalType: 'address', name: 'target', type: 'address' },
347
+ { internalType: 'enum IPlugin.Operation', name: 'operation', type: 'uint8' },
348
+ ],
349
+ internalType: 'struct IPlugin.TargetConfig',
350
+ name: '',
351
+ type: 'tuple',
352
+ },
353
+ ],
354
+ stateMutability: 'view',
355
+ type: 'function',
356
+ },
357
+ {
358
+ inputs: [],
359
+ name: 'getMetadata',
360
+ outputs: [{ internalType: 'bytes', name: '', type: 'bytes' }],
361
+ stateMutability: 'view',
362
+ type: 'function',
363
+ },
364
+ {
365
+ inputs: [{ internalType: 'uint256', name: '_proposalId', type: 'uint256' }],
366
+ name: 'getProposal',
367
+ outputs: [
368
+ { internalType: 'bool', name: 'executed', type: 'bool' },
369
+ { internalType: 'uint16', name: 'approvals', type: 'uint16' },
370
+ {
371
+ components: [
372
+ { internalType: 'uint16', name: 'minApprovals', type: 'uint16' },
373
+ { internalType: 'uint64', name: 'snapshotBlock', type: 'uint64' },
374
+ { internalType: 'uint64', name: 'startDate', type: 'uint64' },
375
+ { internalType: 'uint64', name: 'endDate', type: 'uint64' },
376
+ ],
377
+ internalType: 'struct Multisig.ProposalParameters',
378
+ name: 'parameters',
379
+ type: 'tuple',
380
+ },
381
+ {
382
+ components: [
383
+ { internalType: 'address', name: 'to', type: 'address' },
384
+ { internalType: 'uint256', name: 'value', type: 'uint256' },
385
+ { internalType: 'bytes', name: 'data', type: 'bytes' },
386
+ ],
387
+ internalType: 'struct Action[]',
388
+ name: 'actions',
389
+ type: 'tuple[]',
390
+ },
391
+ { internalType: 'uint256', name: 'allowFailureMap', type: 'uint256' },
392
+ {
393
+ components: [
394
+ { internalType: 'address', name: 'target', type: 'address' },
395
+ { internalType: 'enum IPlugin.Operation', name: 'operation', type: 'uint8' },
396
+ ],
397
+ internalType: 'struct IPlugin.TargetConfig',
398
+ name: 'targetConfig',
399
+ type: 'tuple',
400
+ },
401
+ ],
402
+ stateMutability: 'view',
403
+ type: 'function',
404
+ },
405
+ {
406
+ inputs: [],
407
+ name: 'getTargetConfig',
408
+ outputs: [
409
+ {
410
+ components: [
411
+ { internalType: 'address', name: 'target', type: 'address' },
412
+ { internalType: 'enum IPlugin.Operation', name: 'operation', type: 'uint8' },
413
+ ],
414
+ internalType: 'struct IPlugin.TargetConfig',
415
+ name: '',
416
+ type: 'tuple',
417
+ },
418
+ ],
419
+ stateMutability: 'view',
420
+ type: 'function',
421
+ },
422
+ {
423
+ inputs: [
424
+ { internalType: 'uint256', name: '_proposalId', type: 'uint256' },
425
+ { internalType: 'address', name: '_account', type: 'address' },
426
+ ],
427
+ name: 'hasApproved',
428
+ outputs: [{ internalType: 'bool', name: '', type: 'bool' }],
429
+ stateMutability: 'view',
430
+ type: 'function',
431
+ },
432
+ {
433
+ inputs: [{ internalType: 'uint256', name: '_proposalId', type: 'uint256' }],
434
+ name: 'hasSucceeded',
435
+ outputs: [{ internalType: 'bool', name: '', type: 'bool' }],
436
+ stateMutability: 'view',
437
+ type: 'function',
438
+ },
439
+ {
440
+ inputs: [],
441
+ name: 'implementation',
442
+ outputs: [{ internalType: 'address', name: '', type: 'address' }],
443
+ stateMutability: 'view',
444
+ type: 'function',
445
+ },
446
+ {
447
+ inputs: [
448
+ { internalType: 'contract IDAO', name: '_dao', type: 'address' },
449
+ { internalType: 'address[]', name: '_members', type: 'address[]' },
450
+ {
451
+ components: [
452
+ { internalType: 'bool', name: 'onlyListed', type: 'bool' },
453
+ { internalType: 'uint16', name: 'minApprovals', type: 'uint16' },
454
+ ],
455
+ internalType: 'struct Multisig.MultisigSettings',
456
+ name: '_multisigSettings',
457
+ type: 'tuple',
458
+ },
459
+ {
460
+ components: [
461
+ { internalType: 'address', name: 'target', type: 'address' },
462
+ { internalType: 'enum IPlugin.Operation', name: 'operation', type: 'uint8' },
463
+ ],
464
+ internalType: 'struct IPlugin.TargetConfig',
465
+ name: '_targetConfig',
466
+ type: 'tuple',
467
+ },
468
+ { internalType: 'bytes', name: '_pluginMetadata', type: 'bytes' },
469
+ ],
470
+ name: 'initialize',
471
+ outputs: [],
472
+ stateMutability: 'nonpayable',
473
+ type: 'function',
474
+ },
475
+ {
476
+ inputs: [
477
+ { internalType: 'uint16', name: '_fromBuild', type: 'uint16' },
478
+ { internalType: 'bytes', name: '_initData', type: 'bytes' },
479
+ ],
480
+ name: 'initializeFrom',
481
+ outputs: [],
482
+ stateMutability: 'nonpayable',
483
+ type: 'function',
484
+ },
485
+ {
486
+ inputs: [{ internalType: 'address', name: '_account', type: 'address' }],
487
+ name: 'isListed',
488
+ outputs: [{ internalType: 'bool', name: '', type: 'bool' }],
489
+ stateMutability: 'view',
490
+ type: 'function',
491
+ },
492
+ {
493
+ inputs: [
494
+ { internalType: 'address', name: '_account', type: 'address' },
495
+ { internalType: 'uint256', name: '_blockNumber', type: 'uint256' },
496
+ ],
497
+ name: 'isListedAtBlock',
498
+ outputs: [{ internalType: 'bool', name: '', type: 'bool' }],
499
+ stateMutability: 'view',
500
+ type: 'function',
501
+ },
502
+ {
503
+ inputs: [{ internalType: 'address', name: '_account', type: 'address' }],
504
+ name: 'isMember',
505
+ outputs: [{ internalType: 'bool', name: '', type: 'bool' }],
506
+ stateMutability: 'view',
507
+ type: 'function',
508
+ },
509
+ {
510
+ inputs: [],
511
+ name: 'lastMultisigSettingsChange',
512
+ outputs: [{ internalType: 'uint64', name: '', type: 'uint64' }],
513
+ stateMutability: 'view',
514
+ type: 'function',
515
+ },
516
+ {
517
+ inputs: [],
518
+ name: 'multisigSettings',
519
+ outputs: [
520
+ { internalType: 'bool', name: 'onlyListed', type: 'bool' },
521
+ { internalType: 'uint16', name: 'minApprovals', type: 'uint16' },
522
+ ],
523
+ stateMutability: 'view',
524
+ type: 'function',
525
+ },
526
+ {
527
+ inputs: [],
528
+ name: 'pluginType',
529
+ outputs: [{ internalType: 'enum IPlugin.PluginType', name: '', type: 'uint8' }],
530
+ stateMutability: 'pure',
531
+ type: 'function',
532
+ },
533
+ {
534
+ inputs: [],
535
+ name: 'proposalCount',
536
+ outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],
537
+ stateMutability: 'view',
538
+ type: 'function',
539
+ },
540
+ {
541
+ inputs: [],
542
+ name: 'protocolVersion',
543
+ outputs: [{ internalType: 'uint8[3]', name: '', type: 'uint8[3]' }],
544
+ stateMutability: 'pure',
545
+ type: 'function',
546
+ },
547
+ {
548
+ inputs: [],
549
+ name: 'proxiableUUID',
550
+ outputs: [{ internalType: 'bytes32', name: '', type: 'bytes32' }],
551
+ stateMutability: 'view',
552
+ type: 'function',
553
+ },
554
+ {
555
+ inputs: [{ internalType: 'address[]', name: '_members', type: 'address[]' }],
556
+ name: 'removeAddresses',
557
+ outputs: [],
558
+ stateMutability: 'nonpayable',
559
+ type: 'function',
560
+ },
561
+ {
562
+ inputs: [{ internalType: 'bytes', name: '_metadata', type: 'bytes' }],
563
+ name: 'setMetadata',
564
+ outputs: [],
565
+ stateMutability: 'nonpayable',
566
+ type: 'function',
567
+ },
568
+ {
569
+ inputs: [
570
+ {
571
+ components: [
572
+ { internalType: 'address', name: 'target', type: 'address' },
573
+ { internalType: 'enum IPlugin.Operation', name: 'operation', type: 'uint8' },
574
+ ],
575
+ internalType: 'struct IPlugin.TargetConfig',
576
+ name: '_targetConfig',
577
+ type: 'tuple',
578
+ },
579
+ ],
580
+ name: 'setTargetConfig',
581
+ outputs: [],
582
+ stateMutability: 'nonpayable',
583
+ type: 'function',
584
+ },
585
+ {
586
+ inputs: [{ internalType: 'bytes4', name: '_interfaceId', type: 'bytes4' }],
587
+ name: 'supportsInterface',
588
+ outputs: [{ internalType: 'bool', name: '', type: 'bool' }],
589
+ stateMutability: 'view',
590
+ type: 'function',
591
+ },
592
+ {
593
+ inputs: [
594
+ {
595
+ components: [
596
+ { internalType: 'bool', name: 'onlyListed', type: 'bool' },
597
+ { internalType: 'uint16', name: 'minApprovals', type: 'uint16' },
598
+ ],
599
+ internalType: 'struct Multisig.MultisigSettings',
600
+ name: '_multisigSettings',
601
+ type: 'tuple',
602
+ },
603
+ ],
604
+ name: 'updateMultisigSettings',
605
+ outputs: [],
606
+ stateMutability: 'nonpayable',
607
+ type: 'function',
608
+ },
609
+ {
610
+ inputs: [{ internalType: 'address', name: 'newImplementation', type: 'address' }],
611
+ name: 'upgradeTo',
612
+ outputs: [],
613
+ stateMutability: 'nonpayable',
614
+ type: 'function',
615
+ },
616
+ {
617
+ inputs: [
618
+ { internalType: 'address', name: 'newImplementation', type: 'address' },
619
+ { internalType: 'bytes', name: 'data', type: 'bytes' },
620
+ ],
621
+ name: 'upgradeToAndCall',
622
+ outputs: [],
623
+ stateMutability: 'payable',
624
+ type: 'function',
625
+ },
626
+ ] as const;
package/exports/index.ts CHANGED
@@ -5,6 +5,11 @@ export * from '../helper/wallet';
5
5
  export * from './address.config';
6
6
  export * from './address.types';
7
7
 
8
+ // aragon abis
9
+ export * from './abis/aragon/MultiSig';
10
+ export * from './abis/aragon/StagedProposalProcessor';
11
+ export * from './abis/aragon/VetoMultiSig';
12
+
8
13
  // curve abis
9
14
  export * from './abis/curve/CurveAdapterV1';
10
15
  export * from './abis/curve/CurveAdapterV1_1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usdu-finance/usdu-core",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "private": false,
5
5
  "license": "GPL-3.0",
6
6
  "main": "./dist/index.js",