Skip to content

Commit

Permalink
Merge pull request #207 from Gearbox-protocol/equalizer-type
Browse files Browse the repository at this point in the history
feat: equalizer adapter type
  • Loading branch information
Van0k authored Dec 3, 2024
2 parents c0b98ed + bce6f9d commit bb03dff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/AdapterType.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ enum AdapterType {
PENDLE_ROUTER,
MELLOW_ERC4626_VAULT,
DAI_USDS_EXCHANGE,
STAKING_REWARDS
STAKING_REWARDS,
EQUALIZER_ROUTER
}
1 change: 1 addition & 0 deletions src/contracts/adapters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ export enum AdapterInterface {
MELLOW_ERC4626_VAULT,
DAI_USDS_EXCHANGE,
STAKING_REWARDS,
EQUALIZER_ROUTER,
}
1 change: 1 addition & 0 deletions src/contracts/protocols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ export enum Protocols {
Mellow,
Pendle,
Sky,
Equalizer,
}

0 comments on commit bb03dff

Please sign in to comment.