@zoralabs/protocol-deployments 0.5.7 → 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.
package/CHANGELOG.md CHANGED
@@ -1,11 +1,5 @@
1
1
  # @zoralabs/protocol-deployments
2
2
 
3
- ## 0.5.7
4
-
5
- ### Patch Changes
6
-
7
- - 0e271ba0: BuySupplyWithSwapRouterHook supports v4 coins
8
-
9
3
  ## 0.5.6
10
4
 
11
5
  ### Patch Changes
@@ -62,7 +62,7 @@ export declare const encodeBuySupplyWithSingleHopSwapRouterHookCall: ({ buyRecip
62
62
  chainId: keyof typeof buySupplyWithSwapRouterHookAddress;
63
63
  ethValue?: bigint;
64
64
  }) => {
65
- hook: "0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed" | "0x1463f270201b846a8B243243D4B982CB0720fA86";
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: "0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed" | "0x1463f270201b846a8B243243D4B982CB0720fA86";
85
+ hook: "0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed" | "0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE";
86
86
  hookData: `0x${string}`;
87
87
  value: bigint | undefined;
88
88
  };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed)
3
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x1463f270201b846a8B243243D4B982CB0720fA86)
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";
@@ -99,20 +99,20 @@ export declare const buySupplyWithSwapRouterHookABI: readonly [{
99
99
  }];
100
100
  /**
101
101
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed)
102
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x1463f270201b846a8B243243D4B982CB0720fA86)
102
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE)
103
103
  */
104
104
  export declare const buySupplyWithSwapRouterHookAddress: {
105
105
  readonly 8453: "0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed";
106
- readonly 84532: "0x1463f270201b846a8B243243D4B982CB0720fA86";
106
+ readonly 84532: "0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE";
107
107
  };
108
108
  /**
109
109
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed)
110
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x1463f270201b846a8B243243D4B982CB0720fA86)
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
114
  readonly 8453: "0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed";
115
- readonly 84532: "0x1463f270201b846a8B243243D4B982CB0720fA86";
115
+ readonly 84532: "0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE";
116
116
  };
117
117
  readonly abi: readonly [{
118
118
  readonly type: "constructor";
@@ -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";
package/dist/index.cjs CHANGED
@@ -2383,7 +2383,7 @@ var buySupplyWithSwapRouterHookABI = [
2383
2383
  ];
2384
2384
  var buySupplyWithSwapRouterHookAddress = {
2385
2385
  8453: "0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed",
2386
- 84532: "0x1463f270201b846a8B243243D4B982CB0720fA86"
2386
+ 84532: "0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE"
2387
2387
  };
2388
2388
  var buySupplyWithSwapRouterHookConfig = {
2389
2389
  address: buySupplyWithSwapRouterHookAddress,
@@ -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,