Commit dd666b88 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #5110 from ethereum-optimism/feat/remote-wait

ctb: Remove wait in `getContractFromArtifact`
parents ca0ce854 83b59b41
......@@ -181,7 +181,6 @@ export const getContractFromArtifact = async (
} = {}
): Promise<ethers.Contract> => {
const artifact = await hre.deployments.get(name)
await hre.ethers.provider.waitForTransaction(artifact.receipt.transactionHash)
// Get the deployed contract's interface.
let iface = new hre.ethers.utils.Interface(artifact.abi)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment