@zoralabs/protocol-deployments 0.5.6 → 0.5.8

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.
@@ -1,46 +1,47 @@
1
-
2
- > @zoralabs/protocol-deployments@0.5.6 build /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
3
- > pnpm bundle-configs && pnpm copy-generated && tsup
4
-
5
-
6
- > @zoralabs/protocol-deployments@0.5.6 bundle-configs /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
7
- > tsx scripts/bundle-configs.ts && pnpm prettier:write
8
-
9
-
10
- > @zoralabs/protocol-deployments@0.5.6 prettier:write /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
11
- > prettier --write 'src/**/*.ts' 'scripts/*'
12
-
13
- src/encoding.ts 97ms (unchanged)
14
- src/index.ts 4ms (unchanged)
15
- src/typedData.ts 158ms (unchanged)
16
- src/types.ts 48ms (unchanged)
17
- scripts/bundle-chainConfigs.ts 14ms (unchanged)
18
- scripts/bundle-configs.ts 34ms (unchanged)
19
-
20
- > @zoralabs/protocol-deployments@0.5.6 copy-generated /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
21
- > cp ../protocol-deployments-gen/generated/wagmi.ts src/generated/wagmi.ts
22
-
23
- CLI Building entry: src/index.ts
24
- CLI Using tsconfig: tsconfig.json
25
- CLI tsup v8.4.0
26
- CLI Using tsup config: /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments/tsup.config.ts
27
- CLI Target: es2021
28
- CLI Cleaning output folder
29
- CJS Build start
30
- ESM Build start
31
- ESM dist/secp256k1-QZA5SALG.js 80.13 KB
32
- ESM dist/ccip-C5WONSSK.js 290.00 B
33
- ESM dist/chunk-NPNNGXR4.js 136.42 KB
34
- ESM dist/chunk-PR4QN5HX.js 1.87 KB
35
- ESM dist/_esm-AN6HMJZC.js 132.93 KB
36
- ESM dist/index.js 535.48 KB
37
- ESM dist/secp256k1-QZA5SALG.js.map 203.10 KB
38
- ESM dist/chunk-PR4QN5HX.js.map 71.00 B
39
- ESM dist/_esm-AN6HMJZC.js.map 212.33 KB
40
- ESM dist/ccip-C5WONSSK.js.map 71.00 B
41
- ESM dist/chunk-NPNNGXR4.js.map 393.76 KB
42
- ESM dist/index.js.map 1.01 MB
43
- ESM ⚡️ Build success in 787ms
44
- CJS dist/index.cjs 620.35 KB
45
- CJS dist/index.cjs.map 1.26 MB
46
- CJS ⚡️ Build success in 787ms
1
+
2
+ 
3
+ > @zoralabs/protocol-deployments@0.5.5 build /Users/danovedzora/source/zora-protocol/packages/protocol-deployments
4
+ > pnpm bundle-configs && pnpm copy-generated && tsup
5
+
6
+
7
+ > @zoralabs/protocol-deployments@0.5.5 bundle-configs /Users/danovedzora/source/zora-protocol/packages/protocol-deployments
8
+ > tsx scripts/bundle-configs.ts && pnpm prettier:write
9
+
10
+
11
+ > @zoralabs/protocol-deployments@0.5.5 prettier:write /Users/danovedzora/source/zora-protocol/packages/protocol-deployments
12
+ > prettier --write 'src/**/*.ts' 'scripts/*'
13
+
14
+ src/encoding.tssrc/encoding.ts 55ms (unchanged)
15
+ src/index.tssrc/index.ts 2ms (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
+
21
+ > @zoralabs/protocol-deployments@0.5.5 copy-generated /Users/danovedzora/source/zora-protocol/packages/protocol-deployments
22
+ > cp ../protocol-deployments-gen/generated/wagmi.ts src/generated/wagmi.ts
23
+
24
+ CLI Building entry: src/index.ts
25
+ CLI Using tsconfig: tsconfig.json
26
+ CLI tsup v8.4.0
27
+ CLI Using tsup config: /Users/danovedzora/source/zora-protocol/packages/protocol-deployments/tsup.config.ts
28
+ CLI Target: es2021
29
+ CLI Cleaning output folder
30
+ CJS Build start
31
+ ESM Build start
32
+ ESM dist/ccip-C5WONSSK.js 290.00 B
33
+ ESM dist/chunk-PR4QN5HX.js 1.87 KB
34
+ ESM dist/secp256k1-QZA5SALG.js 80.13 KB
35
+ ESM dist/_esm-AN6HMJZC.js 132.93 KB
36
+ ESM dist/index.js 509.70 KB
37
+ ESM dist/chunk-NPNNGXR4.js 136.42 KB
38
+ ESM dist/chunk-PR4QN5HX.js.map 71.00 B
39
+ ESM dist/ccip-C5WONSSK.js.map 71.00 B
40
+ ESM dist/secp256k1-QZA5SALG.js.map 203.10 KB
41
+ ESM dist/_esm-AN6HMJZC.js.map 212.33 KB
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!
@@ -62,7 +62,7 @@ export declare const encodeBuySupplyWithSingleHopSwapRouterHookCall: ({ buyRecip
62
62
  chainId: keyof typeof buySupplyWithSwapRouterHookAddress;
63
63
  ethValue?: bigint;
64
64
  }) => {
65
- hook: "0x4269b3ba4522192e0C54197BD0D7131A3abA6256" | "0xBD42CD74A5fBA7570A2943CAC0B6b60C8f3153B2";
65
+ hook: "0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed" | "0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE";
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: "0x4269b3ba4522192e0C54197BD0D7131A3abA6256" | "0xBD42CD74A5fBA7570A2943CAC0B6b60C8f3153B2";
85
+ hook: "0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed" | "0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE";
86
86
  hookData: `0x${string}`;
87
87
  value: bigint | undefined;
88
88
  };
@@ -1,6 +1,6 @@
1
1
  /**
2
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0x4269b3ba4522192e0C54197BD0D7131A3abA6256)
3
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xBD42CD74A5fBA7570A2943CAC0B6b60C8f3153B2)
2
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed)
3
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE)
4
4
  */
5
5
  export declare const buySupplyWithSwapRouterHookABI: readonly [{
6
6
  readonly type: "constructor";
@@ -98,21 +98,21 @@ export declare const buySupplyWithSwapRouterHookABI: readonly [{
98
98
  readonly name: "SwapReverted";
99
99
  }];
100
100
  /**
101
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0x4269b3ba4522192e0C54197BD0D7131A3abA6256)
102
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xBD42CD74A5fBA7570A2943CAC0B6b60C8f3153B2)
101
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed)
102
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE)
103
103
  */
104
104
  export declare const buySupplyWithSwapRouterHookAddress: {
105
- readonly 8453: "0x4269b3ba4522192e0C54197BD0D7131A3abA6256";
106
- readonly 84532: "0xBD42CD74A5fBA7570A2943CAC0B6b60C8f3153B2";
105
+ readonly 8453: "0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed";
106
+ readonly 84532: "0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE";
107
107
  };
108
108
  /**
109
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0x4269b3ba4522192e0C54197BD0D7131A3abA6256)
110
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xBD42CD74A5fBA7570A2943CAC0B6b60C8f3153B2)
109
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed)
110
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE)
111
111
  */
112
112
  export declare const buySupplyWithSwapRouterHookConfig: {
113
113
  readonly address: {
114
- readonly 8453: "0x4269b3ba4522192e0C54197BD0D7131A3abA6256";
115
- readonly 84532: "0xBD42CD74A5fBA7570A2943CAC0B6b60C8f3153B2";
114
+ readonly 8453: "0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed";
115
+ readonly 84532: "0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE";
116
116
  };
117
117
  readonly abi: readonly [{
118
118
  readonly type: "constructor";
@@ -3928,7 +3928,7 @@ export declare const coinABI: readonly [{
3928
3928
  }, {
3929
3929
  readonly type: "function";
3930
3930
  readonly inputs: readonly [];
3931
- readonly name: "dopplerFeeRecipient";
3931
+ readonly name: "doppler";
3932
3932
  readonly outputs: readonly [{
3933
3933
  readonly name: "";
3934
3934
  readonly internalType: "address";
@@ -5152,7 +5152,7 @@ export declare const coinABI: readonly [{
5152
5152
  }];
5153
5153
  /**
5154
5154
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
5155
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
5155
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xaF88840cb637F2684A9E460316b1678AD6245e4a)
5156
5156
  */
5157
5157
  export declare const coinFactoryABI: readonly [{
5158
5158
  readonly type: "constructor";
@@ -5884,20 +5884,20 @@ export declare const coinFactoryABI: readonly [{
5884
5884
  }];
5885
5885
  /**
5886
5886
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
5887
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
5887
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xaF88840cb637F2684A9E460316b1678AD6245e4a)
5888
5888
  */
5889
5889
  export declare const coinFactoryAddress: {
5890
5890
  readonly 8453: "0x777777751622c0d3258f214F9DF38E35BF45baF3";
5891
- readonly 84532: "0x777777751622c0d3258f214F9DF38E35BF45baF3";
5891
+ readonly 84532: "0xaF88840cb637F2684A9E460316b1678AD6245e4a";
5892
5892
  };
5893
5893
  /**
5894
5894
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
5895
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
5895
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xaF88840cb637F2684A9E460316b1678AD6245e4a)
5896
5896
  */
5897
5897
  export declare const coinFactoryConfig: {
5898
5898
  readonly address: {
5899
5899
  readonly 8453: "0x777777751622c0d3258f214F9DF38E35BF45baF3";
5900
- readonly 84532: "0x777777751622c0d3258f214F9DF38E35BF45baF3";
5900
+ readonly 84532: "0xaF88840cb637F2684A9E460316b1678AD6245e4a";
5901
5901
  };
5902
5902
  readonly abi: readonly [{
5903
5903
  readonly type: "constructor";
@@ -6795,7 +6795,7 @@ export declare const coinV4ABI: readonly [{
6795
6795
  }, {
6796
6796
  readonly type: "function";
6797
6797
  readonly inputs: readonly [];
6798
- readonly name: "dopplerFeeRecipient";
6798
+ readonly name: "doppler";
6799
6799
  readonly outputs: readonly [{
6800
6800
  readonly name: "";
6801
6801
  readonly internalType: "address";
package/dist/index.cjs CHANGED
@@ -2382,8 +2382,8 @@ var buySupplyWithSwapRouterHookABI = [
2382
2382
  }
2383
2383
  ];
2384
2384
  var buySupplyWithSwapRouterHookAddress = {
2385
- 8453: "0x4269b3ba4522192e0C54197BD0D7131A3abA6256",
2386
- 84532: "0xBD42CD74A5fBA7570A2943CAC0B6b60C8f3153B2"
2385
+ 8453: "0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed",
2386
+ 84532: "0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE"
2387
2387
  };
2388
2388
  var buySupplyWithSwapRouterHookConfig = {
2389
2389
  address: buySupplyWithSwapRouterHookAddress,
@@ -3562,7 +3562,7 @@ var coinABI = [
3562
3562
  {
3563
3563
  type: "function",
3564
3564
  inputs: [],
3565
- name: "dopplerFeeRecipient",
3565
+ name: "doppler",
3566
3566
  outputs: [{ name: "", internalType: "address", type: "address" }],
3567
3567
  stateMutability: "view"
3568
3568
  },
@@ -4908,7 +4908,7 @@ var coinFactoryABI = [
4908
4908
  ];
4909
4909
  var coinFactoryAddress = {
4910
4910
  8453: "0x777777751622c0d3258f214F9DF38E35BF45baF3",
4911
- 84532: "0x777777751622c0d3258f214F9DF38E35BF45baF3"
4911
+ 84532: "0xaF88840cb637F2684A9E460316b1678AD6245e4a"
4912
4912
  };
4913
4913
  var coinFactoryConfig = {
4914
4914
  address: coinFactoryAddress,
@@ -5029,7 +5029,7 @@ var coinV4ABI = [
5029
5029
  {
5030
5030
  type: "function",
5031
5031
  inputs: [],
5032
- name: "dopplerFeeRecipient",
5032
+ name: "doppler",
5033
5033
  outputs: [{ name: "", internalType: "address", type: "address" }],
5034
5034
  stateMutability: "view"
5035
5035
  },