Skip to content

Commit 07c75dd

Browse files
committed
fix fund amount in oracles
1 parent 9536147 commit 07c75dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/modals/CreateSwitchboardOracleModal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ const CreateSwitchboardOracleModal = ({
293293
authority: payer,
294294
crankDataBuffer: crankAccount.dataBuffer?.publicKey,
295295
crankPubkey: crankAccount.publicKey,
296-
fundAmount: 0.1,
296+
fundAmount: settingFromLib.fundAmount,
297297
slidingWindow: true,
298298
disableCrank: false,
299299
maxPriorityFeeMultiplier: 5,

0 commit comments

Comments
 (0)