Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
fix(example): increase maxFeePerGas to 5e9 wei (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgousset authored Jan 25, 2024
1 parent 40d8ec3 commit 5395ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/example/pages/fee-currency.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function OverTheWire() {
const tx: SendTransactionParameters<typeof celoAlfajores> = {
account: client.data?.account!,
feeCurrency: cUSDAddress.data,
maxFeePerGas: BigInt(700000),
maxFeePerGas: BigInt(5000000000),
maxPriorityFeePerGas: BigInt(700000),
value: BigInt(100000000000000000),
to: '0x22579CA45eE22E2E16dDF72D955D6cf4c767B0eF',
Expand Down

1 comment on commit 5395ead

@vercel
Copy link

@vercel vercel bot commented on 5395ead Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.