@zoralabs/protocol-sdk 0.5.11 → 0.5.12

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.
@@ -9,7 +9,7 @@ $ tsup
9
9
  ESM Build start
10
10
  CJS dist/index.cjs 1.06 MB
11
11
  CJS dist/index.cjs.map 1.43 MB
12
- CJS ⚡️ Build success in 845ms
12
+ CJS ⚡️ Build success in 866ms
13
13
  ESM dist/index.js 1.05 MB
14
14
  ESM dist/index.js.map 1.43 MB
15
- ESM ⚡️ Build success in 856ms
15
+ ESM ⚡️ Build success in 872ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @zoralabs/protocol-sdk
2
2
 
3
+ ## 0.5.12
4
+
5
+ ### Patch Changes
6
+
7
+ - e2452f7d: Removed `zora-1155-contracts`, `1155-deployments`, `mints-contracts`, and `mints-deployments` from devDependencies hierarchy.
8
+
3
9
  ## 0.5.11
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoralabs/protocol-sdk",
3
- "version": "0.5.11",
3
+ "version": "0.5.12",
4
4
  "repository": "https://github.com/ourzora/zora-protocol",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -224,7 +224,7 @@ describe("MintsEthUnwrapperAndCaller", () => {
224
224
  quantityToMint: initialMintsQuantityToMint,
225
225
  });
226
226
 
227
- const tokenId = 2n;
227
+ const tokenId = 6n;
228
228
 
229
229
  const quantityToMint = 3n;
230
230
 
@@ -232,7 +232,7 @@ describe("MintsEthUnwrapperAndCaller", () => {
232
232
 
233
233
  // address of the 1155 contract on the other chain that will be called
234
234
  const destinationContractAddress =
235
- "0x49c38e84a1232dadf5129dbe14d01b9d5f9160c4" as Address;
235
+ "0x5f69da5da41e5472afb88fc291e7a92b7f15fbc5" as Address;
236
236
 
237
237
  const { mintCall, mintFee: mintFeeOnOtherChain } =
238
238
  await makeLegacy1155MintCall({
@@ -379,7 +379,7 @@ describe("MintsEthUnwrapperAndCaller", () => {
379
379
  quantityToMint: initialMintsQuantityToMint,
380
380
  });
381
381
 
382
- const tokenId = 2n;
382
+ const tokenId = 6n;
383
383
 
384
384
  const quantityToMint = 3n;
385
385
 
@@ -387,7 +387,7 @@ describe("MintsEthUnwrapperAndCaller", () => {
387
387
 
388
388
  // address of the 1155 contract on the other chain that will be called
389
389
  const destinationContractAddress =
390
- "0x49c38e84a1232dadf5129dbe14d01b9d5f9160c4" as Address;
390
+ "0x5f69da5da41e5472afb88fc291e7a92b7f15fbc5" as Address;
391
391
 
392
392
  const { mintCall, mintFee: mintFeeOnOtherChain } =
393
393
  await makeLegacy1155MintCall({