Skip to content

voyager-state-module-cosmwasm

This module provides state querying functionality for the Union IBC stack deployed on CosmWasm. IBC state is read via smart contract queries to the core contract, and queries are performed via tx_search.

  • rpc_url: String. The CometBFT RPC url for this CosmosSDK based chain. The node that this points to must have tx indexing enabled.
  • ibc_host_contract_address: Bech32. The address of the deployed ibc-union contract on this chain. The contract will be checked to see if it exists at startup. Canonical deployments can be found here.

This module only provides state for the ibc-union IBC specification, and the CosmWasm IBC Interface.