Skip to content

Commit

Permalink
Add max gas fee to fordefi request
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruch committed Jun 20, 2024
1 parent 7ad9007 commit ed9ee5e
Show file tree
Hide file tree
Showing 2 changed files with 19,553 additions and 1,826 deletions.
4 changes: 2 additions & 2 deletions packages/rewards-calculator/src/fordefi/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export function fordefiRequest(to: string, data: string, name: string) {
type: "custom",
details: {
type: "dynamic",
max_fee_per_gas: "10000000",
max_priority_fee_per_gas: "10000000",
max_fee_per_gas: "100000000",
max_priority_fee_per_gas: "100000000",
},
},
fail_on_prediction_failure: false,
Expand Down
Loading

2 comments on commit ed9ee5e

@github-actions
Copy link

Choose a reason for hiding this comment

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

@github-actions
Copy link

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.