Skip to content

Commit

Permalink
Merge pull request #726 from neutron-org/feat/whitelist-escrow-addres…
Browse files Browse the repository at this point in the history
…s-ibc-query

feat: whitelist EscrowAddress for Stargate and gRPC #NTRN-392
  • Loading branch information
pr0n00gler authored Sep 18, 2024
2 parents 3bd519a + 439e1ca commit 3672011
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 3672011

Please sign in to comment.