@zoralabs/protocol-deployments 0.0.8 → 0.0.9

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 331ms
14
- package/chainConfigs.ts 22ms
15
- package/deployment.ts 20ms
13
+ package/batchPublish.test.ts 283ms
14
+ package/chainConfigs.ts 20ms
15
+ package/deployment.ts 25ms
16
16
  package/index.ts 4ms
17
- package/wagmiGenerated.ts 656ms
18
- script/copy-deployed-contracts.ts 61ms
19
- script/signDeploymentTransactions.ts 57ms
20
- wagmi.config.ts 19ms
17
+ package/wagmiGenerated.ts 537ms
18
+ script/copy-deployed-contracts.ts 51ms
19
+ script/signDeploymentTransactions.ts 65ms
20
+ wagmi.config.ts 16ms
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 19ms
26
26
  CLI Cleaning output folder
27
27
  CJS Build start
28
28
  ESM Build start
29
- CJS dist/index.cjs 100.30 KB
30
- CJS dist/index.cjs.map 193.36 KB
31
- CJS ⚡️ Build success in 43ms
32
- ESM dist/index.js 98.00 KB
33
- ESM dist/index.js.map 192.96 KB
34
- ESM ⚡️ Build success in 44ms
29
+ ESM dist/index.js 98.36 KB
30
+ ESM dist/index.js.map 193.58 KB
31
+ ESM ⚡️ Build success in 36ms
32
+ CJS dist/index.cjs 100.66 KB
33
+ CJS dist/index.cjs.map 193.98 KB
34
+ CJS ⚡️ Build success in 36ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @zoralabs/premint-sdk
2
2
 
3
+ ## 0.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 5156b9e: Deploy latest premint executor to zora sepolia and goerli
8
+ - Updated dependencies [7e00197]
9
+ - @zoralabs/zora-1155-contracts@2.5.4
10
+
3
11
  ## 0.0.8
4
12
 
5
13
  ### Patch Changes
@@ -5,10 +5,10 @@
5
5
  "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
6
6
  "FIXED_PRICE_SALE_STRATEGY": "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
7
7
  "MERKLE_MINT_SALE_STRATEGY": "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
8
- "PREMINTER_IMPL": "0x6D3b29A851d595c4d85A3214f1245e74b6Fb8bBb",
8
+ "PREMINTER_IMPL": "0x4380b302BCB4177AD59108C454C0fC220cB945a7",
9
9
  "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10
10
  "REDEEM_MINTER_FACTORY": "0x78964965cF77850224513a367f899435C5B69174",
11
11
  "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
12
- "timestamp": 1701381888,
13
- "commit": "a88b34a"
12
+ "timestamp": 1701883986,
13
+ "commit": "7c00a4e"
14
14
  }
@@ -5,10 +5,10 @@
5
5
  "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
6
6
  "FIXED_PRICE_SALE_STRATEGY": "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
7
7
  "MERKLE_MINT_SALE_STRATEGY": "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
8
- "PREMINTER_IMPL": "0x6D3b29A851d595c4d85A3214f1245e74b6Fb8bBb",
8
+ "PREMINTER_IMPL": "0x4380b302BCB4177AD59108C454C0fC220cB945a7",
9
9
  "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10
10
  "REDEEM_MINTER_FACTORY": "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
11
11
  "UPGRADE_GATE": "0x0000000000000000000000000000000000000000",
12
- "timestamp": 1701382042,
13
- "commit": "070c30f"
12
+ "timestamp": 1701883826,
13
+ "commit": "7c00a4e"
14
14
  }
package/dist/index.cjs CHANGED
@@ -2073,6 +2073,15 @@ var zoraCreator1155PremintExecutorImplABI = [
2073
2073
  { name: "recoveredSigner", internalType: "address", type: "address" }
2074
2074
  ]
2075
2075
  },
2076
+ {
2077
+ stateMutability: "view",
2078
+ type: "function",
2079
+ inputs: [
2080
+ { name: "collectionAddress", internalType: "address", type: "address" }
2081
+ ],
2082
+ name: "mintFee",
2083
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
2084
+ },
2076
2085
  {
2077
2086
  stateMutability: "view",
2078
2087
  type: "function",
@@ -2230,7 +2239,11 @@ var zoraCreator1155PremintExecutorImplABI = [
2230
2239
  components: [
2231
2240
  { name: "mintRecipient", internalType: "address", type: "address" },
2232
2241
  { name: "mintComment", internalType: "string", type: "string" },
2233
- { name: "mintReferral", internalType: "address", type: "address" }
2242
+ {
2243
+ name: "mintRewardsRecipients",
2244
+ internalType: "address[]",
2245
+ type: "address[]"
2246
+ }
2234
2247
  ]
2235
2248
  }
2236
2249
  ],
@@ -2314,7 +2327,11 @@ var zoraCreator1155PremintExecutorImplABI = [
2314
2327
  components: [
2315
2328
  { name: "mintRecipient", internalType: "address", type: "address" },
2316
2329
  { name: "mintComment", internalType: "string", type: "string" },
2317
- { name: "mintReferral", internalType: "address", type: "address" }
2330
+ {
2331
+ name: "mintRewardsRecipients",
2332
+ internalType: "address[]",
2333
+ type: "address[]"
2334
+ }
2318
2335
  ]
2319
2336
  }
2320
2337
  ],