Skip to content

Commit 1c6c40a

Browse files
Merge branch 'main' into winston/update-in-app-wallet-user-api
2 parents 890b555 + 07ea65b commit 1c6c40a

File tree

249 files changed

+6049
-5011
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

249 files changed

+6049
-5011
lines changed

.changeset/cold-eels-crash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Handle unsupported Pay chains properly for sending paid transactions

.changeset/soft-weeks-know.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sweet-days-admire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Redesigned Pay payment selection flow

.changeset/wicked-gifts-joke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Better handling of ecosystem smart accounts

apps/dashboard/.env.example

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,6 @@ GITHUB_API_TOKEN="ghp_..."
7575
# Upload server url
7676
NEXT_PUBLIC_DASHBOARD_UPLOAD_SERVER="https://storage.thirdweb-preview.com"
7777

78-
# Payments Admin Secret. For dev, get this value from paper-web-dev (on Zeet)'s "HASURA_ADMIN_SECRET_KEY" env var
79-
PAYMENTS_ADMIN_SECRET=""
80-
81-
# Disable telemetry
82-
NEXT_TELEMETRY_DISABLED=1
83-
84-
# Use trench for KYC
85-
NEXT_PUBLIC_TRENCH_2_API_ENDPOINT=""
86-
8778
# Unthread variables - only required for submitting the support form in /support
8879
UNTHREAD_API_KEY=""
8980
UNTHREAD_TRIAGE_CHANNEL_ID=""

apps/dashboard/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"@chakra-ui/react": "^2.8.2",
2626
"@chakra-ui/styled-system": "^2.9.2",
2727
"@chakra-ui/theme-tools": "^2.1.2",
28-
"@coinbase/onchainkit": "^0.14.2",
2928
"@emotion/react": "11.13.3",
3029
"@emotion/styled": "11.13.0",
3130
"@hookform/resolvers": "^3.9.0",
@@ -46,7 +45,7 @@
4645
"@radix-ui/react-slot": "^1.1.0",
4746
"@radix-ui/react-switch": "^1.1.1",
4847
"@radix-ui/react-tooltip": "1.1.3",
49-
"@sentry/nextjs": "8.34.0",
48+
"@sentry/nextjs": "8.35.0",
5049
"@shazow/whatsabi": "^0.15.4",
5150
"@stripe/react-stripe-js": "^2.8.1",
5251
"@stripe/stripe-js": "^3.5.0",
@@ -62,13 +61,13 @@
6261
"compare-versions": "^6.1.0",
6362
"date-fns": "4.1.0",
6463
"flat": "^6.0.1",
65-
"framer-motion": "11.11.9",
64+
"framer-motion": "11.11.10",
6665
"fuse.js": "7.0.0",
6766
"input-otp": "^1.2.4",
6867
"ioredis": "^5.4.1",
6968
"ipaddr.js": "^2.2.0",
7069
"lottie-react": "^2.4.0",
71-
"lucide-react": "0.453.0",
70+
"lucide-react": "0.454.0",
7271
"next": "14.2.15",
7372
"next-plausible": "^3.12.0",
7473
"next-seo": "^6.5.0",
@@ -108,7 +107,7 @@
108107
"@chromatic-com/storybook": "2.0.2",
109108
"@next/bundle-analyzer": "14.2.15",
110109
"@next/eslint-plugin-next": "14.2.15",
111-
"@playwright/test": "1.47.2",
110+
"@playwright/test": "1.48.2",
112111
"@storybook/addon-essentials": "8.3.6",
113112
"@storybook/addon-interactions": "8.3.6",
114113
"@storybook/addon-links": "8.3.6",
@@ -118,7 +117,7 @@
118117
"@storybook/nextjs": "8.3.6",
119118
"@storybook/react": "8.3.6",
120119
"@storybook/test": "8.3.6",
121-
"@types/color": "^3.0.6",
120+
"@types/color": "4.2.0",
122121
"@types/node": "20.14.9",
123122
"@types/papaparse": "^5.3.15",
124123
"@types/pluralize": "^0.0.33",
@@ -136,7 +135,7 @@
136135
"eslint-config-biome": "1.9.3",
137136
"eslint-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241014",
138137
"eslint-plugin-storybook": "^0.9.0",
139-
"knip": "^5.33.3",
138+
"knip": "5.34.2",
140139
"next-sitemap": "^4.2.3",
141140
"postcss": "8.4.47",
142141
"storybook": "8.3.6",
551 KB
Loading
1.53 MB
Loading
1.53 MB
Loading
1.85 MB
Loading

0 commit comments

Comments
 (0)