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 1071709 commit 2726b3eCopy full SHA for 2726b3e
packages/rln/generate_contract_abi.js
@@ -9,7 +9,7 @@ const __filename = fileURLToPath(import.meta.url);
9
const __dirname = dirname(__filename);
10
11
const CONTRACT_DIR = join(__dirname, "waku-rlnv2-contract");
12
-const REPO_URL = "https://github.com/waku-org/waku-rlnv2-contract.git";
+const REPO_URL = "https://github.com/logos-messaging/waku-rlnv2-contract.git";
13
14
/**
15
* Execute a shell command and print output in real-time
0 commit comments