Error When Deploying #1412
Unanswered
Benrockiee
asked this question in
Q&A
Replies: 4 comments 5 replies
-
I guess it should be await voting.deploy() |
Beta Was this translation helpful? Give feedback.
3 replies
-
It should be: |
Beta Was this translation helpful? Give feedback.
2 replies
-
const voting = await votingFactory.deploy(
"0x48656c6c6f20576f726c64210000000000000000000000000000000000000000" // Is it argument for contract, make sure all arguments are complete...
);
await voting.deployed(); |
Beta Was this translation helpful? Give feedback.
0 replies
-
try, await voting.wait(1) //or 6 from what I understand, you are trying to wait for block confirmations before continuing try 1 block conformations and 6 let me know thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
when i try to deploy, using this deploy script
i get this Error looking like its coming from
await voting.deployed()
Beta Was this translation helpful? Give feedback.
All reactions