@zoralabs/protocol-deployments 0.7.0 → 0.7.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.
@@ -37,7 +37,7 @@ function aoutput(out, instance) {
37
37
  }
38
38
 
39
39
  // ../../node_modules/.pnpm/@noble+hashes@1.6.0/node_modules/@noble/hashes/esm/cryptoNode.js
40
- import * as nc from "node:crypto";
40
+ import * as nc from "crypto";
41
41
  var crypto = nc && typeof nc === "object" && "webcrypto" in nc ? nc.webcrypto : nc && typeof nc === "object" && "randomBytes" in nc ? nc : void 0;
42
42
 
43
43
  // ../../node_modules/.pnpm/@noble+hashes@1.6.0/node_modules/@noble/hashes/esm/utils.js
@@ -2535,21 +2535,11 @@ export {
2535
2535
  (*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
2536
2536
 
2537
2537
  @noble/curves/esm/abstract/utils.js:
2538
- (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
2539
-
2540
2538
  @noble/curves/esm/abstract/modular.js:
2541
- (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
2542
-
2543
2539
  @noble/curves/esm/abstract/curve.js:
2544
- (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
2545
-
2546
2540
  @noble/curves/esm/abstract/weierstrass.js:
2547
- (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
2548
-
2549
2541
  @noble/curves/esm/_shortw_utils.js:
2550
- (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
2551
-
2552
2542
  @noble/curves/esm/secp256k1.js:
2553
2543
  (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
2554
2544
  */
2555
- //# sourceMappingURL=secp256k1-QZA5SALG.js.map
2545
+ //# sourceMappingURL=secp256k1-VMQNAPXV.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoralabs/protocol-deployments",
3
- "version": "0.7.0",
3
+ "version": "0.7.5",
4
4
  "repository": "https://github.com/ourzora/zora-protocol",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -25,7 +25,7 @@
25
25
  "tsup": "^7.2.0",
26
26
  "tsx": "^3.13.0",
27
27
  "typescript": "^5.2.2",
28
- "viem": "^2.21.21",
28
+ "viem": "2.22.12",
29
29
  "@zoralabs/tsconfig": "^0.0.1"
30
30
  },
31
31
  "scripts": {
@@ -21,6 +21,7 @@ export const chainConfigs = {
21
21
  DOPPLER_AIRLOCK: "0x660eAaEdEBc968f8f3694354FA8EC0b4c5Ba8D12",
22
22
  PROXY_ADMIN: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
23
23
  ZORA_RECIPIENT: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
24
+ METADATA_MANAGER: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
24
25
  WETH: "0x4200000000000000000000000000000000000006",
25
26
  UNISWAP_V4_POOL_MANAGER: "0x498581ff718922c3f8e6a244956af099b2652b2b",
26
27
  UNISWAP_V4_POSITION_MANAGER: "0x7c5f5a4bbd8fd63184577525326123b519429bdc",
@@ -49,6 +50,7 @@ export const chainConfigs = {
49
50
  DOPPLER_AIRLOCK: "0xa24E35a5d71d02a59b41E7c93567626302da1958",
50
51
  PROXY_ADMIN: "0x5F14C23983c9e0840Dc60dA880349622f0785420",
51
52
  ZORA_RECIPIENT: "0x5F14C23983c9e0840Dc60dA880349622f0785420",
53
+ METADATA_MANAGER: "0x5F14C23983c9e0840Dc60dA880349622f0785420",
52
54
  WETH: "0x4200000000000000000000000000000000000006",
53
55
  UNISWAP_V4_POOL_MANAGER: "0x05E73354cFDd6745C338b50BcFDfA3Aa6fA03408",
54
56
  UNISWAP_V4_POSITION_MANAGER: "0x4b2c77d209d3405f41a037ec6c77f7f5b8e2ca80",
@@ -98,6 +100,7 @@ export const chainConfigs = {
98
100
  DOPPLER_AIRLOCK: "0x660eAaEdEBc968f8f3694354FA8EC0b4c5Ba8D12",
99
101
  PROXY_ADMIN: "0xEAB37fbA9E4F99602815E173A7FeAee0f4eF980B",
100
102
  ZORA_RECIPIENT: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
103
+ METADATA_MANAGER: "0xEAB37fbA9E4F99602815E173A7FeAee0f4eF980B",
101
104
  WETH: "0x4200000000000000000000000000000000000006",
102
105
  UNISWAP_V4_POOL_MANAGER: "0x498581ff718922c3f8e6a244956af099b2652b2b",
103
106
  UNISWAP_V4_POSITION_MANAGER: "0x7c5f5a4bbd8fd63184577525326123b519429bdc",