You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate the existent ignite n client create by moving its functionality do this command.
// create client, setup IBC, relay packets, no need to use a relayer.yml for this.
ignite network rewards release [launch-id] \
--create-client-only \
--from \ // this one is for signing TXs for SPN (use default account)
--testnet-from \ // (use default account)
--testnet-rpc ...
// following flags to be added later.
// --testnet-faucet ... \
// --wait // wait for the reward dist height and then relay packets.
// --testnet-gas-price
// ... and more
Flags to be implemented:
create-client-only: only create the client on SPN and exit the command
from: account for SPN
testnet-from: account for testnet
testnet-rpc
Behaviour
No need to use a relayer.yml file.
Do not create the client id if it's already created
Do not setup the relayer if the connection and everything is already established
We may need to update clients if they're outdated
Relay packets in the last step
The text was updated successfully, but these errors were encountered:
Deprecate the existent
ignite n client create
by moving its functionality do this command.Flags to be implemented:
Behaviour
relayer.yml
file.The text was updated successfully, but these errors were encountered: