Skip to content

Lesson 14: TypeError: (0 , ethers_1.getAddress) is not a function #5762

Answered by alfaqi
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

you have to play around with ethers.
about basicNft.getAddress is not a function issue
change it to basicNft.address
await verify(basicNft.address, args)
and others also
await verify(randomIpfsNft.address, args)
await verify(dynamicSvgNft.address, args)

this works for me
I tried to use getAddress and target but didn't work.

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
10 replies
@ghost
Comment options

@alfaqi
Comment options

@alfaqi
Comment options

@ghost
Comment options

@ghost
Comment options

Answer selected
Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant