Skip to content

Commit

Permalink
renamed to dxstats & bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoelzer committed Dec 16, 2020
1 parent d24054a commit 4efa53f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Swapr History
# DXstats

Transaction and liquidity pool stats for [Swapr](https://swapr.eth.link).

Check it out live: [https://swapr.info](https://swapr.info).
Check it out live: [https://dxstats.eth.link](https://dxstats.eth.link).

### To Start Development

Expand All @@ -12,6 +12,15 @@ Check it out live: [https://swapr.info](https://swapr.info).
yarn
```

###### Create .env

Set .env variables

```bash
REACT_APP_FACTORY_ADDRESS="0xd34971bab6e5e356fd250715f5de0492bb070452"
REACT_APP_FACTORY_STARTING_BLOCK=1140127
```

###### Running locally

```bash
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swapr-info",
"version": "0.0.1",
"name": "dxstats",
"version": "1.0.0-alpha.1",
"devDependencies": {
"@popperjs/core": "^2.4.2",
"@reach/portal": "^0.10.3",
Expand Down

0 comments on commit 4efa53f

Please sign in to comment.