derawi
Results
2
comments of
derawi
``` solidity: { version: '0.7.6', settings: { optimizer: { enabled: true, runs: 800, }, metadata: { // do not include the metadata hash, since this is machine dependent // and...
yes this works, but this will spin up a new empty/or forked network and close it after the test is finished. What I want to do is a 2step process:...