I have a project that compiles and deploys successfully on binance smart chain testnet. I am trying to verify the contract using **
truffle run verify NiftRouter --network bscTestnet --debug
** command but it gives me the following error. This is strange because the TransferHelper.sol does exist in that folder. My truffle version is 5.1.49. Any idea what is the issue.
@abcoathup it still didn't solve my issue. Truffle verify plugin raises the same error on imports of different node module files. Its a nuisance verifying multiple library contracts manually and I don't want to use truffle flattener. These are the imports of my MasterChef solidity file