Skip to content

Commit

Permalink
chore: Update versions [email protected] and [email protected] (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomenezes authored Dec 14, 2023
1 parent 25ffec0 commit 25cdd72
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 123 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@mantine/form": "^7.2.2",
"@mantine/hooks": "^7.2.2",
"@mantine/notifications": "^7.2.2",
"@rainbow-me/rainbowkit": "1.2.0",
"@rainbow-me/rainbowkit": "1.3.1",
"@react-spring/web": "^9.7.3",
"abitype": "^0.9",
"encoding": "^0.1",
Expand Down
7 changes: 1 addition & 6 deletions apps/web/src/providers/walletProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ import {
} from "@rainbow-me/rainbowkit";
import { ThemeOptions } from "@rainbow-me/rainbowkit/dist/themes/baseTheme";
import "@rainbow-me/rainbowkit/styles.css";
import {
argentWallet,
ledgerWallet,
trustWallet,
} from "@rainbow-me/rainbowkit/wallets";
import { ledgerWallet, trustWallet } from "@rainbow-me/rainbowkit/wallets";
import Image from "next/image";
import Jazzicon, { jsNumberForAddress } from "react-jazzicon";
import {
Expand Down Expand Up @@ -60,7 +56,6 @@ const connectors = connectorsForWallets([
{
groupName: "Other",
wallets: [
argentWallet({ chains, projectId }),
trustWallet({ chains, projectId }),
ledgerWallet({ chains, projectId }),
],
Expand Down
Loading

2 comments on commit 25cdd72

@vercel
Copy link

@vercel vercel bot commented on 25cdd72 Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rollups-explorer-workshop – ./apps/workshop

rollups-explorer-workshop.vercel.app
rollups-explorer-workshop-cartesi.vercel.app
rollups-explorer-workshop-git-main-cartesi.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 25cdd72 Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.