Skip to content

Commit

Permalink
add arbitrum treasurySwapper address
Browse files Browse the repository at this point in the history
  • Loading branch information
seguido committed Sep 19, 2024
1 parent 9ae655f commit 2e555e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const beefyfinance = {
strategyFactory: '0xeF7746F16e511242e25Ad4FF9732bb5fC35EAB50',
zap: '0xf49F7bB6F4F50d272A0914a671895c4384696E5A',
zapTokenManager: '0x3395BDAE49853Bc7Ab9377d2A93f42BC3A18680e',
treasurySwapper: '0x8Ccf8606ccf0Aff9937B68e0297967e257eB148b',

/// CLM Contracts
clmFactory: '0xD41Ce2c0a0596635FC09BDe2C35946a984b8cB7A',
Expand Down
1 change: 1 addition & 0 deletions packages/address-book/src/types/beefyfinance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export interface BeefyFinance {
vaultFactory?: string;
zap?: string;
zapTokenManager?: string;
treasurySwapper?: string;

/// BIFI Token Contracts
mooBifiLockbox?: string;
Expand Down

0 comments on commit 2e555e7

Please sign in to comment.