Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contract waitForDeployment does not work #338

Open
jdowning100 opened this issue Oct 29, 2024 · 0 comments
Open

Contract waitForDeployment does not work #338

jdowning100 opened this issue Oct 29, 2024 · 0 comments

Comments

@jdowning100
Copy link

jdowning100 commented Oct 29, 2024

quais Version

^1.0.0-alpha.21

Search Terms

No response

Describe the Problem

Calling await contract.waitForDeployment() after calling contract.deploy() throws error:

TypeError: Cannot read properties of undefined (reading 'map')
at new TransactionReceipt (/Users/jonathan/hardhat-example/Solidity/node_modules/quais/src/providers/provider.ts:1238:21)
at new ContractTransactionReceipt (/Users/jonathan/hardhat-example/Solidity/node_modules/quais/src/contract/wrappers.ts:91:9)
at ContractTransactionResponse.wait (/Users/jonathan/hardhat-example/Solidity/node_modules/quais/src/contract/wrappers.ts:146:16)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at Proxy.waitForDeployment (/Users/jonathan/hardhat-example/Solidity/node_modules/quais/src/contract/contract.ts:1209:13)

Code Snippet

No response

Contract ABI

No response

Errors

No response

Environment

No response

Environment (Other)

No response

@jdowning100 jdowning100 changed the title Contract waiForDeployment does not work Contract waitForDeployment does not work Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant