defi-blockchain-addressbook 1.0.2 → 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',
@@ -1,4 +1,4 @@
1
- export interface BeefyFinance {
1
+ export interface BimFinance {
2
2
  devMultisig: string;
3
3
  treasuryMultisig: string;
4
4
  strategyOwner: string;
@@ -10,11 +10,11 @@ export interface BeefyFinance {
10
10
  launchpoolOwner: string;
11
11
  rewardPool: string;
12
12
  treasury: string;
13
- beefyFeeRecipient: string;
13
+ bimFeeRecipient: string;
14
14
  multicall: string;
15
15
  bifiMaxiStrategy?: string;
16
16
  voter: string;
17
- beefyFeeConfig?: string;
17
+ bimFeeConfig?: string;
18
18
  vaultFactory?: string;
19
19
  legacyStrategyFactory?: string;
20
20
  zap?: string;
@@ -30,12 +30,12 @@ export interface BeefyFinance {
30
30
  clmStrategyFactory?: string;
31
31
  clmRewardPoolFactory?: string;
32
32
  positionMulticall?: string;
33
- beefySwapper?: string;
34
- beefyOracle?: string;
35
- beefyOracleChainlink?: string;
36
- beefyOracleChainlinkEthBase?: string;
37
- beefyOracleUniswapV3?: string;
38
- beefyOracleUniswapV2?: string;
39
- beefyOracleSolidly?: string;
40
- beefyOracleAlgebra?: string;
33
+ bimSwapper?: string;
34
+ bimOracle?: string;
35
+ bimOracleChainlink?: string;
36
+ bimOracleChainlinkEthBase?: string;
37
+ bimOracleUniswapV3?: string;
38
+ bimOracleUniswapV2?: string;
39
+ bimOracleSolidly?: string;
40
+ bimOracleAlgebra?: string;
41
41
  }
@@ -1,8 +1,8 @@
1
- import type { BeefyFinance } from './beefyfinance.js';
1
+ import type { BimFinance } from './bimfinance.js';
2
2
  import type { Token, TokenWithId } from './token.js';
3
3
  export interface Chain {
4
4
  readonly platforms: Record<string, Record<string, string>> & {
5
- beefyfinance: BeefyFinance;
5
+ bimfinance?: BimFinance;
6
6
  };
7
7
  readonly tokens: Record<string, Token>;
8
8
  readonly tokenAddressMap: Record<string, TokenWithId>;
@@ -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',
@@ -1,4 +1,4 @@
1
- export interface BeefyFinance {
1
+ export interface BimFinance {
2
2
  devMultisig: string;
3
3
  treasuryMultisig: string;
4
4
  strategyOwner: string;
@@ -10,11 +10,11 @@ export interface BeefyFinance {
10
10
  launchpoolOwner: string;
11
11
  rewardPool: string;
12
12
  treasury: string;
13
- beefyFeeRecipient: string;
13
+ bimFeeRecipient: string;
14
14
  multicall: string;
15
15
  bifiMaxiStrategy?: string;
16
16
  voter: string;
17
- beefyFeeConfig?: string;
17
+ bimFeeConfig?: string;
18
18
  vaultFactory?: string;
19
19
  legacyStrategyFactory?: string;
20
20
  zap?: string;
@@ -30,12 +30,12 @@ export interface BeefyFinance {
30
30
  clmStrategyFactory?: string;
31
31
  clmRewardPoolFactory?: string;
32
32
  positionMulticall?: string;
33
- beefySwapper?: string;
34
- beefyOracle?: string;
35
- beefyOracleChainlink?: string;
36
- beefyOracleChainlinkEthBase?: string;
37
- beefyOracleUniswapV3?: string;
38
- beefyOracleUniswapV2?: string;
39
- beefyOracleSolidly?: string;
40
- beefyOracleAlgebra?: string;
33
+ bimSwapper?: string;
34
+ bimOracle?: string;
35
+ bimOracleChainlink?: string;
36
+ bimOracleChainlinkEthBase?: string;
37
+ bimOracleUniswapV3?: string;
38
+ bimOracleUniswapV2?: string;
39
+ bimOracleSolidly?: string;
40
+ bimOracleAlgebra?: string;
41
41
  }
@@ -1,8 +1,8 @@
1
- import type { BeefyFinance } from './beefyfinance.js';
1
+ import type { BimFinance } from './bimfinance.js';
2
2
  import type { Token, TokenWithId } from './token.js';
3
3
  export interface Chain {
4
4
  readonly platforms: Record<string, Record<string, string>> & {
5
- beefyfinance: BeefyFinance;
5
+ bimfinance?: BimFinance;
6
6
  };
7
7
  readonly tokens: Record<string, Token>;
8
8
  readonly tokenAddressMap: Record<string, TokenWithId>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "defi-blockchain-addressbook",
3
- "version": "1.0.2",
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",
File without changes