full-blockchain-solidity-course-py
full-blockchain-solidity-course-py copied to clipboard
Lesson 13 Full Stack Defi <ValueError: constructor Sequence has incorrect length, expected 1 but got 0>
Discussed in https://github.com/smartcontractkit/full-blockchain-solidity-course-py/discussions/1337
Originally posted by bubu59 March 26, 2022 Hi Guys, I'm new to this! Appreciate any advice on the current issue I'm facing at the moment.
<Context/Issue> At timestamp: 13:47:50 of the course, when I ran <brownie run/scripts deploy.py> , I run into an error that says: <ValueError: constructor Sequence has incorrect length, expected 1 but got 0>
This error is pretty simple, it means that you didn't write in the required constructor arguments in your deploy line.