@beefyfinance/blockchain-addressbook 0.55.7 → 0.55.8
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 -0
- package/build/address-book/ethereum/platforms/beefyfinance.js +1 -0
- package/build-esm/address-book/ethereum/platforms/beefyfinance.d.ts +1 -0
- package/build-esm/address-book/ethereum/platforms/beefyfinance.js +1 -0
- package/package.json +1 -1
|
@@ -35,6 +35,7 @@ export declare const beefyfinance: {
|
|
|
35
35
|
readonly positionMulticall: "0xcC7dC8c2245C5e024f1caE20d25d71335F84b3AD";
|
|
36
36
|
readonly beefySwapper: "0x0000830DF56616D58976A12D19d283B40e25BEEF";
|
|
37
37
|
readonly beefyOracle: "0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4";
|
|
38
|
+
readonly beefyOracleERC4626: "0xE6a93800ea1303D47BC6D904AE589373932cD30f";
|
|
38
39
|
readonly beefyOracleChainlink: "0xB1F10da39442089F6E216Fd144EF6C2F19689170";
|
|
39
40
|
readonly beefyOracleUniswapV3: "0xc1C6760f4317C711Ded47678bA96fe487DB91f91";
|
|
40
41
|
readonly beefyOracleUniswapV2: "0xC84130Fc9D55b86E39e153504A9368bE56EC6728";
|
|
@@ -42,6 +42,7 @@ exports.beefyfinance = {
|
|
|
42
42
|
/// Beefy Swapper Contracts
|
|
43
43
|
beefySwapper: '0x0000830DF56616D58976A12D19d283B40e25BEEF',
|
|
44
44
|
beefyOracle: '0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4',
|
|
45
|
+
beefyOracleERC4626: '0xE6a93800ea1303D47BC6D904AE589373932cD30f',
|
|
45
46
|
beefyOracleChainlink: '0xB1F10da39442089F6E216Fd144EF6C2F19689170',
|
|
46
47
|
beefyOracleUniswapV3: '0xc1C6760f4317C711Ded47678bA96fe487DB91f91',
|
|
47
48
|
beefyOracleUniswapV2: '0xC84130Fc9D55b86E39e153504A9368bE56EC6728',
|
|
@@ -35,6 +35,7 @@ export declare const beefyfinance: {
|
|
|
35
35
|
readonly positionMulticall: "0xcC7dC8c2245C5e024f1caE20d25d71335F84b3AD";
|
|
36
36
|
readonly beefySwapper: "0x0000830DF56616D58976A12D19d283B40e25BEEF";
|
|
37
37
|
readonly beefyOracle: "0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4";
|
|
38
|
+
readonly beefyOracleERC4626: "0xE6a93800ea1303D47BC6D904AE589373932cD30f";
|
|
38
39
|
readonly beefyOracleChainlink: "0xB1F10da39442089F6E216Fd144EF6C2F19689170";
|
|
39
40
|
readonly beefyOracleUniswapV3: "0xc1C6760f4317C711Ded47678bA96fe487DB91f91";
|
|
40
41
|
readonly beefyOracleUniswapV2: "0xC84130Fc9D55b86E39e153504A9368bE56EC6728";
|
|
@@ -39,6 +39,7 @@ export const beefyfinance = {
|
|
|
39
39
|
/// Beefy Swapper Contracts
|
|
40
40
|
beefySwapper: '0x0000830DF56616D58976A12D19d283B40e25BEEF',
|
|
41
41
|
beefyOracle: '0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4',
|
|
42
|
+
beefyOracleERC4626: '0xE6a93800ea1303D47BC6D904AE589373932cD30f',
|
|
42
43
|
beefyOracleChainlink: '0xB1F10da39442089F6E216Fd144EF6C2F19689170',
|
|
43
44
|
beefyOracleUniswapV3: '0xc1C6760f4317C711Ded47678bA96fe487DB91f91',
|
|
44
45
|
beefyOracleUniswapV2: '0xC84130Fc9D55b86E39e153504A9368bE56EC6728',
|
package/package.json
CHANGED