@zoralabs/protocol-deployments 0.1.3-MINT.3 → 0.1.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.
@@ -0,0 +1,29 @@
1
+ $ yarn wagmi && yarn bundle-configs && tsup
2
+ $ wagmi generate
3
+ - Validating plugins
4
+ ✔ Validating plugins
5
+ - Resolving contracts
6
+ ✔ Resolving contracts
7
+ - Running plugins
8
+ ✔ Running plugins
9
+ - Writing to src/generated/wagmi.ts
10
+ ✔ Writing to src/generated/wagmi.ts
11
+ $ tsx scripts/bundle-configs.ts && yarn prettier
12
+ $ prettier --write 'src/**/*.ts' 'scripts/*' 'wagmi.config.ts'
13
+ src/index.ts 197ms (unchanged)
14
+ scripts/bundle-configs.ts 49ms (unchanged)
15
+ wagmi.config.ts 33ms (unchanged)
16
+ CLI Building entry: src/index.ts
17
+ CLI Using tsconfig: tsconfig.json
18
+ CLI tsup v7.3.0
19
+ CLI Using tsup config: /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments/tsup.config.ts
20
+ CLI Target: es2021
21
+ CLI Cleaning output folder
22
+ CJS Build start
23
+ ESM Build start
24
+ CJS dist/index.cjs 110.74 KB
25
+ CJS dist/index.cjs.map 203.43 KB
26
+ CJS ⚡️ Build success in 57ms
27
+ ESM dist/index.js 108.63 KB
28
+ ESM dist/index.js.map 203.04 KB
29
+ ESM ⚡️ Build success in 58ms
package/CHANGELOG.md CHANGED
@@ -1,29 +1,10 @@
1
1
  # @zoralabs/protocol-deployments
2
2
 
3
- ## 0.1.3-MINT.2
3
+ ## 0.1.3
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - e3d346c7: Move protocol-deployments deps to peer dependencies so that not installed
8
-
9
- ## 0.1.3-MINT.1
10
-
11
- ### Patch Changes
12
-
13
- - Updated dependencies
14
- - @zoralabs/zora-1155-contracts@2.8.0-MINT.1
15
- - @zoralabs/1155-deployments@0.0.3-MINT.1
16
-
17
- ## 0.1.3-MINT.0
18
-
19
- ### Patch Changes
20
-
21
- - 9f2984f5: Includes MINTs contracts abis and addresses
22
- - Updated dependencies [dbde6401]
23
- - @zoralabs/zora-1155-contracts@2.8.0-MINT.0
24
- - @zoralabs/mints-contracts@0.1.0-MINT.0
25
- - @zoralabs/1155-deployments@0.0.3-MINT.0
26
- - @zoralabs/mints-deployments@0.0.1-MINT.0
7
+ - bb163d3: New preminter impl deployed to mainnet chains
27
8
 
28
9
  ## 0.1.2
29
10
 
@@ -37,7 +18,7 @@
37
18
 
38
19
  ### Patch Changes
39
20
 
40
- - 8d6163c: Deployed to blast & blast sepolia
21
+ - 8d6163c: Deployed to blast & blast sepolia.
41
22
 
42
23
  ## 0.1.0
43
24
 
@@ -198,7 +198,6 @@ export declare const addresses: {
198
198
  REDEEM_MINTER_FACTORY: string;
199
199
  UPGRADE_GATE: string;
200
200
  timestamp: number;
201
- commit: string;
202
201
  };
203
202
  };
204
203
  //# sourceMappingURL=1155.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"1155.d.ts","sourceRoot":"","sources":["../../src/generated/1155.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwDxB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiJrB,CAAC"}
1
+ {"version":3,"file":"1155.d.ts","sourceRoot":"","sources":["../../src/generated/1155.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwDxB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgJrB,CAAC"}