@zoralabs/protocol-deployments 0.3.6-COMMENTS.0 → 0.3.7

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.
@@ -1,23 +1,23 @@
1
1
 
2
- > @zoralabs/protocol-deployments@0.3.6-COMMENTS.0 build /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
2
+ > @zoralabs/protocol-deployments@0.3.7 build /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
3
3
  > pnpm bundle-configs && pnpm copy-generated && tsup
4
4
 
5
5
 
6
- > @zoralabs/protocol-deployments@0.3.6-COMMENTS.0 bundle-configs /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
6
+ > @zoralabs/protocol-deployments@0.3.7 bundle-configs /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
7
7
  > tsx scripts/bundle-configs.ts && pnpm prettier:write
8
8
 
9
9
 
10
- > @zoralabs/protocol-deployments@0.3.6-COMMENTS.0 prettier:write /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
10
+ > @zoralabs/protocol-deployments@0.3.7 prettier:write /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
11
11
  > prettier --write 'src/**/*.ts' 'scripts/*'
12
12
 
13
- src/encoding.ts 68ms (unchanged)
13
+ src/encoding.ts 71ms (unchanged)
14
14
  src/index.ts 5ms (unchanged)
15
- src/typedData.ts 171ms (unchanged)
16
- src/types.ts 36ms (unchanged)
17
- scripts/bundle-chainConfigs.ts 21ms (unchanged)
18
- scripts/bundle-configs.ts 27ms (unchanged)
15
+ src/typedData.ts 121ms (unchanged)
16
+ src/types.ts 37ms (unchanged)
17
+ scripts/bundle-chainConfigs.ts 14ms (unchanged)
18
+ scripts/bundle-configs.ts 40ms (unchanged)
19
19
 
20
- > @zoralabs/protocol-deployments@0.3.6-COMMENTS.0 copy-generated /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
20
+ > @zoralabs/protocol-deployments@0.3.7 copy-generated /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
21
21
  > cp ../protocol-deployments-gen/generated/wagmi.ts src/generated/wagmi.ts
22
22
 
23
23
  CLI Building entry: src/index.ts
@@ -28,21 +28,21 @@ CLI Target: es2021
28
28
  CLI Cleaning output folder
29
29
  CJS Build start
30
30
  ESM Build start
31
- CJS dist/index.cjs 444.17 KB
32
- CJS dist/index.cjs.map 945.54 KB
33
- CJS ⚡️ Build success in 677ms
34
- ESM dist/index.js 383.73 KB
31
+ ESM dist/index.js 327.57 KB
35
32
  ESM dist/secp256k1-NJATWSDZ.js 74.87 KB
36
- ESM dist/ccip-MZCNL5YG.js 320.00 B
37
- ESM dist/chunk-MCOK75CU.js 132.46 KB
33
+ ESM dist/ccip-E7SRWW2U.js 320.00 B
34
+ ESM dist/chunk-BKKE6NTH.js 132.42 KB
38
35
  ESM dist/chunk-FJ2PMLO3.js 4.08 KB
39
36
  ESM dist/_esm-JXHAY2EM.js 134.17 KB
40
37
  ESM dist/chunk-3EJPJMEH.js 1.88 KB
38
+ ESM dist/index.js.map 633.34 KB
41
39
  ESM dist/secp256k1-NJATWSDZ.js.map 181.70 KB
42
- ESM dist/ccip-MZCNL5YG.js.map 71.00 B
43
- ESM dist/chunk-MCOK75CU.js.map 376.71 KB
40
+ ESM dist/ccip-E7SRWW2U.js.map 71.00 B
41
+ ESM dist/chunk-BKKE6NTH.js.map 376.71 KB
44
42
  ESM dist/chunk-FJ2PMLO3.js.map 14.64 KB
45
43
  ESM dist/_esm-JXHAY2EM.js.map 212.47 KB
46
44
  ESM dist/chunk-3EJPJMEH.js.map 71.00 B
47
- ESM dist/index.js.map 744.05 KB
48
- ESM ⚡️ Build success in 735ms
45
+ ESM ⚡️ Build success in 622ms
46
+ CJS dist/index.cjs 386.98 KB
47
+ CJS dist/index.cjs.map 834.40 KB
48
+ CJS ⚡️ Build success in 709ms
package/CHANGELOG.md CHANGED
@@ -1,17 +1,16 @@
1
1
  # @zoralabs/protocol-deployments
2
2
 
3
- ## 0.3.6-COMMENTS.0
3
+ ## 0.3.7
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 4928687d: Added new exports for Comments contract cross-chain functionality:
7
+ - c08ec3b3: Deployed SponsoredSparksSpender to more chains
8
8
 
9
- - Introduced `permitCommentTypedDataDefinition` function to generate typed data for cross-chain permit commenting
10
- - Introduced `permitSparkCommentTypedDataDefinition` function to generate typed data for cross-chain permit sparking
11
- - Added `sparkValue` helper function to get the value of a Spark
9
+ ## 0.3.6
12
10
 
13
- - 7e285fb1: Include `Comments` contracts
14
- - a141e322: Deployed newer to zora mainnet and zora sepolia
11
+ ### Patch Changes
12
+
13
+ - d6aa9a00: Fixed the minter address for ZoraTimedSaleStrategy to point to the deterministically deployed address with the correct contract version.
15
14
 
16
15
  ## 0.3.5
17
16
 
@@ -3,7 +3,7 @@ import {
3
3
  offchainLookup,
4
4
  offchainLookupAbiItem,
5
5
  offchainLookupSignature
6
- } from "./chunk-MCOK75CU.js";
6
+ } from "./chunk-BKKE6NTH.js";
7
7
  import "./chunk-FJ2PMLO3.js";
8
8
  import "./chunk-3EJPJMEH.js";
9
9
  export {
@@ -12,4 +12,4 @@ export {
12
12
  offchainLookupAbiItem,
13
13
  offchainLookupSignature
14
14
  };
15
- //# sourceMappingURL=ccip-MZCNL5YG.js.map
15
+ //# sourceMappingURL=ccip-E7SRWW2U.js.map
@@ -3556,7 +3556,7 @@ async function call(client, args) {
3556
3556
  return { data: response };
3557
3557
  } catch (err) {
3558
3558
  const data2 = getRevertErrorData(err);
3559
- const { offchainLookup: offchainLookup2, offchainLookupSignature: offchainLookupSignature2 } = await import("./ccip-MZCNL5YG.js");
3559
+ const { offchainLookup: offchainLookup2, offchainLookupSignature: offchainLookupSignature2 } = await import("./ccip-E7SRWW2U.js");
3560
3560
  if (client.ccipRead !== false && data2?.slice(0, 10) === offchainLookupSignature2 && to)
3561
3561
  return { data: await offchainLookup2(client, { data: data2, to }) };
3562
3562
  if (deploylessCall && data2?.slice(0, 10) === "0x101bb98d")
@@ -3823,15 +3823,13 @@ async function ccipRequest({ data, sender, urls }) {
3823
3823
  }
3824
3824
 
3825
3825
  export {
3826
- BaseError2 as BaseError,
3827
3826
  toHex,
3828
3827
  keccak256,
3829
3828
  encodeAbiParameters,
3830
3829
  getAbiItem,
3831
- etherUnits,
3832
3830
  offchainLookupSignature,
3833
3831
  offchainLookupAbiItem,
3834
3832
  offchainLookup,
3835
3833
  ccipRequest
3836
3834
  };
3837
- //# sourceMappingURL=chunk-MCOK75CU.js.map
3835
+ //# sourceMappingURL=chunk-BKKE6NTH.js.map
@@ -71,15 +71,54 @@ export declare const chainConfigs: {
71
71
  };
72
72
  };
73
73
  export declare const addresses: {
74
+ 10: {
75
+ MINTS_ETH_UNWRAPPER_AND_CALLER: string;
76
+ SPARKS_MANAGER_IMPL: string;
77
+ SPARKS_MANAGER_IMPL_VERSION: string;
78
+ SPONSORED_SPARKS_SPENDER: string;
79
+ SPONSORED_SPARKS_SPENDER_VERSION: string;
80
+ };
81
+ 8453: {
82
+ MINTS_ETH_UNWRAPPER_AND_CALLER: string;
83
+ SPARKS_MANAGER_IMPL: string;
84
+ SPARKS_MANAGER_IMPL_VERSION: string;
85
+ SPONSORED_SPARKS_SPENDER: string;
86
+ SPONSORED_SPARKS_SPENDER_VERSION: string;
87
+ };
88
+ 42161: {
89
+ MINTS_ETH_UNWRAPPER_AND_CALLER: string;
90
+ SPARKS_MANAGER_IMPL: string;
91
+ SPARKS_MANAGER_IMPL_VERSION: string;
92
+ SPONSORED_SPARKS_SPENDER: string;
93
+ SPONSORED_SPARKS_SPENDER_VERSION: string;
94
+ };
95
+ 81457: {
96
+ MINTS_ETH_UNWRAPPER_AND_CALLER: string;
97
+ SPARKS_MANAGER_IMPL: string;
98
+ SPARKS_MANAGER_IMPL_VERSION: string;
99
+ SPONSORED_SPARKS_SPENDER: string;
100
+ SPONSORED_SPARKS_SPENDER_VERSION: string;
101
+ };
102
+ 84532: {
103
+ MINTS_ETH_UNWRAPPER_AND_CALLER: string;
104
+ SPARKS_MANAGER_IMPL: string;
105
+ SPARKS_MANAGER_IMPL_VERSION: string;
106
+ SPONSORED_SPARKS_SPENDER: string;
107
+ SPONSORED_SPARKS_SPENDER_VERSION: string;
108
+ };
74
109
  7777777: {
75
110
  MINTS_ETH_UNWRAPPER_AND_CALLER: string;
76
111
  SPARKS_MANAGER_IMPL: string;
77
112
  SPARKS_MANAGER_IMPL_VERSION: string;
113
+ SPONSORED_SPARKS_SPENDER: string;
114
+ SPONSORED_SPARKS_SPENDER_VERSION: string;
78
115
  };
79
116
  999999999: {
80
117
  MINTS_ETH_UNWRAPPER_AND_CALLER: string;
81
118
  SPARKS_MANAGER_IMPL: string;
82
119
  SPARKS_MANAGER_IMPL_VERSION: string;
120
+ SPONSORED_SPARKS_SPENDER: string;
121
+ SPONSORED_SPARKS_SPENDER_VERSION: string;
83
122
  };
84
123
  };
85
124
  //# sourceMappingURL=sparks.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sparks.d.ts","sourceRoot":"","sources":["../../src/generated/sparks.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuExB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;;;;;;;CAarB,CAAC"}
1
+ {"version":3,"file":"sparks.d.ts","sourceRoot":"","sources":["../../src/generated/sparks.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuExB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyDrB,CAAC"}