diff --git a/docs/docs.json b/docs/docs.json index 06fb01476..49521c202 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -246,6 +246,7 @@ "specifications/b20/changelog" ] }, + "specifications/native-account-abstraction", { "group": "Transactions", "pages": [ @@ -433,7 +434,6 @@ "group": "Denim", "pages": [ "upgrades/denim/overview", - "specifications/native-account-abstraction", "upgrades/denim/200ms-blocks", "upgrades/denim/migrate-from-flashblocks" ] diff --git a/docs/upgrades/denim/overview.mdx b/docs/upgrades/denim/overview.mdx index cbec7d5a4..d3ec15a0b 100644 --- a/docs/upgrades/denim/overview.mdx +++ b/docs/upgrades/denim/overview.mdx @@ -33,13 +33,5 @@ Denim adds onchain millisecond time through the BaseTime predeploy. A BaseTime m Block, header, transaction, log, and receipt responses gain optional millisecond-resolution timestamp fields (`timestampMs`, `blockTimestampMs`), derived from authenticated BaseTime metadata. The existing seconds-based `timestamp` field is unchanged for backward compatibility. - - - - -**Base** ยท EIP-8130 - -Denim introduces native account abstraction through EIP-8130. Accounts can register who can act for them and how signatures are checked, so smart accounts can send ordinary transactions without bundlers or relays. See [Native Account Abstraction](/specifications/native-account-abstraction). -