@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.
package/.turbo/turbo-build.log
CHANGED
|
@@ -9,7 +9,7 @@ $ tsup
|
|
|
9
9
|
[34mESM[39m Build start
|
|
10
10
|
[32mCJS[39m [1mdist/index.cjs [22m[32m1.06 MB[39m
|
|
11
11
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m1.43 MB[39m
|
|
12
|
-
[32mCJS[39m ⚡️ Build success in
|
|
12
|
+
[32mCJS[39m ⚡️ Build success in 866ms
|
|
13
13
|
[32mESM[39m [1mdist/index.js [22m[32m1.05 MB[39m
|
|
14
14
|
[32mESM[39m [1mdist/index.js.map [22m[32m1.43 MB[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 872ms
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -224,7 +224,7 @@ describe("MintsEthUnwrapperAndCaller", () => {
|
|
|
224
224
|
quantityToMint: initialMintsQuantityToMint,
|
|
225
225
|
});
|
|
226
226
|
|
|
227
|
-
const tokenId =
|
|
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
|
-
"
|
|
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 =
|
|
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
|
-
"
|
|
390
|
+
"0x5f69da5da41e5472afb88fc291e7a92b7f15fbc5" as Address;
|
|
391
391
|
|
|
392
392
|
const { mintCall, mintFee: mintFeeOnOtherChain } =
|
|
393
393
|
await makeLegacy1155MintCall({
|