You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let instance = require('./build/contracts/DOSProxy.json');
> instance.deployedBytecode.length / 2
24500
Current code size is pretty much close to the limit, any more logic updates would be tough, exploring external storage / delegatecall pattern to split DOSProxy contract.
The text was updated successfully, but these errors were encountered:
Current code size is pretty much close to the limit, any more logic updates would be tough, exploring external storage / delegatecall pattern to split DOSProxy contract.
The text was updated successfully, but these errors were encountered: