thirdweb 5.87.3-nightly-66833a832cfa31229f9c62edf2be9ccb4461bfde-20250202000328 → 5.87.3-nightly-f03ded300f226b5ca7977afad03ec83a03f5e23b-20250203000337
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/dist/cjs/contract/deployment/zksync/implementations.js +1 -0
- package/dist/cjs/contract/deployment/zksync/implementations.js.map +1 -1
- package/dist/cjs/storage/download.js +3 -3
- package/dist/cjs/version.js +1 -1
- package/dist/esm/contract/deployment/zksync/implementations.js +1 -0
- package/dist/esm/contract/deployment/zksync/implementations.js.map +1 -1
- package/dist/esm/storage/download.js +3 -3
- package/dist/esm/version.js +1 -1
- package/dist/types/contract/deployment/zksync/implementations.d.ts.map +1 -1
- package/dist/types/storage/download.d.ts +3 -3
- package/dist/types/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/contract/deployment/zksync/implementations.ts +1 -0
- package/src/storage/download.ts +3 -3
- package/src/version.ts +1 -1
@@ -27,5 +27,6 @@ exports.ZKSYNC_WETH = {
|
|
27
27
|
[11124]: "0x9EDCde0257F2386Ce177C3a7FCdd97787F0D841d",
|
28
28
|
[37111]: "0xaA91D645D7a6C1aeaa5988e0547267B77d33fe16",
|
29
29
|
[555271]: "0xb0b8b267d44c64BA6dD1Daf442949887c85199f6",
|
30
|
+
[2741]: "0x3439153EB7AF838Ad19d56E1571FBD09333C2809",
|
30
31
|
};
|
31
32
|
//# sourceMappingURL=implementations.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"implementations.js","sourceRoot":"","sources":["../../../../../src/contract/deployment/zksync/implementations.ts"],"names":[],"mappings":";;;AAAa,QAAA,sBAAsB,GAA2C;IAC5E,CAAC,GAAG,CAAC,EAAE;QACL,aAAa,EAAE,4CAA4C;KAC5D;IACD,CAAC,GAAG,CAAC,EAAE;QACL,aAAa,EAAE,4CAA4C;KAC5D;IACD,CAAC,GAAG,CAAC,EAAE;QACL,aAAa,EAAE,4CAA4C;KAC5D;IACD,CAAC,KAAK,CAAC,EAAE;QACP,aAAa,EAAE,4CAA4C;KAC5D;IACD,CAAC,KAAK,CAAC,EAAE;QACP,aAAa,EAAE,4CAA4C;KAC5D;IACD,CAAC,MAAM,CAAC,EAAE;QACR,aAAa,EAAE,4CAA4C;KAC5D;CACF,CAAC;AAEW,QAAA,WAAW,GAA2B;IACjD,CAAC,GAAG,CAAC,EAAE,4CAA4C;IACnD,CAAC,GAAG,CAAC,EAAE,4CAA4C;IACnD,CAAC,KAAK,CAAC,EAAE,4CAA4C;IACrD,CAAC,KAAK,CAAC,EAAE,4CAA4C;IACrD,CAAC,MAAM,CAAC,EAAE,4CAA4C;
|
1
|
+
{"version":3,"file":"implementations.js","sourceRoot":"","sources":["../../../../../src/contract/deployment/zksync/implementations.ts"],"names":[],"mappings":";;;AAAa,QAAA,sBAAsB,GAA2C;IAC5E,CAAC,GAAG,CAAC,EAAE;QACL,aAAa,EAAE,4CAA4C;KAC5D;IACD,CAAC,GAAG,CAAC,EAAE;QACL,aAAa,EAAE,4CAA4C;KAC5D;IACD,CAAC,GAAG,CAAC,EAAE;QACL,aAAa,EAAE,4CAA4C;KAC5D;IACD,CAAC,KAAK,CAAC,EAAE;QACP,aAAa,EAAE,4CAA4C;KAC5D;IACD,CAAC,KAAK,CAAC,EAAE;QACP,aAAa,EAAE,4CAA4C;KAC5D;IACD,CAAC,MAAM,CAAC,EAAE;QACR,aAAa,EAAE,4CAA4C;KAC5D;CACF,CAAC;AAEW,QAAA,WAAW,GAA2B;IACjD,CAAC,GAAG,CAAC,EAAE,4CAA4C;IACnD,CAAC,GAAG,CAAC,EAAE,4CAA4C;IACnD,CAAC,KAAK,CAAC,EAAE,4CAA4C;IACrD,CAAC,KAAK,CAAC,EAAE,4CAA4C;IACrD,CAAC,MAAM,CAAC,EAAE,4CAA4C;IACtD,CAAC,IAAI,CAAC,EAAE,4CAA4C;CACrD,CAAC"}
|
@@ -20,7 +20,7 @@ const ipfs_js_1 = require("../utils/ipfs.js");
|
|
20
20
|
* Download a file from IPFS:
|
21
21
|
* ```ts
|
22
22
|
* import { download } from "thirdweb/storage";
|
23
|
-
* import { createThirdwebClient } from "
|
23
|
+
* import { createThirdwebClient } from "thirdweb";
|
24
24
|
*
|
25
25
|
* const client = createThirdwebClient({ clientId: "YOUR_CLIENT_ID" });
|
26
26
|
*
|
@@ -33,7 +33,7 @@ const ipfs_js_1 = require("../utils/ipfs.js");
|
|
33
33
|
* Download a file from Arweave:
|
34
34
|
* ```ts
|
35
35
|
* import { download } from "thirdweb/storage";
|
36
|
-
* import { createThirdwebClient } from "
|
36
|
+
* import { createThirdwebClient } from "thirdweb";
|
37
37
|
*
|
38
38
|
* const client = createThirdwebClient({ clientId: "YOUR_CLIENT_ID" });
|
39
39
|
*
|
@@ -46,7 +46,7 @@ const ipfs_js_1 = require("../utils/ipfs.js");
|
|
46
46
|
* Download a file from HTTP:
|
47
47
|
* ```ts
|
48
48
|
* import { download } from "thirdweb/storage";
|
49
|
-
* import { createThirdwebClient } from "
|
49
|
+
* import { createThirdwebClient } from "thirdweb";
|
50
50
|
*
|
51
51
|
* const client = createThirdwebClient({ clientId: "YOUR_CLIENT_ID" });
|
52
52
|
*
|
package/dist/cjs/version.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.version = void 0;
|
4
|
-
exports.version = "5.87.3-nightly-
|
4
|
+
exports.version = "5.87.3-nightly-f03ded300f226b5ca7977afad03ec83a03f5e23b-20250203000337";
|
5
5
|
//# sourceMappingURL=version.js.map
|
@@ -24,5 +24,6 @@ export const ZKSYNC_WETH = {
|
|
24
24
|
[11124]: "0x9EDCde0257F2386Ce177C3a7FCdd97787F0D841d",
|
25
25
|
[37111]: "0xaA91D645D7a6C1aeaa5988e0547267B77d33fe16",
|
26
26
|
[555271]: "0xb0b8b267d44c64BA6dD1Daf442949887c85199f6",
|
27
|
+
[2741]: "0x3439153EB7AF838Ad19d56E1571FBD09333C2809",
|
27
28
|
};
|
28
29
|
//# sourceMappingURL=implementations.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"implementations.js","sourceRoot":"","sources":["../../../../../src/contract/deployment/zksync/implementations.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,sBAAsB,GAA2C;IAC5E,CAAC,GAAG,CAAC,EAAE;QACL,aAAa,EAAE,4CAA4C;KAC5D;IACD,CAAC,GAAG,CAAC,EAAE;QACL,aAAa,EAAE,4CAA4C;KAC5D;IACD,CAAC,GAAG,CAAC,EAAE;QACL,aAAa,EAAE,4CAA4C;KAC5D;IACD,CAAC,KAAK,CAAC,EAAE;QACP,aAAa,EAAE,4CAA4C;KAC5D;IACD,CAAC,KAAK,CAAC,EAAE;QACP,aAAa,EAAE,4CAA4C;KAC5D;IACD,CAAC,MAAM,CAAC,EAAE;QACR,aAAa,EAAE,4CAA4C;KAC5D;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA2B;IACjD,CAAC,GAAG,CAAC,EAAE,4CAA4C;IACnD,CAAC,GAAG,CAAC,EAAE,4CAA4C;IACnD,CAAC,KAAK,CAAC,EAAE,4CAA4C;IACrD,CAAC,KAAK,CAAC,EAAE,4CAA4C;IACrD,CAAC,MAAM,CAAC,EAAE,4CAA4C;
|
1
|
+
{"version":3,"file":"implementations.js","sourceRoot":"","sources":["../../../../../src/contract/deployment/zksync/implementations.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,sBAAsB,GAA2C;IAC5E,CAAC,GAAG,CAAC,EAAE;QACL,aAAa,EAAE,4CAA4C;KAC5D;IACD,CAAC,GAAG,CAAC,EAAE;QACL,aAAa,EAAE,4CAA4C;KAC5D;IACD,CAAC,GAAG,CAAC,EAAE;QACL,aAAa,EAAE,4CAA4C;KAC5D;IACD,CAAC,KAAK,CAAC,EAAE;QACP,aAAa,EAAE,4CAA4C;KAC5D;IACD,CAAC,KAAK,CAAC,EAAE;QACP,aAAa,EAAE,4CAA4C;KAC5D;IACD,CAAC,MAAM,CAAC,EAAE;QACR,aAAa,EAAE,4CAA4C;KAC5D;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA2B;IACjD,CAAC,GAAG,CAAC,EAAE,4CAA4C;IACnD,CAAC,GAAG,CAAC,EAAE,4CAA4C;IACnD,CAAC,KAAK,CAAC,EAAE,4CAA4C;IACrD,CAAC,KAAK,CAAC,EAAE,4CAA4C;IACrD,CAAC,MAAM,CAAC,EAAE,4CAA4C;IACtD,CAAC,IAAI,CAAC,EAAE,4CAA4C;CACrD,CAAC"}
|
@@ -17,7 +17,7 @@ import { resolveScheme } from "../utils/ipfs.js";
|
|
17
17
|
* Download a file from IPFS:
|
18
18
|
* ```ts
|
19
19
|
* import { download } from "thirdweb/storage";
|
20
|
-
* import { createThirdwebClient } from "
|
20
|
+
* import { createThirdwebClient } from "thirdweb";
|
21
21
|
*
|
22
22
|
* const client = createThirdwebClient({ clientId: "YOUR_CLIENT_ID" });
|
23
23
|
*
|
@@ -30,7 +30,7 @@ import { resolveScheme } from "../utils/ipfs.js";
|
|
30
30
|
* Download a file from Arweave:
|
31
31
|
* ```ts
|
32
32
|
* import { download } from "thirdweb/storage";
|
33
|
-
* import { createThirdwebClient } from "
|
33
|
+
* import { createThirdwebClient } from "thirdweb";
|
34
34
|
*
|
35
35
|
* const client = createThirdwebClient({ clientId: "YOUR_CLIENT_ID" });
|
36
36
|
*
|
@@ -43,7 +43,7 @@ import { resolveScheme } from "../utils/ipfs.js";
|
|
43
43
|
* Download a file from HTTP:
|
44
44
|
* ```ts
|
45
45
|
* import { download } from "thirdweb/storage";
|
46
|
-
* import { createThirdwebClient } from "
|
46
|
+
* import { createThirdwebClient } from "thirdweb";
|
47
47
|
*
|
48
48
|
* const client = createThirdwebClient({ clientId: "YOUR_CLIENT_ID" });
|
49
49
|
*
|
package/dist/esm/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export const version = "5.87.3-nightly-
|
1
|
+
export const version = "5.87.3-nightly-f03ded300f226b5ca7977afad03ec83a03f5e23b-20250203000337";
|
2
2
|
//# sourceMappingURL=version.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"implementations.d.ts","sourceRoot":"","sources":["../../../../../src/contract/deployment/zksync/implementations.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAmBzE,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"implementations.d.ts","sourceRoot":"","sources":["../../../../../src/contract/deployment/zksync/implementations.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAmBzE,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAO9C,CAAC"}
|
@@ -20,7 +20,7 @@ export type DownloadOptions = Prettify<ResolveSchemeOptions & {
|
|
20
20
|
* Download a file from IPFS:
|
21
21
|
* ```ts
|
22
22
|
* import { download } from "thirdweb/storage";
|
23
|
-
* import { createThirdwebClient } from "
|
23
|
+
* import { createThirdwebClient } from "thirdweb";
|
24
24
|
*
|
25
25
|
* const client = createThirdwebClient({ clientId: "YOUR_CLIENT_ID" });
|
26
26
|
*
|
@@ -33,7 +33,7 @@ export type DownloadOptions = Prettify<ResolveSchemeOptions & {
|
|
33
33
|
* Download a file from Arweave:
|
34
34
|
* ```ts
|
35
35
|
* import { download } from "thirdweb/storage";
|
36
|
-
* import { createThirdwebClient } from "
|
36
|
+
* import { createThirdwebClient } from "thirdweb";
|
37
37
|
*
|
38
38
|
* const client = createThirdwebClient({ clientId: "YOUR_CLIENT_ID" });
|
39
39
|
*
|
@@ -46,7 +46,7 @@ export type DownloadOptions = Prettify<ResolveSchemeOptions & {
|
|
46
46
|
* Download a file from HTTP:
|
47
47
|
* ```ts
|
48
48
|
* import { download } from "thirdweb/storage";
|
49
|
-
* import { createThirdwebClient } from "
|
49
|
+
* import { createThirdwebClient } from "thirdweb";
|
50
50
|
*
|
51
51
|
* const client = createThirdwebClient({ clientId: "YOUR_CLIENT_ID" });
|
52
52
|
*
|
package/dist/types/version.d.ts
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const version = "5.87.3-nightly-
|
1
|
+
export declare const version = "5.87.3-nightly-f03ded300f226b5ca7977afad03ec83a03f5e23b-20250203000337";
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "thirdweb",
|
3
|
-
"version": "5.87.3-nightly-
|
3
|
+
"version": "5.87.3-nightly-f03ded300f226b5ca7977afad03ec83a03f5e23b-20250203000337",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "git+https://github.com/thirdweb-dev/js.git#main"
|
@@ -25,4 +25,5 @@ export const ZKSYNC_WETH: Record<number, string> = {
|
|
25
25
|
[11124]: "0x9EDCde0257F2386Ce177C3a7FCdd97787F0D841d",
|
26
26
|
[37111]: "0xaA91D645D7a6C1aeaa5988e0547267B77d33fe16",
|
27
27
|
[555271]: "0xb0b8b267d44c64BA6dD1Daf442949887c85199f6",
|
28
|
+
[2741]: "0x3439153EB7AF838Ad19d56E1571FBD09333C2809",
|
28
29
|
};
|
package/src/storage/download.ts
CHANGED
@@ -25,7 +25,7 @@ export type DownloadOptions = Prettify<
|
|
25
25
|
* Download a file from IPFS:
|
26
26
|
* ```ts
|
27
27
|
* import { download } from "thirdweb/storage";
|
28
|
-
* import { createThirdwebClient } from "
|
28
|
+
* import { createThirdwebClient } from "thirdweb";
|
29
29
|
*
|
30
30
|
* const client = createThirdwebClient({ clientId: "YOUR_CLIENT_ID" });
|
31
31
|
*
|
@@ -38,7 +38,7 @@ export type DownloadOptions = Prettify<
|
|
38
38
|
* Download a file from Arweave:
|
39
39
|
* ```ts
|
40
40
|
* import { download } from "thirdweb/storage";
|
41
|
-
* import { createThirdwebClient } from "
|
41
|
+
* import { createThirdwebClient } from "thirdweb";
|
42
42
|
*
|
43
43
|
* const client = createThirdwebClient({ clientId: "YOUR_CLIENT_ID" });
|
44
44
|
*
|
@@ -51,7 +51,7 @@ export type DownloadOptions = Prettify<
|
|
51
51
|
* Download a file from HTTP:
|
52
52
|
* ```ts
|
53
53
|
* import { download } from "thirdweb/storage";
|
54
|
-
* import { createThirdwebClient } from "
|
54
|
+
* import { createThirdwebClient } from "thirdweb";
|
55
55
|
*
|
56
56
|
* const client = createThirdwebClient({ clientId: "YOUR_CLIENT_ID" });
|
57
57
|
*
|
package/src/version.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const version = "5.87.3-nightly-
|
1
|
+
export const version = "5.87.3-nightly-f03ded300f226b5ca7977afad03ec83a03f5e23b-20250203000337";
|