Fabiano Nascimento

Results 6 comments of Fabiano Nascimento

> I would also like to add that because of this type error you can't open google docs with metamask installed. Nontheless, the coment above solves the issue. Wow! I...

I've tried to give a own solution to this case but the deploy method failed. I've generated the keystore JSON files basically following these steps: ```typescript // instance a HDWallet...

Do you have enum and/or structs at file level in your projects?

@0xalpharush , I found the `onlyProxy` modifier only in the `UUPSUpgradeable` contract. What would you suggest for contracts following the Transparent pattern? Doing my own implementation of `onlyProxy` and use...

Thank you for your attention, @0xalpharush, This case is about the contract Game in this repository https://github.com/fabianorodrigo/dAppSoccerbet . Game is a implementation of minimal proxy pattern (ERC1167). When I deploy...

Thanks a lot for this explanation, @0xalpharush ! I will follow your suggestion to renaming modifier `onlyDelegateCall`.