Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: set senderAddress in SLCs from CW (#1267)
# Background SLCs generated from CosmWasm contracts were setting the `ContractAddress` field, but not the `SenderAddress` field. This is an issue for pigeon feed. We now set both fields on these calls. # Testing completed - [ ] test coverage exists or has been added/updated - [ ] tested in a private testnet # Breaking changes - [x] I have checked my code for breaking changes - [x] If there are breaking changes, there is a supporting migration.
- Loading branch information