@zoralabs/protocol-deployments 0.2.0-SPARKS.0 → 0.2.0-SPARKS.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoralabs/protocol-deployments",
3
- "version": "0.2.0-SPARKS.0",
3
+ "version": "0.2.0-SPARKS.1",
4
4
  "repository": "https://github.com/ourzora/zora-protocol",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -6978,8 +6978,8 @@ export const zoraMintsManagerImplConfig = {
6978
6978
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
6979
6979
 
6980
6980
  /**
6981
- * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777D1EEdCa69D2f2b85F4012E6045d162B5E)
6982
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777D1EEdCa69D2f2b85F4012E6045d162B5E)
6981
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777771fEcDcC3FDEe9022e0ee60770dC06088)
6982
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777771fEcDcC3FDEe9022e0ee60770dC06088)
6983
6983
  */
6984
6984
  export const zoraSparks1155ABI = [
6985
6985
  { stateMutability: 'nonpayable', type: 'constructor', inputs: [] },
@@ -7093,13 +7093,6 @@ export const zoraSparks1155ABI = [
7093
7093
  { name: 'extensions', internalType: 'uint256[]', type: 'uint256[]' },
7094
7094
  ],
7095
7095
  },
7096
- {
7097
- stateMutability: 'view',
7098
- type: 'function',
7099
- inputs: [],
7100
- name: 'getManager',
7101
- outputs: [{ name: '', internalType: 'address', type: 'address' }],
7102
- },
7103
7096
  {
7104
7097
  stateMutability: 'view',
7105
7098
  type: 'function',
@@ -7542,6 +7535,33 @@ export const zoraSparks1155ABI = [
7542
7535
  ],
7543
7536
  name: 'TransferBatch',
7544
7537
  },
7538
+ {
7539
+ type: 'event',
7540
+ anonymous: false,
7541
+ inputs: [
7542
+ {
7543
+ name: 'from',
7544
+ internalType: 'address',
7545
+ type: 'address',
7546
+ indexed: false,
7547
+ },
7548
+ { name: 'to', internalType: 'address', type: 'address', indexed: false },
7549
+ {
7550
+ name: 'tokenIds',
7551
+ internalType: 'uint256[]',
7552
+ type: 'uint256[]',
7553
+ indexed: false,
7554
+ },
7555
+ {
7556
+ name: 'quantities',
7557
+ internalType: 'uint256[]',
7558
+ type: 'uint256[]',
7559
+ indexed: false,
7560
+ },
7561
+ { name: 'data', internalType: 'bytes', type: 'bytes', indexed: false },
7562
+ ],
7563
+ name: 'TransferBatchWithData',
7564
+ },
7545
7565
  {
7546
7566
  type: 'event',
7547
7567
  anonymous: false,
@@ -7564,6 +7584,33 @@ export const zoraSparks1155ABI = [
7564
7584
  ],
7565
7585
  name: 'TransferSingle',
7566
7586
  },
7587
+ {
7588
+ type: 'event',
7589
+ anonymous: false,
7590
+ inputs: [
7591
+ {
7592
+ name: 'from',
7593
+ internalType: 'address',
7594
+ type: 'address',
7595
+ indexed: false,
7596
+ },
7597
+ { name: 'to', internalType: 'address', type: 'address', indexed: false },
7598
+ {
7599
+ name: 'tokenId',
7600
+ internalType: 'uint256',
7601
+ type: 'uint256',
7602
+ indexed: false,
7603
+ },
7604
+ {
7605
+ name: 'quantity',
7606
+ internalType: 'uint256',
7607
+ type: 'uint256',
7608
+ indexed: false,
7609
+ },
7610
+ { name: 'data', internalType: 'bytes', type: 'bytes', indexed: false },
7611
+ ],
7612
+ name: 'TransferSingleWithData',
7613
+ },
7567
7614
  {
7568
7615
  type: 'event',
7569
7616
  anonymous: false,
@@ -7734,17 +7781,17 @@ export const zoraSparks1155ABI = [
7734
7781
  ] as const
7735
7782
 
7736
7783
  /**
7737
- * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777D1EEdCa69D2f2b85F4012E6045d162B5E)
7738
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777D1EEdCa69D2f2b85F4012E6045d162B5E)
7784
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777771fEcDcC3FDEe9022e0ee60770dC06088)
7785
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777771fEcDcC3FDEe9022e0ee60770dC06088)
7739
7786
  */
7740
7787
  export const zoraSparks1155Address = {
7741
- 7777777: '0x7777777D1EEdCa69D2f2b85F4012E6045d162B5E',
7742
- 999999999: '0x7777777D1EEdCa69D2f2b85F4012E6045d162B5E',
7788
+ 7777777: '0x777777771fEcDcC3FDEe9022e0ee60770dC06088',
7789
+ 999999999: '0x777777771fEcDcC3FDEe9022e0ee60770dC06088',
7743
7790
  } as const
7744
7791
 
7745
7792
  /**
7746
- * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777D1EEdCa69D2f2b85F4012E6045d162B5E)
7747
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777D1EEdCa69D2f2b85F4012E6045d162B5E)
7793
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777771fEcDcC3FDEe9022e0ee60770dC06088)
7794
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777771fEcDcC3FDEe9022e0ee60770dC06088)
7748
7795
  */
7749
7796
  export const zoraSparks1155Config = {
7750
7797
  address: zoraSparks1155Address,
@@ -7756,8 +7803,8 @@ export const zoraSparks1155Config = {
7756
7803
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
7757
7804
 
7758
7805
  /**
7759
- * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777402d71e0D39398F96ef2B789eCc8715d4)
7760
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777402d71e0D39398F96ef2B789eCc8715d4)
7806
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777F57d8a26e94D1Fb7629c6FE6cb92Cd788)
7807
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777F57d8a26e94D1Fb7629c6FE6cb92Cd788)
7761
7808
  */
7762
7809
  export const zoraSparksManagerImplABI = [
7763
7810
  { stateMutability: 'nonpayable', type: 'constructor', inputs: [] },
@@ -8142,17 +8189,17 @@ export const zoraSparksManagerImplABI = [
8142
8189
  ] as const
8143
8190
 
8144
8191
  /**
8145
- * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777402d71e0D39398F96ef2B789eCc8715d4)
8146
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777402d71e0D39398F96ef2B789eCc8715d4)
8192
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777F57d8a26e94D1Fb7629c6FE6cb92Cd788)
8193
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777F57d8a26e94D1Fb7629c6FE6cb92Cd788)
8147
8194
  */
8148
8195
  export const zoraSparksManagerImplAddress = {
8149
- 7777777: '0x7777777402d71e0D39398F96ef2B789eCc8715d4',
8150
- 999999999: '0x7777777402d71e0D39398F96ef2B789eCc8715d4',
8196
+ 7777777: '0x7777777F57d8a26e94D1Fb7629c6FE6cb92Cd788',
8197
+ 999999999: '0x7777777F57d8a26e94D1Fb7629c6FE6cb92Cd788',
8151
8198
  } as const
8152
8199
 
8153
8200
  /**
8154
- * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777402d71e0D39398F96ef2B789eCc8715d4)
8155
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777402d71e0D39398F96ef2B789eCc8715d4)
8201
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777F57d8a26e94D1Fb7629c6FE6cb92Cd788)
8202
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777F57d8a26e94D1Fb7629c6FE6cb92Cd788)
8156
8203
  */
8157
8204
  export const zoraSparksManagerImplConfig = {
8158
8205
  address: zoraSparksManagerImplAddress,