defi-blockchain-addressbook 1.0.15 → 1.0.16

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.
@@ -13,6 +13,7 @@ export declare const bimfinance: {
13
13
  readonly bimMaxiStrategy: "0x0000000000000000000000000000000000000000";
14
14
  readonly voter: "0x2ADDFc34751D32BfA15BddA5cD7F15a1d863068a";
15
15
  readonly bimFeeConfig: "0x6B35281C647dFe8946C50cD5ef239047a050Ea07";
16
+ readonly strategyFactory: "0x62Ff2B90a14C2E312c8b1c4c08f61Af710da76D2";
16
17
  readonly vaultFactory: "0x023E9083c603822ebc7DE0264E68fC9EFc00fE39";
17
18
  readonly wrapperFactory: "0x0000000000000000000000000000000000000000";
18
19
  readonly zap: "0x270B04518596851D67dE4074845f37dCdea9DD29";
@@ -18,6 +18,7 @@ exports.bimfinance = {
18
18
  bimMaxiStrategy: '0x0000000000000000000000000000000000000000',
19
19
  voter: '0x2ADDFc34751D32BfA15BddA5cD7F15a1d863068a',
20
20
  bimFeeConfig: '0x6B35281C647dFe8946C50cD5ef239047a050Ea07',
21
+ strategyFactory: '0x62Ff2B90a14C2E312c8b1c4c08f61Af710da76D2',
21
22
  vaultFactory: '0x023E9083c603822ebc7DE0264E68fC9EFc00fE39',
22
23
  wrapperFactory: '0x0000000000000000000000000000000000000000',
23
24
  zap: '0x270B04518596851D67dE4074845f37dCdea9DD29',
@@ -13,6 +13,7 @@ export declare const bimfinance: {
13
13
  readonly bimMaxiStrategy: "0x0000000000000000000000000000000000000000";
14
14
  readonly voter: "0x2ADDFc34751D32BfA15BddA5cD7F15a1d863068a";
15
15
  readonly bimFeeConfig: "0x6B35281C647dFe8946C50cD5ef239047a050Ea07";
16
+ readonly strategyFactory: "0x62Ff2B90a14C2E312c8b1c4c08f61Af710da76D2";
16
17
  readonly vaultFactory: "0x023E9083c603822ebc7DE0264E68fC9EFc00fE39";
17
18
  readonly wrapperFactory: "0x0000000000000000000000000000000000000000";
18
19
  readonly zap: "0x270B04518596851D67dE4074845f37dCdea9DD29";
@@ -15,6 +15,7 @@ export const bimfinance = {
15
15
  bimMaxiStrategy: '0x0000000000000000000000000000000000000000',
16
16
  voter: '0x2ADDFc34751D32BfA15BddA5cD7F15a1d863068a',
17
17
  bimFeeConfig: '0x6B35281C647dFe8946C50cD5ef239047a050Ea07',
18
+ strategyFactory: '0x62Ff2B90a14C2E312c8b1c4c08f61Af710da76D2',
18
19
  vaultFactory: '0x023E9083c603822ebc7DE0264E68fC9EFc00fE39',
19
20
  wrapperFactory: '0x0000000000000000000000000000000000000000',
20
21
  zap: '0x270B04518596851D67dE4074845f37dCdea9DD29',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "defi-blockchain-addressbook",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Address book for defi",
5
5
  "type": "commonjs",
6
6
  "types": "./build/address-book/index.d.ts",