Skip to content

Commit 2e334c3

Browse files
authored
Merge pull request #13229 from ethereum/temp-fix-ext
Fix external test ens
2 parents b70e064 + 4d8a14b commit 2e334c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/externalTests/ens.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ function test_fn { yarn test; }
3737
function ens_test
3838
{
3939
local repo="https://github.com/ensdomains/ens-contracts.git"
40-
local ref_type=branch
41-
local ref="master"
40+
local ref_type=commit
41+
local ref="083d29a2c50cd0a8307386abf8fadc217b256256"
4242
local config_file="hardhat.config.js"
4343

4444
local compile_only_presets=(

0 commit comments

Comments
 (0)