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
flodesi and simsonraj authored Sep 25, 2024
1 parent ce4cc58 commit 84691bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/chains/evm/config/toml/defaults/Astar_Mainnet.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ChainID = '592'
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 @@ -4229,6 +4229,7 @@ GasLimit = 5400000
AutoCreateKey = true
BlockBackfillDepth = 10
BlockBackfillSkip = false
ChainType = 'astar'
FinalityDepth = 100
FinalityTagEnabled = true
LogBackfillBatchSize = 1000
Expand Down

0 comments on commit 84691bd

Please sign in to comment.