Skip to content

Commit 21df0db

Browse files
committed
prio fee fix
1 parent 07c75dd commit 21df0db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/modals/CreateSwitchboardOracleModal.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,9 @@ const CreateSwitchboardOracleModal = ({
296296
fundAmount: settingFromLib.fundAmount,
297297
slidingWindow: true,
298298
disableCrank: false,
299-
maxPriorityFeeMultiplier: 5,
300-
priorityFeeBumpPeriod: 10,
301-
priorityFeeBump: 1000,
299+
maxPriorityFeeMultiplier: 2,
300+
priorityFeeBumpPeriod: 30,
301+
priorityFeeBump: 1000000,
302302
basePriorityFee: 1000,
303303
jobs: [
304304
{

0 commit comments

Comments
 (0)