@beefyfinance/blockchain-addressbook 0.54.209 → 0.54.210
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/ethereum/platforms/beefyfinance.d.ts +1 -1
- package/build/address-book/ethereum/platforms/beefyfinance.js +1 -1
- package/build-esm/address-book/ethereum/platforms/beefyfinance.d.ts +1 -1
- package/build-esm/address-book/ethereum/platforms/beefyfinance.js +1 -1
- package/package.json +1 -1
|
@@ -29,7 +29,7 @@ export declare const beefyfinance: {
|
|
|
29
29
|
readonly treasurySwapper: "0x0921E4fA2F85B6461fa83961d28DC7e1f9A32B40";
|
|
30
30
|
readonly assetSwapper: "0x340014C66D49f50c48E6eF0D02aB630F246F1921";
|
|
31
31
|
readonly clmFactory: "0xB9D2c15cE96440A8281adcbaf36BBFc7787e2889";
|
|
32
|
-
readonly clmStrategyFactory: "
|
|
32
|
+
readonly clmStrategyFactory: "0x10F668cA075266Fd4Cfa73b3c8B4081b3937C71A";
|
|
33
33
|
readonly clmRewardPoolFactory: "0x425f9dF731B5325B1AC51189ee043d2576404405";
|
|
34
34
|
readonly positionMulticall: "0xcC7dC8c2245C5e024f1caE20d25d71335F84b3AD";
|
|
35
35
|
readonly beefySwapper: "0x0000830DF56616D58976A12D19d283B40e25BEEF";
|
|
@@ -35,7 +35,7 @@ exports.beefyfinance = {
|
|
|
35
35
|
assetSwapper: '0x340014C66D49f50c48E6eF0D02aB630F246F1921',
|
|
36
36
|
/// CLM Contracts
|
|
37
37
|
clmFactory: '0xB9D2c15cE96440A8281adcbaf36BBFc7787e2889',
|
|
38
|
-
clmStrategyFactory: '
|
|
38
|
+
clmStrategyFactory: '0x10F668cA075266Fd4Cfa73b3c8B4081b3937C71A',
|
|
39
39
|
clmRewardPoolFactory: '0x425f9dF731B5325B1AC51189ee043d2576404405',
|
|
40
40
|
positionMulticall: '0xcC7dC8c2245C5e024f1caE20d25d71335F84b3AD',
|
|
41
41
|
/// Beefy Swapper Contracts
|
|
@@ -29,7 +29,7 @@ export declare const beefyfinance: {
|
|
|
29
29
|
readonly treasurySwapper: "0x0921E4fA2F85B6461fa83961d28DC7e1f9A32B40";
|
|
30
30
|
readonly assetSwapper: "0x340014C66D49f50c48E6eF0D02aB630F246F1921";
|
|
31
31
|
readonly clmFactory: "0xB9D2c15cE96440A8281adcbaf36BBFc7787e2889";
|
|
32
|
-
readonly clmStrategyFactory: "
|
|
32
|
+
readonly clmStrategyFactory: "0x10F668cA075266Fd4Cfa73b3c8B4081b3937C71A";
|
|
33
33
|
readonly clmRewardPoolFactory: "0x425f9dF731B5325B1AC51189ee043d2576404405";
|
|
34
34
|
readonly positionMulticall: "0xcC7dC8c2245C5e024f1caE20d25d71335F84b3AD";
|
|
35
35
|
readonly beefySwapper: "0x0000830DF56616D58976A12D19d283B40e25BEEF";
|
|
@@ -32,7 +32,7 @@ export const beefyfinance = {
|
|
|
32
32
|
assetSwapper: '0x340014C66D49f50c48E6eF0D02aB630F246F1921',
|
|
33
33
|
/// CLM Contracts
|
|
34
34
|
clmFactory: '0xB9D2c15cE96440A8281adcbaf36BBFc7787e2889',
|
|
35
|
-
clmStrategyFactory: '
|
|
35
|
+
clmStrategyFactory: '0x10F668cA075266Fd4Cfa73b3c8B4081b3937C71A',
|
|
36
36
|
clmRewardPoolFactory: '0x425f9dF731B5325B1AC51189ee043d2576404405',
|
|
37
37
|
positionMulticall: '0xcC7dC8c2245C5e024f1caE20d25d71335F84b3AD',
|
|
38
38
|
/// Beefy Swapper Contracts
|
package/package.json
CHANGED