Replies: 1 comment
-
There's other ways to interact with a contract. I noticed this as well and was still able to solve it. I created a pull request on this issue adding a hint, I didn't want to be so obvious about it, I could of hinted at what does "at address do???" I might do that SPOILER ALERT I'm sure you can figure out the rest. I was stoked to find out that was possible |
Beta Was this translation helpful? Give feedback.
-
I have created an issue in MetaMask, which you can see here: MetaMask/metamask-extension#15000
This happens in
approve
transactions, and I use the command:await contract.approve(instance, 10000)
I even imported the contract to remix, deployed it to the instance address, and tried the GUI for approval, but still the same result.
Out of curiosity, I tried another level (23 and so on), which works well.
Is it a problem with Metamask, OpenZeppelin, or some weird bug just for me?
Beta Was this translation helpful? Give feedback.
All reactions