Skip to content

Commit

Permalink
add: instruction to add token
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-hash authored Mar 1, 2024
1 parent 71a90f4 commit 2008011
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# ayin-price

Price tracker for [ayin.app](https://ayin.app) DEX


## Add token
Open a PR and edit `tokens.js` with the information below

```
tokenid:
contractid: Pool contract address for coin/alph
symbol:
decimals:
circulating_supply_address: Address holding the non-circulating coins
supply:
```

0 comments on commit 2008011

Please sign in to comment.