Skip to content

Commit 9594226

Browse files
arcoravenjnsdls
authored andcommitted
chore: Update Accelerate features list
1 parent feae304 commit 9594226

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)