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