Skip to content

Commit

Permalink
Increase default block confirmations to 2
Browse files Browse the repository at this point in the history
  - Ethereum and Gnosis Chain freuquently experience 1-block reorgs
    So 2 confirmations are required to ensure block finality in most
    cases.
  • Loading branch information
MantisClone committed Feb 28, 2023
1 parent 84c73fe commit 4fddbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ethereum-storage/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config = {
retryDelay: 0,
safeGasPriceLimit: '500000000000',
transactionPollingTimeout: 300,
blockConfirmations: 1,
blockConfirmations: 2,
},
ipfs: {
defaultNode: {
Expand Down

0 comments on commit 4fddbd8

Please sign in to comment.