defi-blockchain-addressbook 1.0.9 → 1.0.10

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.
@@ -0,0 +1,30 @@
1
+ export declare const bimfinance: {
2
+ readonly devMultisig: "0x56dF7773229Fd3D631c7F1341aB5b0DcddeD0Bb8";
3
+ readonly treasuryMultisig: "0xcc0516d2B5D8E156890D894Ee03a42BaC7176972";
4
+ readonly strategyOwner: "0x2b2d280A00A076F8B46bBb984c3780e68FfB43cf";
5
+ readonly vaultOwner: "0x555FFF48549C1A25a723Bd8e7eD10870D82E8379";
6
+ readonly keeper: "0xCFac885Fa38EeDf7AaffFa9F69A938d64453027E";
7
+ readonly treasurer: "0xcc0516d2B5D8E156890D894Ee03a42BaC7176972";
8
+ readonly launchpoolOwner: "0x56dF7773229Fd3D631c7F1341aB5b0DcddeD0Bb8";
9
+ readonly rewardPool: "0x0000000000000000000000000000000000000000";
10
+ readonly treasury: "0x0000000000000000000000000000000000000000";
11
+ readonly bimFeeRecipient: "0xcc0516d2B5D8E156890D894Ee03a42BaC7176972";
12
+ readonly multicall: "0x6e51861FFd18743Cf88ec84e85E5249d0A08D3c1";
13
+ readonly bimMaxiStrategy: "0x0000000000000000000000000000000000000000";
14
+ readonly voter: "0x2ADDFc34751D32BfA15BddA5cD7F15a1d863068a";
15
+ readonly bimFeeConfig: "0x237136721665A6Cb3223BA74Dd5F735912382f18";
16
+ readonly vaultFactory: "0xCEc5F7f67f361170Da385fD63394CDa3bb30ebaf";
17
+ readonly wrapperFactory: "0x0000000000000000000000000000000000000000";
18
+ readonly zap: "0x0000000000000000000000000000000000000000";
19
+ readonly zapTokenManager: "0x0000000000000000000000000000000000000000";
20
+ readonly treasurySwapper: "0x0000000000000000000000000000000000000000";
21
+ readonly clmFactory: "0x0000000000000000000000000000000000000000";
22
+ readonly clmStrategyFactory: "0x0000000000000000000000000000000000000000";
23
+ readonly clmRewardPoolFactory: "0x0000000000000000000000000000000000000000";
24
+ readonly positionMulticall: "0x0000000000000000000000000000000000000000";
25
+ readonly bimSwapper: "0xcCf8a786C25b3B4A0ed498bfcb670cc3E8a36263";
26
+ readonly bimOracle: "0x270B04518596851D67dE4074845f37dCdea9DD29";
27
+ readonly bimOracleChainlink: "0x0000000000000000000000000000000000000000";
28
+ readonly bimOracleUniswapV2: "0x0000000000000000000000000000000000000000";
29
+ readonly bimOracleUniswapV3: "0x0000000000000000000000000000000000000000";
30
+ };
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.bimfinance = void 0;
4
+ const devMultisig = '0x56dF7773229Fd3D631c7F1341aB5b0DcddeD0Bb8';
5
+ const treasuryMultisig = '0xcc0516d2B5D8E156890D894Ee03a42BaC7176972';
6
+ exports.bimfinance = {
7
+ devMultisig,
8
+ treasuryMultisig,
9
+ strategyOwner: '0x2b2d280A00A076F8B46bBb984c3780e68FfB43cf',
10
+ vaultOwner: '0x555FFF48549C1A25a723Bd8e7eD10870D82E8379',
11
+ keeper: '0xCFac885Fa38EeDf7AaffFa9F69A938d64453027E',
12
+ treasurer: treasuryMultisig,
13
+ launchpoolOwner: devMultisig,
14
+ rewardPool: '0x0000000000000000000000000000000000000000',
15
+ treasury: '0x0000000000000000000000000000000000000000',
16
+ bimFeeRecipient: '0xcc0516d2B5D8E156890D894Ee03a42BaC7176972',
17
+ multicall: '0x6e51861FFd18743Cf88ec84e85E5249d0A08D3c1',
18
+ bimMaxiStrategy: '0x0000000000000000000000000000000000000000',
19
+ voter: '0x2ADDFc34751D32BfA15BddA5cD7F15a1d863068a',
20
+ bimFeeConfig: '0x237136721665A6Cb3223BA74Dd5F735912382f18',
21
+ vaultFactory: '0xCEc5F7f67f361170Da385fD63394CDa3bb30ebaf',
22
+ wrapperFactory: '0x0000000000000000000000000000000000000000',
23
+ zap: '0x0000000000000000000000000000000000000000',
24
+ zapTokenManager: '0x0000000000000000000000000000000000000000',
25
+ treasurySwapper: '0x0000000000000000000000000000000000000000',
26
+ /// CLM Contracts
27
+ clmFactory: '0x0000000000000000000000000000000000000000',
28
+ clmStrategyFactory: '0x0000000000000000000000000000000000000000',
29
+ clmRewardPoolFactory: '0x0000000000000000000000000000000000000000',
30
+ positionMulticall: '0x0000000000000000000000000000000000000000',
31
+ /// bim Swapper Contracts
32
+ bimSwapper: '0xcCf8a786C25b3B4A0ed498bfcb670cc3E8a36263',
33
+ bimOracle: '0x270B04518596851D67dE4074845f37dCdea9DD29',
34
+ bimOracleChainlink: '0x0000000000000000000000000000000000000000',
35
+ bimOracleUniswapV2: '0x0000000000000000000000000000000000000000',
36
+ bimOracleUniswapV3: '0x0000000000000000000000000000000000000000',
37
+ };
@@ -1 +1,2 @@
1
1
  export { beefyfinance } from './beefyfinance.js';
2
+ export { bimfinance } from './bimfinance.js';
@@ -1,5 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.beefyfinance = void 0;
3
+ exports.bimfinance = exports.beefyfinance = void 0;
4
4
  var beefyfinance_js_1 = require("./beefyfinance.js");
5
5
  Object.defineProperty(exports, "beefyfinance", { enumerable: true, get: function () { return beefyfinance_js_1.beefyfinance; } });
6
+ var bimfinance_js_1 = require("./bimfinance.js");
7
+ Object.defineProperty(exports, "bimfinance", { enumerable: true, get: function () { return bimfinance_js_1.bimfinance; } });
@@ -4,6 +4,28 @@ exports.addressBookByChainId = exports.addressBook = exports.ChainId = void 0;
4
4
  const chainid_js_1 = require("../types/chainid.js");
5
5
  Object.defineProperty(exports, "ChainId", { enumerable: true, get: function () { return chainid_js_1.ChainId; } });
6
6
  const index_js_1 = require("./polygon/index.js");
7
+ // import { bsc } from './bsc/index.js';
8
+ // import { avax } from './avax/index.js';
9
+ // import { fantom } from './fantom/index.js';
10
+ // import { heco } from './heco/index.js';
11
+ // import { one } from './one/index.js';
12
+ // import { arbitrum } from './arbitrum/index.js';
13
+ // import { celo } from './celo/index.js';
14
+ // import { moonriver } from './moonriver/index.js';
15
+ // import { cronos } from './cronos/index.js';
16
+ // import { aurora } from './aurora/index.js';
17
+ // import { fuse } from './fuse/index.js';
18
+ // import { metis } from './metis/index.js';
19
+ // import { moonbeam } from './moonbeam/index.js';
20
+ // import { emerald } from './emerald/index.js';
21
+ // import { optimism } from './optimism/index.js';
22
+ // import { kava } from './kava/index.js';
23
+ // import { ethereum } from './ethereum/index.js';
24
+ // import { canto } from './canto/index.js';
25
+ // import { zksync } from './zksync/index.js';
26
+ // import { zkevm } from './zkevm/index.js';
27
+ // import { base } from './base/index.js';
28
+ const index_js_2 = require("./gnosis/index.js");
7
29
  exports.addressBook = {
8
30
  polygon: index_js_1.polygon,
9
31
  // bsc,
@@ -27,7 +49,7 @@ exports.addressBook = {
27
49
  // zksync,
28
50
  // zkevm,
29
51
  // base,
30
- // gnosis,
52
+ gnosis: index_js_2.gnosis,
31
53
  // linea,
32
54
  // mantle,
33
55
  // fraxtal,
@@ -64,7 +86,7 @@ exports.addressBookByChainId = {
64
86
  // [ChainId.zksync]: zksync,
65
87
  // [ChainId.zkevm]: zkevm,
66
88
  // [ChainId.base]: base,
67
- // [ChainId.gnosis]: gnosis,
89
+ [chainid_js_1.ChainId.gnosis]: index_js_2.gnosis,
68
90
  // [ChainId.linea]: linea,
69
91
  // [ChainId.mantle]: mantle,
70
92
  // [ChainId.fraxtal]: fraxtal,
@@ -1,5 +1,6 @@
1
1
  export declare enum ChainId {
2
- polygon = 137
2
+ polygon = 137,
3
+ gnosis = 100
3
4
  }
4
5
  type ChainIdType = typeof ChainId;
5
6
  export type ChainIdMap = {
@@ -25,7 +25,7 @@ var ChainId;
25
25
  // zksync = 324,
26
26
  // zkevm = 1101,
27
27
  // base = 8453,
28
- // gnosis = 100,
28
+ ChainId[ChainId["gnosis"] = 100] = "gnosis";
29
29
  // linea = 59144,
30
30
  // mantle = 5000,
31
31
  // fraxtal = 252,
@@ -1,4 +1,5 @@
1
1
  export declare const chainIdMap: {
2
2
  polygon: 137;
3
+ gnosis: 100;
3
4
  };
4
5
  export default chainIdMap;
@@ -24,7 +24,7 @@ exports.chainIdMap = {
24
24
  // zksync: 324,
25
25
  // zkevm: 1101,
26
26
  // base: 8453,
27
- // gnosis: 100,
27
+ gnosis: 100,
28
28
  // linea: 59144,
29
29
  // mantle: 5000,
30
30
  // fraxtal: 252,