This repository was archived by the owner on Oct 1, 2025. It is now read-only.
Request-Rate Exceeded (this message will not be repeated) #230
Answered
by
magickaito
magickaito
asked this question in
Q&A
-
Hi when trying out wrapping and issuing hash on blockchain, I keep getting this message: Is there any documentation on how to update the api keys? |
Beta Was this translation helpful? Give feedback.
Answered by
magickaito
Jun 2, 2022
Replies: 1 comment
-
|
I found it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
magickaito
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found it.
Replacing:
const provider = getDefaultProvider("ropsten");wtih:
const provider = new providers.EtherscanProvider("ropsten", "api key");