mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix external test ens
By using the last known working commit. Only a temporary measure.
This commit is contained in:
parent
b70e064e8f
commit
4d8a14b653
@ -37,8 +37,8 @@ function test_fn { yarn test; }
|
||||
function ens_test
|
||||
{
|
||||
local repo="https://github.com/ensdomains/ens-contracts.git"
|
||||
local ref_type=branch
|
||||
local ref="master"
|
||||
local ref_type=commit
|
||||
local ref="083d29a2c50cd0a8307386abf8fadc217b256256"
|
||||
local config_file="hardhat.config.js"
|
||||
|
||||
local compile_only_presets=(
|
||||
|
Loading…
Reference in New Issue
Block a user