Skip to content

Commit

Permalink
Updates based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Jan 8, 2024
1 parent fadb39c commit c0f95e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
11 changes: 2 additions & 9 deletions docs/src/token-2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ fungible and non-fungible tokens.
The Token-2022 Program is a superset of the functionality provided by the
[Token Program](token.mdx).

The program is ready for full production use. All clusters have the latest
program deployed **without confidential transfer functionality**.

The program with confidential transfer functionality will be deployed once
Solana v1.17 reaches mainnet-beta with the appropriate syscalls enabled. See the
[Project Status](token-2022/status.md) for more information.

| Information | Account Address |
| --- | --- |
| Token-2022 Program | `TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb` |
Expand Down Expand Up @@ -141,8 +134,8 @@ For information about the types and instructions, the Rust docs are available at

## Security Audits

The Token-2022 Program has been audited multiple times to ensure safety of
funds. All audits are published here as they are completed.
The Token-2022 Program has been audited multiple times. All audits are published
here as they are completed.

Here are the completed audits as of 13 December 2023:

Expand Down
4 changes: 2 additions & 2 deletions docs/src/token-2022/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Project Status
---

The Token-2022 program is ready for full production use. All clusters have the
latest program deployed **without confidential transfer functionality**.
All clusters have the latest program deployed **without confidential transfer
functionality**.

The program with confidential transfer functionality will be deployed once
Solana v1.17 reaches mainnet-beta with the appropriate syscalls enabled.
Expand Down

0 comments on commit c0f95e8

Please sign in to comment.