Skip to content

Commit

Permalink
Use Finality Tag for Astar (#1329)
Browse files Browse the repository at this point in the history
## Motivation
following the [cherry pick for astar custom finaility from chainlink
repo](#1324), need to
enable it for astar

## Solution

---------

Co-authored-by: Finley Decker <[email protected]>
Co-authored-by: Balamurali Gopalswami <[email protected]>
  • Loading branch information
3 people authored Aug 23, 2024
1 parent bbc0554 commit 876b868
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions core/chains/evm/config/toml/defaults/Astar_Mainnet.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
ChainID = '592'
# FinalityTag will be enabled once the custom tag is implemented
# FinalityTagEnabled = true
FinalityTagEnabled = true
FinalityDepth = 100
LogPollInterval = '6s'

Expand Down
3 changes: 1 addition & 2 deletions core/chains/evm/config/toml/defaults/Astar_Shibuya.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
ChainID = '81'
# FinalityTag will be enabled once the custom tag is implemented
# FinalityTagEnabled = true
FinalityTagEnabled = true
FinalityDepth = 100
LogPollInterval = '6s'

Expand Down
4 changes: 2 additions & 2 deletions docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2813,7 +2813,7 @@ AutoCreateKey = true
BlockBackfillDepth = 10
BlockBackfillSkip = false
FinalityDepth = 100
FinalityTagEnabled = false
FinalityTagEnabled = true
LogBackfillBatchSize = 1000
LogPollInterval = '6s'
LogKeepBlocksDepth = 100000
Expand Down Expand Up @@ -4130,7 +4130,7 @@ AutoCreateKey = true
BlockBackfillDepth = 10
BlockBackfillSkip = false
FinalityDepth = 100
FinalityTagEnabled = false
FinalityTagEnabled = true
LogBackfillBatchSize = 1000
LogPollInterval = '6s'
LogKeepBlocksDepth = 100000
Expand Down

0 comments on commit 876b868

Please sign in to comment.