@zoralabs/protocol-deployments 0.5.6-PRE.4 → 0.5.7

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.
@@ -11,12 +11,12 @@
11
11
  > @zoralabs/protocol-deployments@0.5.5 prettier:write /Users/danovedzora/source/zora-protocol/packages/protocol-deployments
12
12
  > prettier --write 'src/**/*.ts' 'scripts/*'
13
13
 
14
- src/encoding.tssrc/encoding.ts 49ms (unchanged)
14
+ src/encoding.tssrc/encoding.ts 55ms (unchanged)
15
15
  src/index.tssrc/index.ts 2ms (unchanged)
16
- src/typedData.tssrc/typedData.ts 38ms (unchanged)
17
- src/types.tssrc/types.ts 9ms (unchanged)
18
- scripts/bundle-chainConfigs.tsscripts/bundle-chainConfigs.ts 3ms (unchanged)
19
- scripts/bundle-configs.tsscripts/bundle-configs.ts 8ms (unchanged)
16
+ src/typedData.tssrc/typedData.ts 47ms (unchanged)
17
+ src/types.tssrc/types.ts 12ms (unchanged)
18
+ scripts/bundle-chainConfigs.tsscripts/bundle-chainConfigs.ts 5ms (unchanged)
19
+ scripts/bundle-configs.tsscripts/bundle-configs.ts 9ms (unchanged)
20
20
 
21
21
  > @zoralabs/protocol-deployments@0.5.5 copy-generated /Users/danovedzora/source/zora-protocol/packages/protocol-deployments
22
22
  > cp ../protocol-deployments-gen/generated/wagmi.ts src/generated/wagmi.ts
@@ -29,19 +29,19 @@ scripts/bundle-configs.tsscripts/bundle-configs.ts 8ms (unchan
29
29
  CLI Cleaning output folder
30
30
  CJS Build start
31
31
  ESM Build start
32
- ESM dist/chunk-NPNNGXR4.js 136.42 KB
33
- ESM dist/secp256k1-QZA5SALG.js 80.13 KB
34
- ESM dist/chunk-PR4QN5HX.js 1.87 KB
35
32
  ESM dist/ccip-C5WONSSK.js 290.00 B
36
- ESM dist/index.js 492.34 KB
33
+ ESM dist/chunk-PR4QN5HX.js 1.87 KB
34
+ ESM dist/secp256k1-QZA5SALG.js 80.13 KB
37
35
  ESM dist/_esm-AN6HMJZC.js 132.93 KB
38
- ESM dist/secp256k1-QZA5SALG.js.map 203.10 KB
39
- ESM dist/chunk-NPNNGXR4.js.map 393.76 KB
36
+ ESM dist/index.js 509.70 KB
37
+ ESM dist/chunk-NPNNGXR4.js 136.42 KB
40
38
  ESM dist/chunk-PR4QN5HX.js.map 71.00 B
41
39
  ESM dist/ccip-C5WONSSK.js.map 71.00 B
40
+ ESM dist/secp256k1-QZA5SALG.js.map 203.10 KB
42
41
  ESM dist/_esm-AN6HMJZC.js.map 212.33 KB
43
- ESM dist/index.js.map 959.32 KB
44
- ESM ⚡️ Build success in 150ms
45
- CJS dist/index.cjs 576.88 KB
46
- CJS dist/index.cjs.map 1.18 MB
47
- CJS ⚡️ Build success in 151ms
42
+ ESM dist/chunk-NPNNGXR4.js.map 393.76 KB
43
+ ESM dist/index.js.map 991.48 KB
44
+ ESM ⚡️ Build success in 184ms
45
+ CJS dist/index.cjs 594.54 KB
46
+ CJS dist/index.cjs.map 1.21 MB
47
+ CJS ⚡️ Build success in 184ms
@@ -0,0 +1,7 @@
1
+
2
+ 
3
+ > @zoralabs/protocol-deployments@0.5.5 lint /Users/danovedzora/source/zora-protocol/packages/protocol-deployments
4
+ > prettier --check 'src/**/*.ts' 'scripts/*'
5
+
6
+ Checking formatting...
7
+ src/encoding.tssrc/index.tssrc/typedData.tssrc/types.tsscripts/bundle-chainConfigs.tsscripts/bundle-configs.tsAll matched files use Prettier code style!
package/CHANGELOG.md CHANGED
@@ -1,11 +1,17 @@
1
1
  # @zoralabs/protocol-deployments
2
2
 
3
- ## 0.5.6-PRE.0
3
+ ## 0.5.7
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - bc20f1e9: Published pool config encoding helper
8
- - 9ecacadf: Published dev coin factory on base mainnet
7
+ - 0e271ba0: BuySupplyWithSwapRouterHook supports v4 coins
8
+
9
+ ## 0.5.6
10
+
11
+ ### Patch Changes
12
+
13
+ - 73e95f69: Published CoinsV4 pool config encoding helper
14
+ - 0c50e8e7: Published uniswap v4 abis and addresses. Fixed encoding of v4 coin config
9
15
 
10
16
  ## 0.5.5
11
17
 
@@ -62,7 +62,7 @@ export declare const encodeBuySupplyWithSingleHopSwapRouterHookCall: ({ buyRecip
62
62
  chainId: keyof typeof buySupplyWithSwapRouterHookAddress;
63
63
  ethValue?: bigint;
64
64
  }) => {
65
- hook: "0x5Ee02936e2A92133aC66B5235cAf4ad59E25632d" | "0x961EDdCA4150FC9FBFecd2D6876e1cF770919918";
65
+ hook: "0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed" | "0x1463f270201b846a8B243243D4B982CB0720fA86";
66
66
  hookData: `0x${string}`;
67
67
  value: bigint | undefined;
68
68
  };
@@ -82,7 +82,7 @@ export declare const encodeBuySupplyWithMultiHopSwapRouterHookCall: ({ buyRecipi
82
82
  chainId: keyof typeof buySupplyWithSwapRouterHookAddress;
83
83
  ethValue?: bigint;
84
84
  }) => {
85
- hook: "0x5Ee02936e2A92133aC66B5235cAf4ad59E25632d" | "0x961EDdCA4150FC9FBFecd2D6876e1cF770919918";
85
+ hook: "0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed" | "0x1463f270201b846a8B243243D4B982CB0720fA86";
86
86
  hookData: `0x${string}`;
87
87
  value: bigint | undefined;
88
88
  };
@@ -1 +1 @@
1
- {"version":3,"file":"encoding.d.ts","sourceRoot":"","sources":["../src/encoding.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EAIR,MAAM,MAAM,CAAC;AACd,OAAO,EACL,sBAAsB,EAEvB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,kCAAkC,EAAE,MAAM,mBAAmB,CAAC;AAEvE,OAAO,EAAE,GAAG,EAAE,MAAM,MAAM,CAAC;AAC3B,OAAO,EAAE,6BAA6B,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAE5E,6FAA6F;AAC7F,eAAO,MAAM,6BAA6B;;;;;;;;;;;;EAIhC,CAAC;AAEX,eAAO,MAAM,wCAAwC;;;;;;;;EAG3C,CAAC;AAEX,eAAO,MAAM,2CAA2C;;;;;;;;EAG9C,CAAC;AAEX;;;;;;;GAOG;AACH,eAAO,MAAM,yCAAyC,GACpD,cAAc,OAAO,EACrB,gBAAgB,GAAG,kBAMpB,CAAC;AAEF,KAAK,sBAAsB,GAAG,6BAA6B,CACzD,kBAAkB,CAChB,OAAO,sBAAsB,EAC7B,kBAAkB,CACnB,CAAC,QAAQ,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC;AAEL,KAAK,gBAAgB,GAAG,6BAA6B,CACnD,kBAAkB,CAAC,OAAO,sBAAsB,EAAE,YAAY,CAAC,CAAC,QAAQ,CAAC,CAC1E,CAAC,CAAC,CAAC,CAAC;AAEL;;;;;;;;;GASG;AACH,eAAO,MAAM,8CAA8C,GAAI,8DAK5D;IACD,YAAY,EAAE,OAAO,CAAC;IACtB,sBAAsB,EAAE,IAAI,CAAC,sBAAsB,EAAE,WAAW,CAAC,CAAC;IAClE,OAAO,EAAE,MAAM,OAAO,kCAAkC,CAAC;IAEzD,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;;;;CAqBA,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,6CAA6C,GAAI,wDAK3D;IACD,YAAY,EAAE,OAAO,CAAC;IACtB,gBAAgB,EAAE,IAAI,CAAC,gBAAgB,EAAE,WAAW,CAAC,CAAC;IACtD,OAAO,EAAE,MAAM,OAAO,kCAAkC,CAAC;IAEzD,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;;;;CAqBA,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,uCAAuC,GAAI,YAAY,GAAG;;;CAUtE,CAAC;AAIF;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,0BAA0B,GAAI,qFAMxC;IACD,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,qBAAqB,EAAE,MAAM,EAAE,CAAC;IAChC,uBAAuB,EAAE,MAAM,EAAE,CAAC;CACnC,kBAaA,CAAC"}
1
+ {"version":3,"file":"encoding.d.ts","sourceRoot":"","sources":["../src/encoding.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EAKR,MAAM,MAAM,CAAC;AACd,OAAO,EACL,sBAAsB,EAEvB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,kCAAkC,EAAE,MAAM,mBAAmB,CAAC;AAEvE,OAAO,EAAE,GAAG,EAAE,MAAM,MAAM,CAAC;AAC3B,OAAO,EAAE,6BAA6B,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAE5E,6FAA6F;AAC7F,eAAO,MAAM,6BAA6B;;;;;;;;;;;;EAIhC,CAAC;AAEX,eAAO,MAAM,wCAAwC;;;;;;;;EAG3C,CAAC;AAEX,eAAO,MAAM,2CAA2C;;;;;;;;EAG9C,CAAC;AAEX;;;;;;;GAOG;AACH,eAAO,MAAM,yCAAyC,GACpD,cAAc,OAAO,EACrB,gBAAgB,GAAG,kBAMpB,CAAC;AAEF,KAAK,sBAAsB,GAAG,6BAA6B,CACzD,kBAAkB,CAChB,OAAO,sBAAsB,EAC7B,kBAAkB,CACnB,CAAC,QAAQ,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC;AAEL,KAAK,gBAAgB,GAAG,6BAA6B,CACnD,kBAAkB,CAAC,OAAO,sBAAsB,EAAE,YAAY,CAAC,CAAC,QAAQ,CAAC,CAC1E,CAAC,CAAC,CAAC,CAAC;AAEL;;;;;;;;;GASG;AACH,eAAO,MAAM,8CAA8C,GAAI,8DAK5D;IACD,YAAY,EAAE,OAAO,CAAC;IACtB,sBAAsB,EAAE,IAAI,CAAC,sBAAsB,EAAE,WAAW,CAAC,CAAC;IAClE,OAAO,EAAE,MAAM,OAAO,kCAAkC,CAAC;IAEzD,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;;;;CAqBA,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,6CAA6C,GAAI,wDAK3D;IACD,YAAY,EAAE,OAAO,CAAC;IACtB,gBAAgB,EAAE,IAAI,CAAC,gBAAgB,EAAE,WAAW,CAAC,CAAC;IACtD,OAAO,EAAE,MAAM,OAAO,kCAAkC,CAAC;IAEzD,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;;;;CAqBA,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,uCAAuC,GAAI,YAAY,GAAG;;;CAUtE,CAAC;AAIF;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,0BAA0B,GAAI,qFAMxC;IACD,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,qBAAqB,EAAE,MAAM,EAAE,CAAC;IAChC,uBAAuB,EAAE,MAAM,EAAE,CAAC;CACnC,kBAcA,CAAC"}