fix: use https instead of git for cloning in script

This commit is contained in:
Arseniy Klempner 2025-11-21 12:28:40 -08:00
parent 5a5363b5c6
commit 71525a03c9
No known key found for this signature in database
GPG Key ID: 51653F18863BD24B

View File

@ -9,7 +9,7 @@ const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);
const CONTRACT_DIR = join(__dirname, "waku-rlnv2-contract");
const REPO_URL = "git@github.com:waku-org/waku-rlnv2-contract.git";
const REPO_URL = "https://github.com/waku-org/waku-rlnv2-contract.git";
/**
* Execute a shell command and print output in real-time