Skip to content

Commit

Permalink
increase tickers
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Jan 1, 2024
1 parent b8b8022 commit b98371b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions x/observer/types/core_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,24 +109,24 @@ 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,
ConfirmationCount: 2,
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,
},
},
}
Expand Down

0 comments on commit b98371b

Please sign in to comment.