Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ct/get-started/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ yarn add @fairblock/stabletrust

## Supported Networks

The SDK currently supports confidential transfers on the following testnets:
The SDK currently supports confidential transfers on the following networks:

| Network | Chain ID | Notes |
| :--- | :--- | :--- |
| Arbitrum One | 42161 | Mainnet |
| Ethereum Sepolia | 11155111 | |
| Arbitrum Sepolia | 421614 | |
| Base Sepolia | 84532 | |
Expand Down
10 changes: 9 additions & 1 deletion ct/sdk-reference/supported-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ title: "Supported Networks"
description: "Networks available for confidential transfers"
---

The Stabletrust SDK supports confidential transfers on the following **testnet** networks.
The Stabletrust SDK supports confidential transfers on the following networks.

## Mainnet

| Network (Mainnet) | Chain ID | Confidential Contract Address |
| :--- | :--- | :--- |
| Arbitrum One | 42161 | `0xCAA6384D5Ac8b9111D482dd676BB890f2b6e9513` |

## Testnets

| Network (Testnet) | Chain ID | Confidential Contract Address |
| :--- | :--- | :--- |
Expand Down