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

Issue 487 #528

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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 apps/dashboard/.env.local
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ VITE_ETHEREUM_NETWORK=sepolia
VITE_GITHUB_CLIENT_ID=a83a8b014ef38270fb22
VITE_TWITTER_CLIENT_ID=NV82Mm85NWlSZ1llZkpLMl9vN3A6MTpjaQ
VITE_TWITTER_REDIRECT_URI=http://localhost:3001/credentials
VITE_WALLETCONNECT_CLOUD_ID=39a54d3955406d41c7fb56c3887a2cf2 # This is a test project id that I created walletconnect cloud in order to test and make the wallet connection work.
1 change: 1 addition & 0 deletions apps/dashboard/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ VITE_ETHEREUM_NETWORK=sepolia
VITE_GITHUB_CLIENT_ID=6ccd7b93e84260e353f9
VITE_TWITTER_CLIENT_ID=NV82Mm85NWlSZ1llZkpLMl9vN3A6MTpjaQ
VITE_TWITTER_REDIRECT_URI=https://app.bandada.pse.dev/credentials
VITE_WALLETCONNECT_CLOUD_ID=39a54d3955406d41c7fb56c3887a2cf2 #Put here your project id created in WalletConnect Cloud for production
8 changes: 8 additions & 0 deletions apps/dashboard/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Configuración para sobreescribir dependencias específicas
packageExtensions:
"http-proxy@*":
dependencies:
"eventemitter3": "^5.0.1"
"eventemitter3@4.0.7":
peerDependencies:
"eventemitter3": "^5.0.1"
16 changes: 9 additions & 7 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,30 @@
"@bandada/credentials": "2.2.9",
"@bandada/utils": "2.2.9",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.5.1",
"@chakra-ui/react": "^2.5.5",
"@chakra-ui/styled-system": "^2.0.0",
"@chakra-ui/theme-tools": "^2.0.16",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource-variable/unbounded": "^5.0.5",
"@rainbow-me/rainbowkit": "^0.12.8",
"@rainbow-me/rainbowkit": "^2.1.2",
"@semaphore-protocol/data": "patch:@semaphore-protocol/data@npm%3A3.10.0#~/.yarn/patches/@semaphore-protocol-data-npm-3.10.0-48e6c0f59e.patch",
"@tanstack/react-query": "^5.45.0",
"ethers": "5.5.1",
"framer-motion": "^10.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-router-dom": "^6.8.1",
"siwe": "^1.1.6",
"wagmi": "^0.12.12"
"siwe": "1.1.6",
"viem": "2.x",
"wagmi": "^2.10.2"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "^4.9.3",
"typescript": "^5.0.4",
"vite": "^4.1.0"
}
}
Loading
Loading