Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
1d2d40f
chore: bump @tanstack/react-query from 5.56.2 to 5.62.0
dependabot[bot] Dec 1, 2024
c50ad84
Add clarification to RPC section
mgarciap Dec 18, 2024
0c3dfb3
Merge pull request #343 from BootNodeDev/dependabot-npm_and_yarn-tans…
dependabot[bot] Jan 2, 2025
229cb17
Merge branch 'develop' into develop
gabitoesmiapodo Jan 2, 2025
b581b3e
Merge pull request #348 from mgarciap/develop
gabitoesmiapodo Jan 2, 2025
dd4f7fa
docs: update
gabitoesmiapodo Jan 2, 2025
204bb97
chore: bump @vitejs/plugin-react-swc from 3.7.0 to 3.7.2
dependabot[bot] Jan 2, 2025
0f86f9b
Merge pull request #344 from BootNodeDev/dependabot-npm_and_yarn-vite…
dependabot[bot] Jan 2, 2025
888a038
chore: bump @tanstack/router-vite-plugin from 1.58.4 to 1.93.0
dependabot[bot] Jan 2, 2025
0902bb3
Merge pull request #350 from BootNodeDev/dependabot-npm_and_yarn-tans…
dependabot[bot] Jan 2, 2025
674d1ce
chore: bump @uniswap/default-token-list from 12.18.0 to 12.34.0
dependabot[bot] Jan 2, 2025
da64df9
fix: home text
gabitoesmiapodo Jan 2, 2025
0a88695
Merge pull request #351 from BootNodeDev/dependabot-npm_and_yarn-unis…
dependabot[bot] Jan 2, 2025
f8c47ad
Merge branch 'develop' into fix-readme
gabitoesmiapodo Jan 2, 2025
08dbea5
fix: wording
gabitoesmiapodo Jan 2, 2025
0537d75
Merge pull request #349 from BootNodeDev/fix-readme
gabitoesmiapodo Jan 2, 2025
af86e61
chore: bump viem from 2.21.15 to 2.22.1
dependabot[bot] Jan 2, 2025
5ae0cc8
Merge pull request #352 from BootNodeDev/dependabot-npm_and_yarn-viem…
dependabot[bot] Jan 2, 2025
c68e775
fix: wording
gabitoesmiapodo Jan 3, 2025
ff65632
chore: version bump
gabitoesmiapodo Jan 3, 2025
31ae053
Merge branch 'staging' into develop
gabitoesmiapodo Jan 3, 2025
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
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ PUBLIC_WALLETCONNECT_PROJECT_ID=
# Native token address
PUBLIC_NATIVE_TOKEN_ADDRESS=0x0000000000000000000000000000000000000000

# RPCs
# RPCs. If you want to use an RPC different from the one provided by wagmi.
PUBLIC_RPC_ARBITRUM=
PUBLIC_RPC_ARBITRUM_SEPOLIA=
PUBLIC_RPC_BASE=
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

[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.

Check out the documentation for more information about building your first dApp: [docs.dappbooster.dev](https://docs.dappbooster.dev/)

## Table of Contents

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

## Requirements

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dappbooster",
"private": true,
"version": "0.9.13",
"version": "0.9.14",
"type": "module",
"scripts": {
"build": "tsc --noEmit && vite build",
Expand All @@ -28,10 +28,10 @@
"@faceless-ui/modal": "3.0.0-beta.2",
"@lifi/sdk": "^3.2.3",
"@t3-oss/env-core": "^0.11.1",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query": "^5.62.0",
"@tanstack/react-router": "^1.58.7",
"@tanstack/react-virtual": "^3.10.8",
"@uniswap/default-token-list": "^12.18.0",
"@uniswap/default-token-list": "^12.34.0",
"@vercel/analytics": "^1.3.1",
"connectkit": "^1.8.2",
"modern-normalize": "^3.0.1",
Expand All @@ -44,7 +44,7 @@
"react-number-format": "^5.4.2",
"styled-components": "^6.1.13",
"use-debounce": "^10.0.3",
"viem": "^2.21.15",
"viem": "^2.22.1",
"wagmi": "^2.12.14",
"zod": "^3.23.8"
},
Expand All @@ -56,13 +56,13 @@
"@tanstack/react-query-devtools": "^5.58.0",
"@tanstack/router-cli": "^1.58.1",
"@tanstack/router-devtools": "^1.58.7",
"@tanstack/router-vite-plugin": "^1.58.4",
"@tanstack/router-vite-plugin": "^1.93.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/coverage-v8": "^2.1.1",
"@wagmi/cli": "^2.1.16",
"change-case": "^5.4.4",
Expand Down
Loading
Loading