From 669927f470ceac1440c21ecfec64058162a277f0 Mon Sep 17 00:00:00 2001 From: Goran Vladika Date: Mon, 26 Feb 2024 10:21:30 +0100 Subject: [PATCH] Usee https instead of ssh to avoid runner auth issues --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 99139623ee..9d93f80f2d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,5 +3,5 @@ url = https://github.com/foundry-rs/forge-std [submodule "lib/nitro-contracts"] path = lib/nitro-contracts - url = git@github.com:OffchainLabs/nitro-contracts.git - branch = v1.1.0 + url = https://github.com/OffchainLabs/nitro-contracts.git + branch = v1.2.1