@zoralabs/protocol-deployments 0.0.2 → 0.0.3

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 398ms
14
- package/chainConfigs.ts 26ms
15
- package/deployment.ts 31ms
16
- package/index.ts 6ms
17
- package/wagmiGenerated.ts 791ms
18
- script/copy-deployed-contracts.ts 91ms
19
- script/signDeploymentTransactions.ts 66ms
20
- wagmi.config.ts 23ms
13
+ package/batchPublish.test.ts 283ms
14
+ package/chainConfigs.ts 15ms
15
+ package/deployment.ts 14ms
16
+ package/index.ts 3ms
17
+ package/wagmiGenerated.ts 507ms
18
+ script/copy-deployed-contracts.ts 53ms
19
+ script/signDeploymentTransactions.ts 48ms
20
+ wagmi.config.ts 18ms
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 23ms
26
26
  CLI Cleaning output folder
27
27
  CJS Build start
28
28
  ESM Build start
29
- ESM dist/index.js 92.26 KB
30
- ESM dist/index.js.map 186.11 KB
31
- ESM ⚡️ Build success in 48ms
32
29
  CJS dist/index.cjs 94.77 KB
33
30
  CJS dist/index.cjs.map 186.52 KB
34
- CJS ⚡️ Build success in 48ms
31
+ CJS ⚡️ Build success in 35ms
32
+ ESM dist/index.js 92.26 KB
33
+ ESM dist/index.js.map 186.11 KB
34
+ ESM ⚡️ Build success in 35ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @zoralabs/premint-sdk
2
2
 
3
+ ## 0.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 85bdd23: Update Zora Network addresses to v2.3.0
8
+
3
9
  ## 0.0.2
4
10
 
5
11
  ### Patch Changes
@@ -1,8 +1,8 @@
1
1
  {
2
- "CONTRACT_1155_IMPL": "0xFc40F9BFE1289F27F89BAEfb4DB97CC2D8eF6a38",
3
- "CONTRACT_1155_IMPL_VERSION": "2.0.0",
2
+ "CONTRACT_1155_IMPL": "0xF62b0d56BA617F803DF1C464C519FF7D29451B2f",
3
+ "CONTRACT_1155_IMPL_VERSION": "2.3.0",
4
4
  "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5
- "FACTORY_IMPL": "0xC7598f8eAA1455f5b2B3f206A9af55B2BA248e3E",
5
+ "FACTORY_IMPL": "0x2810D376AC3b80C443ddD3F4e84E036F2e90622A",
6
6
  "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
7
7
  "FIXED_PRICE_SALE_STRATEGY": "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
8
8
  "MERKLE_MINT_SALE_STRATEGY": "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
@@ -11,4 +11,4 @@
11
11
  "REDEEM_MINTER_FACTORY": "0x78964965cF77850224513a367f899435C5B69174",
12
12
  "timestamp": 1696022353,
13
13
  "commit": "9cac592"
14
- }
14
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoralabs/protocol-deployments",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "repository": "https://github.com/ourzora/zora-protocol",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",