Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix: update tokens listing info (#802)
Browse files Browse the repository at this point in the history
* fix: update tokens listing info

* fix: anchor

* fix: lint error
  • Loading branch information
JackHamer09 authored Nov 30, 2023
1 parent adf4f44 commit 9fb0be7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/concepts/bridging-asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Addresses of tokens on L2 will always differ from the same token L1 address.

You can get the default bridge addresses using the [`zks_getBridgeContracts`](../../api/api.md#zks-getbridgecontracts) endpoint or [`getDefaultBridgeAddresses`](../../api/js/providers.md#getdefaultbridgeaddresses) method of `Provider`. Similar methods are available in the other SDKs.

### Add tokens to the bridge
### Adding Tokens to the Bridge UI

Currently only a small list of selected tokens is displayed on the bridge page. We're actively working on allowing deposits and withdrawals of any ERC-20 token user has on their balance, so there will be no action required from your side to add a token to the bridge page.
No action is required to add tokens to the bridge UI. All tokens are automatically recognized based on user balances. If you desire for your token to display an icon or price, refer to the [Token Listing Guide](../troubleshooting/faq.md#token-listing).

### Deposits (to L2)

Expand Down
7 changes: 7 additions & 0 deletions docs/reference/troubleshooting/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,13 @@ Read more about [Hyperscalability and ZK Stack here](../concepts/hyperscaling.md

At the moment, we support any Ethereum-based wallet like Metamask, BitKeep, TrustWallet or Zerion. You can add zkSync network to your Metamask manually by following the instructions in the [interacting with zkSync Era page](../../dev/building-on-zksync/interacting.md#connecting-to-zksync-era-on-metamask).

## Token Listing

We source our token information from [Coingecko](https://www.coingecko.com/en/categories/zksync-ecosystem).

- **Adding a Token**: usually tokens are identified automatically. If you wish to include a logo, pricing, or other details for your token, ensure it is listed on Coingecko. Once listed, these details will automatically appear on Block Explorer and Bridge. It may take up to 24 hours for updates to be reflected.
- **Top Tokens List**: Tokens are arranged in descending order based on liquidity. We do not control the order of the tokens.

## How do I Request Funds for Testnet?

To access the testnet funds (Goerli ETH) you can use one of the following third party faucets:
Expand Down

0 comments on commit 9fb0be7

Please sign in to comment.