Skip to content

Commit ba505f9

Browse files
committed
chore: update mainnet AA message (#6427)
<!-- start pr-codex --> ## PR-Codex overview This PR updates the text in the `Alerts.tsx` component to clarify instructions related to Account Abstraction for API keys and billing. ### Detailed summary - Changed the message about enabling Account Abstraction to specify it is for mainnet chains. - Updated the action from "add a payment method" to "subscribe to a billing plan." > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent c547164 commit ba505f9

File tree

1 file changed

+4
-5
lines changed
  • apps/dashboard/src/components/settings/ApiKeys

1 file changed

+4
-5
lines changed

apps/dashboard/src/components/settings/ApiKeys/Alerts.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ export const SmartWalletsBillingAlert = ({
4444
<AlertTitle>Account Abstraction on Mainnet</AlertTitle>
4545
<AlertDescription>
4646
<Text as="span" pr={1}>
47-
You&apos;ve enabled Account Abstraction for one of your API keys
48-
and haven&apos;t added a payment method.
47+
You&apos;ve enabled Account Abstraction for one of your API keys.
4948
<br />
50-
To use them on Mainnet,
51-
</Text>
49+
To enable AA on mainnet chains,
50+
</Text>{" "}
5251
<TrackedLink
5352
href="/team/~/~/settings/billing"
5453
category="api_keys"
@@ -57,7 +56,7 @@ export const SmartWalletsBillingAlert = ({
5756
color="blue.500"
5857
>
5958
<Text as="span" color="blue.500">
60-
add a payment method.
59+
subscribe to a billing plan.
6160
</Text>
6261
</TrackedLink>
6362
</AlertDescription>

0 commit comments

Comments
 (0)