sendToCosmos
method on the Umee Gravity contract, the orchestrators will start to send over events to confirm that this event happened after 13 blocks have passed. So the usual time for bridging assets from Ethereum to Umee is around ~5m.slash_fraction_logic_call
: This parameter defines the slash factor a validator is slashed if they do not attest to a logic call execution. This only applies to bonded validators.slash_fraction_batch
: This parameter defines the slash factor a validator is slashed if they do not attest to a transaction batch. This only applies to bonded validators.slash_fraction_valset
: This parameter defines the slash factor a validator is slashed if they do not attest to a validator set update. This applies to both bonded and unbonding validators.unbond_slashing_valsets_window
: This parameter is used to determine how many blocks after starting to unbond a validator needs to continue signing blocks. The goal of this parameter is that when a validator leaves the set, if the action of their leaving creates enough change in the validator set to justify an update they will sign a validator set update for the Ethereum bridge that does not include themselves. Allowing us to remove them from the Ethereum bridge and replace them with the new set gracefully.slash_fraction_bad_eth_signature
: This parameter defines the slash factor a validator is slashed if they submit a bad Ethereum signature during a logic call, a transaction batch, or validator set update.--eth-gas-limit-adjustment
: Ethereum estimations aren't always accurate, so this value increases it by default by 1.2
. Unless Peggo is throwing an error related to the limit, this value should be left untouched.--eth-gas-price-adjustment
: This value is used to increase the current estimated gas price to improve the chances of any outgoing transaction getting processed faster. By default, this value is 1.3
.--relayer-loop-multiplier
: This is a multiplier for the loop that checks and relays any profitable batches. By default, the value is 3.0
(meaning approximately 3 Ethereum blocks), which is fast enough to send batches periodically but also slow enough that new transactions won't collide with previous transactions sent by the same relayer.--requester-loop-multiplier
: This multiplier is set in Umee blocks and its default value is 60 (so around 5 minutes). It's used to request new batches to be created on-chain. The default value is the recommended one and doesn't affect relaying or profit.