## Description closes: #XXXX --- Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why. - [ ] Linked to GitHub issue with discussion and accepted design, OR link to spec that describes this work. - [ ] Include changelog entry when appropriate (e.g. chores should be omitted from changelog). - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/main/testing/README.md#ibc-testing-package) if relevant. - [ ] Updated documentation (`docs/`) if anything is changed. - [ ] Added `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code) if relevant. - [ ] Self-reviewed `Files changed` in the GitHub PR explorer. - [ ] Provide a [conventional commit message](https://github.com/cosmos/ibc-go/blob/main/docs/dev/pull-requests.md#commit-messages) to follow the repository standards.