Skip to content

Commit

Permalink
docs warning (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslara authored Oct 17, 2023
1 parent 47f2ae0 commit 8fd49ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/ibc-hooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ For use with IBC hooks, the message fields above can be derived from the followi
- `Msg`: This field should be directly obtained from the ICS-20 packet metadata.
- `Funds`: This field is set to the amount of funds being sent over in the ICS-20 packet. The denom in the packet must be specified as the counterparty chain's representation of the denom.

> **_WARNING:_** Due to a [bug](https://twitter.com/SCVSecurity/status/1682329758020022272) in the packet forward middleware, we cannot trust the sender from chains that use PFM. Until that is fixed, we recommend chains to not trust the sender on contracts executed via IBC hooks.

The fully constructed execute message will look like the following:

Expand Down

0 comments on commit 8fd49ec

Please sign in to comment.