Skip to content

Commit 7d47b4c

Browse files
committed
chore: Update Accelerate features list (#7053)
<!-- start pr-codex --> ## PR-Codex overview This PR focuses on updating the pricing plans and features for the embedded wallets in the dashboard application. It adjusts the plan requirements and modifies the features associated with different plans. ### Detailed summary - Changed `authRequiredPlan` from `"accelerate"` to `"growth"`. - Added `"Custom Wallet Branding & Auth"` to the features list. - Removed `"Custom Wallet Branding & Auth"` from the `TEAM_PLANS` features. - Increased `$400 Usage Credits` to `$500 Usage Credits` in the `TEAM_PLANS` features. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent feae304 commit 7d47b4c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

apps/dashboard/src/components/embedded-wallets/Configure/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export const InAppWalletSettingsUI: React.FC<
178178
const hasCustomBranding =
179179
!!config.applicationImageUrl?.length || !!config.applicationName?.length;
180180

181-
const authRequiredPlan = "accelerate";
181+
const authRequiredPlan = "growth";
182182
const brandingRequiredPlan = "starter";
183183

184184
// accelerate or higher plan required

apps/dashboard/src/utils/pricing.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export const TEAM_PLANS: Record<
4343
"$100 Usage Credits",
4444
"Email support",
4545
"SMS Onboarding",
46+
"Custom Wallet Branding & Auth",
4647
"30d User Analytics",
4748
"Gas grant for transactions",
4849
],
@@ -55,8 +56,6 @@ export const TEAM_PLANS: Record<
5556
description: "For funded startups and mid-size businesses.",
5657
features: [
5758
"$250 Usage Credits",
58-
"Custom Wallet Branding & Auth",
59-
"Dedicated Engine Server",
6059
"24hr Guaranteed Support",
6160
"90d User Analytics",
6261
],
@@ -68,7 +67,7 @@ export const TEAM_PLANS: Record<
6867
subTitle: "Everything in Accelerate, plus:",
6968
trialPeriodDays: 0,
7069
features: [
71-
"$400 Usage Credits",
70+
"$500 Usage Credits",
7271
"12hr Guaranteed Response",
7372
"Slack Channel Support",
7473
"Whitelabel Infra Support",

0 commit comments

Comments
 (0)