You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
jdowning100
changed the title
Contract waiForDeployment does not work
Contract waitForDeployment does not work
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
The text was updated successfully, but these errors were encountered: