Skip to content

Commit

Permalink
Use forked transaction service
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Jul 4, 2023
1 parent 4947371 commit e29d41d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-image/safe-transaction-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ RUN apt-get update -y \
&& apt-get install -y git gcc \
&& rm -rf /var/lib/apt/lists/* \
&& pip uninstall -y safe-eth-py \
&& pip install git+https://github.com/furoxr/safe-eth-py.git@support-darwinia
&& pip install git+https://github.com/furoxr/safe-eth-py.git@support-darwinia \
&& git clone -b support-darwinia https://github.com/fewensa/safe-transaction-service tmp \
&& rm -rf safe_transaction_service \
&& mv tmp/safe_transaction_service ./ \
&& rm -rf tmp

0 comments on commit e29d41d

Please sign in to comment.