Skip to content

Commit

Permalink
removed gasPrice when eip1559
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Dec 6, 2023
1 parent 95aeace commit 59c168e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion locksmith/src/utils/gasSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export const setMaxFeePerGas = ({
return {
maxPriorityFeePerGas: ourMaxPriorityFee,
maxFeePerGas: maxFeePerGas,
gasPrice,
}
}
return {
Expand Down

0 comments on commit 59c168e

Please sign in to comment.