From 961eaa881a2360ab6192f7def8ffb6d5c595fc41 Mon Sep 17 00:00:00 2001 From: fewensa <37804932+fewensa@users.noreply.github.com> Date: Fri, 15 Mar 2024 15:31:06 +0800 Subject: [PATCH] Update safe-eth-py --- docker-image/safe-transaction-service/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-image/safe-transaction-service/Dockerfile b/docker-image/safe-transaction-service/Dockerfile index 32180f7..ae311f5 100644 --- a/docker-image/safe-transaction-service/Dockerfile +++ b/docker-image/safe-transaction-service/Dockerfile @@ -8,5 +8,5 @@ RUN apt-get update -y \ && mv tmp/safe_transaction_service ./ \ && rm -rf tmp \ && 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/dcdao/safe-eth-py.git@support-darwinia