From a1973cf6ce4c6201b5c052c1ffe806d342ec54d7 Mon Sep 17 00:00:00 2001 From: Alexey Churkin Date: Wed, 31 May 2023 16:10:47 +0200 Subject: [PATCH] chore: readme updated to reflect latest tag --- README.md | 6 +++--- docker-compose.yml | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f89b9d42..6e626892 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: diff --git a/docker-compose.yml b/docker-compose.yml index e7d93548..269b8ae9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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}