Skip to content

Error: could not decode result data (value="0x", info={ "method": "retrive", "signature": "retrive()" }, code=BAD_DATA, version=6.11.1) #6512

Discussion options

You must be logged in to vote

Thanks Bro finally i fixed it after two days by add below line to my code after making contract.

After this line:

 const contract = await contractFactory.deploy()

I add the below line:

await contract.deploymentTransaction().wait(1)

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@MohammadArif13
Comment options

@MohammadArif13
Comment options

Answer selected by MohammadArif13
@Nlferu
Comment options

@MohammadArif13
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
2 participants