Hardhat Verify contract issue #5773
-
|
tried to verify contract in polygon mumbai! Harhat version: ^2.15.0 when calling verify(), running into issue: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
you have to wait about 5 blocks confirmation. |
Beta Was this translation helpful? Give feedback.
-
|
Solution: Better to have a function to wait for sometime before calling the verify method updated code: This will work, and your contract will be verified and published on the network |
Beta Was this translation helpful? Give feedback.
Solution:
Better to have a function to wait for sometime before calling the verify method
updated code:
This will work, and your contract will be verified and published on the network