From fee1d7221ea8fd471fcaf5dff5fb634c46e2c5e8 Mon Sep 17 00:00:00 2001 From: Frances Liu Date: Thu, 17 Jul 2025 10:30:26 -0700 Subject: [PATCH] add disclaimer this enabled on testnet and not mainnet. --- .../pages/en/build/sdks/ts-sdk/account/account-abstraction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nextra/pages/en/build/sdks/ts-sdk/account/account-abstraction.mdx b/apps/nextra/pages/en/build/sdks/ts-sdk/account/account-abstraction.mdx index b4d36cfc9..7f8e17d94 100644 --- a/apps/nextra/pages/en/build/sdks/ts-sdk/account/account-abstraction.mdx +++ b/apps/nextra/pages/en/build/sdks/ts-sdk/account/account-abstraction.mdx @@ -6,7 +6,7 @@ import { Steps, Callout } from "nextra/components"; # Account Abstraction -Account Abstraction (AA) on Aptos **enables custom transaction authentication logic through Move modules**, allowing accounts to define their own rules beyond native cryptographic schemes. +Account Abstraction (AA) on Aptos **enables custom transaction authentication logic through Move modules**, allowing accounts to define their own rules beyond native cryptographic schemes. **Note:** This is currently only live on testnet as of July 17, 2025. ## Core Concepts