Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
chore: add leverage filter type
Browse files Browse the repository at this point in the history
  • Loading branch information
kenta-elys committed Dec 7, 2023
1 parent aa70e77 commit 47cc896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/msg/query_resp/earn/get_pool_resp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pub enum FilterType {
FilterPerpetual = 1,
FilterFixedWeight = 2,
FilterDynamicWeight = 3,
FilterLeverage = 4,
}

#[cw_serde]
Expand Down

0 comments on commit 47cc896

Please sign in to comment.