Skip to content

Commit

Permalink
Merge pull request #749 from neutron-org/feat/enable-market-query
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0n00gler authored Oct 14, 2024
2 parents b708bd3 + 04722be commit e3ce643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wasmbinding/stargate_allowlist.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ func AcceptedStargateQueries() wasmkeeper.AcceptedQueries {
"/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{},

// feemarket
"feemarket.feemarket.v1.Query/Params": &feemarkettypes.ParamsResponse{},
Expand Down

0 comments on commit e3ce643

Please sign in to comment.