Skip to content

Commit

Permalink
Add gauge id to stargate whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
mattverse committed Mar 14, 2024
1 parent de3b421 commit fd3cce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wasmbinding/stargate_whitelist.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func init() {
// incentives
setWhitelistedQuery("/osmosis.incentives.Query/ModuleToDistributeCoins", &incentivestypes.ModuleToDistributeCoinsResponse{})
setWhitelistedQuery("/osmosis.incentives.Query/LockableDurations", &incentivestypes.QueryLockableDurationsResponse{})
setWhitelistedQuery("/osmosis.incentives.Query/GaugeByID", &incentivestypes.GaugeByIDResponse{})

// lockup
setWhitelistedQuery("/osmosis.lockup.Query/ModuleBalance", &lockuptypes.ModuleBalanceResponse{})
Expand Down

0 comments on commit fd3cce7

Please sign in to comment.