Travis Reeder
Travis Reeder
Oh, you probably don't have `WEB3_PRIVATE_KEY` set.
Try following these instructions here: https://github.com/nuqtah/contracts exactly, might help.
Can you be sure there's no new lines or anything in your bin? I have this in one of our automated scripts that removes ending new line. ``` perl -pi...
I mean the constructor of the underlying contract, that doesn't run right? (or if it does, the docs are wrong).
Maybe we should have the proxy call an `init()` function (if it exists), that can be used as a constructor. Otherwise, it seems to me that you'd have to deploy,...
cc @brockmcblockchain
It's not just owner, it's anything you'd put in a constructor. That's just a common one.
Alternatively, can we figure out a way to call the constructor?
Try something like this: https://ethereum.stackexchange.com/questions/112215/how-to-specify-max-supply-erc20 On Tue, Mar 29, 2022 at 6:41 AM bitcoinmeetups.org ***@***.***> wrote: > Hello, > > I'm BM. A very nice and polite guy. > >...
@benbjohnson you might have some thoughts on this after doing the upgrade feature?