Skip to content

Commit

Permalink
set overrides as false since new default is true
Browse files Browse the repository at this point in the history
  • Loading branch information
Madalosso committed Sep 25, 2024
1 parent 4a7dd58 commit 578651e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testdata/scripts/node/validate/defaults-override.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ stderr 'contains duplicate ChainID'

-- default_overrides/evm/Ethereum_Mainnet.toml --
ChainID = '1'
FinalityTagEnabled = true
FinalityTagEnabled = false

-- default_overrides2/Ethereum_Mainnet.toml --
ChainID = '1'
FinalityTagEnabled = true
FinalityTagEnabled = false

-- default_overrides3/evm/Ethereum_Mainnet.toml --
ChainID = '1'
Expand Down Expand Up @@ -366,7 +366,7 @@ AutoCreateKey = true
BlockBackfillDepth = 10
BlockBackfillSkip = false
FinalityDepth = 50
FinalityTagEnabled = true
FinalityTagEnabled = false
LinkContractAddress = '0x514910771AF9Ca656af840dff83E8264EcF986CA'
LogBackfillBatchSize = 1000
LogPollInterval = '15s'
Expand Down

0 comments on commit 578651e

Please sign in to comment.