Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
bayram98 committed Jun 22, 2023
1 parent 782ef53 commit 05c77db
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 { deployer } = await getNamedAccounts()
const txReceipt = await (
await vrfConsumer.requestRandomWordsDirect(keyHash, callbackGasLimit, numWords, deployer {
await vrfConsumer.requestRandomWordsDirect(keyHash, callbackGasLimit, numWords, deployer, {
value: ethers.utils.parseEther('1.0')
})
).wait()
Expand Down

0 comments on commit 05c77db

Please sign in to comment.