Hi. I have a big problem, my contract is too big to be minted. What should I do?
Dec 16, 2022, 2:14 AM
use optimizer or Diamond
idk how gigantic it is
idk how gigantic it is
Dec 16, 2022, 5:44 AM
Right, I found some info about, diamonds, proxies and also seems like I might be able to get away with something that seems to be simpler that is a delegatedcall, can this be good approach to rewrite my contarct and just use delegatedcall for simplicity?
and dont use those dimonds, they seems quite overwhelming
Dec 16, 2022, 5:50 AM
Are you gonna upgrade it in the future?
Dec 16, 2022, 5:52 AM
not rly, im throwing admin keys day 1
but the diamonds seems very cool
but I rather just utilize simplest solution to just fit 2-3x more code
this time
and I wonder if delegatecall will be enuff
Dec 16, 2022, 5:55 AM
simple delegatecall might not be enough
better use the Diamond and remove the owner once you're done.
better use the Diamond and remove the owner once you're done.
Dec 16, 2022, 6:21 AM
How about "Proxy" is proxy a third possibility here or is proxy something else?
Dec 16, 2022, 6:40 AM
That's not the purpose of a proxy
Dec 16, 2022, 7:08 AM