Empty links in Build-Files #6230
Unanswered
orbiter88
asked this question in
General Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I migrated my Smart-Contract to the polygon-mainnet. Beforehand I tested my smart-contract successfully on the testnet several times. After 'truffle migrate' my Smart-Contract was successfully deployed to the polygon chain. But when it came to the verification process, I needed to specify the contract-addresses of the libraries I use in my Smart-Contract (not the import links in the smart-contract but the addresses to where these libraries were deployed to). So I went to the build-files to check the addresses under "networks" and "links" (as suggested from openzeppelin). But links is empty ("links": {},). So no addresses to specify and no verification of my smart-contract. I don't know what to do now. Can you help?
Beta Was this translation helpful? Give feedback.
All reactions