[Archive] Web3 custom auth testnet broken

:classical_building: Archived Content from Web3Auth Community

This topic was originally posted by githubdiscussions on 10/6/2022.
This content has been migrated from our previous community forum to preserve valuable discussions.


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"
}
}



Originally posted by: davedefiq

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/681

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.



Originally posted by: yashovardhan