Skip to content

Commit

Permalink
style: resolve style guide violations
Browse files Browse the repository at this point in the history
  • Loading branch information
oXtxNt9U authored and github-actions[bot] committed Feb 12, 2025
1 parent 26f6671 commit 131e78a
Show file tree
Hide file tree
Showing 5 changed files with 2,696 additions and 2,696 deletions.
2 changes: 1 addition & 1 deletion packages/api-http/test/fixtures/node_fees.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"min": "5000000000",
"sum": "10000000000"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export class MilestonesGenerator {
evmSpec: Contracts.Evm.SpecId.SHANGHAI,
gas: {
maximumGasLimit: 2_000_000,
minimumGasLimit: 21_000,
maximumGasPrice: 10_000 * 1e9,
minimumGasLimit: 21_000,
minimumGasPrice: 5 * 1e9,
},
height: 0,
Expand Down
Loading

0 comments on commit 131e78a

Please sign in to comment.