Rinkeby address for my would-be ERC 721 contract is not whitelisted. How can this be fixed? #4430
Unanswered
villarode
asked this question in
General Q&A
Replies: 2 comments
-
Actually the answer was easy: In Alchemy there is a specific window to whitelist your newly deployed contract |
Beta Was this translation helpful? Give feedback.
0 replies
-
I also had to whitelist another contract 0x00000........ in the same window on Alchemy) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What exactly can it be? Address ..... is not whitelisted?? I am assuming that .... is the rinkeby.etherscan.io address of my would-be ERC 721 contract? How can this be fixed? Cheers in advance!)
$ yarn truffle deploy --network rinkeby
Compiling your contracts...
Migrations dry-run (simulation)
1_initial_migration.js
Deploying 'Migrations'
Error: *** Deployment Failed ***
"Migrations" -- Unknown Error: {"jsonrpc": "2.0", "id": 28, "error": {"code": -32600, "message": "Address 0xb5d9837ae53020706e0e7a0b5b586499d1f3a5ad is not whitelisted"}}
{
"originalError": {}
}.
Truffle v5.4.19 (core: 5.4.19)
Node v17.1.0
Beta Was this translation helpful? Give feedback.
All reactions