I am trying to fork compound protocol, and I not change a single line in contract but when I try to deploy the contracts it gives error of "max code size exceed"
Jul 16, 2021, 11:56 AM
how are you deploying and are you deploying on at least a testnet
Jul 16, 2021, 11:58 AM
Yes I tried to deploy on kovan, rinkeby & bsc testnet as well
Jul 16, 2021, 11:58 AM
Is this just one SOL file or multiple files?
I ran into this message one time and decided to put all contracts into one. Or you can try deploying using Remix if you're not already doing that
Jul 16, 2021, 12:00 PM
I am using remix only, and I have 5-6 files imported in one file
Jul 16, 2021, 12:05 PM