@kasarlabs/starkgate-mcp 0.1.1

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 (81) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +166 -0
  3. package/build/abi/l1bridge/bridge-dai.abi.d.ts +39 -0
  4. package/build/abi/l1bridge/bridge-dai.abi.js +333 -0
  5. package/build/abi/l1bridge/bridge-dai.abi.js.map +1 -0
  6. package/build/abi/l1bridge/bridge-eth.abi.d.ts +28 -0
  7. package/build/abi/l1bridge/bridge-eth.abi.js +1024 -0
  8. package/build/abi/l1bridge/bridge-eth.abi.js.map +1 -0
  9. package/build/abi/l1bridge/bridge-lords.abi.d.ts +46 -0
  10. package/build/abi/l1bridge/bridge-lords.abi.js +98 -0
  11. package/build/abi/l1bridge/bridge-lords.abi.js.map +1 -0
  12. package/build/abi/l1bridge/bridge-map.d.ts +256 -0
  13. package/build/abi/l1bridge/bridge-map.js +19 -0
  14. package/build/abi/l1bridge/bridge-map.js.map +1 -0
  15. package/build/abi/l1bridge/bridge-strk.abi.d.ts +28 -0
  16. package/build/abi/l1bridge/bridge-strk.abi.js +1024 -0
  17. package/build/abi/l1bridge/bridge-strk.abi.js.map +1 -0
  18. package/build/abi/l1bridge/bridge-swss.abi.d.ts +28 -0
  19. package/build/abi/l1bridge/bridge-swss.abi.js +1024 -0
  20. package/build/abi/l1bridge/bridge-swss.abi.js.map +1 -0
  21. package/build/abi/l1bridge/bridge-usdc.abi.d.ts +28 -0
  22. package/build/abi/l1bridge/bridge-usdc.abi.js +1024 -0
  23. package/build/abi/l1bridge/bridge-usdc.abi.js.map +1 -0
  24. package/build/abi/l1bridge/bridge-usdt.abi.d.ts +28 -0
  25. package/build/abi/l1bridge/bridge-usdt.abi.js +1024 -0
  26. package/build/abi/l1bridge/bridge-usdt.abi.js.map +1 -0
  27. package/build/abi/l1bridge/bridge-wbtc.abi.d.ts +28 -0
  28. package/build/abi/l1bridge/bridge-wbtc.abi.js +1024 -0
  29. package/build/abi/l1bridge/bridge-wbtc.abi.js.map +1 -0
  30. package/build/abi/l2bridge/bridge-dai.abi.d.ts +57 -0
  31. package/build/abi/l2bridge/bridge-dai.abi.js +286 -0
  32. package/build/abi/l2bridge/bridge-dai.abi.js.map +1 -0
  33. package/build/abi/l2bridge/bridge-eth.abi.d.ts +120 -0
  34. package/build/abi/l2bridge/bridge-eth.abi.js +1679 -0
  35. package/build/abi/l2bridge/bridge-eth.abi.js.map +1 -0
  36. package/build/abi/l2bridge/bridge-lords.abi.d.ts +27 -0
  37. package/build/abi/l2bridge/bridge-lords.abi.js +113 -0
  38. package/build/abi/l2bridge/bridge-lords.abi.js.map +1 -0
  39. package/build/abi/l2bridge/bridge-map.d.ts +807 -0
  40. package/build/abi/l2bridge/bridge-map.js +19 -0
  41. package/build/abi/l2bridge/bridge-map.js.map +1 -0
  42. package/build/abi/l2bridge/bridge-strk.abi.d.ts +120 -0
  43. package/build/abi/l2bridge/bridge-strk.abi.js +1679 -0
  44. package/build/abi/l2bridge/bridge-strk.abi.js.map +1 -0
  45. package/build/abi/l2bridge/bridge-swss.abi.d.ts +120 -0
  46. package/build/abi/l2bridge/bridge-swss.abi.js +1730 -0
  47. package/build/abi/l2bridge/bridge-swss.abi.js.map +1 -0
  48. package/build/abi/l2bridge/bridge-usdc.abi.d.ts +120 -0
  49. package/build/abi/l2bridge/bridge-usdc.abi.js +1679 -0
  50. package/build/abi/l2bridge/bridge-usdc.abi.js.map +1 -0
  51. package/build/abi/l2bridge/bridge-usdt.abi.d.ts +120 -0
  52. package/build/abi/l2bridge/bridge-usdt.abi.js +1679 -0
  53. package/build/abi/l2bridge/bridge-usdt.abi.js.map +1 -0
  54. package/build/abi/l2bridge/bridge-wbtc.abi.d.ts +120 -0
  55. package/build/abi/l2bridge/bridge-wbtc.abi.js +1679 -0
  56. package/build/abi/l2bridge/bridge-wbtc.abi.js.map +1 -0
  57. package/build/constants/contract-address.d.ts +18 -0
  58. package/build/constants/contract-address.js +33 -0
  59. package/build/constants/contract-address.js.map +1 -0
  60. package/build/index.d.ts +2 -0
  61. package/build/index.js +51 -0
  62. package/build/index.js.map +1 -0
  63. package/build/interfaces/types.d.ts +1 -0
  64. package/build/interfaces/types.js +2 -0
  65. package/build/interfaces/types.js.map +1 -0
  66. package/build/lib/utils.d.ts +19 -0
  67. package/build/lib/utils.js +121 -0
  68. package/build/lib/utils.js.map +1 -0
  69. package/build/schemas/bridgeSchemas.d.ts +30 -0
  70. package/build/schemas/bridgeSchemas.js +24 -0
  71. package/build/schemas/bridgeSchemas.js.map +1 -0
  72. package/build/schemas/index.d.ts +2 -0
  73. package/build/schemas/index.js +2 -0
  74. package/build/schemas/index.js.map +1 -0
  75. package/build/tools/bridgeL1toL2.d.ts +5 -0
  76. package/build/tools/bridgeL1toL2.js +109 -0
  77. package/build/tools/bridgeL1toL2.js.map +1 -0
  78. package/build/tools/bridgeL2toL1.d.ts +4 -0
  79. package/build/tools/bridgeL2toL1.js +112 -0
  80. package/build/tools/bridgeL2toL1.js.map +1 -0
  81. package/package.json +49 -0
@@ -0,0 +1,1679 @@
1
+ export const BRIDGE_L2_USDC_TO_ETHEREUM_ABI = [
2
+ {
3
+ name: 'TokenBridgeAdmin',
4
+ type: 'impl',
5
+ interface_name: 'src::token_bridge_admin_interface::ITokenBridgeAdmin',
6
+ },
7
+ {
8
+ name: 'core::starknet::eth_address::EthAddress',
9
+ type: 'struct',
10
+ members: [
11
+ {
12
+ name: 'address',
13
+ type: 'core::felt252',
14
+ },
15
+ ],
16
+ },
17
+ {
18
+ name: 'src::token_bridge_admin_interface::ITokenBridgeAdmin',
19
+ type: 'interface',
20
+ items: [
21
+ {
22
+ name: 'get_erc20_class_hash',
23
+ type: 'function',
24
+ inputs: [],
25
+ outputs: [
26
+ {
27
+ type: 'core::starknet::class_hash::ClassHash',
28
+ },
29
+ ],
30
+ state_mutability: 'view',
31
+ },
32
+ {
33
+ name: 'get_l2_token_governance',
34
+ type: 'function',
35
+ inputs: [],
36
+ outputs: [
37
+ {
38
+ type: 'core::starknet::contract_address::ContractAddress',
39
+ },
40
+ ],
41
+ state_mutability: 'view',
42
+ },
43
+ {
44
+ name: 'set_l1_bridge',
45
+ type: 'function',
46
+ inputs: [
47
+ {
48
+ name: 'l1_bridge_address',
49
+ type: 'core::starknet::eth_address::EthAddress',
50
+ },
51
+ ],
52
+ outputs: [],
53
+ state_mutability: 'external',
54
+ },
55
+ {
56
+ name: 'set_erc20_class_hash',
57
+ type: 'function',
58
+ inputs: [
59
+ {
60
+ name: 'erc20_class_hash',
61
+ type: 'core::starknet::class_hash::ClassHash',
62
+ },
63
+ ],
64
+ outputs: [],
65
+ state_mutability: 'external',
66
+ },
67
+ {
68
+ name: 'set_l2_token_governance',
69
+ type: 'function',
70
+ inputs: [
71
+ {
72
+ name: 'l2_token_governance',
73
+ type: 'core::starknet::contract_address::ContractAddress',
74
+ },
75
+ ],
76
+ outputs: [],
77
+ state_mutability: 'external',
78
+ },
79
+ {
80
+ name: 'enable_withdrawal_limit',
81
+ type: 'function',
82
+ inputs: [
83
+ {
84
+ name: 'l1_token',
85
+ type: 'core::starknet::eth_address::EthAddress',
86
+ },
87
+ ],
88
+ outputs: [],
89
+ state_mutability: 'external',
90
+ },
91
+ {
92
+ name: 'disable_withdrawal_limit',
93
+ type: 'function',
94
+ inputs: [
95
+ {
96
+ name: 'l1_token',
97
+ type: 'core::starknet::eth_address::EthAddress',
98
+ },
99
+ ],
100
+ outputs: [],
101
+ state_mutability: 'external',
102
+ },
103
+ ],
104
+ },
105
+ {
106
+ name: 'TokenBridge',
107
+ type: 'impl',
108
+ interface_name: 'src::token_bridge_interface::ITokenBridge',
109
+ },
110
+ {
111
+ name: 'core::integer::u256',
112
+ type: 'struct',
113
+ members: [
114
+ {
115
+ name: 'low',
116
+ type: 'core::integer::u128',
117
+ },
118
+ {
119
+ name: 'high',
120
+ type: 'core::integer::u128',
121
+ },
122
+ ],
123
+ },
124
+ {
125
+ name: 'src::token_bridge_interface::ITokenBridge',
126
+ type: 'interface',
127
+ items: [
128
+ {
129
+ name: 'get_version',
130
+ type: 'function',
131
+ inputs: [],
132
+ outputs: [
133
+ {
134
+ type: 'core::felt252',
135
+ },
136
+ ],
137
+ state_mutability: 'view',
138
+ },
139
+ {
140
+ name: 'get_identity',
141
+ type: 'function',
142
+ inputs: [],
143
+ outputs: [
144
+ {
145
+ type: 'core::felt252',
146
+ },
147
+ ],
148
+ state_mutability: 'view',
149
+ },
150
+ {
151
+ name: 'get_l1_token',
152
+ type: 'function',
153
+ inputs: [
154
+ {
155
+ name: 'l2_token',
156
+ type: 'core::starknet::contract_address::ContractAddress',
157
+ },
158
+ ],
159
+ outputs: [
160
+ {
161
+ type: 'core::starknet::eth_address::EthAddress',
162
+ },
163
+ ],
164
+ state_mutability: 'view',
165
+ },
166
+ {
167
+ name: 'get_l2_token',
168
+ type: 'function',
169
+ inputs: [
170
+ {
171
+ name: 'l1_token',
172
+ type: 'core::starknet::eth_address::EthAddress',
173
+ },
174
+ ],
175
+ outputs: [
176
+ {
177
+ type: 'core::starknet::contract_address::ContractAddress',
178
+ },
179
+ ],
180
+ state_mutability: 'view',
181
+ },
182
+ {
183
+ name: 'get_remaining_withdrawal_quota',
184
+ type: 'function',
185
+ inputs: [
186
+ {
187
+ name: 'l1_token',
188
+ type: 'core::starknet::eth_address::EthAddress',
189
+ },
190
+ ],
191
+ outputs: [
192
+ {
193
+ type: 'core::integer::u256',
194
+ },
195
+ ],
196
+ state_mutability: 'view',
197
+ },
198
+ {
199
+ name: 'initiate_withdraw',
200
+ type: 'function',
201
+ inputs: [
202
+ {
203
+ name: 'l1_recipient',
204
+ type: 'core::starknet::eth_address::EthAddress',
205
+ },
206
+ {
207
+ name: 'amount',
208
+ type: 'core::integer::u256',
209
+ },
210
+ ],
211
+ outputs: [],
212
+ state_mutability: 'external',
213
+ },
214
+ {
215
+ name: 'initiate_token_withdraw',
216
+ type: 'function',
217
+ inputs: [
218
+ {
219
+ name: 'l1_token',
220
+ type: 'core::starknet::eth_address::EthAddress',
221
+ },
222
+ {
223
+ name: 'l1_recipient',
224
+ type: 'core::starknet::eth_address::EthAddress',
225
+ },
226
+ {
227
+ name: 'amount',
228
+ type: 'core::integer::u256',
229
+ },
230
+ ],
231
+ outputs: [],
232
+ state_mutability: 'external',
233
+ },
234
+ ],
235
+ },
236
+ {
237
+ name: 'Replaceable',
238
+ type: 'impl',
239
+ interface_name: 'src::replaceability_interface::IReplaceable',
240
+ },
241
+ {
242
+ name: 'core::array::Span::<core::felt252>',
243
+ type: 'struct',
244
+ members: [
245
+ {
246
+ name: 'snapshot',
247
+ type: '@core::array::Array::<core::felt252>',
248
+ },
249
+ ],
250
+ },
251
+ {
252
+ name: 'src::replaceability_interface::EICData',
253
+ type: 'struct',
254
+ members: [
255
+ {
256
+ name: 'eic_hash',
257
+ type: 'core::starknet::class_hash::ClassHash',
258
+ },
259
+ {
260
+ name: 'eic_init_data',
261
+ type: 'core::array::Span::<core::felt252>',
262
+ },
263
+ ],
264
+ },
265
+ {
266
+ name: 'core::option::Option::<src::replaceability_interface::EICData>',
267
+ type: 'enum',
268
+ variants: [
269
+ {
270
+ name: 'Some',
271
+ type: 'src::replaceability_interface::EICData',
272
+ },
273
+ {
274
+ name: 'None',
275
+ type: '()',
276
+ },
277
+ ],
278
+ },
279
+ {
280
+ name: 'core::bool',
281
+ type: 'enum',
282
+ variants: [
283
+ {
284
+ name: 'False',
285
+ type: '()',
286
+ },
287
+ {
288
+ name: 'True',
289
+ type: '()',
290
+ },
291
+ ],
292
+ },
293
+ {
294
+ name: 'src::replaceability_interface::ImplementationData',
295
+ type: 'struct',
296
+ members: [
297
+ {
298
+ name: 'impl_hash',
299
+ type: 'core::starknet::class_hash::ClassHash',
300
+ },
301
+ {
302
+ name: 'eic_data',
303
+ type: 'core::option::Option::<src::replaceability_interface::EICData>',
304
+ },
305
+ {
306
+ name: 'final',
307
+ type: 'core::bool',
308
+ },
309
+ ],
310
+ },
311
+ {
312
+ name: 'src::replaceability_interface::IReplaceable',
313
+ type: 'interface',
314
+ items: [
315
+ {
316
+ name: 'get_upgrade_delay',
317
+ type: 'function',
318
+ inputs: [],
319
+ outputs: [
320
+ {
321
+ type: 'core::integer::u64',
322
+ },
323
+ ],
324
+ state_mutability: 'view',
325
+ },
326
+ {
327
+ name: 'get_impl_activation_time',
328
+ type: 'function',
329
+ inputs: [
330
+ {
331
+ name: 'implementation_data',
332
+ type: 'src::replaceability_interface::ImplementationData',
333
+ },
334
+ ],
335
+ outputs: [
336
+ {
337
+ type: 'core::integer::u64',
338
+ },
339
+ ],
340
+ state_mutability: 'view',
341
+ },
342
+ {
343
+ name: 'add_new_implementation',
344
+ type: 'function',
345
+ inputs: [
346
+ {
347
+ name: 'implementation_data',
348
+ type: 'src::replaceability_interface::ImplementationData',
349
+ },
350
+ ],
351
+ outputs: [],
352
+ state_mutability: 'external',
353
+ },
354
+ {
355
+ name: 'remove_implementation',
356
+ type: 'function',
357
+ inputs: [
358
+ {
359
+ name: 'implementation_data',
360
+ type: 'src::replaceability_interface::ImplementationData',
361
+ },
362
+ ],
363
+ outputs: [],
364
+ state_mutability: 'external',
365
+ },
366
+ {
367
+ name: 'replace_to',
368
+ type: 'function',
369
+ inputs: [
370
+ {
371
+ name: 'implementation_data',
372
+ type: 'src::replaceability_interface::ImplementationData',
373
+ },
374
+ ],
375
+ outputs: [],
376
+ state_mutability: 'external',
377
+ },
378
+ ],
379
+ },
380
+ {
381
+ name: 'AccessControlImplExternal',
382
+ type: 'impl',
383
+ interface_name: 'src::access_control_interface::IAccessControl',
384
+ },
385
+ {
386
+ name: 'src::access_control_interface::IAccessControl',
387
+ type: 'interface',
388
+ items: [
389
+ {
390
+ name: 'has_role',
391
+ type: 'function',
392
+ inputs: [
393
+ {
394
+ name: 'role',
395
+ type: 'core::felt252',
396
+ },
397
+ {
398
+ name: 'account',
399
+ type: 'core::starknet::contract_address::ContractAddress',
400
+ },
401
+ ],
402
+ outputs: [
403
+ {
404
+ type: 'core::bool',
405
+ },
406
+ ],
407
+ state_mutability: 'view',
408
+ },
409
+ {
410
+ name: 'get_role_admin',
411
+ type: 'function',
412
+ inputs: [
413
+ {
414
+ name: 'role',
415
+ type: 'core::felt252',
416
+ },
417
+ ],
418
+ outputs: [
419
+ {
420
+ type: 'core::felt252',
421
+ },
422
+ ],
423
+ state_mutability: 'view',
424
+ },
425
+ ],
426
+ },
427
+ {
428
+ name: 'RolesImpl',
429
+ type: 'impl',
430
+ interface_name: 'src::roles_interface::IRoles',
431
+ },
432
+ {
433
+ name: 'src::roles_interface::IRoles',
434
+ type: 'interface',
435
+ items: [
436
+ {
437
+ name: 'is_app_governor',
438
+ type: 'function',
439
+ inputs: [
440
+ {
441
+ name: 'account',
442
+ type: 'core::starknet::contract_address::ContractAddress',
443
+ },
444
+ ],
445
+ outputs: [
446
+ {
447
+ type: 'core::bool',
448
+ },
449
+ ],
450
+ state_mutability: 'view',
451
+ },
452
+ {
453
+ name: 'is_app_role_admin',
454
+ type: 'function',
455
+ inputs: [
456
+ {
457
+ name: 'account',
458
+ type: 'core::starknet::contract_address::ContractAddress',
459
+ },
460
+ ],
461
+ outputs: [
462
+ {
463
+ type: 'core::bool',
464
+ },
465
+ ],
466
+ state_mutability: 'view',
467
+ },
468
+ {
469
+ name: 'is_governance_admin',
470
+ type: 'function',
471
+ inputs: [
472
+ {
473
+ name: 'account',
474
+ type: 'core::starknet::contract_address::ContractAddress',
475
+ },
476
+ ],
477
+ outputs: [
478
+ {
479
+ type: 'core::bool',
480
+ },
481
+ ],
482
+ state_mutability: 'view',
483
+ },
484
+ {
485
+ name: 'is_operator',
486
+ type: 'function',
487
+ inputs: [
488
+ {
489
+ name: 'account',
490
+ type: 'core::starknet::contract_address::ContractAddress',
491
+ },
492
+ ],
493
+ outputs: [
494
+ {
495
+ type: 'core::bool',
496
+ },
497
+ ],
498
+ state_mutability: 'view',
499
+ },
500
+ {
501
+ name: 'is_token_admin',
502
+ type: 'function',
503
+ inputs: [
504
+ {
505
+ name: 'account',
506
+ type: 'core::starknet::contract_address::ContractAddress',
507
+ },
508
+ ],
509
+ outputs: [
510
+ {
511
+ type: 'core::bool',
512
+ },
513
+ ],
514
+ state_mutability: 'view',
515
+ },
516
+ {
517
+ name: 'is_upgrade_governor',
518
+ type: 'function',
519
+ inputs: [
520
+ {
521
+ name: 'account',
522
+ type: 'core::starknet::contract_address::ContractAddress',
523
+ },
524
+ ],
525
+ outputs: [
526
+ {
527
+ type: 'core::bool',
528
+ },
529
+ ],
530
+ state_mutability: 'view',
531
+ },
532
+ {
533
+ name: 'is_security_admin',
534
+ type: 'function',
535
+ inputs: [
536
+ {
537
+ name: 'account',
538
+ type: 'core::starknet::contract_address::ContractAddress',
539
+ },
540
+ ],
541
+ outputs: [
542
+ {
543
+ type: 'core::bool',
544
+ },
545
+ ],
546
+ state_mutability: 'view',
547
+ },
548
+ {
549
+ name: 'is_security_agent',
550
+ type: 'function',
551
+ inputs: [
552
+ {
553
+ name: 'account',
554
+ type: 'core::starknet::contract_address::ContractAddress',
555
+ },
556
+ ],
557
+ outputs: [
558
+ {
559
+ type: 'core::bool',
560
+ },
561
+ ],
562
+ state_mutability: 'view',
563
+ },
564
+ {
565
+ name: 'register_app_governor',
566
+ type: 'function',
567
+ inputs: [
568
+ {
569
+ name: 'account',
570
+ type: 'core::starknet::contract_address::ContractAddress',
571
+ },
572
+ ],
573
+ outputs: [],
574
+ state_mutability: 'external',
575
+ },
576
+ {
577
+ name: 'remove_app_governor',
578
+ type: 'function',
579
+ inputs: [
580
+ {
581
+ name: 'account',
582
+ type: 'core::starknet::contract_address::ContractAddress',
583
+ },
584
+ ],
585
+ outputs: [],
586
+ state_mutability: 'external',
587
+ },
588
+ {
589
+ name: 'register_app_role_admin',
590
+ type: 'function',
591
+ inputs: [
592
+ {
593
+ name: 'account',
594
+ type: 'core::starknet::contract_address::ContractAddress',
595
+ },
596
+ ],
597
+ outputs: [],
598
+ state_mutability: 'external',
599
+ },
600
+ {
601
+ name: 'remove_app_role_admin',
602
+ type: 'function',
603
+ inputs: [
604
+ {
605
+ name: 'account',
606
+ type: 'core::starknet::contract_address::ContractAddress',
607
+ },
608
+ ],
609
+ outputs: [],
610
+ state_mutability: 'external',
611
+ },
612
+ {
613
+ name: 'register_governance_admin',
614
+ type: 'function',
615
+ inputs: [
616
+ {
617
+ name: 'account',
618
+ type: 'core::starknet::contract_address::ContractAddress',
619
+ },
620
+ ],
621
+ outputs: [],
622
+ state_mutability: 'external',
623
+ },
624
+ {
625
+ name: 'remove_governance_admin',
626
+ type: 'function',
627
+ inputs: [
628
+ {
629
+ name: 'account',
630
+ type: 'core::starknet::contract_address::ContractAddress',
631
+ },
632
+ ],
633
+ outputs: [],
634
+ state_mutability: 'external',
635
+ },
636
+ {
637
+ name: 'register_operator',
638
+ type: 'function',
639
+ inputs: [
640
+ {
641
+ name: 'account',
642
+ type: 'core::starknet::contract_address::ContractAddress',
643
+ },
644
+ ],
645
+ outputs: [],
646
+ state_mutability: 'external',
647
+ },
648
+ {
649
+ name: 'remove_operator',
650
+ type: 'function',
651
+ inputs: [
652
+ {
653
+ name: 'account',
654
+ type: 'core::starknet::contract_address::ContractAddress',
655
+ },
656
+ ],
657
+ outputs: [],
658
+ state_mutability: 'external',
659
+ },
660
+ {
661
+ name: 'register_token_admin',
662
+ type: 'function',
663
+ inputs: [
664
+ {
665
+ name: 'account',
666
+ type: 'core::starknet::contract_address::ContractAddress',
667
+ },
668
+ ],
669
+ outputs: [],
670
+ state_mutability: 'external',
671
+ },
672
+ {
673
+ name: 'remove_token_admin',
674
+ type: 'function',
675
+ inputs: [
676
+ {
677
+ name: 'account',
678
+ type: 'core::starknet::contract_address::ContractAddress',
679
+ },
680
+ ],
681
+ outputs: [],
682
+ state_mutability: 'external',
683
+ },
684
+ {
685
+ name: 'register_upgrade_governor',
686
+ type: 'function',
687
+ inputs: [
688
+ {
689
+ name: 'account',
690
+ type: 'core::starknet::contract_address::ContractAddress',
691
+ },
692
+ ],
693
+ outputs: [],
694
+ state_mutability: 'external',
695
+ },
696
+ {
697
+ name: 'remove_upgrade_governor',
698
+ type: 'function',
699
+ inputs: [
700
+ {
701
+ name: 'account',
702
+ type: 'core::starknet::contract_address::ContractAddress',
703
+ },
704
+ ],
705
+ outputs: [],
706
+ state_mutability: 'external',
707
+ },
708
+ {
709
+ name: 'renounce',
710
+ type: 'function',
711
+ inputs: [
712
+ {
713
+ name: 'role',
714
+ type: 'core::felt252',
715
+ },
716
+ ],
717
+ outputs: [],
718
+ state_mutability: 'external',
719
+ },
720
+ {
721
+ name: 'register_security_admin',
722
+ type: 'function',
723
+ inputs: [
724
+ {
725
+ name: 'account',
726
+ type: 'core::starknet::contract_address::ContractAddress',
727
+ },
728
+ ],
729
+ outputs: [],
730
+ state_mutability: 'external',
731
+ },
732
+ {
733
+ name: 'remove_security_admin',
734
+ type: 'function',
735
+ inputs: [
736
+ {
737
+ name: 'account',
738
+ type: 'core::starknet::contract_address::ContractAddress',
739
+ },
740
+ ],
741
+ outputs: [],
742
+ state_mutability: 'external',
743
+ },
744
+ {
745
+ name: 'register_security_agent',
746
+ type: 'function',
747
+ inputs: [
748
+ {
749
+ name: 'account',
750
+ type: 'core::starknet::contract_address::ContractAddress',
751
+ },
752
+ ],
753
+ outputs: [],
754
+ state_mutability: 'external',
755
+ },
756
+ {
757
+ name: 'remove_security_agent',
758
+ type: 'function',
759
+ inputs: [
760
+ {
761
+ name: 'account',
762
+ type: 'core::starknet::contract_address::ContractAddress',
763
+ },
764
+ ],
765
+ outputs: [],
766
+ state_mutability: 'external',
767
+ },
768
+ ],
769
+ },
770
+ {
771
+ name: 'constructor',
772
+ type: 'constructor',
773
+ inputs: [
774
+ {
775
+ name: 'upgrade_delay',
776
+ type: 'core::integer::u64',
777
+ },
778
+ ],
779
+ },
780
+ {
781
+ name: 'handle_deposit',
782
+ type: 'l1_handler',
783
+ inputs: [
784
+ {
785
+ name: 'from_address',
786
+ type: 'core::felt252',
787
+ },
788
+ {
789
+ name: 'l2_recipient',
790
+ type: 'core::starknet::contract_address::ContractAddress',
791
+ },
792
+ {
793
+ name: 'amount',
794
+ type: 'core::integer::u256',
795
+ },
796
+ ],
797
+ outputs: [],
798
+ state_mutability: 'external',
799
+ },
800
+ {
801
+ name: 'handle_token_deposit',
802
+ type: 'l1_handler',
803
+ inputs: [
804
+ {
805
+ name: 'from_address',
806
+ type: 'core::felt252',
807
+ },
808
+ {
809
+ name: 'l1_token',
810
+ type: 'core::starknet::eth_address::EthAddress',
811
+ },
812
+ {
813
+ name: 'depositor',
814
+ type: 'core::starknet::eth_address::EthAddress',
815
+ },
816
+ {
817
+ name: 'l2_recipient',
818
+ type: 'core::starknet::contract_address::ContractAddress',
819
+ },
820
+ {
821
+ name: 'amount',
822
+ type: 'core::integer::u256',
823
+ },
824
+ ],
825
+ outputs: [],
826
+ state_mutability: 'external',
827
+ },
828
+ {
829
+ name: 'handle_deposit_with_message',
830
+ type: 'l1_handler',
831
+ inputs: [
832
+ {
833
+ name: 'from_address',
834
+ type: 'core::felt252',
835
+ },
836
+ {
837
+ name: 'l1_token',
838
+ type: 'core::starknet::eth_address::EthAddress',
839
+ },
840
+ {
841
+ name: 'depositor',
842
+ type: 'core::starknet::eth_address::EthAddress',
843
+ },
844
+ {
845
+ name: 'l2_recipient',
846
+ type: 'core::starknet::contract_address::ContractAddress',
847
+ },
848
+ {
849
+ name: 'amount',
850
+ type: 'core::integer::u256',
851
+ },
852
+ {
853
+ name: 'message',
854
+ type: 'core::array::Span::<core::felt252>',
855
+ },
856
+ ],
857
+ outputs: [],
858
+ state_mutability: 'external',
859
+ },
860
+ {
861
+ name: 'handle_token_deployment',
862
+ type: 'l1_handler',
863
+ inputs: [
864
+ {
865
+ name: 'from_address',
866
+ type: 'core::felt252',
867
+ },
868
+ {
869
+ name: 'l1_token',
870
+ type: 'core::starknet::eth_address::EthAddress',
871
+ },
872
+ {
873
+ name: 'name',
874
+ type: 'core::felt252',
875
+ },
876
+ {
877
+ name: 'symbol',
878
+ type: 'core::felt252',
879
+ },
880
+ {
881
+ name: 'decimals',
882
+ type: 'core::integer::u8',
883
+ },
884
+ ],
885
+ outputs: [],
886
+ state_mutability: 'external',
887
+ },
888
+ {
889
+ kind: 'struct',
890
+ name: 'src::token_bridge::TokenBridge::L1BridgeSet',
891
+ type: 'event',
892
+ members: [
893
+ {
894
+ kind: 'data',
895
+ name: 'l1_bridge_address',
896
+ type: 'core::starknet::eth_address::EthAddress',
897
+ },
898
+ ],
899
+ },
900
+ {
901
+ kind: 'struct',
902
+ name: 'src::token_bridge::TokenBridge::Erc20ClassHashStored',
903
+ type: 'event',
904
+ members: [
905
+ {
906
+ kind: 'data',
907
+ name: 'previous_hash',
908
+ type: 'core::starknet::class_hash::ClassHash',
909
+ },
910
+ {
911
+ kind: 'data',
912
+ name: 'erc20_class_hash',
913
+ type: 'core::starknet::class_hash::ClassHash',
914
+ },
915
+ ],
916
+ },
917
+ {
918
+ kind: 'struct',
919
+ name: 'src::token_bridge::TokenBridge::L2TokenGovernanceChanged',
920
+ type: 'event',
921
+ members: [
922
+ {
923
+ kind: 'data',
924
+ name: 'previous_governance',
925
+ type: 'core::starknet::contract_address::ContractAddress',
926
+ },
927
+ {
928
+ kind: 'data',
929
+ name: 'new_governance',
930
+ type: 'core::starknet::contract_address::ContractAddress',
931
+ },
932
+ ],
933
+ },
934
+ {
935
+ kind: 'struct',
936
+ name: 'src::token_bridge::TokenBridge::withdraw_initiated',
937
+ type: 'event',
938
+ members: [
939
+ {
940
+ kind: 'data',
941
+ name: 'l1_recipient',
942
+ type: 'core::starknet::eth_address::EthAddress',
943
+ },
944
+ {
945
+ kind: 'data',
946
+ name: 'amount',
947
+ type: 'core::integer::u256',
948
+ },
949
+ {
950
+ kind: 'data',
951
+ name: 'caller_address',
952
+ type: 'core::starknet::contract_address::ContractAddress',
953
+ },
954
+ ],
955
+ },
956
+ {
957
+ kind: 'struct',
958
+ name: 'src::token_bridge::TokenBridge::WithdrawInitiated',
959
+ type: 'event',
960
+ members: [
961
+ {
962
+ kind: 'key',
963
+ name: 'l1_token',
964
+ type: 'core::starknet::eth_address::EthAddress',
965
+ },
966
+ {
967
+ kind: 'key',
968
+ name: 'l1_recipient',
969
+ type: 'core::starknet::eth_address::EthAddress',
970
+ },
971
+ {
972
+ kind: 'data',
973
+ name: 'amount',
974
+ type: 'core::integer::u256',
975
+ },
976
+ {
977
+ kind: 'key',
978
+ name: 'caller_address',
979
+ type: 'core::starknet::contract_address::ContractAddress',
980
+ },
981
+ ],
982
+ },
983
+ {
984
+ kind: 'struct',
985
+ name: 'src::token_bridge::TokenBridge::deposit_handled',
986
+ type: 'event',
987
+ members: [
988
+ {
989
+ kind: 'data',
990
+ name: 'account',
991
+ type: 'core::starknet::contract_address::ContractAddress',
992
+ },
993
+ {
994
+ kind: 'data',
995
+ name: 'amount',
996
+ type: 'core::integer::u256',
997
+ },
998
+ ],
999
+ },
1000
+ {
1001
+ kind: 'struct',
1002
+ name: 'src::token_bridge::TokenBridge::DepositHandled',
1003
+ type: 'event',
1004
+ members: [
1005
+ {
1006
+ kind: 'key',
1007
+ name: 'l1_token',
1008
+ type: 'core::starknet::eth_address::EthAddress',
1009
+ },
1010
+ {
1011
+ kind: 'key',
1012
+ name: 'l2_recipient',
1013
+ type: 'core::starknet::contract_address::ContractAddress',
1014
+ },
1015
+ {
1016
+ kind: 'data',
1017
+ name: 'amount',
1018
+ type: 'core::integer::u256',
1019
+ },
1020
+ ],
1021
+ },
1022
+ {
1023
+ kind: 'struct',
1024
+ name: 'src::token_bridge::TokenBridge::DepositWithMessageHandled',
1025
+ type: 'event',
1026
+ members: [
1027
+ {
1028
+ kind: 'key',
1029
+ name: 'depositor',
1030
+ type: 'core::starknet::eth_address::EthAddress',
1031
+ },
1032
+ {
1033
+ kind: 'key',
1034
+ name: 'l1_token',
1035
+ type: 'core::starknet::eth_address::EthAddress',
1036
+ },
1037
+ {
1038
+ kind: 'key',
1039
+ name: 'l2_recipient',
1040
+ type: 'core::starknet::contract_address::ContractAddress',
1041
+ },
1042
+ {
1043
+ kind: 'data',
1044
+ name: 'amount',
1045
+ type: 'core::integer::u256',
1046
+ },
1047
+ {
1048
+ kind: 'data',
1049
+ name: 'message',
1050
+ type: 'core::array::Span::<core::felt252>',
1051
+ },
1052
+ ],
1053
+ },
1054
+ {
1055
+ kind: 'struct',
1056
+ name: 'src::token_bridge::TokenBridge::DeployHandled',
1057
+ type: 'event',
1058
+ members: [
1059
+ {
1060
+ kind: 'data',
1061
+ name: 'l1_token',
1062
+ type: 'core::starknet::eth_address::EthAddress',
1063
+ },
1064
+ {
1065
+ kind: 'data',
1066
+ name: 'name',
1067
+ type: 'core::felt252',
1068
+ },
1069
+ {
1070
+ kind: 'data',
1071
+ name: 'symbol',
1072
+ type: 'core::felt252',
1073
+ },
1074
+ {
1075
+ kind: 'data',
1076
+ name: 'decimals',
1077
+ type: 'core::integer::u8',
1078
+ },
1079
+ ],
1080
+ },
1081
+ {
1082
+ kind: 'struct',
1083
+ name: 'src::token_bridge::TokenBridge::WithdrawalLimitEnabled',
1084
+ type: 'event',
1085
+ members: [
1086
+ {
1087
+ kind: 'key',
1088
+ name: 'sender',
1089
+ type: 'core::starknet::contract_address::ContractAddress',
1090
+ },
1091
+ {
1092
+ kind: 'key',
1093
+ name: 'l1_token',
1094
+ type: 'core::starknet::eth_address::EthAddress',
1095
+ },
1096
+ ],
1097
+ },
1098
+ {
1099
+ kind: 'struct',
1100
+ name: 'src::token_bridge::TokenBridge::WithdrawalLimitDisabled',
1101
+ type: 'event',
1102
+ members: [
1103
+ {
1104
+ kind: 'key',
1105
+ name: 'sender',
1106
+ type: 'core::starknet::contract_address::ContractAddress',
1107
+ },
1108
+ {
1109
+ kind: 'key',
1110
+ name: 'l1_token',
1111
+ type: 'core::starknet::eth_address::EthAddress',
1112
+ },
1113
+ ],
1114
+ },
1115
+ {
1116
+ kind: 'struct',
1117
+ name: 'src::replaceability_interface::ImplementationAdded',
1118
+ type: 'event',
1119
+ members: [
1120
+ {
1121
+ kind: 'data',
1122
+ name: 'implementation_data',
1123
+ type: 'src::replaceability_interface::ImplementationData',
1124
+ },
1125
+ ],
1126
+ },
1127
+ {
1128
+ kind: 'struct',
1129
+ name: 'src::replaceability_interface::ImplementationRemoved',
1130
+ type: 'event',
1131
+ members: [
1132
+ {
1133
+ kind: 'data',
1134
+ name: 'implementation_data',
1135
+ type: 'src::replaceability_interface::ImplementationData',
1136
+ },
1137
+ ],
1138
+ },
1139
+ {
1140
+ kind: 'struct',
1141
+ name: 'src::replaceability_interface::ImplementationReplaced',
1142
+ type: 'event',
1143
+ members: [
1144
+ {
1145
+ kind: 'data',
1146
+ name: 'implementation_data',
1147
+ type: 'src::replaceability_interface::ImplementationData',
1148
+ },
1149
+ ],
1150
+ },
1151
+ {
1152
+ kind: 'struct',
1153
+ name: 'src::replaceability_interface::ImplementationFinalized',
1154
+ type: 'event',
1155
+ members: [
1156
+ {
1157
+ kind: 'data',
1158
+ name: 'impl_hash',
1159
+ type: 'core::starknet::class_hash::ClassHash',
1160
+ },
1161
+ ],
1162
+ },
1163
+ {
1164
+ kind: 'struct',
1165
+ name: 'src::access_control_interface::RoleGranted',
1166
+ type: 'event',
1167
+ members: [
1168
+ {
1169
+ kind: 'data',
1170
+ name: 'role',
1171
+ type: 'core::felt252',
1172
+ },
1173
+ {
1174
+ kind: 'data',
1175
+ name: 'account',
1176
+ type: 'core::starknet::contract_address::ContractAddress',
1177
+ },
1178
+ {
1179
+ kind: 'data',
1180
+ name: 'sender',
1181
+ type: 'core::starknet::contract_address::ContractAddress',
1182
+ },
1183
+ ],
1184
+ },
1185
+ {
1186
+ kind: 'struct',
1187
+ name: 'src::access_control_interface::RoleRevoked',
1188
+ type: 'event',
1189
+ members: [
1190
+ {
1191
+ kind: 'data',
1192
+ name: 'role',
1193
+ type: 'core::felt252',
1194
+ },
1195
+ {
1196
+ kind: 'data',
1197
+ name: 'account',
1198
+ type: 'core::starknet::contract_address::ContractAddress',
1199
+ },
1200
+ {
1201
+ kind: 'data',
1202
+ name: 'sender',
1203
+ type: 'core::starknet::contract_address::ContractAddress',
1204
+ },
1205
+ ],
1206
+ },
1207
+ {
1208
+ kind: 'struct',
1209
+ name: 'src::access_control_interface::RoleAdminChanged',
1210
+ type: 'event',
1211
+ members: [
1212
+ {
1213
+ kind: 'data',
1214
+ name: 'role',
1215
+ type: 'core::felt252',
1216
+ },
1217
+ {
1218
+ kind: 'data',
1219
+ name: 'previous_admin_role',
1220
+ type: 'core::felt252',
1221
+ },
1222
+ {
1223
+ kind: 'data',
1224
+ name: 'new_admin_role',
1225
+ type: 'core::felt252',
1226
+ },
1227
+ ],
1228
+ },
1229
+ {
1230
+ kind: 'struct',
1231
+ name: 'src::roles_interface::AppGovernorAdded',
1232
+ type: 'event',
1233
+ members: [
1234
+ {
1235
+ kind: 'data',
1236
+ name: 'added_account',
1237
+ type: 'core::starknet::contract_address::ContractAddress',
1238
+ },
1239
+ {
1240
+ kind: 'data',
1241
+ name: 'added_by',
1242
+ type: 'core::starknet::contract_address::ContractAddress',
1243
+ },
1244
+ ],
1245
+ },
1246
+ {
1247
+ kind: 'struct',
1248
+ name: 'src::roles_interface::AppGovernorRemoved',
1249
+ type: 'event',
1250
+ members: [
1251
+ {
1252
+ kind: 'data',
1253
+ name: 'removed_account',
1254
+ type: 'core::starknet::contract_address::ContractAddress',
1255
+ },
1256
+ {
1257
+ kind: 'data',
1258
+ name: 'removed_by',
1259
+ type: 'core::starknet::contract_address::ContractAddress',
1260
+ },
1261
+ ],
1262
+ },
1263
+ {
1264
+ kind: 'struct',
1265
+ name: 'src::roles_interface::AppRoleAdminAdded',
1266
+ type: 'event',
1267
+ members: [
1268
+ {
1269
+ kind: 'data',
1270
+ name: 'added_account',
1271
+ type: 'core::starknet::contract_address::ContractAddress',
1272
+ },
1273
+ {
1274
+ kind: 'data',
1275
+ name: 'added_by',
1276
+ type: 'core::starknet::contract_address::ContractAddress',
1277
+ },
1278
+ ],
1279
+ },
1280
+ {
1281
+ kind: 'struct',
1282
+ name: 'src::roles_interface::AppRoleAdminRemoved',
1283
+ type: 'event',
1284
+ members: [
1285
+ {
1286
+ kind: 'data',
1287
+ name: 'removed_account',
1288
+ type: 'core::starknet::contract_address::ContractAddress',
1289
+ },
1290
+ {
1291
+ kind: 'data',
1292
+ name: 'removed_by',
1293
+ type: 'core::starknet::contract_address::ContractAddress',
1294
+ },
1295
+ ],
1296
+ },
1297
+ {
1298
+ kind: 'struct',
1299
+ name: 'src::roles_interface::GovernanceAdminAdded',
1300
+ type: 'event',
1301
+ members: [
1302
+ {
1303
+ kind: 'data',
1304
+ name: 'added_account',
1305
+ type: 'core::starknet::contract_address::ContractAddress',
1306
+ },
1307
+ {
1308
+ kind: 'data',
1309
+ name: 'added_by',
1310
+ type: 'core::starknet::contract_address::ContractAddress',
1311
+ },
1312
+ ],
1313
+ },
1314
+ {
1315
+ kind: 'struct',
1316
+ name: 'src::roles_interface::GovernanceAdminRemoved',
1317
+ type: 'event',
1318
+ members: [
1319
+ {
1320
+ kind: 'data',
1321
+ name: 'removed_account',
1322
+ type: 'core::starknet::contract_address::ContractAddress',
1323
+ },
1324
+ {
1325
+ kind: 'data',
1326
+ name: 'removed_by',
1327
+ type: 'core::starknet::contract_address::ContractAddress',
1328
+ },
1329
+ ],
1330
+ },
1331
+ {
1332
+ kind: 'struct',
1333
+ name: 'src::roles_interface::OperatorAdded',
1334
+ type: 'event',
1335
+ members: [
1336
+ {
1337
+ kind: 'data',
1338
+ name: 'added_account',
1339
+ type: 'core::starknet::contract_address::ContractAddress',
1340
+ },
1341
+ {
1342
+ kind: 'data',
1343
+ name: 'added_by',
1344
+ type: 'core::starknet::contract_address::ContractAddress',
1345
+ },
1346
+ ],
1347
+ },
1348
+ {
1349
+ kind: 'struct',
1350
+ name: 'src::roles_interface::OperatorRemoved',
1351
+ type: 'event',
1352
+ members: [
1353
+ {
1354
+ kind: 'data',
1355
+ name: 'removed_account',
1356
+ type: 'core::starknet::contract_address::ContractAddress',
1357
+ },
1358
+ {
1359
+ kind: 'data',
1360
+ name: 'removed_by',
1361
+ type: 'core::starknet::contract_address::ContractAddress',
1362
+ },
1363
+ ],
1364
+ },
1365
+ {
1366
+ kind: 'struct',
1367
+ name: 'src::roles_interface::TokenAdminAdded',
1368
+ type: 'event',
1369
+ members: [
1370
+ {
1371
+ kind: 'data',
1372
+ name: 'added_account',
1373
+ type: 'core::starknet::contract_address::ContractAddress',
1374
+ },
1375
+ {
1376
+ kind: 'data',
1377
+ name: 'added_by',
1378
+ type: 'core::starknet::contract_address::ContractAddress',
1379
+ },
1380
+ ],
1381
+ },
1382
+ {
1383
+ kind: 'struct',
1384
+ name: 'src::roles_interface::TokenAdminRemoved',
1385
+ type: 'event',
1386
+ members: [
1387
+ {
1388
+ kind: 'data',
1389
+ name: 'removed_account',
1390
+ type: 'core::starknet::contract_address::ContractAddress',
1391
+ },
1392
+ {
1393
+ kind: 'data',
1394
+ name: 'removed_by',
1395
+ type: 'core::starknet::contract_address::ContractAddress',
1396
+ },
1397
+ ],
1398
+ },
1399
+ {
1400
+ kind: 'struct',
1401
+ name: 'src::roles_interface::UpgradeGovernorAdded',
1402
+ type: 'event',
1403
+ members: [
1404
+ {
1405
+ kind: 'data',
1406
+ name: 'added_account',
1407
+ type: 'core::starknet::contract_address::ContractAddress',
1408
+ },
1409
+ {
1410
+ kind: 'data',
1411
+ name: 'added_by',
1412
+ type: 'core::starknet::contract_address::ContractAddress',
1413
+ },
1414
+ ],
1415
+ },
1416
+ {
1417
+ kind: 'struct',
1418
+ name: 'src::roles_interface::UpgradeGovernorRemoved',
1419
+ type: 'event',
1420
+ members: [
1421
+ {
1422
+ kind: 'data',
1423
+ name: 'removed_account',
1424
+ type: 'core::starknet::contract_address::ContractAddress',
1425
+ },
1426
+ {
1427
+ kind: 'data',
1428
+ name: 'removed_by',
1429
+ type: 'core::starknet::contract_address::ContractAddress',
1430
+ },
1431
+ ],
1432
+ },
1433
+ {
1434
+ kind: 'struct',
1435
+ name: 'src::roles_interface::SecurityAdminAdded',
1436
+ type: 'event',
1437
+ members: [
1438
+ {
1439
+ kind: 'data',
1440
+ name: 'added_account',
1441
+ type: 'core::starknet::contract_address::ContractAddress',
1442
+ },
1443
+ {
1444
+ kind: 'data',
1445
+ name: 'added_by',
1446
+ type: 'core::starknet::contract_address::ContractAddress',
1447
+ },
1448
+ ],
1449
+ },
1450
+ {
1451
+ kind: 'struct',
1452
+ name: 'src::roles_interface::SecurityAdminRemoved',
1453
+ type: 'event',
1454
+ members: [
1455
+ {
1456
+ kind: 'data',
1457
+ name: 'removed_account',
1458
+ type: 'core::starknet::contract_address::ContractAddress',
1459
+ },
1460
+ {
1461
+ kind: 'data',
1462
+ name: 'removed_by',
1463
+ type: 'core::starknet::contract_address::ContractAddress',
1464
+ },
1465
+ ],
1466
+ },
1467
+ {
1468
+ kind: 'struct',
1469
+ name: 'src::roles_interface::SecurityAgentAdded',
1470
+ type: 'event',
1471
+ members: [
1472
+ {
1473
+ kind: 'data',
1474
+ name: 'added_account',
1475
+ type: 'core::starknet::contract_address::ContractAddress',
1476
+ },
1477
+ {
1478
+ kind: 'data',
1479
+ name: 'added_by',
1480
+ type: 'core::starknet::contract_address::ContractAddress',
1481
+ },
1482
+ ],
1483
+ },
1484
+ {
1485
+ kind: 'struct',
1486
+ name: 'src::roles_interface::SecurityAgentRemoved',
1487
+ type: 'event',
1488
+ members: [
1489
+ {
1490
+ kind: 'data',
1491
+ name: 'removed_account',
1492
+ type: 'core::starknet::contract_address::ContractAddress',
1493
+ },
1494
+ {
1495
+ kind: 'data',
1496
+ name: 'removed_by',
1497
+ type: 'core::starknet::contract_address::ContractAddress',
1498
+ },
1499
+ ],
1500
+ },
1501
+ {
1502
+ kind: 'enum',
1503
+ name: 'src::token_bridge::TokenBridge::Event',
1504
+ type: 'event',
1505
+ variants: [
1506
+ {
1507
+ kind: 'nested',
1508
+ name: 'L1BridgeSet',
1509
+ type: 'src::token_bridge::TokenBridge::L1BridgeSet',
1510
+ },
1511
+ {
1512
+ kind: 'nested',
1513
+ name: 'Erc20ClassHashStored',
1514
+ type: 'src::token_bridge::TokenBridge::Erc20ClassHashStored',
1515
+ },
1516
+ {
1517
+ kind: 'nested',
1518
+ name: 'L2TokenGovernanceChanged',
1519
+ type: 'src::token_bridge::TokenBridge::L2TokenGovernanceChanged',
1520
+ },
1521
+ {
1522
+ kind: 'nested',
1523
+ name: 'withdraw_initiated',
1524
+ type: 'src::token_bridge::TokenBridge::withdraw_initiated',
1525
+ },
1526
+ {
1527
+ kind: 'nested',
1528
+ name: 'WithdrawInitiated',
1529
+ type: 'src::token_bridge::TokenBridge::WithdrawInitiated',
1530
+ },
1531
+ {
1532
+ kind: 'nested',
1533
+ name: 'deposit_handled',
1534
+ type: 'src::token_bridge::TokenBridge::deposit_handled',
1535
+ },
1536
+ {
1537
+ kind: 'nested',
1538
+ name: 'DepositHandled',
1539
+ type: 'src::token_bridge::TokenBridge::DepositHandled',
1540
+ },
1541
+ {
1542
+ kind: 'nested',
1543
+ name: 'DepositWithMessageHandled',
1544
+ type: 'src::token_bridge::TokenBridge::DepositWithMessageHandled',
1545
+ },
1546
+ {
1547
+ kind: 'nested',
1548
+ name: 'DeployHandled',
1549
+ type: 'src::token_bridge::TokenBridge::DeployHandled',
1550
+ },
1551
+ {
1552
+ kind: 'nested',
1553
+ name: 'WithdrawalLimitEnabled',
1554
+ type: 'src::token_bridge::TokenBridge::WithdrawalLimitEnabled',
1555
+ },
1556
+ {
1557
+ kind: 'nested',
1558
+ name: 'WithdrawalLimitDisabled',
1559
+ type: 'src::token_bridge::TokenBridge::WithdrawalLimitDisabled',
1560
+ },
1561
+ {
1562
+ kind: 'nested',
1563
+ name: 'ImplementationAdded',
1564
+ type: 'src::replaceability_interface::ImplementationAdded',
1565
+ },
1566
+ {
1567
+ kind: 'nested',
1568
+ name: 'ImplementationRemoved',
1569
+ type: 'src::replaceability_interface::ImplementationRemoved',
1570
+ },
1571
+ {
1572
+ kind: 'nested',
1573
+ name: 'ImplementationReplaced',
1574
+ type: 'src::replaceability_interface::ImplementationReplaced',
1575
+ },
1576
+ {
1577
+ kind: 'nested',
1578
+ name: 'ImplementationFinalized',
1579
+ type: 'src::replaceability_interface::ImplementationFinalized',
1580
+ },
1581
+ {
1582
+ kind: 'nested',
1583
+ name: 'RoleGranted',
1584
+ type: 'src::access_control_interface::RoleGranted',
1585
+ },
1586
+ {
1587
+ kind: 'nested',
1588
+ name: 'RoleRevoked',
1589
+ type: 'src::access_control_interface::RoleRevoked',
1590
+ },
1591
+ {
1592
+ kind: 'nested',
1593
+ name: 'RoleAdminChanged',
1594
+ type: 'src::access_control_interface::RoleAdminChanged',
1595
+ },
1596
+ {
1597
+ kind: 'nested',
1598
+ name: 'AppGovernorAdded',
1599
+ type: 'src::roles_interface::AppGovernorAdded',
1600
+ },
1601
+ {
1602
+ kind: 'nested',
1603
+ name: 'AppGovernorRemoved',
1604
+ type: 'src::roles_interface::AppGovernorRemoved',
1605
+ },
1606
+ {
1607
+ kind: 'nested',
1608
+ name: 'AppRoleAdminAdded',
1609
+ type: 'src::roles_interface::AppRoleAdminAdded',
1610
+ },
1611
+ {
1612
+ kind: 'nested',
1613
+ name: 'AppRoleAdminRemoved',
1614
+ type: 'src::roles_interface::AppRoleAdminRemoved',
1615
+ },
1616
+ {
1617
+ kind: 'nested',
1618
+ name: 'GovernanceAdminAdded',
1619
+ type: 'src::roles_interface::GovernanceAdminAdded',
1620
+ },
1621
+ {
1622
+ kind: 'nested',
1623
+ name: 'GovernanceAdminRemoved',
1624
+ type: 'src::roles_interface::GovernanceAdminRemoved',
1625
+ },
1626
+ {
1627
+ kind: 'nested',
1628
+ name: 'OperatorAdded',
1629
+ type: 'src::roles_interface::OperatorAdded',
1630
+ },
1631
+ {
1632
+ kind: 'nested',
1633
+ name: 'OperatorRemoved',
1634
+ type: 'src::roles_interface::OperatorRemoved',
1635
+ },
1636
+ {
1637
+ kind: 'nested',
1638
+ name: 'TokenAdminAdded',
1639
+ type: 'src::roles_interface::TokenAdminAdded',
1640
+ },
1641
+ {
1642
+ kind: 'nested',
1643
+ name: 'TokenAdminRemoved',
1644
+ type: 'src::roles_interface::TokenAdminRemoved',
1645
+ },
1646
+ {
1647
+ kind: 'nested',
1648
+ name: 'UpgradeGovernorAdded',
1649
+ type: 'src::roles_interface::UpgradeGovernorAdded',
1650
+ },
1651
+ {
1652
+ kind: 'nested',
1653
+ name: 'UpgradeGovernorRemoved',
1654
+ type: 'src::roles_interface::UpgradeGovernorRemoved',
1655
+ },
1656
+ {
1657
+ kind: 'nested',
1658
+ name: 'SecurityAdminAdded',
1659
+ type: 'src::roles_interface::SecurityAdminAdded',
1660
+ },
1661
+ {
1662
+ kind: 'nested',
1663
+ name: 'SecurityAdminRemoved',
1664
+ type: 'src::roles_interface::SecurityAdminRemoved',
1665
+ },
1666
+ {
1667
+ kind: 'nested',
1668
+ name: 'SecurityAgentAdded',
1669
+ type: 'src::roles_interface::SecurityAgentAdded',
1670
+ },
1671
+ {
1672
+ kind: 'nested',
1673
+ name: 'SecurityAgentRemoved',
1674
+ type: 'src::roles_interface::SecurityAgentRemoved',
1675
+ },
1676
+ ],
1677
+ },
1678
+ ];
1679
+ //# sourceMappingURL=bridge-usdc.abi.js.map