Skip to content

Commit

Permalink
Merge pull request #353 from BootNodeDev/develop
Browse files Browse the repository at this point in the history
chore: merge latest changes
  • Loading branch information
gabitoesmiapodo authored Jan 3, 2025
2 parents 4006c80 + 31ae053 commit d688d21
Show file tree
Hide file tree
Showing 5 changed files with 752 additions and 330 deletions.
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

0 comments on commit d688d21

Please sign in to comment.