returnmodalDialog('Contract code size over limit',yo`<div>Contract creation initialization returns data with length of more than 24576 bytes. The deployment will likely fails. <br>
if(Object.keys(selectedContract.bytecodeLinkReferences).length)statusCb(`linking ${JSON.stringify(selectedContract.bytecodeLinkReferences,null,'\t')} using ${JSON.stringify(contractMetadata.linkReferences,null,'\t')}`)
...
...
@@ -245,7 +211,7 @@ class DropdownLogic {
if(error)returnstatusCb(`creation of ${selectedContract.name} errored: `+error)
statusCb(`creation of ${selectedContract.name} pending...`)