File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
components/embedded-wallets/Configure Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments