abstract
abstract copied to clipboard
Support interchain ICA
This PR adds an ica-client
contract that handles ICA management through the proxy contract.
Any ICA action is performed by providing the proxy contract with a correctly formed ica_client::QueryMsg::IcaAction
query. The result of this query is a Vec<CosmosMsg>
that is executed by the proxy.
Checklist
- [ ] Update deps to use published polytone-evm crate
- [ ] Improve test coverage
- [ ] CI is green.
- [ ] Changelog updated.