Skip to content

Commit d688d21

Browse files
Merge pull request #353 from BootNodeDev/develop
chore: merge latest changes
2 parents 4006c80 + 31ae053 commit d688d21

5 files changed

Lines changed: 752 additions & 330 deletions

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PUBLIC_WALLETCONNECT_PROJECT_ID=
2222
# Native token address
2323
PUBLIC_NATIVE_TOKEN_ADDRESS=0x0000000000000000000000000000000000000000
2424

25-
# RPCs
25+
# RPCs. If you want to use an RPC different from the one provided by wagmi.
2626
PUBLIC_RPC_ARBITRUM=
2727
PUBLIC_RPC_ARBITRUM_SEPOLIA=
2828
PUBLIC_RPC_BASE=

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
[dAppBooster](https://dappbooster.dev) is a template to help you in the development of blockchain frontend applications. It aims to provide an opinionated set of tools and best practices to speed up the development process and make it more reliable.
99

10+
Check out the documentation for more information about building your first dApp: [docs.dappbooster.dev](https://docs.dappbooster.dev/)
11+
1012
## Table of Contents
1113

1214
1. [Requirements](#requirements)
@@ -15,7 +17,6 @@
1517
4. [Development](#development)
1618
5. [Advanced configuration](#advanced-configuration)
1719
6. [Contributing](#contributing)
18-
7. [Tools and libraries](#very-opinionated-list-of-tools-and-libraries)
1920

2021
## Requirements
2122

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dappbooster",
33
"private": true,
4-
"version": "0.9.13",
4+
"version": "0.9.14",
55
"type": "module",
66
"scripts": {
77
"build": "tsc --noEmit && vite build",
@@ -28,10 +28,10 @@
2828
"@faceless-ui/modal": "3.0.0-beta.2",
2929
"@lifi/sdk": "^3.2.3",
3030
"@t3-oss/env-core": "^0.11.1",
31-
"@tanstack/react-query": "^5.56.2",
31+
"@tanstack/react-query": "^5.62.0",
3232
"@tanstack/react-router": "^1.58.7",
3333
"@tanstack/react-virtual": "^3.10.8",
34-
"@uniswap/default-token-list": "^12.18.0",
34+
"@uniswap/default-token-list": "^12.34.0",
3535
"@vercel/analytics": "^1.3.1",
3636
"connectkit": "^1.8.2",
3737
"modern-normalize": "^3.0.1",
@@ -44,7 +44,7 @@
4444
"react-number-format": "^5.4.2",
4545
"styled-components": "^6.1.13",
4646
"use-debounce": "^10.0.3",
47-
"viem": "^2.21.15",
47+
"viem": "^2.22.1",
4848
"wagmi": "^2.12.14",
4949
"zod": "^3.23.8"
5050
},
@@ -56,13 +56,13 @@
5656
"@tanstack/react-query-devtools": "^5.58.0",
5757
"@tanstack/router-cli": "^1.58.1",
5858
"@tanstack/router-devtools": "^1.58.7",
59-
"@tanstack/router-vite-plugin": "^1.58.4",
59+
"@tanstack/router-vite-plugin": "^1.93.0",
6060
"@testing-library/jest-dom": "^6.5.0",
6161
"@testing-library/react": "^16.0.1",
6262
"@testing-library/user-event": "^14.5.2",
6363
"@types/react": "^18.3.8",
6464
"@types/react-dom": "^18.3.0",
65-
"@vitejs/plugin-react-swc": "^3.7.0",
65+
"@vitejs/plugin-react-swc": "^3.7.2",
6666
"@vitest/coverage-v8": "^2.1.1",
6767
"@wagmi/cli": "^2.1.16",
6868
"change-case": "^5.4.4",

0 commit comments

Comments
 (0)