Skip to content

Commit

Permalink
Lower direct payment amount (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkersner committed Jun 8, 2023
1 parent e4398ef commit 938c1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/request-vrf-direct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function main() {

const txReceipt = await (
await vrfConsumer.requestRandomWordsDirect(keyHash, callbackGasLimit, numWords, {
value: ethers.utils.parseEther('3.0')
value: ethers.utils.parseEther('1.0')
})
).wait()

Expand Down

0 comments on commit 938c1c9

Please sign in to comment.