Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #348 from gnosis/DX-525/ATR
Browse files Browse the repository at this point in the history
DX-525/ATR
  • Loading branch information
c3rnst authored Oct 1, 2018
2 parents b1c8f8a + e5464f8 commit 338ad11
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
28 changes: 28 additions & 0 deletions ADD_TOKEN_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Add Token Request Template

If you want a token to be included on the Rinkeby token list for the [graphical user interface](https://rinkeby.slow.trade) in the dx-react, it must already be added to the *DutchX* contract on Rinkeby network.

You can make sure that the Token is indeed listed in the contract by calling the [API endpoint](https://dutchx-rinkeby.d.exchange/api/v1/tokens) and checking that your Token is present in the response received.

Then, please submit an issue titled **Add Token Request: <TOKEN_NAME>** to this repo following this template:

```markdown

I wish to add <Token> to the Rinkeby token list

[comment]: # (required fields)
Token address: <TOKEN_ADDRESS>
Token image: <LINK_TO_SVG_FILE>

[comment]: # (optional fileds)
Token name: <TOKEN_NAME>
Token symbol: <TOKEN_SYMBOL>
Token decimals: <TOKEN_DECIMALS>

```

Finally add **ATR** label to your issue and you are good to go.

Thank you for requesting that we add your token to the list. We will try our best to add your token as soon as possible. Unfortunately, we cannot guarantee that we will add it. We also reserve the right to take down any tokens that we have previously added.

We strongly recommend that you take a look at running [minimal liquidity bots](https://dutchx.readthedocs.io/en/latest/run-your-own-bots.html#run-your-own-bots-on-the-dutchx).
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
3. `3_DEV_ONLY_Migrate_Test_Tokens.js`

Where numbers 2 and 3 use conditional network checking logic to only deploy when ganache is set on the `development` (local) network.

# Submitting an Add Token Request

If you want a Token to be added to Rinkeby token list, please follow instructions in [ADD_TOKEN_REQUEST_TEMPLATE.md](./ADD_TOKEN_REQUEST_TEMPLATE.md).

License
----
Expand Down

0 comments on commit 338ad11

Please sign in to comment.