@aztec/l1-artifacts 0.84.0 → 0.85.0

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 (48) hide show
  1. package/dest/ExtRollupLibAbi.d.ts +0 -4
  2. package/dest/ExtRollupLibAbi.d.ts.map +1 -1
  3. package/dest/ExtRollupLibAbi.js +0 -5
  4. package/dest/ExtRollupLibBytecode.d.ts +1 -1
  5. package/dest/ExtRollupLibBytecode.d.ts.map +1 -1
  6. package/dest/ExtRollupLibBytecode.js +1 -1
  7. package/dest/FeeJuicePortalBytecode.d.ts +1 -1
  8. package/dest/FeeJuicePortalBytecode.js +1 -1
  9. package/dest/GovernanceProposerBytecode.d.ts +1 -1
  10. package/dest/GovernanceProposerBytecode.js +1 -1
  11. package/dest/HonkVerifierBytecode.d.ts +1 -1
  12. package/dest/HonkVerifierBytecode.d.ts.map +1 -1
  13. package/dest/HonkVerifierBytecode.js +1 -1
  14. package/dest/InboxBytecode.d.ts +1 -1
  15. package/dest/InboxBytecode.js +1 -1
  16. package/dest/NewGovernanceProposerPayloadBytecode.d.ts +1 -1
  17. package/dest/NewGovernanceProposerPayloadBytecode.js +1 -1
  18. package/dest/OutboxBytecode.d.ts +1 -1
  19. package/dest/OutboxBytecode.js +1 -1
  20. package/dest/RegisterNewRollupVersionPayloadBytecode.d.ts +1 -1
  21. package/dest/RegisterNewRollupVersionPayloadBytecode.js +1 -1
  22. package/dest/RegistryBytecode.d.ts +1 -1
  23. package/dest/RegistryBytecode.js +1 -1
  24. package/dest/RewardDistributorBytecode.d.ts +1 -1
  25. package/dest/RewardDistributorBytecode.js +1 -1
  26. package/dest/RollupAbi.d.ts +0 -8
  27. package/dest/RollupAbi.d.ts.map +1 -1
  28. package/dest/RollupAbi.js +0 -10
  29. package/dest/RollupBytecode.d.ts +6 -6
  30. package/dest/RollupBytecode.d.ts.map +1 -1
  31. package/dest/RollupBytecode.js +6 -6
  32. package/dest/RollupStorage.d.ts +2 -2
  33. package/dest/RollupStorage.js +2 -2
  34. package/dest/StakingAssetHandlerAbi.d.ts +72 -135
  35. package/dest/StakingAssetHandlerAbi.d.ts.map +1 -1
  36. package/dest/StakingAssetHandlerAbi.js +87 -170
  37. package/dest/StakingAssetHandlerBytecode.d.ts +1 -1
  38. package/dest/StakingAssetHandlerBytecode.d.ts.map +1 -1
  39. package/dest/StakingAssetHandlerBytecode.js +1 -1
  40. package/dest/TokenPortalBytecode.d.ts +1 -1
  41. package/dest/TokenPortalBytecode.js +1 -1
  42. package/dest/UniswapPortalBytecode.d.ts +1 -1
  43. package/dest/UniswapPortalBytecode.js +1 -1
  44. package/dest/ValidatorSelectionLibBytecode.d.ts +1 -1
  45. package/dest/ValidatorSelectionLibBytecode.js +1 -1
  46. package/dest/checksum.d.ts +1 -1
  47. package/dest/checksum.js +1 -1
  48. package/package.json +1 -1
@@ -12,17 +12,13 @@ export declare const StakingAssetHandlerAbi: readonly [{
12
12
  readonly type: "address";
13
13
  readonly internalType: "address";
14
14
  }, {
15
- readonly name: "_rollup";
15
+ readonly name: "_registry";
16
16
  readonly type: "address";
17
- readonly internalType: "address";
17
+ readonly internalType: "contract IRegistry";
18
18
  }, {
19
19
  readonly name: "_withdrawer";
20
20
  readonly type: "address";
21
21
  readonly internalType: "address";
22
- }, {
23
- readonly name: "_depositAmount";
24
- readonly type: "uint256";
25
- readonly internalType: "uint256";
26
22
  }, {
27
23
  readonly name: "_mintInterval";
28
24
  readonly type: "uint256";
@@ -32,31 +28,11 @@ export declare const StakingAssetHandlerAbi: readonly [{
32
28
  readonly type: "uint256";
33
29
  readonly internalType: "uint256";
34
30
  }, {
35
- readonly name: "_canAddValidator";
31
+ readonly name: "_unhinged";
36
32
  readonly type: "address[]";
37
33
  readonly internalType: "address[]";
38
34
  }];
39
35
  readonly stateMutability: "nonpayable";
40
- }, {
41
- readonly type: "event";
42
- readonly name: "AddValidatorPermissionGranted";
43
- readonly inputs: readonly [{
44
- readonly name: "_address";
45
- readonly type: "address";
46
- readonly indexed: true;
47
- readonly internalType: "address";
48
- }];
49
- readonly anonymous: false;
50
- }, {
51
- readonly type: "event";
52
- readonly name: "AddValidatorPermissionRevoked";
53
- readonly inputs: readonly [{
54
- readonly name: "_address";
55
- readonly type: "address";
56
- readonly indexed: true;
57
- readonly internalType: "address";
58
- }];
59
- readonly anonymous: false;
60
36
  }, {
61
37
  readonly type: "error";
62
38
  readonly name: "CannotMintZeroAmount";
@@ -73,16 +49,6 @@ export declare const StakingAssetHandlerAbi: readonly [{
73
49
  readonly type: "uint256";
74
50
  readonly internalType: "uint256";
75
51
  }];
76
- }, {
77
- readonly type: "event";
78
- readonly name: "DepositAmountUpdated";
79
- readonly inputs: readonly [{
80
- readonly name: "_depositAmount";
81
- readonly type: "uint256";
82
- readonly indexed: false;
83
- readonly internalType: "uint256";
84
- }];
85
- readonly anonymous: false;
86
52
  }, {
87
53
  readonly type: "event";
88
54
  readonly name: "DepositsPerMintUpdated";
@@ -475,18 +441,6 @@ export declare const StakingAssetHandlerAbi: readonly [{
475
441
  readonly internalType: "uint256";
476
442
  }];
477
443
  readonly anonymous: false;
478
- }, {
479
- readonly type: "error";
480
- readonly name: "MaxDepositsTooLarge";
481
- readonly inputs: readonly [{
482
- readonly name: "_depositAmount";
483
- readonly type: "uint256";
484
- readonly internalType: "uint256";
485
- }, {
486
- readonly name: "_maxDepositsPerMint";
487
- readonly type: "uint256";
488
- readonly internalType: "uint256";
489
- }];
490
444
  }, {
491
445
  readonly type: "error";
492
446
  readonly name: "MerkleLib__InvalidRoot";
@@ -507,26 +461,6 @@ export declare const StakingAssetHandlerAbi: readonly [{
507
461
  readonly type: "uint256";
508
462
  readonly internalType: "uint256";
509
463
  }];
510
- }, {
511
- readonly type: "error";
512
- readonly name: "NotCanAddValidator";
513
- readonly inputs: readonly [{
514
- readonly name: "_caller";
515
- readonly type: "address";
516
- readonly internalType: "address";
517
- }];
518
- }, {
519
- readonly type: "error";
520
- readonly name: "NotEnoughTimeSinceLastMint";
521
- readonly inputs: readonly [{
522
- readonly name: "_lastMintTimestamp";
523
- readonly type: "uint256";
524
- readonly internalType: "uint256";
525
- }, {
526
- readonly name: "_minMintInterval";
527
- readonly type: "uint256";
528
- readonly internalType: "uint256";
529
- }];
530
464
  }, {
531
465
  readonly type: "error";
532
466
  readonly name: "Outbox__AlreadyNullified";
@@ -710,6 +644,16 @@ export declare const StakingAssetHandlerAbi: readonly [{
710
644
  readonly type: "uint256";
711
645
  readonly internalType: "Timestamp";
712
646
  }];
647
+ }, {
648
+ readonly type: "function";
649
+ readonly name: "REGISTRY";
650
+ readonly inputs: readonly [];
651
+ readonly outputs: readonly [{
652
+ readonly name: "";
653
+ readonly type: "address";
654
+ readonly internalType: "contract IRegistry";
655
+ }];
656
+ readonly stateMutability: "view";
713
657
  }, {
714
658
  readonly type: "error";
715
659
  readonly name: "Registry__NoRollupsRegistered";
@@ -742,16 +686,6 @@ export declare const StakingAssetHandlerAbi: readonly [{
742
686
  readonly type: "address";
743
687
  readonly internalType: "address";
744
688
  }];
745
- }, {
746
- readonly type: "event";
747
- readonly name: "RollupUpdated";
748
- readonly inputs: readonly [{
749
- readonly name: "_rollup";
750
- readonly type: "address";
751
- readonly indexed: true;
752
- readonly internalType: "address";
753
- }];
754
- readonly anonymous: false;
755
689
  }, {
756
690
  readonly type: "error";
757
691
  readonly name: "Rollup__AlreadyClaimed";
@@ -1252,10 +1186,35 @@ export declare const StakingAssetHandlerAbi: readonly [{
1252
1186
  readonly internalType: "uint256";
1253
1187
  }];
1254
1188
  readonly anonymous: false;
1189
+ }, {
1190
+ readonly type: "event";
1191
+ readonly name: "UnhingedAdded";
1192
+ readonly inputs: readonly [{
1193
+ readonly name: "_address";
1194
+ readonly type: "address";
1195
+ readonly indexed: true;
1196
+ readonly internalType: "address";
1197
+ }];
1198
+ readonly anonymous: false;
1199
+ }, {
1200
+ readonly type: "event";
1201
+ readonly name: "UnhingedRemoved";
1202
+ readonly inputs: readonly [{
1203
+ readonly name: "_address";
1204
+ readonly type: "address";
1205
+ readonly indexed: true;
1206
+ readonly internalType: "address";
1207
+ }];
1208
+ readonly anonymous: false;
1255
1209
  }, {
1256
1210
  readonly type: "event";
1257
1211
  readonly name: "ValidatorAdded";
1258
1212
  readonly inputs: readonly [{
1213
+ readonly name: "_rollup";
1214
+ readonly type: "address";
1215
+ readonly indexed: true;
1216
+ readonly internalType: "address";
1217
+ }, {
1259
1218
  readonly name: "_attester";
1260
1219
  readonly type: "address";
1261
1220
  readonly indexed: true;
@@ -1263,15 +1222,23 @@ export declare const StakingAssetHandlerAbi: readonly [{
1263
1222
  }, {
1264
1223
  readonly name: "_proposer";
1265
1224
  readonly type: "address";
1266
- readonly indexed: true;
1225
+ readonly indexed: false;
1267
1226
  readonly internalType: "address";
1268
1227
  }, {
1269
1228
  readonly name: "_withdrawer";
1270
1229
  readonly type: "address";
1271
- readonly indexed: true;
1230
+ readonly indexed: false;
1272
1231
  readonly internalType: "address";
1273
1232
  }];
1274
1233
  readonly anonymous: false;
1234
+ }, {
1235
+ readonly type: "error";
1236
+ readonly name: "ValidatorQuotaFilledUntil";
1237
+ readonly inputs: readonly [{
1238
+ readonly name: "_timestamp";
1239
+ readonly type: "uint256";
1240
+ readonly internalType: "uint256";
1241
+ }];
1275
1242
  }, {
1276
1243
  readonly type: "error";
1277
1244
  readonly name: "ValidatorSelection__EpochNotSetup";
@@ -1336,13 +1303,9 @@ export declare const StakingAssetHandlerAbi: readonly [{
1336
1303
  readonly anonymous: false;
1337
1304
  }, {
1338
1305
  readonly type: "function";
1339
- readonly name: "addValidator";
1306
+ readonly name: "addUnhinged";
1340
1307
  readonly inputs: readonly [{
1341
- readonly name: "_attester";
1342
- readonly type: "address";
1343
- readonly internalType: "address";
1344
- }, {
1345
- readonly name: "_proposer";
1308
+ readonly name: "_address";
1346
1309
  readonly type: "address";
1347
1310
  readonly internalType: "address";
1348
1311
  }];
@@ -1350,21 +1313,21 @@ export declare const StakingAssetHandlerAbi: readonly [{
1350
1313
  readonly stateMutability: "nonpayable";
1351
1314
  }, {
1352
1315
  readonly type: "function";
1353
- readonly name: "canAddValidator";
1316
+ readonly name: "addValidator";
1354
1317
  readonly inputs: readonly [{
1355
- readonly name: "";
1318
+ readonly name: "_attester";
1319
+ readonly type: "address";
1320
+ readonly internalType: "address";
1321
+ }, {
1322
+ readonly name: "_proposer";
1356
1323
  readonly type: "address";
1357
1324
  readonly internalType: "address";
1358
1325
  }];
1359
- readonly outputs: readonly [{
1360
- readonly name: "";
1361
- readonly type: "bool";
1362
- readonly internalType: "bool";
1363
- }];
1364
- readonly stateMutability: "view";
1326
+ readonly outputs: readonly [];
1327
+ readonly stateMutability: "nonpayable";
1365
1328
  }, {
1366
1329
  readonly type: "function";
1367
- readonly name: "depositAmount";
1330
+ readonly name: "depositsPerMint";
1368
1331
  readonly inputs: readonly [];
1369
1332
  readonly outputs: readonly [{
1370
1333
  readonly name: "";
@@ -1374,24 +1337,28 @@ export declare const StakingAssetHandlerAbi: readonly [{
1374
1337
  readonly stateMutability: "view";
1375
1338
  }, {
1376
1339
  readonly type: "function";
1377
- readonly name: "depositsPerMint";
1340
+ readonly name: "getRollup";
1378
1341
  readonly inputs: readonly [];
1379
1342
  readonly outputs: readonly [{
1380
1343
  readonly name: "";
1381
- readonly type: "uint256";
1382
- readonly internalType: "uint256";
1344
+ readonly type: "address";
1345
+ readonly internalType: "address";
1383
1346
  }];
1384
1347
  readonly stateMutability: "view";
1385
1348
  }, {
1386
1349
  readonly type: "function";
1387
- readonly name: "grantAddValidatorPermission";
1350
+ readonly name: "isUnhinged";
1388
1351
  readonly inputs: readonly [{
1389
- readonly name: "_address";
1352
+ readonly name: "";
1390
1353
  readonly type: "address";
1391
1354
  readonly internalType: "address";
1392
1355
  }];
1393
- readonly outputs: readonly [];
1394
- readonly stateMutability: "nonpayable";
1356
+ readonly outputs: readonly [{
1357
+ readonly name: "";
1358
+ readonly type: "bool";
1359
+ readonly internalType: "bool";
1360
+ }];
1361
+ readonly stateMutability: "view";
1395
1362
  }, {
1396
1363
  readonly type: "function";
1397
1364
  readonly name: "lastMintTimestamp";
@@ -1424,13 +1391,7 @@ export declare const StakingAssetHandlerAbi: readonly [{
1424
1391
  readonly stateMutability: "view";
1425
1392
  }, {
1426
1393
  readonly type: "function";
1427
- readonly name: "renounceOwnership";
1428
- readonly inputs: readonly [];
1429
- readonly outputs: readonly [];
1430
- readonly stateMutability: "nonpayable";
1431
- }, {
1432
- readonly type: "function";
1433
- readonly name: "revokeAddValidatorPermission";
1394
+ readonly name: "removeUnhinged";
1434
1395
  readonly inputs: readonly [{
1435
1396
  readonly name: "_address";
1436
1397
  readonly type: "address";
@@ -1440,22 +1401,8 @@ export declare const StakingAssetHandlerAbi: readonly [{
1440
1401
  readonly stateMutability: "nonpayable";
1441
1402
  }, {
1442
1403
  readonly type: "function";
1443
- readonly name: "rollup";
1404
+ readonly name: "renounceOwnership";
1444
1405
  readonly inputs: readonly [];
1445
- readonly outputs: readonly [{
1446
- readonly name: "";
1447
- readonly type: "address";
1448
- readonly internalType: "contract IStaking";
1449
- }];
1450
- readonly stateMutability: "view";
1451
- }, {
1452
- readonly type: "function";
1453
- readonly name: "setDepositAmount";
1454
- readonly inputs: readonly [{
1455
- readonly name: "_amount";
1456
- readonly type: "uint256";
1457
- readonly internalType: "uint256";
1458
- }];
1459
1406
  readonly outputs: readonly [];
1460
1407
  readonly stateMutability: "nonpayable";
1461
1408
  }, {
@@ -1478,16 +1425,6 @@ export declare const StakingAssetHandlerAbi: readonly [{
1478
1425
  }];
1479
1426
  readonly outputs: readonly [];
1480
1427
  readonly stateMutability: "nonpayable";
1481
- }, {
1482
- readonly type: "function";
1483
- readonly name: "setRollup";
1484
- readonly inputs: readonly [{
1485
- readonly name: "_rollup";
1486
- readonly type: "address";
1487
- readonly internalType: "address";
1488
- }];
1489
- readonly outputs: readonly [];
1490
- readonly stateMutability: "nonpayable";
1491
1428
  }, {
1492
1429
  readonly type: "function";
1493
1430
  readonly name: "setWithdrawer";
@@ -1 +1 @@
1
- {"version":3,"file":"StakingAssetHandlerAbi.d.ts","sourceRoot":"","sources":["../src/StakingAssetHandlerAbi.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAm9DzB,CAAC"}
1
+ {"version":3,"file":"StakingAssetHandlerAbi.d.ts","sourceRoot":"","sources":["../src/StakingAssetHandlerAbi.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAg4DzB,CAAC"}