Assessment reports>ZetaChain>Threat Model>Message: UpdateCoreParams

Message: UpdateCoreParams

The UpdateCoreParams message is used to update the core parameters for a specific foreign chain. The parameters are listed below:

type CoreParams struct { ConfirmationCount uint64 GasPriceTicker uint64 InTxTicker uint64 OutTxTicker uint64 WatchUtxoTicker uint64 ZetaTokenContractAddress string ConnectorContractAddress string Erc20CustodyContractAddress string ChainId int64 OutboundTxScheduleInterval int64 OutboundTxScheduleLookahead int64 }

The chain that is being updated must be supported by ZetaChain, and the caller of the handler must be a policy type 2 admin account.

Zellic © 2024Back to top ↑