Comments on: Slither & Echidna + Remappings https://www.justinsilver.com/technology/blockchain/slither-echidna-remappings/?utm_source=rss&utm_medium=rss&utm_campaign=slither-echidna-remappings Technology, Travel, and Pictures Wed, 07 Aug 2024 20:12:58 +0000 hourly 1 https://wordpress.org/?v=6.8.1 By: Justin Silver https://www.justinsilver.com/technology/blockchain/slither-echidna-remappings/#comment-2743 Fri, 03 May 2024 18:17:55 +0000 https://www.justinsilver.com/?p=5357#comment-2743 In reply to YBM.

For multiple mappings the `solc_remaps` value should be an array of strings, for example:

"solc_remaps": [
"@openzeppelin/contracts/=node_modules/@openzeppelin/contracts/",
"@openzeppelin/contracts-upgradeable/=node_modules/@openzeppelin/contracts-upgradeable/"
]

Thanks for the question – I’ll update the post as well.

]]>
By: YBM https://www.justinsilver.com/technology/blockchain/slither-echidna-remappings/#comment-2741 Fri, 14 Apr 2023 21:07:43 +0000 https://www.justinsilver.com/?p=5357#comment-2741 how can you set up multiple remappings at once?

]]>