Skip to content

Commit

Permalink
modified accepted stargate queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Zavgorodnii committed Jan 14, 2025
1 parent 4ae1215 commit 431b403
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wasmbinding/stargate_allowlist.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ func AcceptedStargateQueries() wasmkeeper.AcceptedQueries {
"/neutron.dex.Query/SimulateMultiHopSwap": &dextypes.QuerySimulateMultiHopSwapResponse{},

// 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/GetAllCurrencyPairs": &oracletypes.GetAllCurrencyPairsResponse{},
"/slinky.oracle.v1.Query/GetPrice": &oracletypes.GetPriceResponse{},
// "/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 431b403

Please sign in to comment.