defi-blockchain-addressbook 1.0.3 → 1.0.4

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.
@@ -15,8 +15,8 @@ export declare const bimfinance: {
15
15
  readonly bimFeeConfig: "0x16587f7D4Fbc8CA2C2789482E7102cfF3a1917bD";
16
16
  readonly vaultFactory: "0x6DCe8E780d5fDB102e500AA51035F733c8dA21E5";
17
17
  readonly wrapperFactory: "0x0000000000000000000000000000000000000000";
18
- readonly zap: "0x0000000000000000000000000000000000000000";
19
- readonly zapTokenManager: "0x0000000000000000000000000000000000000000";
18
+ readonly zap: "0xbb240d20aCbF60079cC850B494C1f68d74e56139";
19
+ readonly zapTokenManager: "0x388b7d71E215A7dED92c04a6b1D20DEE3439875d";
20
20
  readonly treasurySwapper: "0x0000000000000000000000000000000000000000";
21
21
  readonly clmFactory: "0x0000000000000000000000000000000000000000";
22
22
  readonly clmStrategyFactory: "0x0000000000000000000000000000000000000000";
@@ -20,8 +20,8 @@ exports.bimfinance = {
20
20
  bimFeeConfig: '0x16587f7D4Fbc8CA2C2789482E7102cfF3a1917bD',
21
21
  vaultFactory: '0x6DCe8E780d5fDB102e500AA51035F733c8dA21E5',
22
22
  wrapperFactory: '0x0000000000000000000000000000000000000000',
23
- zap: '0x0000000000000000000000000000000000000000',
24
- zapTokenManager: '0x0000000000000000000000000000000000000000',
23
+ zap: '0xbb240d20aCbF60079cC850B494C1f68d74e56139',
24
+ zapTokenManager: '0x388b7d71E215A7dED92c04a6b1D20DEE3439875d',
25
25
  treasurySwapper: '0x0000000000000000000000000000000000000000',
26
26
  /// CLM Contracts
27
27
  clmFactory: '0x0000000000000000000000000000000000000000',
@@ -15,8 +15,8 @@ export declare const bimfinance: {
15
15
  readonly bimFeeConfig: "0x16587f7D4Fbc8CA2C2789482E7102cfF3a1917bD";
16
16
  readonly vaultFactory: "0x6DCe8E780d5fDB102e500AA51035F733c8dA21E5";
17
17
  readonly wrapperFactory: "0x0000000000000000000000000000000000000000";
18
- readonly zap: "0x0000000000000000000000000000000000000000";
19
- readonly zapTokenManager: "0x0000000000000000000000000000000000000000";
18
+ readonly zap: "0xbb240d20aCbF60079cC850B494C1f68d74e56139";
19
+ readonly zapTokenManager: "0x388b7d71E215A7dED92c04a6b1D20DEE3439875d";
20
20
  readonly treasurySwapper: "0x0000000000000000000000000000000000000000";
21
21
  readonly clmFactory: "0x0000000000000000000000000000000000000000";
22
22
  readonly clmStrategyFactory: "0x0000000000000000000000000000000000000000";
@@ -17,8 +17,8 @@ export const bimfinance = {
17
17
  bimFeeConfig: '0x16587f7D4Fbc8CA2C2789482E7102cfF3a1917bD',
18
18
  vaultFactory: '0x6DCe8E780d5fDB102e500AA51035F733c8dA21E5',
19
19
  wrapperFactory: '0x0000000000000000000000000000000000000000',
20
- zap: '0x0000000000000000000000000000000000000000',
21
- zapTokenManager: '0x0000000000000000000000000000000000000000',
20
+ zap: '0xbb240d20aCbF60079cC850B494C1f68d74e56139',
21
+ zapTokenManager: '0x388b7d71E215A7dED92c04a6b1D20DEE3439875d',
22
22
  treasurySwapper: '0x0000000000000000000000000000000000000000',
23
23
  /// CLM Contracts
24
24
  clmFactory: '0x0000000000000000000000000000000000000000',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "defi-blockchain-addressbook",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Address book for defi",
5
5
  "type": "commonjs",
6
6
  "types": "./build/address-book/index.d.ts",