Skip to content

Commit

Permalink
Chore: Rainbowkit + Wagmi (Coinbase Smart Wallet support) (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomenezes authored Jun 18, 2024
1 parent 9ae36cb commit 72cfb78
Show file tree
Hide file tree
Showing 4 changed files with 932 additions and 986 deletions.
6 changes: 3 additions & 3 deletions apps/workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4",
"wagmi": "^2",
"serve": "^14.2.1"
"serve": "^14.2.1",
"wagmi": "^2"
},
"devDependencies": {
"@cartesi/tsconfig": "*",
Expand Down Expand Up @@ -50,4 +50,4 @@
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}
}
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"dependencies": {
"@cartesi/rollups-wagmi": "*",
"@mantine/core": "^7.7.1",
"@mantine/hooks": "^7.7.1",
"@mantine/form": "^7.7.1",
"@mantine/hooks": "^7.7.1",
"@react-spring/web": "^9.7.3",
"@tanstack/react-query": "^5.27.5",
"ramda": "^0.29.0",
"react-icons": "^4",
"@tanstack/react-query": "^5.27.5",
"viem": "^2",
"wagmi": "^2"
},
Expand Down Expand Up @@ -60,4 +60,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion packages/ui/test/ERC1155DepositForm/BatchDeposit.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ describe("ERC-1155 Batch Deposit", () => {
screen.getByText("Amount of tokens to deposit"),
).toBeInTheDocument();

expect(screen.getByText("ADD TO DEPOSIT LIST")).toBeVisible();
expect(await screen.findByText("ADD TO DEPOSIT LIST")).toBeVisible();
});

it("should display Base and Execution layer data fields after clicking the advanced button", async () => {
Expand Down
Loading

0 comments on commit 72cfb78

Please sign in to comment.