Skip to content

Commit

Permalink
Update max gax price
Browse files Browse the repository at this point in the history
  • Loading branch information
Atralupus committed Jan 7, 2025
1 parent 065f9ea commit 0400982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const MEAD_CURRENCY = {
export const additionalGasTxProperties = {
maxGasPrice: {
currency: MEAD_CURRENCY,
rawValue: 10n ** 18n,
rawValue: 10n ** 13n,
},
gasLimit: 4n,
};
Expand Down

0 comments on commit 0400982

Please sign in to comment.