huseyindeniz / vite-react-dapp-template

Vite React Template for dApp Frontend Development
https://huseyindeniz.github.io/react-dapp-template-documentation/
MIT License
7 stars 5 forks source link

Add Sepolia test network #34

Closed oehm-smith closed 6 months ago

oehm-smith commented 6 months ago

Add Sepolia test network

Issue ticket number and link

na

Checklist before requesting a review

This feature adds the Sepolia Ethereum test network so that it can be chosen when the user chooses 'Connect Wallet'.

huseyindeniz commented 6 months ago

Thank you very much the PR @oehm-smith ,

If it's not too much to ask, could you update the version in 2 locations.

  1. package.json line 4: "version": "0.5.4",
  2. Copyright.tsx line 11: <Tooltip label="Powered by React dApp Template (Vite) v0.5.4">

Side note: I definitely need to automate versioning.

huseyindeniz commented 6 months ago

I saw that linting is failing in 2 files: Quick tip: you can run npm run lint on your local to see linting errors and you can run npm run lint -- --fix to fix them automatically or you can fix them manually inside the file by using VS Code context menu:

image

oehm-smith commented 6 months ago

I'll look at these things.

oehm-smith commented 6 months ago

Changes performed and pushed.