This commit is contained in:
alirehmani
2024-05-06 17:35:56 +05:00
parent a969ab41ed
commit 43459be8c5
7 changed files with 70 additions and 29 deletions

View File

@@ -18,13 +18,14 @@
"dependencies": {
"@heroicons/react": "^1.0.6",
"@microsoft/signalr": "^6.0.5",
"@tanstack/react-query": "^4.33.0",
"@tanstack/react-query": "^5.0.0",
"@wagmi/chains": "^0.2.9",
"@wagmi/core": "^1.3.9",
"@wagmi/connectors": "^4.3.2",
"@wagmi/core": "^2.9.0",
"@walletconnect/universal-provider": "^2.8.6",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"connectkit": "^1.1.3",
"connectkit": "^1.7.3",
"date-fns": "^2.30.0",
"jotai": "^1.6.7",
"lightweight-charts": "git+https://github.com/ntf/lightweight-charts.git",
@@ -44,8 +45,8 @@
"react-table": "^7.8.0",
"react-toastify": "^9.0.1",
"reactflow": "^11.8.3",
"viem": "^1.4.2",
"wagmi": "^1.3.10",
"viem": "^2.0.6",
"wagmi": "^2.2.1",
"web3": "^4.0.2",
"zustand": "^4.4.1"
},