Skip to content

Commit

Permalink
Feature/ik/smart wallet integration (#190)
Browse files Browse the repository at this point in the history
* update deps for smartwallet

* add base sepolia config

* add smart wallet connect button raw

* update deps for smartwallet

* fix smartwallet button visibility & text color, fix curryncy symbol at user profile

* show blockExplorer links depending on chosen network

* add base sepolia faucets & update faucets show depending on chain id

* add logic to use smartwallet batch transactions on deposit and join, update web3provider to export wagmiconfig
  • Loading branch information
mezger75 authored Jun 29, 2024
1 parent dfa52e8 commit 2555f9d
Show file tree
Hide file tree
Showing 5 changed files with 252 additions and 101 deletions.
195 changes: 121 additions & 74 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@tanstack/react-query": "5.28.4",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"connectkit": "^1.8.0",
"connectkit": "^1.8.2",
"ethers": "^6.13.0",
"lucide-react": "0.372.0",
"next": "^14.2.4",
Expand All @@ -28,8 +28,8 @@
"siwe": "^2.3.2",
"tailwind-merge": "2.3.0",
"tailwindcss-animate": "1.0.7",
"viem": "^2.14.0",
"wagmi": "^2.10.2",
"viem": "^2.16.4",
"wagmi": "^2.10.8",
"zustand": "4.5.2"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { useAccount } from "wagmi";

function DropdownFaucetMenu() {
const { chainId } = useAccount();
console.log("ChainID:", chainId);
return (
<DropdownMenu>
<DropdownMenuTrigger asChild>
Expand Down
Loading

0 comments on commit 2555f9d

Please sign in to comment.