From 84691bdff3c757c4f3a3ce7ca295b5b6cd121f15 Mon Sep 17 00:00:00 2001 From: Jaden Foldesi Date: Wed, 25 Sep 2024 09:39:51 -0400 Subject: [PATCH] Use Astar Chain Type (#1465) ## Motivation Set ChainType='astar' to use custom finality on mainnet ## Solution --------- Co-authored-by: simsonraj --- core/chains/evm/config/toml/defaults/Astar_Mainnet.toml | 1 + docs/CONFIG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/core/chains/evm/config/toml/defaults/Astar_Mainnet.toml b/core/chains/evm/config/toml/defaults/Astar_Mainnet.toml index 87808001eb..d1697d137a 100644 --- a/core/chains/evm/config/toml/defaults/Astar_Mainnet.toml +++ b/core/chains/evm/config/toml/defaults/Astar_Mainnet.toml @@ -1,4 +1,5 @@ ChainID = '592' +ChainType = 'astar' FinalityTagEnabled = true FinalityDepth = 100 LogPollInterval = '6s' diff --git a/docs/CONFIG.md b/docs/CONFIG.md index 1bf7837953..10e2519049 100644 --- a/docs/CONFIG.md +++ b/docs/CONFIG.md @@ -4229,6 +4229,7 @@ GasLimit = 5400000 AutoCreateKey = true BlockBackfillDepth = 10 BlockBackfillSkip = false +ChainType = 'astar' FinalityDepth = 100 FinalityTagEnabled = true LogBackfillBatchSize = 1000