filecoin-project / filecoin-solidity

Filecoin Solidity API Library
Other
17 stars 11 forks source link

[M4] Remix IDE contract flattening fix #50

Closed wertikalk closed 6 months ago

wertikalk commented 6 months ago

Description

There was an issue when trying to flatten a contract using Remix IDE, while the flattening worked in Foundry/Hardhat.

It was caused by one circular import that the compilation could handle but flattening couldn't.

Affected issues