Replies: 1 comment
-
Nice to know @fantauzzi |
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.
-
Infura now call "keys" what it used to call "projects". You won't find a
Project ID
anymore in Infura'sSETTINGS
tab; that is now called anAPI KEY
, and is under theENDPOINTS
tab. So when you deploy your contracts via Infura, you should set theWEB3_INFURA_PROJECT_ID
environment variable to theAPI KEY
(in your.env
file typically).Beta Was this translation helpful? Give feedback.
All reactions