Skip to content

Commit

Permalink
fix fund amount in oracles
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 committed Aug 14, 2024
1 parent 9536147 commit 07c75dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modals/CreateSwitchboardOracleModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ const CreateSwitchboardOracleModal = ({
authority: payer,
crankDataBuffer: crankAccount.dataBuffer?.publicKey,
crankPubkey: crankAccount.publicKey,
fundAmount: 0.1,
fundAmount: settingFromLib.fundAmount,
slidingWindow: true,
disableCrank: false,
maxPriorityFeeMultiplier: 5,
Expand Down

0 comments on commit 07c75dd

Please sign in to comment.