Skip to content

Commit

Permalink
prio fee fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 committed Aug 14, 2024
1 parent 07c75dd commit 21df0db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/modals/CreateSwitchboardOracleModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,9 @@ const CreateSwitchboardOracleModal = ({
fundAmount: settingFromLib.fundAmount,
slidingWindow: true,
disableCrank: false,
maxPriorityFeeMultiplier: 5,
priorityFeeBumpPeriod: 10,
priorityFeeBump: 1000,
maxPriorityFeeMultiplier: 2,
priorityFeeBumpPeriod: 30,
priorityFeeBump: 1000000,
basePriorityFee: 1000,
jobs: [
{
Expand Down

0 comments on commit 21df0db

Please sign in to comment.