Skip to content

Commit 2726b3e

Browse files
committed
up script
1 parent 1071709 commit 2726b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rln/generate_contract_abi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const __filename = fileURLToPath(import.meta.url);
99
const __dirname = dirname(__filename);
1010

1111
const CONTRACT_DIR = join(__dirname, "waku-rlnv2-contract");
12-
const REPO_URL = "https://github.com/waku-org/waku-rlnv2-contract.git";
12+
const REPO_URL = "https://github.com/logos-messaging/waku-rlnv2-contract.git";
1313

1414
/**
1515
* Execute a shell command and print output in real-time

0 commit comments

Comments
 (0)