Skip to content

Commit

Permalink
Add CLM to Mantle ab
Browse files Browse the repository at this point in the history
  • Loading branch information
kexleyBeefy committed Jul 16, 2024
1 parent e416efe commit aca6b44
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,18 @@ export const beefyfinance = {
bifiMaxiStrategy: '0x0000000000000000000000000000000000000000', // Not used
voter: '0x5e1caC103F943Cd84A1E92dAde4145664ebf692A',
beefyFeeConfig: '0x8e0B63846ebEFf857EE35eF3BD3A2df9EF7D6456',
vaultFactory: '0xfc69704cC3cAac545cC7577009Ea4AA04F1a61Eb', // todo
vaultFactory: '0xfc69704cC3cAac545cC7577009Ea4AA04F1a61Eb',
zap: '0x445d3D1E75824197bd6A7F46434F67D754FA25C3',
zapTokenManager: '0x71c1203fD77fbB109aA06ef5F07f3CE592E96370',

/// CLM Contracts
clmFactory: '0xfBf758dbe280bD988ba0E13713b40ff8cea8565E',
clmStrategyFactory: '0xEDFBeC807304951785b581dB401fDf76b4bAd1b0',
clmRewardPoolFactory: '0x0d4d90b8D7E1AA1AAE5B80EEdCD5b431Eb3c739D',

/// Beefy Swapper Contracts
beefySwapper: '0x9C18deE5290925f596fbEfee2f6745b640f3A4C6',
beefyOracle: '0x61129dCBd8944aB2D1C6792428603b0845f60c5B',
beefyOracleUniswapV3: '0x992Ccc9D9b8b76310E044660E96171116820F019',
beefyOraclePyth: '0x70Ed6174d8425332F7D9AD2d26C86902977307c0',
} as const;

0 comments on commit aca6b44

Please sign in to comment.