Skip to content

Commit 4d8a14b

Browse files
committed
Fix external test ens
By using the last known working commit. Only a temporary measure.
1 parent b70e064 commit 4d8a14b

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)