Skip to content

Commit 5780052

Browse files
committed
bleeps: Switch to the main branch
1 parent 6788f77 commit 5780052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/externalTests/bleeps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ function test_fn { npm run test; }
3535
function bleeps_test
3636
{
3737
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.
38+
local ref_type=branch
39+
local ref=main
4040
local config_file="hardhat.config.ts"
4141
local config_var=config
4242

0 commit comments

Comments
 (0)