Replies: 1 comment 2 replies
-
Hey @davedefiq Thanks for this query. We have received the notification by Infura about their Ropsten node being shut down. Our team is working towards moving the testnet to another node provider. In the meantime please use the mainnet/ cyan network for testing purposes. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use CustomAuth flutter sdk and started receving error messages like the below starting today - likely do to something using infura testnet under the hood, which has deprecated Rinkeby, Ropsten, and Kovan as of today (Oct. 5, 2022)
"error": {
"code":-32601,
"message":"Network decommissioned, please use Goerli or Sepolia instead",
"data": {
"see":"https://blog.infura.io/post/deprecation-timeline-for-rinkeby-ropsten-and-kovan-testnets"
}
}
Beta Was this translation helpful? Give feedback.
All reactions