Skip to content

Commit

Permalink
package and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiy Dybskiy committed Jul 11, 2023
1 parent b6fbc91 commit d6873c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# @uniswap/default-token-list
# @berachain/default-token-list

[![Tests](https://github.com/Uniswap/token-lists/workflows/Tests/badge.svg)](https://github.com/Uniswap/default-token-list/actions?query=workflow%3ATests)
[![npm](https://img.shields.io/npm/v/@uniswap/default-token-list)](https://unpkg.com/@uniswap/default-token-list@latest/)
[![Tests](https://github.com/Berachain/token-lists/workflows/Tests/badge.svg)](https://github.com/Berachain/default-token-list/actions?query=workflow%3ATests)
[![npm](https://img.shields.io/npm/v/@berachain/default-token-list)](https://unpkg.com/@berachain/default-token-list@latest/)

This NPM module and GitHub repo contains the default token list used in the Uniswap interface.
This NPM module and GitHub repo contains the default token list used in the Berachain interface.

## Adding a token

To request that we add a token to the list,
[file an issue](https://github.com/Uniswap/default-token-list/issues/new?assignees=&labels=token+request&template=token-request.md&title=Add+%7BTOKEN_SYMBOL%7D%3A+%7BTOKEN_NAME%7D).
To request that we add a token to the list,
[file an issue](https://github.com/Berachain/default-token-list/issues/new?assignees=&labels=token+request&template=token-request.md&title=Add+%7BTOKEN_SYMBOL%7D%3A+%7BTOKEN_NAME%7D).

### Disclaimer

Note filing an issue does not guarantee addition to this default token list.
We do not review token addition requests in any particular order, and we do not
guarantee that we will review your request to add the token to the default list.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://github.com/Berachain/default-token-list#readme",
"devDependencies": {
"@ethersproject/address": "^5.0.2",
"@uniswap/token-lists": "^1.0.0-beta.29",
"@berachain/token-lists": "^1.0.0-beta.29",
"@uniswap/token-list-bridge-utils": "^2.0.0",
"ajv": "^6.12.3",
"chai": "^4.2.0",
Expand Down

0 comments on commit d6873c3

Please sign in to comment.