OpenCerts / opencerts-website

Apache License 2.0
21 stars 69 forks source link

feat: add sepolia support #739

Closed zixiang2018 closed 9 months ago

zixiang2018 commented 10 months ago

Context

  1. Goerli to be deprecated by Jan 2024 (https://www.alchemy.com/blog/goerli-faucet-deprecation), will be shifting testnet to Sepolia

What this PR does

  1. updated tests and fixtures to support Sepolia
  2. updated .nvmrc to v14
  3. updated readme
  4. added sepolia demo cert
  5. added Alchemy Sepolia url from ethers v6 because it is not supported in v5 (src/sagas/certificate.ts)

Special case for multipleinvalidstores.opencert

Todo