From adf3eaac9bf0282cb2efd09861a66ba03c6d661c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Mon, 16 May 2022 22:43:31 +0200 Subject: [PATCH] gnosis: Update upstream repo URL --- test/externalTests/gnosis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/externalTests/gnosis.sh b/test/externalTests/gnosis.sh index 5c02baa16..7d579f76c 100755 --- a/test/externalTests/gnosis.sh +++ b/test/externalTests/gnosis.sh @@ -36,7 +36,7 @@ function test_fn { npm test; } function gnosis_safe_test { - local repo="https://github.com/gnosis/safe-contracts.git" + local repo="https://github.com/safe-global/safe-contracts.git" local ref_type=branch local ref=main local config_file="hardhat.config.ts"