Skip to content

Commit

Permalink
fix soak config
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaidashenko committed May 17, 2024
1 parent 4bcada4 commit 5760d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/Ethereum_Sepolia.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MinContractPayment = '0.1 link'
FinalityTagEnabled = true
FinalizedBlockOffset = 5

[EVM.NodePool]
[NodePool]
EnforceRepeatableRead = true

[GasEstimator]
Expand Down
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/Gnosis_Chiado.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ChainType = 'gnosis'
LogPollInterval = '5s'
FinalizedBlockOffset = 5

[EVM.NodePool]
[NodePool]
EnforceRepeatableRead = true

[GasEstimator]
Expand Down

0 comments on commit 5760d59

Please sign in to comment.