Skip to content

Commit

Permalink
whitelist EscrowAddress for Stargate and gRPC
Browse files Browse the repository at this point in the history
  • Loading branch information
joldie777 committed Sep 17, 2024
1 parent 8f98b0f commit cdf4aab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wasmbinding/stargate_allowlist.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ func AcceptedStargateQueries() wasmkeeper.AcceptedQueries {
"/ibc.applications.interchain_accounts.controller.v1.Query/InterchainAccount": &icacontrollertypes.QueryInterchainAccountResponse{},

// transfer
"/ibc.applications.transfer.v1.Query/DenomTrace": &ibctransfertypes.QueryDenomTraceResponse{},
"/ibc.applications.transfer.v1.Query/DenomTrace": &ibctransfertypes.QueryDenomTraceResponse{},
"/ibc.applications.transfer.v1.Query/EscrowAddress": &ibctransfertypes.QueryEscrowAddressResponse{},

// auth
"/cosmos.auth.v1beta1.Query/Account": &authtypes.QueryAccountResponse{},
Expand Down

0 comments on commit cdf4aab

Please sign in to comment.