Skip to content

Commit

Permalink
chore: stargate
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Zavgorodnii committed Jan 14, 2025
1 parent e78a5bd commit e3cc67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wasmbinding/stargate_allowlist.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ func AcceptedStargateQueries() wasmkeeper.AcceptedQueries {
// oracle
"/slinky.oracle.v1.Query/GetAllCurrencyPairs": &oracletypes.GetAllCurrencyPairsResponse{},
"/slinky.oracle.v1.Query/GetPrice": &oracletypes.GetPriceResponse{},
//"/slinky.oracle.v1.Query/GetPrices": &oracletypes.GetPricesResponse{},
// "/slinky.oracle.v1.Query/GetPrices": &oracletypes.GetPricesResponse{},

// marketmap
//"/slinky.marketmap.v1.Query/MarketMap": &marketmaptypes.MarketMapResponse{},
// "/slinky.marketmap.v1.Query/MarketMap": &marketmaptypes.MarketMapResponse{},
"/slinky.marketmap.v1.Query/LastUpdated": &marketmaptypes.LastUpdatedResponse{},
"/slinky.marketmap.v1.Query/Params": &marketmaptypes.ParamsResponse{},
"/slinky.marketmap.v1.Query/Market": &marketmaptypes.MarketResponse{},
Expand Down

0 comments on commit e3cc67a

Please sign in to comment.