Marco ◹◺
Marco ◹◺
What Brownie version was working for relative imports? And what solc version? Or what has changed on your end since relative imports were working? There are many packages being used...
I think this may have to do with how Brownie is generating the Standard JSON input for `solc` but not 100% sure. Check under `build/contracts` for the json output from...
Interestingly enough, I'm using solc v0.8.9 and got relative paths to compile. Can you try that version and see if it works?
One thing I realized I never asked and can’t tell from your original issue… are you running the cli command from the brownie project folder or from within a sub...
Any updates on this issue? cc @gakonst
an update on my end, I was able to run `foundryup` to get the latest version. Deploying with my ledger worked on some new repos but not the one I...
You should be able to try to deploy with a ledger to sepolia with the default Counter contract. Haven't tried this specifically but basically any `forge create` command with the...
hi @zerosnacks there are definitely external dependencies in the libraries I work with but they are all installed with `forge install`.
I can confirm that I am able to get transactions to show on my ledger, however, now for every chain, the gas price selected is low by a factor of...
@klkvr so far so good!