Frankencoin-ZCHF / frankencoin-dapp

Frankencoin Web App to interact with the Eco System
https://frankencoin.com/
MIT License
0 stars 4 forks source link

Move to latest versions #48

Closed luziusmeisser closed 1 month ago

luziusmeisser commented 1 month ago

We should move the project to the latest versions of the used dependencies, including wagmi. This could also be the basis to fix the performance issues.

samclassix commented 1 month ago

Solved.

before:
"viem": "^1.19.15",
"wagmi": "^1.4.12"

after:
"viem": "^2.13.3",
"wagmi": "^2.9.8"
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",

branch: samclassix-develop-positions-view-ui commit: https://github.com/Frankencoin-ZCHF/frankencoin-dapp/commit/8dd831b5e48912d7e9c670e7fb25ea6a0f14bba3 8dd831b5e48912d7e9c670e7fb25ea6a0f14bba3

Discussion moved to #49 (Frontend 2.0)