Skip to content
Discussion options

You must be logged in to vote

After // entering the raffle at bottom: (and enterRaffle is misspelled )
Change:
await raffle.enterraffle({ value: raffleEntryFee })
TO:
const tx = await raffle.enterRaffle({value: raffleEntranceFee})

ADD:
await tx.wait(1)

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@deepak2301
Comment options

@highHumann
Comment options

@AKIN-THOMAS
Comment options

Answer selected by deepak2301
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants