Lesson 9 : Rinkeby Testnet is no more supported by Chainlink #2653
junaid5598
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
@junaid5598 Yes, Rinkeby is deprecated and we have changed the recommended testnet to Goerli in our repo. You can also contribute to help us move the old repos to Goerli, we have tested them out if you find any issue in those repos then creates an issue in a respective repo. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Lesson 9, Rinkeby Testnet is no more supported by Chainlink
Rinkeby Testnet is not available on https://docs.chain.link/docs/vrf/v2/supported-networks/
Unfortunately, I have to proceed with Goerli Testnet
Modifications I had to do due to this change in Testnet are :
goerli: {
chainId: 5,
blockConfirmations: 3,
url: GOERLI_RPC_URL,
accounts: [PRIVATE_KEY],
Right now I'm writing my deploy scripts. So, I've shared till where I reached.
Further, if I find any more modifications, I'll update it.
By the way, if anyone found some more modifications, feel free to share it.
Thanking You
Beta Was this translation helpful? Give feedback.
All reactions