@beefyfinance/blockchain-addressbook 0.54.154 → 0.54.155

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.
@@ -17,8 +17,8 @@ export declare const beefyfinance: {
17
17
  readonly vaultFactory: "0xe596eC590DE52C09c8D1C7A1294B32F957A7c94e";
18
18
  readonly wrapperFactory: "0x85B792C67cEe281064eb7A3AF0Fe2A76E9a7849e";
19
19
  readonly strategyFactory: "0x8B93779aa8613d9542bCD5e153d536ba5B9039f2";
20
- readonly zap: "0xFF529D914449459ecc443aF359e4fB4E3497176c";
21
- readonly zapTokenManager: "0xdb4E95b5B7bFC858FED1976082853eA74e3706e7";
20
+ readonly zap: "0x1C482130A1205213ad130404221Dc9b5350Fe4BD";
21
+ readonly zapTokenManager: "0xc2B9c646Bd36CBbC6D0d700991663F5D092CC79f";
22
22
  readonly treasurySwapper: "0x234f7F81434e340910A84F45F8e89D07fa86611A";
23
23
  readonly clmFactory: "0xAe8b53413862984C4e10929D41735800E0A4EdF9";
24
24
  readonly clmStrategyFactory: "0x15e8ebC56b473482f18442BEd9c22F9d959C9C49";
@@ -22,8 +22,8 @@ exports.beefyfinance = {
22
22
  vaultFactory: '0xe596eC590DE52C09c8D1C7A1294B32F957A7c94e',
23
23
  wrapperFactory: '0x85B792C67cEe281064eb7A3AF0Fe2A76E9a7849e',
24
24
  strategyFactory: '0x8B93779aa8613d9542bCD5e153d536ba5B9039f2',
25
- zap: '0xFF529D914449459ecc443aF359e4fB4E3497176c',
26
- zapTokenManager: '0xdb4E95b5B7bFC858FED1976082853eA74e3706e7',
25
+ zap: '0x1C482130A1205213ad130404221Dc9b5350Fe4BD',
26
+ zapTokenManager: '0xc2B9c646Bd36CBbC6D0d700991663F5D092CC79f',
27
27
  treasurySwapper: '0x234f7F81434e340910A84F45F8e89D07fa86611A',
28
28
  /// CLM Contracts
29
29
  clmFactory: '0xAe8b53413862984C4e10929D41735800E0A4EdF9',
@@ -17,8 +17,8 @@ export declare const beefyfinance: {
17
17
  readonly vaultFactory: "0xe596eC590DE52C09c8D1C7A1294B32F957A7c94e";
18
18
  readonly wrapperFactory: "0x85B792C67cEe281064eb7A3AF0Fe2A76E9a7849e";
19
19
  readonly strategyFactory: "0x8B93779aa8613d9542bCD5e153d536ba5B9039f2";
20
- readonly zap: "0xFF529D914449459ecc443aF359e4fB4E3497176c";
21
- readonly zapTokenManager: "0xdb4E95b5B7bFC858FED1976082853eA74e3706e7";
20
+ readonly zap: "0x1C482130A1205213ad130404221Dc9b5350Fe4BD";
21
+ readonly zapTokenManager: "0xc2B9c646Bd36CBbC6D0d700991663F5D092CC79f";
22
22
  readonly treasurySwapper: "0x234f7F81434e340910A84F45F8e89D07fa86611A";
23
23
  readonly clmFactory: "0xAe8b53413862984C4e10929D41735800E0A4EdF9";
24
24
  readonly clmStrategyFactory: "0x15e8ebC56b473482f18442BEd9c22F9d959C9C49";
@@ -19,8 +19,8 @@ export const beefyfinance = {
19
19
  vaultFactory: '0xe596eC590DE52C09c8D1C7A1294B32F957A7c94e',
20
20
  wrapperFactory: '0x85B792C67cEe281064eb7A3AF0Fe2A76E9a7849e',
21
21
  strategyFactory: '0x8B93779aa8613d9542bCD5e153d536ba5B9039f2',
22
- zap: '0xFF529D914449459ecc443aF359e4fB4E3497176c',
23
- zapTokenManager: '0xdb4E95b5B7bFC858FED1976082853eA74e3706e7',
22
+ zap: '0x1C482130A1205213ad130404221Dc9b5350Fe4BD',
23
+ zapTokenManager: '0xc2B9c646Bd36CBbC6D0d700991663F5D092CC79f',
24
24
  treasurySwapper: '0x234f7F81434e340910A84F45F8e89D07fa86611A',
25
25
  /// CLM Contracts
26
26
  clmFactory: '0xAe8b53413862984C4e10929D41735800E0A4EdF9',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.54.154",
3
+ "version": "0.54.155",
4
4
  "description": "A collection of useful addresses on various chains for defi development",
5
5
  "type": "commonjs",
6
6
  "types": "./build/address-book/index.d.ts",