Context:
Thank you @abcoathup for helping me with unpacking how to verify a smart contract using oz verify
Commands:
oz check
oz compile --optimizer off
oz create
oz verify
oz send-tx
oz call
Question:
How can I identify which oz libraries are used when I run oz verify?
The reason being, using Terminal to build, host, use my APIs for these smart contracts. And to have the same smart contract to show up as verified on Terminal when I upload the source code, it compiles and is unable to find the oz libraries.
SafeMath and Roles only have internal functions that are pulled into the calling contract, so there isn’t a library contract address for these libraries.