From b98371b51a8f3db0631be7aa7dbe17e2c04b807e Mon Sep 17 00:00:00 2001 From: lumtis Date: Mon, 1 Jan 2024 22:34:09 +0100 Subject: [PATCH] increase tickers --- x/observer/types/core_params.go | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/x/observer/types/core_params.go b/x/observer/types/core_params.go index ceb72ed5cd..229a60b7f5 100644 --- a/x/observer/types/core_params.go +++ b/x/observer/types/core_params.go @@ -109,11 +109,11 @@ func GetCoreParams() CoreParamsList { ConnectorContractAddress: "", Erc20CustodyContractAddress: "", GasPriceTicker: 5, - WatchUtxoTicker: 1, - InTxTicker: 1, - OutTxTicker: 1, - OutboundTxScheduleInterval: 1, - OutboundTxScheduleLookahead: 1, + WatchUtxoTicker: 2, + InTxTicker: 2, + OutTxTicker: 2, + OutboundTxScheduleInterval: 2, + OutboundTxScheduleLookahead: 5, }, { ChainId: common.GoerliLocalnetChain().ChainId, @@ -121,12 +121,12 @@ func GetCoreParams() CoreParamsList { ZetaTokenContractAddress: "0x733aB8b06DDDEf27Eaa72294B0d7c9cEF7f12db9", ConnectorContractAddress: "0xD28D6A0b8189305551a0A8bd247a6ECa9CE781Ca", Erc20CustodyContractAddress: "0xff3135df4F2775f4091b81f4c7B6359CfA07862a", - InTxTicker: 1, - OutTxTicker: 1, + InTxTicker: 2, + OutTxTicker: 2, WatchUtxoTicker: 0, GasPriceTicker: 5, - OutboundTxScheduleInterval: 1, - OutboundTxScheduleLookahead: 1, + OutboundTxScheduleInterval: 2, + OutboundTxScheduleLookahead: 5, }, }, }