abstract icon indicating copy to clipboard operation
abstract copied to clipboard

Support interchain ICA

Open CyberHoward opened this issue 6 months ago • 1 comments

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.

CyberHoward avatar Aug 12 '24 09:08 CyberHoward