Skip to content

Commit

Permalink
removed minGwei from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aminsammara committed Feb 27, 2025
1 parent 81a01ad commit cea8b93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion yarn-project/end-to-end/src/e2e_p2p/p2p_network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ export class P2PNetworkTest {
{
gasLimitBufferPercentage: 20,
maxGwei: 500n,
minGwei: 1n,
maxAttempts: 3,
checkIntervalMs: 100,
stallTimeMs: 1000,
Expand Down
3 changes: 0 additions & 3 deletions yarn-project/ethereum/src/l1_tx_utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ describe('GasUtils', () => {
gasUtils = new L1TxUtilsWithBlobs(publicClient, walletClient, logger, {
gasLimitBufferPercentage: 20,
maxGwei: 500n,
minGwei: 1n,
maxAttempts: 3,
checkIntervalMs: 100,
stallTimeMs: 1000,
Expand Down Expand Up @@ -196,7 +195,6 @@ describe('GasUtils', () => {
const baselineGasUtils = new L1TxUtilsWithBlobs(publicClient, walletClient, logger, {
gasLimitBufferPercentage: 0,
maxGwei: 500n,
minGwei: 10n, // Increased minimum gas price
maxAttempts: 5,
checkIntervalMs: 100,
stallTimeMs: 1000,
Expand All @@ -216,7 +214,6 @@ describe('GasUtils', () => {
const bufferedGasUtils = new L1TxUtilsWithBlobs(publicClient, walletClient, logger, {
gasLimitBufferPercentage: 20,
maxGwei: 500n,
minGwei: 1n,
maxAttempts: 3,
checkIntervalMs: 100,
stallTimeMs: 1000,
Expand Down

0 comments on commit cea8b93

Please sign in to comment.