@zoralabs/protocol-deployments 0.0.4 → 0.0.5

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.
@@ -10,14 +10,14 @@ $ wagmi generate
10
10
  ✔ Writing to package/wagmiGenerated.ts
11
11
  $ node script/bundle-chainConfigs.mjs && yarn prettier
12
12
  $ prettier --write 'package/**/*.ts' 'script/**/*.ts' 'wagmi.config.ts'
13
- package/batchPublish.test.ts 306ms
14
- package/chainConfigs.ts 34ms
15
- package/deployment.ts 42ms
16
- package/index.ts 4ms
17
- package/wagmiGenerated.ts 598ms
18
- script/copy-deployed-contracts.ts 76ms
19
- script/signDeploymentTransactions.ts 44ms
20
- wagmi.config.ts 15ms
13
+ package/batchPublish.test.ts 225ms
14
+ package/chainConfigs.ts 13ms
15
+ package/deployment.ts 11ms
16
+ package/index.ts 3ms
17
+ package/wagmiGenerated.ts 372ms
18
+ script/copy-deployed-contracts.ts 40ms
19
+ script/signDeploymentTransactions.ts 36ms
20
+ wagmi.config.ts 14ms
21
21
  CLI Building entry: package/index.ts
22
22
  CLI Using tsconfig: tsconfig.json
23
23
  CLI tsup v7.2.0
@@ -26,9 +26,9 @@ wagmi.config.ts 15ms
26
26
  CLI Cleaning output folder
27
27
  CJS Build start
28
28
  ESM Build start
29
- ESM dist/index.js 95.34 KB
30
- ESM dist/index.js.map 191.88 KB
31
- ESM ⚡️ Build success in 35ms
32
- CJS dist/index.cjs 97.85 KB
33
- CJS dist/index.cjs.map 192.29 KB
34
- CJS ⚡️ Build success in 36ms
29
+ CJS dist/index.cjs 95.45 KB
30
+ CJS dist/index.cjs.map 184.87 KB
31
+ CJS ⚡️ Build success in 24ms
32
+ ESM dist/index.js 93.14 KB
33
+ ESM dist/index.js.map 184.47 KB
34
+ ESM ⚡️ Build success in 25ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @zoralabs/premint-sdk
2
2
 
3
+ ## 0.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 293e2c0: Moved deployment related code from 1155 to protocol-deployments package
8
+
3
9
  ## 0.0.4
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -21,9 +21,6 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
21
21
  var package_exports = {};
22
22
  __export(package_exports, {
23
23
  chainConfigs: () => chainConfigs,
24
- iImmutableCreate2FactoryABI: () => iImmutableCreate2FactoryABI,
25
- iImmutableCreate2FactoryAddress: () => iImmutableCreate2FactoryAddress,
26
- iImmutableCreate2FactoryConfig: () => iImmutableCreate2FactoryConfig,
27
24
  zoraCreator1155FactoryImplABI: () => zoraCreator1155FactoryImplABI,
28
25
  zoraCreator1155FactoryImplAddress: () => zoraCreator1155FactoryImplAddress,
29
26
  zoraCreator1155FactoryImplConfig: () => zoraCreator1155FactoryImplConfig,
@@ -44,71 +41,6 @@ __export(package_exports, {
44
41
  module.exports = __toCommonJS(package_exports);
45
42
 
46
43
  // package/wagmiGenerated.ts
47
- var iImmutableCreate2FactoryABI = [
48
- {
49
- stateMutability: "view",
50
- type: "function",
51
- inputs: [
52
- { name: "salt", internalType: "bytes32", type: "bytes32" },
53
- { name: "initCode", internalType: "bytes", type: "bytes" }
54
- ],
55
- name: "findCreate2Address",
56
- outputs: [
57
- { name: "deploymentAddress", internalType: "address", type: "address" }
58
- ]
59
- },
60
- {
61
- stateMutability: "view",
62
- type: "function",
63
- inputs: [
64
- { name: "salt", internalType: "bytes32", type: "bytes32" },
65
- { name: "initCodeHash", internalType: "bytes32", type: "bytes32" }
66
- ],
67
- name: "findCreate2AddressViaHash",
68
- outputs: [
69
- { name: "deploymentAddress", internalType: "address", type: "address" }
70
- ]
71
- },
72
- {
73
- stateMutability: "view",
74
- type: "function",
75
- inputs: [
76
- { name: "deploymentAddress", internalType: "address", type: "address" }
77
- ],
78
- name: "hasBeenDeployed",
79
- outputs: [{ name: "", internalType: "bool", type: "bool" }]
80
- },
81
- {
82
- stateMutability: "payable",
83
- type: "function",
84
- inputs: [
85
- { name: "salt", internalType: "bytes32", type: "bytes32" },
86
- { name: "initializationCode", internalType: "bytes", type: "bytes" }
87
- ],
88
- name: "safeCreate2",
89
- outputs: [
90
- { name: "deploymentAddress", internalType: "address", type: "address" }
91
- ]
92
- }
93
- ];
94
- var iImmutableCreate2FactoryAddress = {
95
- 1: "0x0000000000FFe8B47B3e2130213B802212439497",
96
- 5: "0x0000000000FFe8B47B3e2130213B802212439497",
97
- 10: "0x0000000000FFe8B47B3e2130213B802212439497",
98
- 420: "0x0000000000FFe8B47B3e2130213B802212439497",
99
- 424: "0x0000000000FFe8B47B3e2130213B802212439497",
100
- 999: "0x0000000000FFe8B47B3e2130213B802212439497",
101
- 8453: "0x0000000000FFe8B47B3e2130213B802212439497",
102
- 58008: "0x0000000000FFe8B47B3e2130213B802212439497",
103
- 84531: "0x0000000000FFe8B47B3e2130213B802212439497",
104
- 7777777: "0x0000000000FFe8B47B3e2130213B802212439497",
105
- 11155111: "0x0000000000FFe8B47B3e2130213B802212439497",
106
- 999999999: "0x0000000000FFe8B47B3e2130213B802212439497"
107
- };
108
- var iImmutableCreate2FactoryConfig = {
109
- address: iImmutableCreate2FactoryAddress,
110
- abi: iImmutableCreate2FactoryABI
111
- };
112
44
  var zoraCreator1155FactoryImplABI = [
113
45
  {
114
46
  stateMutability: "nonpayable",
@@ -3413,9 +3345,6 @@ var chainConfigs = {
3413
3345
  // Annotate the CommonJS export names for ESM import in node:
3414
3346
  0 && (module.exports = {
3415
3347
  chainConfigs,
3416
- iImmutableCreate2FactoryABI,
3417
- iImmutableCreate2FactoryAddress,
3418
- iImmutableCreate2FactoryConfig,
3419
3348
  zoraCreator1155FactoryImplABI,
3420
3349
  zoraCreator1155FactoryImplAddress,
3421
3350
  zoraCreator1155FactoryImplConfig,