Skip to content

Commit

Permalink
Merge pull request #802 from neutron-org/chore/stargate
Browse files Browse the repository at this point in the history
chore: stargate
  • Loading branch information
zavgorodnii authored Jan 14, 2025
2 parents cdd4fd6 + e3cc67a commit edba317
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 edba317

Please sign in to comment.