Hi there,
i tried to verify a contract (tiki fork) but im running into some issues verifying it on BSCScan. I’m using remix and the compiler doesn’t spit out any issues when importing all the .sol files and they can be found. Yet when i try to verify the contract on BSCScan, it tells me that it can’t find the imported .sol files.
It shows me the following issue:
I have the feeling this is a pathing issue somehow?
The path for all the included .sol files are in the following format :
import “./DividendPayingToken.sol”;
import “./IterableMapping.sol”;
etc
Anyone got any idea what could cause this? I also added the IterableMapping part while verifying so it couldn’t be because of that.
Thanks!