Frontend
In frontend there are two "types" of cosmos chain client object that we should initialize.
Base/Controller Chain
The first client will be instance of SigningCosmWasmClient that will be used to interact with "base" chain which is "Archway" that will be used as main deployment chain for Nomos V2.
Multisig Host/Target Chain
The second client will be instance of CosmWasmClient that will be use to interact with "ica multisig chain" where we control the ICA Address as host chain.
Frontend only need to instantiate CosmWasmClient because it only need to query and doesn't run any execution call with ICA address directly.
PROPOSAL
VOTE PROPOSAL
EXECUTE PROPOSAL
Last updated