Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artyukh authored Oct 27, 2021
1 parent a2dbd32 commit 5571bde
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ docker exec -it $(docker-compose ps | grep postgres | awk '{print $1}') psql -v
## 27.10.2021
- Change javascript instance of IPFS to separate service, which runs [go-IPFS](https://github.com/ipfs/go-ipfs) daemon.
- Move orbitdb mounting directory on the host to the top level at `./data/orbitdb`.

- Added ARBITRUM testnet to [config/chains_config.json](https://github.com/debridge-finance/debridge-launcher/tree/master/config)
- Added Sentry. If you are using sentry, please update SENTRY_DSN at .env file.
- Removed DEBRIDGE_API_ACCESS_KEY. We support validators auth by singing message with private key

### How to migrate
```shell
# stop running containers
Expand Down Expand Up @@ -122,4 +125,4 @@ docker-compose restart

# check if any errors occured
docker-compose logs -f | grep -i "error"
```
```

0 comments on commit 5571bde

Please sign in to comment.