Skip to content

Commit

Permalink
polygon finality changes (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG authored Nov 30, 2023
1 parent 0620fc3 commit 2b893b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions networks/known_networks.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ var (
Timeout: blockchain.JSONStrDuration{Duration: 3 * time.Minute},
MinimumConfirmations: 1,
GasEstimationBuffer: 0,
FinalityDepth: 550,
FinalityTag: true,
DefaultGasLimit: 6000000,
}

Expand All @@ -376,7 +376,7 @@ var (
Timeout: blockchain.JSONStrDuration{Duration: 3 * time.Minute},
MinimumConfirmations: 1,
GasEstimationBuffer: 1000,
FinalityDepth: 550,
FinalityTag: true,
DefaultGasLimit: 6000000,
}

Expand Down

0 comments on commit 2b893b8

Please sign in to comment.