Skip to content

Commit

Permalink
docs: Add table with list of bridged tokens (#1009)
Browse files Browse the repository at this point in the history
* Add table with list of bridged tokens

* Removed TVL limitations from StarkGate overview.
  • Loading branch information
stoobie committed Dec 19, 2023
1 parent 7795d8b commit 09f5780
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 28 deletions.
37 changes: 10 additions & 27 deletions components/Starknet/modules/tools/pages/starkgate-bridge.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,40 +14,23 @@ include::partial$snippet_backwards_compatibiity_note.adoc[]
[#starkgate_supported_tokens]
== Supported tokens in StarkGate

In order to reduce the risks involved in using an Alpha version, StarkGate Alpha on Mainnet has limitations regarding the deposit amount and total value locked in the L1 bridge contract:
StarkGate supports many tokens, including ETH, WBTC, USDC, DAI, and many more.

[%autowidth.stretch,stripes=even]
|===
| Token | Max total value locked

| ETH
| 150,000 ETH

| WBTC
| 200 WBTC

| USDC
| 40,000,000 USDC

| USDT
| 20,000,000 USDT
For a comprehensive list of tokens that StarkGate supports, see the JSON files in the Starknet Github repository shown in the table xref:#table_StarkGate_token_addresses[].

| DAI
| 5,000,000 DAI

| rETH
| 10,000 rETH

| wstETH
| 5,000 wstETH
[#table_StarkGate_token_addresses]
.StarkGate bridged tokens
|===
| Network | StarkGate bridged tokens JSON file

| Mainnet | link:https://github.com/starknet-io/starknet-addresses/blob/master/bridged_tokens/mainnet.json[mainnet.json]
| Sepolia testnet | link:https://github.com/starknet-io/starknet-addresses/blob/master/bridged_tokens/sepolia.json[sepolia.json]
| Goerli testnet (deprecated) | https://github.com/starknet-io/starknet-addresses/blob/master/bridged_tokens/goerli.json[goerli.json]
|===

[NOTE]
====
StarkWare plans to gradually ease these limitations and lift them completely, as confidence grows.
Changes will be updated here.
Previously, StarkGate placed limitations for each supported token on the amount that could be deposited and the total value locked in the L1 bridge contract on Mainnet. These limits have been removed.
====

[id="l1l2_transfer_deposit"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[NOTE]
====
StarkGate provides a contract that enables seamless backward compatibility with the previous version of StarkGate.
StarkGate 2.0 provides a contract that enables seamless backward compatibility with the previous version of StarkGate.
When you update the code in your contract, make sure that you use the most up-to-date versions of all StarkGate contracts.
====

0 comments on commit 09f5780

Please sign in to comment.