gemstation / gemforge

Command-line tool for building, deploying and upgrading Diamond Standard contracts on EVM chains.
https://gemforge.xyz
MIT License
17 stars 4 forks source link

bugfix: all methods should be external in the proxy interface (#44) #45

Closed amarinkovic closed 2 months ago

amarinkovic commented 2 months ago

When generating the IDiamondProxy interface, all the methods must be external ( #44 ) for solidity compilation to be successful.

amarinkovic commented 2 months ago

Duplicate of #41