Skip to content

Commit

Permalink
Use Astar Chain Type (#1465)
Browse files Browse the repository at this point in the history
## Motivation
Set ChainType='astar' to use custom finality on mainnet

## Solution

---------

Co-authored-by: simsonraj <[email protected]>
  • Loading branch information
2 people authored and valerii-kabisov-cll committed Oct 3, 2024
1 parent 00c81f8 commit 2f7705c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/chains/evm/config/toml/defaults/Astar_Mainnet.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ChainID = '592'
# FinalityTag will be enabled once the custom tag is implemented
# FinalityTagEnabled = true
ChainType = 'astar'
FinalityTagEnabled = true
FinalityDepth = 100
LogPollInterval = '6s'

Expand Down
1 change: 1 addition & 0 deletions docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4225,6 +4225,7 @@ GasLimit = 5400000
AutoCreateKey = true
BlockBackfillDepth = 10
BlockBackfillSkip = false
ChainType = 'astar'
FinalityDepth = 100
FinalityTagEnabled = false
LogBackfillBatchSize = 1000
Expand Down

0 comments on commit 2f7705c

Please sign in to comment.