Skip to content

Commit 82b4b5d

Browse files
authored
Merge pull request #16110 from ethereum/fix_ci
external tests: pin gnosis to v1.4.1
2 parents 0917604 + aa1dae1 commit 82b4b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/externalTests/gnosis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function test_fn { npm test; }
3737
function gnosis_safe_test
3838
{
3939
local repo="https://github.com/safe-global/safe-contracts.git"
40-
local ref="<latest-release>"
40+
local ref="v1.4.1"
4141
local config_file="hardhat.config.ts"
4242
local config_var=userConfig
4343

0 commit comments

Comments
 (0)