I am getting this error when using this plugin in combination with @hardhat/typechain:
Error: EEXIST: file already exists, mkdir '/home/nickbarry/workspace/abdk-math-utils/contracts-exposed/Contract.sol'
It's fixed by setting a different prefix in the exposed config, such as x or _.
This may be a typechain issue (in fact, the stack trace points to typechain files), but I couldn't reproduce with typechain alone by adding the $ character to contract names. Need to better understand the context before reporting to them.
I am getting this error when using this plugin in combination with
@hardhat/typechain:It's fixed by setting a different
prefixin theexposedconfig, such asxor_.This may be a typechain issue (in fact, the stack trace points to typechain files), but I couldn't reproduce with typechain alone by adding the
$character to contract names. Need to better understand the context before reporting to them.