Skip to content

Commit

Permalink
Set base limit to 0.4 gwei
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Mar 26, 2024
1 parent 5ba6f8c commit 739d926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.5.1
v20.5.1
2 changes: 1 addition & 1 deletion src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
},
transaction: {
...defaultTransactionConfig,
maxGasPricePerTransactionWei: ONE_GWEI,
maxGasPricePerTransactionWei: bigintMultiplyFloat(ONE_GWEI, 0.4),
},
},
bsc: {
Expand Down

0 comments on commit 739d926

Please sign in to comment.