Replies: 1 comment
-
|
Hi! your yaml file doesn't look like an echidna config file, have a look at the example file here: https://github.com/crytic/echidna/blob/master/tests/solidity/basic/default.yaml Constructor arguments are not supported, you can change the constructor to not take an argument and deploy the contract itself: constructor() {
insecure = new insecureRandomness();
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I currently have 2 contracts
How would I configure a yaml file for this?
Because I am currently facing an issue in doing so. My goal is to deploy both contracts where the Attack contract has a reference to the insecureRandomness contract, but I keep getting this error stating that echidna: Constructor arguments are required: [("_insecureAddress",address)]
This is my current yaml file
Beta Was this translation helpful? Give feedback.
All reactions