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
When attempting to deploy the ERC6551 Registry contract using the deployBytecodes feature in Echidna, the deployment fails with an [out-of-gas error](echidna: Deploying the contract 0x000000006551c19487814612e58FE06813775758 failed (revert, out-of-gas, sending ether to an non-payable constructor, etc.)).
echidna: Deploying the contract 0x000000006551c19487814612e58FE06813775758 failed (revert, out-of-gas, sending ether to an non-payable constructor, etc.)
The text was updated successfully, but these errors were encountered:
Describe the issue:
When attempting to deploy the ERC6551 Registry contract using the
deployBytecodes
feature in Echidna, the deployment fails with an [out-of-gas error](echidna: Deploying the contract 0x000000006551c19487814612e58FE06813775758 failed (revert, out-of-gas, sending ether to an non-payable constructor, etc.)).But, when using the [example in the Echidna repository](https://github.com/crytic/echidna/blob/1ef14f02219dd2585a9a5bc2d1339496d5becf95/tests/solidity/basic/deployBytecode.yaml#L2C21-L2C25), deployments work without issue.
Code example to reproduce the issue:
Version:
Echidna 2.2.5
slither 0.10.3
Relevant log output:
echidna: Deploying the contract 0x000000006551c19487814612e58FE06813775758 failed (revert, out-of-gas, sending ether to an non-payable constructor, etc.)
The text was updated successfully, but these errors were encountered: