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