Skip to content

Commit

Permalink
slinky -> connect
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0n00gler committed Oct 9, 2024
1 parent 5af0cc4 commit 2e57a23
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions wasmbinding/stargate_allowlist.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ func AcceptedStargateQueries() wasmkeeper.AcceptedQueries {
"/neutron.dex.Query/SimulateMultiHopSwap": &dextypes.QuerySimulateMultiHopSwapResponse{},

// oracle
"/connect.oracle.v1.Query/GetAllCurrencyPairs": &oracletypes.GetAllCurrencyPairsResponse{},
"/connect.oracle.v1.Query/GetPrice": &oracletypes.GetPriceResponse{},
"/connect.oracle.v1.Query/GetPrices": &oracletypes.GetPricesResponse{},
"/connect.oracle.v2.Query/GetAllCurrencyPairs": &oracletypes.GetAllCurrencyPairsResponse{},
"/connect.oracle.v2.Query/GetPrice": &oracletypes.GetPriceResponse{},
"/connect.oracle.v2.Query/GetPrices": &oracletypes.GetPricesResponse{},

// marketmap
"/connect.marketmap.v1.Query/MarketMap": &marketmaptypes.MarketMapResponse{},
"/connect.marketmap.v1.Query/LastUpdated": &marketmaptypes.LastUpdatedResponse{},
"/connect.marketmap.v1.Query/Params": &marketmaptypes.ParamsResponse{},
"/connect.marketmap.v2.Query/MarketMap": &marketmaptypes.MarketMapResponse{},
"/connect.marketmap.v2.Query/LastUpdated": &marketmaptypes.LastUpdatedResponse{},
"/connect.marketmap.v2.Query/Params": &marketmaptypes.ParamsResponse{},

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

0 comments on commit 2e57a23

Please sign in to comment.