Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacing Rainbowkit with Web3Modal #1465

Merged
merged 23 commits into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f17b678
WIP replacing Rainbowkit with Web3Modal
mudrila Mar 16, 2024
05eae5a
Run HTTPS server in dev
mudrila Mar 16, 2024
24c2ed2
Add trick to open web3Modal after first attempt failed
mudrila Mar 16, 2024
19995f6
Prettier
mudrila Mar 16, 2024
e1ab40b
Remove testWallet
mudrila Mar 18, 2024
9fd352f
Cleanup
mudrila Mar 18, 2024
f166605
Delete testWallet for real now lol
mudrila Mar 18, 2024
a3176ef
Merge branch 'develop' into refactor/#1450-replace-rainbowkit-with-we…
mudrila Mar 18, 2024
cc5ab80
Remove HTTPS dev server support, pull web3modal metadata from index.h…
mudrila Mar 18, 2024
9e92b2a
Migrate from wagmi v1 -> wagmi v2, web3modal v3 -> v4, viem v1 -> v2
mudrila Mar 18, 2024
dacd439
Prettier
mudrila Mar 18, 2024
98e5d1e
Give version identifiers to react dependencies
adamgall Mar 19, 2024
53c0c26
Update i18next and react-i18next to more recent versions, to solve np…
adamgall Mar 19, 2024
b6b4cb7
add typescript check plugin to fail build
Da-Colon Mar 19, 2024
aebdcb7
Update Node.js version, update imports for Address, use chainId from …
mudrila Mar 20, 2024
c87bb44
Prettier
mudrila Mar 20, 2024
0d85c6b
Fix useAvatar usage
mudrila Mar 20, 2024
dae849e
Bump TypeScript version in package.json, update package-lock file ver…
mudrila Mar 20, 2024
82ed41d
Merge pull request #1467 from decentdao/refactor/#1444-upgrade-wagmi-…
adamgall Mar 20, 2024
8f91008
Merge branch 'develop' into refactor/#1450-replace-rainbowkit-with-we…
adamgall Mar 20, 2024
107446b
Refactor DAOController to not display InvalidChain
mudrila Mar 21, 2024
77ae6f4
Prettier
mudrila Mar 21, 2024
f73c306
Remove unused translations
adamgall Mar 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

# production
/dist
tsconfig.tsbuildinfo

# misc
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.14.0
20.11.1
Loading