@zoralabs/protocol-deployments 0.3.5-COMMENTS.1 → 0.3.5-COMMENTS.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.
Files changed (87) hide show
  1. package/.turbo/turbo-build.log +48 -48
  2. package/CHANGELOG.md +12 -0
  3. package/dist/_esm-JXHAY2EM.js +4030 -0
  4. package/dist/_esm-JXHAY2EM.js.map +1 -0
  5. package/dist/ccip-MZCNL5YG.js +15 -0
  6. package/dist/chunk-FJ2PMLO3.js +132 -0
  7. package/dist/chunk-FJ2PMLO3.js.map +1 -0
  8. package/dist/chunk-MCOK75CU.js +3837 -0
  9. package/dist/chunk-MCOK75CU.js.map +1 -0
  10. package/dist/generated/wagmi.d.ts +259 -139
  11. package/dist/generated/wagmi.d.ts.map +1 -1
  12. package/dist/index.cjs +203 -219
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.js +65 -27
  15. package/dist/index.js.map +1 -1
  16. package/dist/secp256k1-NJATWSDZ.js +2395 -0
  17. package/dist/secp256k1-NJATWSDZ.js.map +1 -0
  18. package/dist/typedData.d.ts +12 -3
  19. package/dist/typedData.d.ts.map +1 -1
  20. package/json/1155.json +212 -0
  21. package/json/mints.json +46 -0
  22. package/package/.turbo/turbo-build.log +48 -0
  23. package/{dist/ccip-TLVKUNHE.js → package/dist/ccip-42FQPB7J.js} +2 -2
  24. package/package/dist/ccip-42FQPB7J.js.map +1 -0
  25. package/package/dist/chunk-3EJPJMEH.js +44 -0
  26. package/package/dist/chunk-3EJPJMEH.js.map +1 -0
  27. package/{dist/chunk-IB365BT5.js → package/dist/chunk-YMRS2KON.js} +2 -3
  28. package/package/dist/encoding.d.ts +15 -0
  29. package/package/dist/encoding.d.ts.map +1 -0
  30. package/package/dist/generated/1155.d.ts +232 -0
  31. package/package/dist/generated/1155.d.ts.map +1 -0
  32. package/package/dist/generated/sparks.d.ts +85 -0
  33. package/package/dist/generated/sparks.d.ts.map +1 -0
  34. package/package/dist/generated/wagmi.d.ts +27548 -0
  35. package/package/dist/generated/wagmi.d.ts.map +1 -0
  36. package/package/dist/index.cjs +12957 -0
  37. package/package/dist/index.cjs.map +1 -0
  38. package/package/dist/index.d.ts +7 -0
  39. package/package/dist/index.d.ts.map +1 -0
  40. package/package/dist/index.js +11268 -0
  41. package/package/dist/index.js.map +1 -0
  42. package/package/dist/typedData.d.ts +234 -0
  43. package/package/dist/typedData.d.ts.map +1 -0
  44. package/package/dist/types.d.ts +45 -0
  45. package/package/dist/types.d.ts.map +1 -0
  46. package/package/package/.turbo/turbo-build.log +48 -0
  47. package/package/package/dist/_esm-KB2T7G46.js +3923 -0
  48. package/package/package/dist/_esm-KB2T7G46.js.map +1 -0
  49. package/package/package/dist/ccip-42FQPB7J.js +15 -0
  50. package/package/package/dist/ccip-42FQPB7J.js.map +1 -0
  51. package/package/package/dist/chunk-3EJPJMEH.js +44 -0
  52. package/package/package/dist/chunk-3EJPJMEH.js.map +1 -0
  53. package/package/package/dist/chunk-5JV63AHR.js +129 -0
  54. package/package/package/dist/chunk-5JV63AHR.js.map +1 -0
  55. package/package/package/dist/chunk-YMRS2KON.js +3956 -0
  56. package/package/package/dist/chunk-YMRS2KON.js.map +1 -0
  57. package/package/package/dist/encoding.d.ts +15 -0
  58. package/package/package/dist/encoding.d.ts.map +1 -0
  59. package/package/package/dist/generated/1155.d.ts +232 -0
  60. package/package/package/dist/generated/1155.d.ts.map +1 -0
  61. package/package/package/dist/generated/sparks.d.ts +85 -0
  62. package/package/package/dist/generated/sparks.d.ts.map +1 -0
  63. package/package/package/dist/generated/wagmi.d.ts +27548 -0
  64. package/package/package/dist/generated/wagmi.d.ts.map +1 -0
  65. package/package/package/dist/index.cjs +12957 -0
  66. package/package/package/dist/index.cjs.map +1 -0
  67. package/package/package/dist/index.d.ts +7 -0
  68. package/package/package/dist/index.d.ts.map +1 -0
  69. package/package/package/dist/index.js +11268 -0
  70. package/package/package/dist/index.js.map +1 -0
  71. package/package/package/dist/secp256k1-5CEPNAX3.js +2244 -0
  72. package/package/package/dist/secp256k1-5CEPNAX3.js.map +1 -0
  73. package/package/package/dist/typedData.d.ts +234 -0
  74. package/package/package/dist/typedData.d.ts.map +1 -0
  75. package/package/package/dist/types.d.ts +45 -0
  76. package/package/package/dist/types.d.ts.map +1 -0
  77. package/package.json +4 -5
  78. package/src/generated/wagmi.ts +177 -92
  79. package/src/typedData.ts +12 -3
  80. /package/dist/{ccip-TLVKUNHE.js.map → ccip-MZCNL5YG.js.map} +0 -0
  81. /package/{dist → package/dist}/_esm-KB2T7G46.js +0 -0
  82. /package/{dist → package/dist}/_esm-KB2T7G46.js.map +0 -0
  83. /package/{dist → package/dist}/chunk-5JV63AHR.js +0 -0
  84. /package/{dist → package/dist}/chunk-5JV63AHR.js.map +0 -0
  85. /package/{dist/chunk-IB365BT5.js.map → package/dist/chunk-YMRS2KON.js.map} +0 -0
  86. /package/{dist → package/dist}/secp256k1-5CEPNAX3.js +0 -0
  87. /package/{dist → package/dist}/secp256k1-5CEPNAX3.js.map +0 -0
@@ -1,5 +1,6 @@
1
1
  /**
2
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777bE14a1F7Fd6896B5FBDa5ceD5FC6e501a)
2
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x8C0757EFfD2Cc68F00810d2d144F729F6ed5CdA3)
3
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xA29a072Edd91CF501115f6B77D145417c498A09c)
3
4
  */
4
5
  export declare const commentsABI: readonly [{
5
6
  readonly stateMutability: "nonpayable";
@@ -12,6 +13,10 @@ export declare const commentsABI: readonly [{
12
13
  readonly name: "_protocolRewards";
13
14
  readonly internalType: "address";
14
15
  readonly type: "address";
16
+ }, {
17
+ readonly name: "_zoraRecipient";
18
+ readonly internalType: "address";
19
+ readonly type: "address";
15
20
  }];
16
21
  }, {
17
22
  readonly stateMutability: "view";
@@ -37,7 +42,7 @@ export declare const commentsABI: readonly [{
37
42
  readonly stateMutability: "view";
38
43
  readonly type: "function";
39
44
  readonly inputs: readonly [];
40
- readonly name: "DELEGATE_COMMENTOR";
45
+ readonly name: "DELEGATE_COMMENTER";
41
46
  readonly outputs: readonly [{
42
47
  readonly name: "";
43
48
  readonly internalType: "bytes32";
@@ -192,6 +197,10 @@ export declare const commentsABI: readonly [{
192
197
  readonly internalType: "bytes32";
193
198
  readonly type: "bytes32";
194
199
  }];
200
+ }, {
201
+ readonly name: "commenterSmartWallet";
202
+ readonly internalType: "address";
203
+ readonly type: "address";
195
204
  }, {
196
205
  readonly name: "referrer";
197
206
  readonly internalType: "address";
@@ -248,8 +257,8 @@ export declare const commentsABI: readonly [{
248
257
  readonly name: "commentSparksQuantity";
249
258
  readonly outputs: readonly [{
250
259
  readonly name: "";
251
- readonly internalType: "uint64";
252
- readonly type: "uint64";
260
+ readonly internalType: "uint256";
261
+ readonly type: "uint256";
253
262
  }];
254
263
  }, {
255
264
  readonly stateMutability: "pure";
@@ -523,6 +532,10 @@ export declare const commentsABI: readonly [{
523
532
  readonly name: "commenter";
524
533
  readonly internalType: "address";
525
534
  readonly type: "address";
535
+ }, {
536
+ readonly name: "commenterSmartWallet";
537
+ readonly internalType: "address";
538
+ readonly type: "address";
526
539
  }, {
527
540
  readonly name: "contractAddress";
528
541
  readonly internalType: "address";
@@ -556,6 +569,10 @@ export declare const commentsABI: readonly [{
556
569
  readonly name: "text";
557
570
  readonly internalType: "string";
558
571
  readonly type: "string";
572
+ }, {
573
+ readonly name: "referrer";
574
+ readonly internalType: "address";
575
+ readonly type: "address";
559
576
  }, {
560
577
  readonly name: "deadline";
561
578
  readonly internalType: "uint256";
@@ -564,10 +581,6 @@ export declare const commentsABI: readonly [{
564
581
  readonly name: "nonce";
565
582
  readonly internalType: "bytes32";
566
583
  readonly type: "bytes32";
567
- }, {
568
- readonly name: "referrer";
569
- readonly internalType: "address";
570
- readonly type: "address";
571
584
  }, {
572
585
  readonly name: "sourceChainId";
573
586
  readonly internalType: "uint32";
@@ -618,8 +631,8 @@ export declare const commentsABI: readonly [{
618
631
  readonly type: "address";
619
632
  }, {
620
633
  readonly name: "sparksQuantity";
621
- readonly internalType: "uint64";
622
- readonly type: "uint64";
634
+ readonly internalType: "uint256";
635
+ readonly type: "uint256";
623
636
  }, {
624
637
  readonly name: "deadline";
625
638
  readonly internalType: "uint256";
@@ -662,10 +675,6 @@ export declare const commentsABI: readonly [{
662
675
  readonly stateMutability: "nonpayable";
663
676
  readonly type: "function";
664
677
  readonly inputs: readonly [{
665
- readonly name: "_zoraRecipient";
666
- readonly internalType: "address";
667
- readonly type: "address";
668
- }, {
669
678
  readonly name: "defaultAdmin";
670
679
  readonly internalType: "address";
671
680
  readonly type: "address";
@@ -699,8 +708,8 @@ export declare const commentsABI: readonly [{
699
708
  readonly type: "address";
700
709
  }, {
701
710
  readonly name: "nonce";
702
- readonly internalType: "uint256";
703
- readonly type: "uint256";
711
+ readonly internalType: "bytes32";
712
+ readonly type: "bytes32";
704
713
  }];
705
714
  readonly name: "nonceUsed";
706
715
  readonly outputs: readonly [{
@@ -719,6 +728,10 @@ export declare const commentsABI: readonly [{
719
728
  readonly name: "commenter";
720
729
  readonly internalType: "address";
721
730
  readonly type: "address";
731
+ }, {
732
+ readonly name: "commenterSmartWallet";
733
+ readonly internalType: "address";
734
+ readonly type: "address";
722
735
  }, {
723
736
  readonly name: "contractAddress";
724
737
  readonly internalType: "address";
@@ -752,6 +765,10 @@ export declare const commentsABI: readonly [{
752
765
  readonly name: "text";
753
766
  readonly internalType: "string";
754
767
  readonly type: "string";
768
+ }, {
769
+ readonly name: "referrer";
770
+ readonly internalType: "address";
771
+ readonly type: "address";
755
772
  }, {
756
773
  readonly name: "deadline";
757
774
  readonly internalType: "uint256";
@@ -760,10 +777,6 @@ export declare const commentsABI: readonly [{
760
777
  readonly name: "nonce";
761
778
  readonly internalType: "bytes32";
762
779
  readonly type: "bytes32";
763
- }, {
764
- readonly name: "referrer";
765
- readonly internalType: "address";
766
- readonly type: "address";
767
780
  }, {
768
781
  readonly name: "sourceChainId";
769
782
  readonly internalType: "uint32";
@@ -814,8 +827,8 @@ export declare const commentsABI: readonly [{
814
827
  readonly type: "address";
815
828
  }, {
816
829
  readonly name: "sparksQuantity";
817
- readonly internalType: "uint64";
818
- readonly type: "uint64";
830
+ readonly internalType: "uint256";
831
+ readonly type: "uint256";
819
832
  }, {
820
833
  readonly name: "deadline";
821
834
  readonly internalType: "uint256";
@@ -918,8 +931,8 @@ export declare const commentsABI: readonly [{
918
931
  }];
919
932
  }, {
920
933
  readonly name: "sparksQuantity";
921
- readonly internalType: "uint64";
922
- readonly type: "uint64";
934
+ readonly internalType: "uint256";
935
+ readonly type: "uint256";
923
936
  }, {
924
937
  readonly name: "referrer";
925
938
  readonly internalType: "address";
@@ -974,7 +987,7 @@ export declare const commentsABI: readonly [{
974
987
  readonly type: "bytes32";
975
988
  readonly indexed: true;
976
989
  }, {
977
- readonly name: "comment";
990
+ readonly name: "commentIdentifier";
978
991
  readonly internalType: "struct IComments.CommentIdentifier";
979
992
  readonly type: "tuple";
980
993
  readonly components: readonly [{
@@ -1021,7 +1034,7 @@ export declare const commentsABI: readonly [{
1021
1034
  readonly type: "bytes32";
1022
1035
  readonly indexed: true;
1023
1036
  }, {
1024
- readonly name: "comment";
1037
+ readonly name: "commentIdentifier";
1025
1038
  readonly internalType: "struct IComments.CommentIdentifier";
1026
1039
  readonly type: "tuple";
1027
1040
  readonly components: readonly [{
@@ -1071,8 +1084,8 @@ export declare const commentsABI: readonly [{
1071
1084
  readonly indexed: false;
1072
1085
  }, {
1073
1086
  readonly name: "sparksQuantity";
1074
- readonly internalType: "uint64";
1075
- readonly type: "uint64";
1087
+ readonly internalType: "uint256";
1088
+ readonly type: "uint256";
1076
1089
  readonly indexed: false;
1077
1090
  }, {
1078
1091
  readonly name: "text";
@@ -1198,8 +1211,8 @@ export declare const commentsABI: readonly [{
1198
1211
  readonly indexed: false;
1199
1212
  }, {
1200
1213
  readonly name: "sparksQuantity";
1201
- readonly internalType: "uint64";
1202
- readonly type: "uint64";
1214
+ readonly internalType: "uint256";
1215
+ readonly type: "uint256";
1203
1216
  readonly indexed: false;
1204
1217
  }, {
1205
1218
  readonly name: "sparker";
@@ -1211,6 +1224,11 @@ export declare const commentsABI: readonly [{
1211
1224
  readonly internalType: "uint256";
1212
1225
  readonly type: "uint256";
1213
1226
  readonly indexed: false;
1227
+ }, {
1228
+ readonly name: "referrer";
1229
+ readonly internalType: "address";
1230
+ readonly type: "address";
1231
+ readonly indexed: false;
1214
1232
  }];
1215
1233
  readonly name: "SparkedComment";
1216
1234
  }, {
@@ -1355,8 +1373,8 @@ export declare const commentsABI: readonly [{
1355
1373
  readonly type: "address";
1356
1374
  }, {
1357
1375
  readonly name: "currentNonce";
1358
- readonly internalType: "uint256";
1359
- readonly type: "uint256";
1376
+ readonly internalType: "bytes32";
1377
+ readonly type: "bytes32";
1360
1378
  }];
1361
1379
  readonly name: "InvalidAccountNonce";
1362
1380
  }, {
@@ -1371,10 +1389,22 @@ export declare const commentsABI: readonly [{
1371
1389
  readonly type: "error";
1372
1390
  readonly inputs: readonly [];
1373
1391
  readonly name: "MustSendAtLeastOneSpark";
1392
+ }, {
1393
+ readonly type: "error";
1394
+ readonly inputs: readonly [];
1395
+ readonly name: "NoFundsRecipient";
1374
1396
  }, {
1375
1397
  readonly type: "error";
1376
1398
  readonly inputs: readonly [];
1377
1399
  readonly name: "NotInitializing";
1400
+ }, {
1401
+ readonly type: "error";
1402
+ readonly inputs: readonly [];
1403
+ readonly name: "NotSmartWallet";
1404
+ }, {
1405
+ readonly type: "error";
1406
+ readonly inputs: readonly [];
1407
+ readonly name: "NotSmartWalletOwner";
1378
1408
  }, {
1379
1409
  readonly type: "error";
1380
1410
  readonly inputs: readonly [];
@@ -1413,17 +1443,21 @@ export declare const commentsABI: readonly [{
1413
1443
  readonly name: "UpgradeToMismatchedContractName";
1414
1444
  }];
1415
1445
  /**
1416
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777bE14a1F7Fd6896B5FBDa5ceD5FC6e501a)
1446
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x8C0757EFfD2Cc68F00810d2d144F729F6ed5CdA3)
1447
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xA29a072Edd91CF501115f6B77D145417c498A09c)
1417
1448
  */
1418
1449
  export declare const commentsAddress: {
1419
- readonly 999999999: "0x7777777bE14a1F7Fd6896B5FBDa5ceD5FC6e501a";
1450
+ readonly 7777777: "0x8C0757EFfD2Cc68F00810d2d144F729F6ed5CdA3";
1451
+ readonly 999999999: "0xA29a072Edd91CF501115f6B77D145417c498A09c";
1420
1452
  };
1421
1453
  /**
1422
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777bE14a1F7Fd6896B5FBDa5ceD5FC6e501a)
1454
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x8C0757EFfD2Cc68F00810d2d144F729F6ed5CdA3)
1455
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xA29a072Edd91CF501115f6B77D145417c498A09c)
1423
1456
  */
1424
1457
  export declare const commentsConfig: {
1425
1458
  readonly address: {
1426
- readonly 999999999: "0x7777777bE14a1F7Fd6896B5FBDa5ceD5FC6e501a";
1459
+ readonly 7777777: "0x8C0757EFfD2Cc68F00810d2d144F729F6ed5CdA3";
1460
+ readonly 999999999: "0xA29a072Edd91CF501115f6B77D145417c498A09c";
1427
1461
  };
1428
1462
  readonly abi: readonly [{
1429
1463
  readonly stateMutability: "nonpayable";
@@ -1436,6 +1470,10 @@ export declare const commentsConfig: {
1436
1470
  readonly name: "_protocolRewards";
1437
1471
  readonly internalType: "address";
1438
1472
  readonly type: "address";
1473
+ }, {
1474
+ readonly name: "_zoraRecipient";
1475
+ readonly internalType: "address";
1476
+ readonly type: "address";
1439
1477
  }];
1440
1478
  }, {
1441
1479
  readonly stateMutability: "view";
@@ -1461,7 +1499,7 @@ export declare const commentsConfig: {
1461
1499
  readonly stateMutability: "view";
1462
1500
  readonly type: "function";
1463
1501
  readonly inputs: readonly [];
1464
- readonly name: "DELEGATE_COMMENTOR";
1502
+ readonly name: "DELEGATE_COMMENTER";
1465
1503
  readonly outputs: readonly [{
1466
1504
  readonly name: "";
1467
1505
  readonly internalType: "bytes32";
@@ -1616,6 +1654,10 @@ export declare const commentsConfig: {
1616
1654
  readonly internalType: "bytes32";
1617
1655
  readonly type: "bytes32";
1618
1656
  }];
1657
+ }, {
1658
+ readonly name: "commenterSmartWallet";
1659
+ readonly internalType: "address";
1660
+ readonly type: "address";
1619
1661
  }, {
1620
1662
  readonly name: "referrer";
1621
1663
  readonly internalType: "address";
@@ -1672,8 +1714,8 @@ export declare const commentsConfig: {
1672
1714
  readonly name: "commentSparksQuantity";
1673
1715
  readonly outputs: readonly [{
1674
1716
  readonly name: "";
1675
- readonly internalType: "uint64";
1676
- readonly type: "uint64";
1717
+ readonly internalType: "uint256";
1718
+ readonly type: "uint256";
1677
1719
  }];
1678
1720
  }, {
1679
1721
  readonly stateMutability: "pure";
@@ -1947,6 +1989,10 @@ export declare const commentsConfig: {
1947
1989
  readonly name: "commenter";
1948
1990
  readonly internalType: "address";
1949
1991
  readonly type: "address";
1992
+ }, {
1993
+ readonly name: "commenterSmartWallet";
1994
+ readonly internalType: "address";
1995
+ readonly type: "address";
1950
1996
  }, {
1951
1997
  readonly name: "contractAddress";
1952
1998
  readonly internalType: "address";
@@ -1980,6 +2026,10 @@ export declare const commentsConfig: {
1980
2026
  readonly name: "text";
1981
2027
  readonly internalType: "string";
1982
2028
  readonly type: "string";
2029
+ }, {
2030
+ readonly name: "referrer";
2031
+ readonly internalType: "address";
2032
+ readonly type: "address";
1983
2033
  }, {
1984
2034
  readonly name: "deadline";
1985
2035
  readonly internalType: "uint256";
@@ -1988,10 +2038,6 @@ export declare const commentsConfig: {
1988
2038
  readonly name: "nonce";
1989
2039
  readonly internalType: "bytes32";
1990
2040
  readonly type: "bytes32";
1991
- }, {
1992
- readonly name: "referrer";
1993
- readonly internalType: "address";
1994
- readonly type: "address";
1995
2041
  }, {
1996
2042
  readonly name: "sourceChainId";
1997
2043
  readonly internalType: "uint32";
@@ -2042,8 +2088,8 @@ export declare const commentsConfig: {
2042
2088
  readonly type: "address";
2043
2089
  }, {
2044
2090
  readonly name: "sparksQuantity";
2045
- readonly internalType: "uint64";
2046
- readonly type: "uint64";
2091
+ readonly internalType: "uint256";
2092
+ readonly type: "uint256";
2047
2093
  }, {
2048
2094
  readonly name: "deadline";
2049
2095
  readonly internalType: "uint256";
@@ -2086,10 +2132,6 @@ export declare const commentsConfig: {
2086
2132
  readonly stateMutability: "nonpayable";
2087
2133
  readonly type: "function";
2088
2134
  readonly inputs: readonly [{
2089
- readonly name: "_zoraRecipient";
2090
- readonly internalType: "address";
2091
- readonly type: "address";
2092
- }, {
2093
2135
  readonly name: "defaultAdmin";
2094
2136
  readonly internalType: "address";
2095
2137
  readonly type: "address";
@@ -2123,8 +2165,8 @@ export declare const commentsConfig: {
2123
2165
  readonly type: "address";
2124
2166
  }, {
2125
2167
  readonly name: "nonce";
2126
- readonly internalType: "uint256";
2127
- readonly type: "uint256";
2168
+ readonly internalType: "bytes32";
2169
+ readonly type: "bytes32";
2128
2170
  }];
2129
2171
  readonly name: "nonceUsed";
2130
2172
  readonly outputs: readonly [{
@@ -2143,6 +2185,10 @@ export declare const commentsConfig: {
2143
2185
  readonly name: "commenter";
2144
2186
  readonly internalType: "address";
2145
2187
  readonly type: "address";
2188
+ }, {
2189
+ readonly name: "commenterSmartWallet";
2190
+ readonly internalType: "address";
2191
+ readonly type: "address";
2146
2192
  }, {
2147
2193
  readonly name: "contractAddress";
2148
2194
  readonly internalType: "address";
@@ -2176,6 +2222,10 @@ export declare const commentsConfig: {
2176
2222
  readonly name: "text";
2177
2223
  readonly internalType: "string";
2178
2224
  readonly type: "string";
2225
+ }, {
2226
+ readonly name: "referrer";
2227
+ readonly internalType: "address";
2228
+ readonly type: "address";
2179
2229
  }, {
2180
2230
  readonly name: "deadline";
2181
2231
  readonly internalType: "uint256";
@@ -2184,10 +2234,6 @@ export declare const commentsConfig: {
2184
2234
  readonly name: "nonce";
2185
2235
  readonly internalType: "bytes32";
2186
2236
  readonly type: "bytes32";
2187
- }, {
2188
- readonly name: "referrer";
2189
- readonly internalType: "address";
2190
- readonly type: "address";
2191
2237
  }, {
2192
2238
  readonly name: "sourceChainId";
2193
2239
  readonly internalType: "uint32";
@@ -2238,8 +2284,8 @@ export declare const commentsConfig: {
2238
2284
  readonly type: "address";
2239
2285
  }, {
2240
2286
  readonly name: "sparksQuantity";
2241
- readonly internalType: "uint64";
2242
- readonly type: "uint64";
2287
+ readonly internalType: "uint256";
2288
+ readonly type: "uint256";
2243
2289
  }, {
2244
2290
  readonly name: "deadline";
2245
2291
  readonly internalType: "uint256";
@@ -2342,8 +2388,8 @@ export declare const commentsConfig: {
2342
2388
  }];
2343
2389
  }, {
2344
2390
  readonly name: "sparksQuantity";
2345
- readonly internalType: "uint64";
2346
- readonly type: "uint64";
2391
+ readonly internalType: "uint256";
2392
+ readonly type: "uint256";
2347
2393
  }, {
2348
2394
  readonly name: "referrer";
2349
2395
  readonly internalType: "address";
@@ -2398,7 +2444,7 @@ export declare const commentsConfig: {
2398
2444
  readonly type: "bytes32";
2399
2445
  readonly indexed: true;
2400
2446
  }, {
2401
- readonly name: "comment";
2447
+ readonly name: "commentIdentifier";
2402
2448
  readonly internalType: "struct IComments.CommentIdentifier";
2403
2449
  readonly type: "tuple";
2404
2450
  readonly components: readonly [{
@@ -2445,7 +2491,7 @@ export declare const commentsConfig: {
2445
2491
  readonly type: "bytes32";
2446
2492
  readonly indexed: true;
2447
2493
  }, {
2448
- readonly name: "comment";
2494
+ readonly name: "commentIdentifier";
2449
2495
  readonly internalType: "struct IComments.CommentIdentifier";
2450
2496
  readonly type: "tuple";
2451
2497
  readonly components: readonly [{
@@ -2495,8 +2541,8 @@ export declare const commentsConfig: {
2495
2541
  readonly indexed: false;
2496
2542
  }, {
2497
2543
  readonly name: "sparksQuantity";
2498
- readonly internalType: "uint64";
2499
- readonly type: "uint64";
2544
+ readonly internalType: "uint256";
2545
+ readonly type: "uint256";
2500
2546
  readonly indexed: false;
2501
2547
  }, {
2502
2548
  readonly name: "text";
@@ -2622,8 +2668,8 @@ export declare const commentsConfig: {
2622
2668
  readonly indexed: false;
2623
2669
  }, {
2624
2670
  readonly name: "sparksQuantity";
2625
- readonly internalType: "uint64";
2626
- readonly type: "uint64";
2671
+ readonly internalType: "uint256";
2672
+ readonly type: "uint256";
2627
2673
  readonly indexed: false;
2628
2674
  }, {
2629
2675
  readonly name: "sparker";
@@ -2635,6 +2681,11 @@ export declare const commentsConfig: {
2635
2681
  readonly internalType: "uint256";
2636
2682
  readonly type: "uint256";
2637
2683
  readonly indexed: false;
2684
+ }, {
2685
+ readonly name: "referrer";
2686
+ readonly internalType: "address";
2687
+ readonly type: "address";
2688
+ readonly indexed: false;
2638
2689
  }];
2639
2690
  readonly name: "SparkedComment";
2640
2691
  }, {
@@ -2779,8 +2830,8 @@ export declare const commentsConfig: {
2779
2830
  readonly type: "address";
2780
2831
  }, {
2781
2832
  readonly name: "currentNonce";
2782
- readonly internalType: "uint256";
2783
- readonly type: "uint256";
2833
+ readonly internalType: "bytes32";
2834
+ readonly type: "bytes32";
2784
2835
  }];
2785
2836
  readonly name: "InvalidAccountNonce";
2786
2837
  }, {
@@ -2795,10 +2846,22 @@ export declare const commentsConfig: {
2795
2846
  readonly type: "error";
2796
2847
  readonly inputs: readonly [];
2797
2848
  readonly name: "MustSendAtLeastOneSpark";
2849
+ }, {
2850
+ readonly type: "error";
2851
+ readonly inputs: readonly [];
2852
+ readonly name: "NoFundsRecipient";
2798
2853
  }, {
2799
2854
  readonly type: "error";
2800
2855
  readonly inputs: readonly [];
2801
2856
  readonly name: "NotInitializing";
2857
+ }, {
2858
+ readonly type: "error";
2859
+ readonly inputs: readonly [];
2860
+ readonly name: "NotSmartWallet";
2861
+ }, {
2862
+ readonly type: "error";
2863
+ readonly inputs: readonly [];
2864
+ readonly name: "NotSmartWalletOwner";
2802
2865
  }, {
2803
2866
  readonly type: "error";
2804
2867
  readonly inputs: readonly [];
@@ -2839,10 +2902,11 @@ export declare const commentsConfig: {
2839
2902
  };
2840
2903
  /**
2841
2904
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
2842
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
2905
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
2843
2906
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
2844
2907
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
2845
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
2908
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
2909
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
2846
2910
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
2847
2911
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
2848
2912
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
@@ -3733,10 +3797,11 @@ export declare const erc20MinterABI: readonly [{
3733
3797
  }];
3734
3798
  /**
3735
3799
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
3736
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
3800
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
3737
3801
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
3738
3802
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
3739
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
3803
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
3804
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
3740
3805
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
3741
3806
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
3742
3807
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
@@ -3756,10 +3821,11 @@ export declare const erc20MinterAddress: {
3756
3821
  };
3757
3822
  /**
3758
3823
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
3759
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
3824
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
3760
3825
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
3761
3826
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
3762
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
3827
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
3828
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
3763
3829
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
3764
3830
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
3765
3831
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
@@ -5413,10 +5479,11 @@ export declare const erc20ZABI: readonly [{
5413
5479
  }];
5414
5480
  /**
5415
5481
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5416
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5482
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5417
5483
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5418
5484
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5419
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5485
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5486
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5420
5487
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5421
5488
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x53a85FbD2955EF713AA489Ae0C48523E727a0c07)
5422
5489
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
@@ -5772,10 +5839,11 @@ export declare const erc20ZRoyaltiesABI: readonly [{
5772
5839
  }];
5773
5840
  /**
5774
5841
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5775
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5842
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5776
5843
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5777
5844
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5778
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5845
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5846
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5779
5847
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5780
5848
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x53a85FbD2955EF713AA489Ae0C48523E727a0c07)
5781
5849
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
@@ -5793,10 +5861,11 @@ export declare const erc20ZRoyaltiesAddress: {
5793
5861
  };
5794
5862
  /**
5795
5863
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5796
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5864
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5797
5865
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5798
5866
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5799
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5867
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5868
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5800
5869
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
5801
5870
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x53a85FbD2955EF713AA489Ae0C48523E727a0c07)
5802
5871
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
@@ -6734,14 +6803,16 @@ export declare const mintsEthUnwrapperAndCallerConfig: {
6734
6803
  };
6735
6804
  /**
6736
6805
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
6737
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
6806
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
6738
6807
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
6739
6808
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
6740
6809
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
6741
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
6810
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
6811
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
6742
6812
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
6743
6813
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
6744
6814
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
6815
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
6745
6816
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
6746
6817
  */
6747
6818
  export declare const protocolRewardsABI: readonly [{
@@ -7136,14 +7207,16 @@ export declare const protocolRewardsABI: readonly [{
7136
7207
  }];
7137
7208
  /**
7138
7209
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7139
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7210
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7140
7211
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7141
7212
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7142
7213
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7143
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7214
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7215
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7144
7216
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7145
7217
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7146
7218
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7219
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7147
7220
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7148
7221
  */
7149
7222
  export declare const protocolRewardsAddress: {
@@ -7162,14 +7235,16 @@ export declare const protocolRewardsAddress: {
7162
7235
  };
7163
7236
  /**
7164
7237
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7165
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7238
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7166
7239
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7167
7240
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7168
7241
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7169
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7242
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7243
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7170
7244
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7171
7245
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7172
7246
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7247
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7173
7248
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
7174
7249
  */
7175
7250
  export declare const protocolRewardsConfig: {
@@ -7580,10 +7655,11 @@ export declare const protocolRewardsConfig: {
7580
7655
  };
7581
7656
  /**
7582
7657
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7583
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7658
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7584
7659
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7585
7660
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7586
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7661
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7662
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7587
7663
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7588
7664
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7589
7665
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
@@ -7933,10 +8009,11 @@ export declare const secondarySwapABI: readonly [{
7933
8009
  }];
7934
8010
  /**
7935
8011
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7936
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
8012
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7937
8013
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7938
8014
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7939
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
8015
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
8016
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7940
8017
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7941
8018
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7942
8019
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
@@ -7954,10 +8031,11 @@ export declare const secondarySwapAddress: {
7954
8031
  };
7955
8032
  /**
7956
8033
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7957
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
8034
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7958
8035
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7959
8036
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7960
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
8037
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
8038
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7961
8039
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7962
8040
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
7963
8041
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
@@ -9403,13 +9481,15 @@ export declare const sponsoredSparksSpenderConfig: {
9403
9481
  };
9404
9482
  /**
9405
9483
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9406
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9484
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9407
9485
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9408
9486
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9409
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9487
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9488
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9410
9489
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9411
9490
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9412
9491
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9492
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9413
9493
  */
9414
9494
  export declare const upgradeGateABI: readonly [{
9415
9495
  readonly stateMutability: "nonpayable";
@@ -9680,13 +9760,15 @@ export declare const upgradeGateABI: readonly [{
9680
9760
  }];
9681
9761
  /**
9682
9762
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9683
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9763
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9684
9764
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9685
9765
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9686
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9766
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9767
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9687
9768
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9688
9769
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9689
9770
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9771
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9690
9772
  */
9691
9773
  export declare const upgradeGateAddress: {
9692
9774
  readonly 1: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900";
@@ -9702,13 +9784,15 @@ export declare const upgradeGateAddress: {
9702
9784
  };
9703
9785
  /**
9704
9786
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9705
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9787
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9706
9788
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9707
9789
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9708
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9790
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9791
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9709
9792
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9710
9793
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9711
9794
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9795
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
9712
9796
  */
9713
9797
  export declare const upgradeGateConfig: {
9714
9798
  readonly address: {
@@ -9993,10 +10077,11 @@ export declare const upgradeGateConfig: {
9993
10077
  };
9994
10078
  /**
9995
10079
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2)
9996
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x4200000000000000000000000000000000000006)
10080
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x4200000000000000000000000000000000000006)
9997
10081
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x4200000000000000000000000000000000000006)
9998
10082
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x82af49447d8a07e3bd95bd0d56f35241523fbab1)
9999
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x4200000000000000000000000000000000000006)
10083
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x4300000000000000000000000000000000000004)
10084
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x4200000000000000000000000000000000000006)
10000
10085
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xc556bae1e86b2ae9c22ea5e036b07e55e7596074)
10001
10086
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x4200000000000000000000000000000000000006)
10002
10087
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9)
@@ -10093,10 +10178,11 @@ export declare const wethABI: readonly [{
10093
10178
  }];
10094
10179
  /**
10095
10180
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2)
10096
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x4200000000000000000000000000000000000006)
10181
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x4200000000000000000000000000000000000006)
10097
10182
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x4200000000000000000000000000000000000006)
10098
10183
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x82af49447d8a07e3bd95bd0d56f35241523fbab1)
10099
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x4200000000000000000000000000000000000006)
10184
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x4300000000000000000000000000000000000004)
10185
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x4200000000000000000000000000000000000006)
10100
10186
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xc556bae1e86b2ae9c22ea5e036b07e55e7596074)
10101
10187
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x4200000000000000000000000000000000000006)
10102
10188
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9)
@@ -10116,10 +10202,11 @@ export declare const wethAddress: {
10116
10202
  };
10117
10203
  /**
10118
10204
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2)
10119
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x4200000000000000000000000000000000000006)
10205
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x4200000000000000000000000000000000000006)
10120
10206
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x4200000000000000000000000000000000000006)
10121
10207
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x82af49447d8a07e3bd95bd0d56f35241523fbab1)
10122
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x4200000000000000000000000000000000000006)
10208
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x4300000000000000000000000000000000000004)
10209
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x4200000000000000000000000000000000000006)
10123
10210
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xc556bae1e86b2ae9c22ea5e036b07e55e7596074)
10124
10211
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x4200000000000000000000000000000000000006)
10125
10212
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9)
@@ -10230,14 +10317,16 @@ export declare const wethConfig: {
10230
10317
  };
10231
10318
  /**
10232
10319
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
10233
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
10320
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
10234
10321
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
10235
10322
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
10236
10323
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
10237
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
10324
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
10325
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
10238
10326
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
10239
10327
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
10240
10328
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
10329
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
10241
10330
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
10242
10331
  */
10243
10332
  export declare const zoraCreator1155FactoryImplABI: readonly [{
@@ -11441,14 +11530,16 @@ export declare const zoraCreator1155FactoryImplABI: readonly [{
11441
11530
  }];
11442
11531
  /**
11443
11532
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11444
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11533
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11445
11534
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11446
11535
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11447
11536
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11448
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11537
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11538
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11449
11539
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11450
11540
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11451
11541
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11542
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11452
11543
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11453
11544
  */
11454
11545
  export declare const zoraCreator1155FactoryImplAddress: {
@@ -11467,14 +11558,16 @@ export declare const zoraCreator1155FactoryImplAddress: {
11467
11558
  };
11468
11559
  /**
11469
11560
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11470
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11561
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11471
11562
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11472
11563
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11473
11564
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11474
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11565
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11566
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11475
11567
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11476
11568
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11477
11569
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11570
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11478
11571
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
11479
11572
  */
11480
11573
  export declare const zoraCreator1155FactoryImplConfig: {
@@ -14720,14 +14813,16 @@ export declare const zoraCreator1155ImplABI: readonly [{
14720
14813
  }];
14721
14814
  /**
14722
14815
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
14723
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
14816
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
14724
14817
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
14725
14818
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
14726
14819
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
14727
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
14820
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
14821
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
14728
14822
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
14729
14823
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
14730
14824
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
14825
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
14731
14826
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
14732
14827
  */
14733
14828
  export declare const zoraCreator1155PremintExecutorImplABI: readonly [{
@@ -16088,14 +16183,16 @@ export declare const zoraCreator1155PremintExecutorImplABI: readonly [{
16088
16183
  }];
16089
16184
  /**
16090
16185
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16091
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16186
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16092
16187
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16093
16188
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16094
16189
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16095
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16190
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16191
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16096
16192
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16097
16193
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16098
16194
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16195
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16099
16196
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16100
16197
  */
16101
16198
  export declare const zoraCreator1155PremintExecutorImplAddress: {
@@ -16114,14 +16211,16 @@ export declare const zoraCreator1155PremintExecutorImplAddress: {
16114
16211
  };
16115
16212
  /**
16116
16213
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16117
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16214
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16118
16215
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16119
16216
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16120
16217
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16121
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16218
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16219
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16122
16220
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16123
16221
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16124
16222
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16223
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16125
16224
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
16126
16225
  */
16127
16226
  export declare const zoraCreator1155PremintExecutorImplConfig: {
@@ -17498,14 +17597,16 @@ export declare const zoraCreator1155PremintExecutorImplConfig: {
17498
17597
  };
17499
17598
  /**
17500
17599
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
17501
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x3678862f04290E565cCA2EF163BAeb92Bb76790C)
17600
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x3678862f04290E565cCA2EF163BAeb92Bb76790C)
17502
17601
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
17503
17602
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
17504
17603
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
17505
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
17604
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0)
17605
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
17506
17606
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
17507
17607
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
17508
17608
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
17609
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0)
17509
17610
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A)
17510
17611
  */
17511
17612
  export declare const zoraCreatorFixedPriceSaleStrategyABI: readonly [{
@@ -17836,14 +17937,16 @@ export declare const zoraCreatorFixedPriceSaleStrategyABI: readonly [{
17836
17937
  }];
17837
17938
  /**
17838
17939
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
17839
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x3678862f04290E565cCA2EF163BAeb92Bb76790C)
17940
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x3678862f04290E565cCA2EF163BAeb92Bb76790C)
17840
17941
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
17841
17942
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
17842
17943
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
17843
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
17944
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0)
17945
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
17844
17946
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
17845
17947
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
17846
17948
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
17949
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0)
17847
17950
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A)
17848
17951
  */
17849
17952
  export declare const zoraCreatorFixedPriceSaleStrategyAddress: {
@@ -17862,14 +17965,16 @@ export declare const zoraCreatorFixedPriceSaleStrategyAddress: {
17862
17965
  };
17863
17966
  /**
17864
17967
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
17865
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x3678862f04290E565cCA2EF163BAeb92Bb76790C)
17968
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x3678862f04290E565cCA2EF163BAeb92Bb76790C)
17866
17969
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
17867
17970
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
17868
17971
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
17869
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
17972
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0)
17973
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
17870
17974
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
17871
17975
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
17872
17976
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
17977
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0)
17873
17978
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A)
17874
17979
  */
17875
17980
  export declare const zoraCreatorFixedPriceSaleStrategyConfig: {
@@ -18216,14 +18321,16 @@ export declare const zoraCreatorFixedPriceSaleStrategyConfig: {
18216
18321
  };
18217
18322
  /**
18218
18323
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
18219
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8)
18324
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8)
18220
18325
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
18221
18326
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
18222
18327
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
18223
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
18328
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0xB9C997FcC46a27331CC986cc2416ee99C1d506c3)
18329
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
18224
18330
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
18225
18331
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
18226
18332
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
18333
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0xB9C997FcC46a27331CC986cc2416ee99C1d506c3)
18227
18334
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x5e5fD4b758076BAD940db0284b711A67E8a3B88c)
18228
18335
  */
18229
18336
  export declare const zoraCreatorMerkleMinterStrategyABI: readonly [{
@@ -18546,14 +18653,16 @@ export declare const zoraCreatorMerkleMinterStrategyABI: readonly [{
18546
18653
  }];
18547
18654
  /**
18548
18655
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
18549
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8)
18656
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8)
18550
18657
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
18551
18658
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
18552
18659
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
18553
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
18660
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0xB9C997FcC46a27331CC986cc2416ee99C1d506c3)
18661
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
18554
18662
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
18555
18663
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
18556
18664
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
18665
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0xB9C997FcC46a27331CC986cc2416ee99C1d506c3)
18557
18666
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x5e5fD4b758076BAD940db0284b711A67E8a3B88c)
18558
18667
  */
18559
18668
  export declare const zoraCreatorMerkleMinterStrategyAddress: {
@@ -18572,14 +18681,16 @@ export declare const zoraCreatorMerkleMinterStrategyAddress: {
18572
18681
  };
18573
18682
  /**
18574
18683
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
18575
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8)
18684
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8)
18576
18685
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
18577
18686
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
18578
18687
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
18579
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
18688
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0xB9C997FcC46a27331CC986cc2416ee99C1d506c3)
18689
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
18580
18690
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
18581
18691
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
18582
18692
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
18693
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0xB9C997FcC46a27331CC986cc2416ee99C1d506c3)
18583
18694
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x5e5fD4b758076BAD940db0284b711A67E8a3B88c)
18584
18695
  */
18585
18696
  export declare const zoraCreatorMerkleMinterStrategyConfig: {
@@ -18918,14 +19029,16 @@ export declare const zoraCreatorMerkleMinterStrategyConfig: {
18918
19029
  };
18919
19030
  /**
18920
19031
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
18921
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
19032
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
18922
19033
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
18923
19034
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
18924
19035
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
18925
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
19036
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614)
19037
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
18926
19038
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
18927
19039
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
18928
19040
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
19041
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614)
18929
19042
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6)
18930
19043
  */
18931
19044
  export declare const zoraCreatorRedeemMinterFactoryABI: readonly [{
@@ -19150,14 +19263,16 @@ export declare const zoraCreatorRedeemMinterFactoryABI: readonly [{
19150
19263
  }];
19151
19264
  /**
19152
19265
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
19153
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
19266
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
19154
19267
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
19155
19268
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
19156
19269
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
19157
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
19270
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614)
19271
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
19158
19272
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
19159
19273
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
19160
19274
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
19275
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614)
19161
19276
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6)
19162
19277
  */
19163
19278
  export declare const zoraCreatorRedeemMinterFactoryAddress: {
@@ -19176,14 +19291,16 @@ export declare const zoraCreatorRedeemMinterFactoryAddress: {
19176
19291
  };
19177
19292
  /**
19178
19293
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
19179
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
19294
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
19180
19295
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
19181
19296
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
19182
19297
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
19183
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
19298
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614)
19299
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
19184
19300
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
19185
19301
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
19186
19302
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
19303
+ * - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614)
19187
19304
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6)
19188
19305
  */
19189
19306
  export declare const zoraCreatorRedeemMinterFactoryConfig: {
@@ -28296,10 +28413,11 @@ export declare const zoraSparksManagerImplConfig: {
28296
28413
  };
28297
28414
  /**
28298
28415
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
28299
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
28416
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
28300
28417
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
28301
28418
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
28302
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
28419
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
28420
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
28303
28421
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
28304
28422
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x8237F421357F87a23ed0CFf3a5586172F210A21B)
28305
28423
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
@@ -29408,10 +29526,11 @@ export declare const zoraTimedSaleStrategyABI: readonly [{
29408
29526
  }];
29409
29527
  /**
29410
29528
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
29411
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
29529
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
29412
29530
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
29413
29531
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
29414
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
29532
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
29533
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
29415
29534
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
29416
29535
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x8237F421357F87a23ed0CFf3a5586172F210A21B)
29417
29536
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
@@ -29429,10 +29548,11 @@ export declare const zoraTimedSaleStrategyAddress: {
29429
29548
  };
29430
29549
  /**
29431
29550
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
29432
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
29551
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
29433
29552
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
29434
29553
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
29435
- * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
29554
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
29555
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
29436
29556
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
29437
29557
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x8237F421357F87a23ed0CFf3a5586172F210A21B)
29438
29558
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777722D078c97c6ad07d9f36801e653E356Ae)