defi-blockchain-addressbook 1.0.1 → 1.0.3
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.
- package/build/address-book/optimism/platforms/index.d.ts +1 -0
- package/build/address-book/optimism/platforms/index.js +3 -1
- package/build/types/{beefyfinance.d.ts → bimfinance.d.ts} +11 -11
- package/build/types/chain.d.ts +2 -2
- package/build-esm/address-book/optimism/platforms/bimfinance.d.ts +30 -0
- package/build-esm/address-book/optimism/platforms/bimfinance.js +34 -0
- package/build-esm/address-book/optimism/platforms/index.d.ts +1 -0
- package/build-esm/address-book/optimism/platforms/index.js +1 -0
- package/build-esm/types/{beefyfinance.d.ts → bimfinance.d.ts} +11 -11
- package/build-esm/types/chain.d.ts +2 -2
- package/package.json +1 -1
- /package/build/types/{beefyfinance.js → bimfinance.js} +0 -0
- /package/build-esm/types/{beefyfinance.js → bimfinance.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.gamma = exports.velodrome = exports.sonne = exports.beethovenX = exports.beefyfinance = void 0;
|
|
3
|
+
exports.bimfinance = exports.gamma = exports.velodrome = exports.sonne = exports.beethovenX = 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
6
|
var beethovenX_js_1 = require("./beethovenX.js");
|
|
@@ -11,3 +11,5 @@ var velodrome_js_1 = require("./velodrome.js");
|
|
|
11
11
|
Object.defineProperty(exports, "velodrome", { enumerable: true, get: function () { return velodrome_js_1.velodrome; } });
|
|
12
12
|
var gamma_js_1 = require("./gamma.js");
|
|
13
13
|
Object.defineProperty(exports, "gamma", { enumerable: true, get: function () { return gamma_js_1.gamma; } });
|
|
14
|
+
var bimfinance_js_1 = require("./bimfinance.js");
|
|
15
|
+
Object.defineProperty(exports, "bimfinance", { enumerable: true, get: function () { return bimfinance_js_1.bimfinance; } });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface
|
|
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
|
-
|
|
13
|
+
bimFeeRecipient: string;
|
|
14
14
|
multicall: string;
|
|
15
15
|
bifiMaxiStrategy?: string;
|
|
16
16
|
voter: string;
|
|
17
|
-
|
|
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
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
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
|
}
|
package/build/types/chain.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type {
|
|
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
|
-
|
|
5
|
+
bimfinance?: BimFinance;
|
|
6
6
|
};
|
|
7
7
|
readonly tokens: Record<string, Token>;
|
|
8
8
|
readonly tokenAddressMap: Record<string, TokenWithId>;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export declare const bimfinance: {
|
|
2
|
+
readonly devMultisig: "0x3e86a0eC51e026DD3C761e1696e9931C0b18851A";
|
|
3
|
+
readonly treasuryMultisig: "0x3e86a0eC51e026DD3C761e1696e9931C0b18851A";
|
|
4
|
+
readonly strategyOwner: "0x2167a12c71c074cAD14176254b81795E178Fac5E";
|
|
5
|
+
readonly vaultOwner: "0xD60271F49e221dE063E0fd4C7c7B2D7F299BB60d";
|
|
6
|
+
readonly keeper: "0x4fED5491693007f0CD49f4614FFC38Ab6A04B619";
|
|
7
|
+
readonly treasurer: "0x3e86a0eC51e026DD3C761e1696e9931C0b18851A";
|
|
8
|
+
readonly launchpoolOwner: "0x3e86a0eC51e026DD3C761e1696e9931C0b18851A";
|
|
9
|
+
readonly rewardPool: "0x0000000000000000000000000000000000000000";
|
|
10
|
+
readonly treasury: "0x0000000000000000000000000000000000000000";
|
|
11
|
+
readonly bimFeeRecipient: "0x02Ae4716B9D5d48Db1445814b0eDE39f5c28264B";
|
|
12
|
+
readonly multicall: "0x25A38F629D52e7C350dEA865FdE88E2E7E50eB58";
|
|
13
|
+
readonly bifiMaxiStrategy: "0x0000000000000000000000000000000000000000";
|
|
14
|
+
readonly voter: "0x5e1caC103F943Cd84A1E92dAde4145664ebf692A";
|
|
15
|
+
readonly bimFeeConfig: "0x16587f7D4Fbc8CA2C2789482E7102cfF3a1917bD";
|
|
16
|
+
readonly vaultFactory: "0x6DCe8E780d5fDB102e500AA51035F733c8dA21E5";
|
|
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: "0xa0A88B9ef14dc6bB8348Daa8c7420B1ccF6357dB";
|
|
26
|
+
readonly bimOracle: "0xfA581cfE103941995C2391f7a90CaE99FE42bC35";
|
|
27
|
+
readonly bimOracleChainlink: "0x0000000000000000000000000000000000000000";
|
|
28
|
+
readonly bimOracleUniswapV2: "0x0000000000000000000000000000000000000000";
|
|
29
|
+
readonly bimOracleUniswapV3: "0x0000000000000000000000000000000000000000";
|
|
30
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
const devMultisig = '0x3e86a0eC51e026DD3C761e1696e9931C0b18851A';
|
|
2
|
+
const treasuryMultisig = '0x3e86a0eC51e026DD3C761e1696e9931C0b18851A';
|
|
3
|
+
export const bimfinance = {
|
|
4
|
+
devMultisig,
|
|
5
|
+
treasuryMultisig,
|
|
6
|
+
strategyOwner: '0x2167a12c71c074cAD14176254b81795E178Fac5E',
|
|
7
|
+
vaultOwner: '0xD60271F49e221dE063E0fd4C7c7B2D7F299BB60d',
|
|
8
|
+
keeper: '0x4fED5491693007f0CD49f4614FFC38Ab6A04B619',
|
|
9
|
+
treasurer: treasuryMultisig,
|
|
10
|
+
launchpoolOwner: devMultisig,
|
|
11
|
+
rewardPool: '0x0000000000000000000000000000000000000000',
|
|
12
|
+
treasury: '0x0000000000000000000000000000000000000000',
|
|
13
|
+
bimFeeRecipient: '0x02Ae4716B9D5d48Db1445814b0eDE39f5c28264B',
|
|
14
|
+
multicall: '0x25A38F629D52e7C350dEA865FdE88E2E7E50eB58',
|
|
15
|
+
bifiMaxiStrategy: '0x0000000000000000000000000000000000000000',
|
|
16
|
+
voter: '0x5e1caC103F943Cd84A1E92dAde4145664ebf692A',
|
|
17
|
+
bimFeeConfig: '0x16587f7D4Fbc8CA2C2789482E7102cfF3a1917bD',
|
|
18
|
+
vaultFactory: '0x6DCe8E780d5fDB102e500AA51035F733c8dA21E5',
|
|
19
|
+
wrapperFactory: '0x0000000000000000000000000000000000000000',
|
|
20
|
+
zap: '0x0000000000000000000000000000000000000000',
|
|
21
|
+
zapTokenManager: '0x0000000000000000000000000000000000000000',
|
|
22
|
+
treasurySwapper: '0x0000000000000000000000000000000000000000',
|
|
23
|
+
/// CLM Contracts
|
|
24
|
+
clmFactory: '0x0000000000000000000000000000000000000000',
|
|
25
|
+
clmStrategyFactory: '0x0000000000000000000000000000000000000000',
|
|
26
|
+
clmRewardPoolFactory: '0x0000000000000000000000000000000000000000',
|
|
27
|
+
positionMulticall: '0x0000000000000000000000000000000000000000',
|
|
28
|
+
/// BIM Swapper Contracts
|
|
29
|
+
bimSwapper: '0xa0A88B9ef14dc6bB8348Daa8c7420B1ccF6357dB',
|
|
30
|
+
bimOracle: '0xfA581cfE103941995C2391f7a90CaE99FE42bC35',
|
|
31
|
+
bimOracleChainlink: '0x0000000000000000000000000000000000000000',
|
|
32
|
+
bimOracleUniswapV2: '0x0000000000000000000000000000000000000000',
|
|
33
|
+
bimOracleUniswapV3: '0x0000000000000000000000000000000000000000',
|
|
34
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface
|
|
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
|
-
|
|
13
|
+
bimFeeRecipient: string;
|
|
14
14
|
multicall: string;
|
|
15
15
|
bifiMaxiStrategy?: string;
|
|
16
16
|
voter: string;
|
|
17
|
-
|
|
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
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
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 {
|
|
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
|
-
|
|
5
|
+
bimfinance?: BimFinance;
|
|
6
6
|
};
|
|
7
7
|
readonly tokens: Record<string, Token>;
|
|
8
8
|
readonly tokenAddressMap: Record<string, TokenWithId>;
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|