We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6788f77 commit 5780052Copy full SHA for 5780052
test/externalTests/bleeps.sh
@@ -35,8 +35,8 @@ function test_fn { npm run test; }
35
function bleeps_test
36
{
37
local repo="https://github.com/wighawag/bleeps"
38
- local ref_type=tag
39
- local ref=bleeps_migrations # TODO: There's a 0.4.19 contract in 'main' that would need patching for the latest compiler.
+ local ref_type=branch
+ local ref=main
40
local config_file="hardhat.config.ts"
41
local config_var=config
42
0 commit comments