Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
chore: readme updated to reflect latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeychr committed May 31, 2023
1 parent e81c2c2 commit a1973cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

- Grab the source code:
```sh
git clone --depth 1 --single-branch --branch v2.2-latest git@github.com:debridge-finance/dln-taker.git
git clone --depth 1 --single-branch --branch v2.3-latest git@github.com:debridge-finance/dln-taker.git
```
- `cd` to the directory and install necessary production dependencies:
```sh
Expand Down Expand Up @@ -59,10 +59,10 @@ From the high level perspective, `dln-taker` automates the process of order esti

## Installation

Fetch the source code from Github, picking the given revision (current: `v2.2-latest`):
Fetch the source code from Github, picking the given revision (current: `v2.3-latest`):

```sh
git clone --depth 1 --single-branch --branch v2.2-latest git@github.com:debridge-finance/dln-taker.git
git clone --depth 1 --single-branch --branch v2.3-latest git@github.com:debridge-finance/dln-taker.git
```

`cd` to the directory and install necessary production dependencies:
Expand Down
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ services:
- BNB_TAKER_PRIVATE_KEY=${BNB_TAKER_PRIVATE_KEY}
- BNB_UNLOCK_AUTHORITY_PRIVATE_KEY=${BNB_UNLOCK_AUTHORITY_PRIVATE_KEY}

- FANTOM_RPC=${FANTOM_RPC}
- FANTOM_BENEFICIARY=${FANTOM_BENEFICIARY}
- FANTOM_TAKER_PRIVATE_KEY=${FANTOM_TAKER_PRIVATE_KEY}
- FANTOM_UNLOCK_AUTHORITY_PRIVATE_KEY=${FANTOM_UNLOCK_AUTHORITY_PRIVATE_KEY}

- ETHEREUM_RPC=${ETHEREUM_RPC}
- ETHEREUM_BENEFICIARY=${ETHEREUM_BENEFICIARY}
- ETHEREUM_TAKER_PRIVATE_KEY=${ETHEREUM_TAKER_PRIVATE_KEY}
Expand Down

0 comments on commit a1973cf

Please sign in to comment.