Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi committed Sep 15, 2023
1 parent f2c7ed4 commit 225530a
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 @@ -518,7 +518,7 @@ var (
Simulated: false,
ChainlinkTransactionLimit: 5000,
Timeout: blockchain.JSONStrDuration{Duration: time.Minute},
MinimumConfirmations: 1,
MinimumConfirmations: 0,
GasEstimationBuffer: 1000,
}

Expand All @@ -530,7 +530,7 @@ var (
Simulated: false,
ChainlinkTransactionLimit: 5000,
Timeout: blockchain.JSONStrDuration{Duration: time.Minute},
MinimumConfirmations: 1,
MinimumConfirmations: 0,
GasEstimationBuffer: 1000,
}

Expand Down

0 comments on commit 225530a

Please sign in to comment.