Patrick Collins
Patrick Collins
Hi @juanfranblanco, so found out another edge case though :( ```json "solidity.remappings": [ "@openzeppelin/=/Users/patrick/.brownie/packages/OpenZeppelin/[email protected]", "@openzeppelin/contracts-upgradeable/=/Users/patrick/.brownie/packages/OpenZeppelin/@openzeppelin/[email protected]" ] ``` If I have 2 repos from the same org, the remappings settings file...
Additionally.... it would be great to add home directory functionality, ie: ``` ~/ ``` instead of absolute... Thanks again for taking a look!
There isn't an error, but if I try to do something like: ``` "solidity.remappings": [ "@openzeppelin/=/Users/patrick/.brownie/packages/OpenZeppelin/[email protected]", "@openzeppelin/contracts-upgradeable/=/Users/patrick/.brownie/packages/OpenZeppelin/@openzeppelin/[email protected]" ] ``` Only the `openzeppelin` is remapped and `@openzeppelin/contracts-upgradeable` is ignored. So I...
So, what's the API look like on this? https://ethereum.stackexchange.com/search?q=two+chains+foundry How do I actually use this for a multi-chain deployment?
Oooo. Perhaps a PR to the docs @fvictorio?
Starting with an empty storage variable is less gas efficient in solidity, it's better to have it be "something". If you want an upgradeable smart contract, you wouldn't want to...
Can you ask in the discussions?
I think you're right... I think this repo needs a UI update
https://www.youtube.com/c/PatrickCollins/about I also have medium articles, chainlink blog articles, twitter, I'm all over the place. Glad you liked them!
Any movement on these?