Skip to content

Commit 8e2cccc

Browse files
committed
Fix copy in token directory page
1 parent 6290e71 commit 8e2cccc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

support/token-directory.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
22

33
title: "Token Directory"
4-
description: The Token Directory by Sequence is an open resource on GitHub used to filter spam from verified tokens. Users can manually add new tokens to be visible in wallets and infrastructure by updating wallet settings or the token directory.
4+
description: Sequence Token Directory is an open resource repository on GitHub used to filter spam tokens from our services and wallets. Developers can submit pull requests to the Token Directory to get new tokens verified in wallets and infrastructure.
55
---
66

7-
When tokens are added to various blockchains, the default is for these tokens to not be included in the default wallet settings since a lot of tokens can be considering spam until they are verified.
7+
When new token contracts are deployed to a blockchain supported by Sequence, they are not automatically visible in wallets and infrastructure since they are not verified and might be considered spam.
88

9-
The best way to get your contracts verified is to deploy them through the Sequence Builder which will add them to our token directory automatically.
9+
The best way to get your contracts automatically verified is to deploy them through the Sequence Builder which will add them to our token directory immediately. Alternatively, you can import your contracts into your project in Builder and they will be automatically verified as well.
10+
11+
We also support verifying external contracts and collections. Simply open a Pull Request with the contract information against the [Token Directory](https://github.com/0xsequence/token-directory).
1012

11-
We also support verifying external contracts and collections, to do this - please get in [contact](https://go.crisp.chat/chat/embed/?website_id=9ef4395b-6bb1-4645-8e02-6071d89290a1).
1213

1314
Otherwise, if you are deploying tokens for testing - you can also configure your Sequence Wallet to show unverified tokens.
1415

15-
## How to make tokens appear in your wallet
16+
## How to make unverified tokens appear in your wallet
1617

17-
From your Sequence Wallet in Builder, navigate to [Settings > General](https://sequence.app/settings/general) and untoggle `Hide Unverified Tokens`.
18+
Launch your [Sequence Wallet](https://sequence.app/), navigate to [Settings > General](https://sequence.app/settings/general) and untoggle `Hide Unverified Tokens`.
1819

1920
<Warning>
20-
Note <br />
21-
This will show all unverified tokens which can be utilized for testing purposes.
21+
This will show all unverified tokens, including spam tokens.
2222
</Warning>

0 commit comments

Comments
 (0)