From b3e1dc3f4965a17b7da5f73dee5d76fe6bdcfd63 Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Mon, 10 Feb 2025 23:30:56 +0100 Subject: [PATCH] add waku-rlnv2-contract as vendor dependency (#3289) The waku-rlnv2-contract commit (a576a89) that is being added is the one that generated the currently deployed waku network --- .gitmodules | 5 +++++ vendor/waku-rlnv2-contract | 1 + 2 files changed, 6 insertions(+) create mode 160000 vendor/waku-rlnv2-contract diff --git a/.gitmodules b/.gitmodules index ad8ba817f..bde56a76e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -189,3 +189,8 @@ url = https://github.com/vacp2p/nim-ngtcp2.git ignore = untracked branch = master +[submodule "vendor/waku-rlnv2-contract"] + path = vendor/waku-rlnv2-contract + url = https://github.com/waku-org/waku-rlnv2-contract.git + ignore = untracked + branch = master diff --git a/vendor/waku-rlnv2-contract b/vendor/waku-rlnv2-contract new file mode 160000 index 000000000..a576a8949 --- /dev/null +++ b/vendor/waku-rlnv2-contract @@ -0,0 +1 @@ +Subproject commit a576a8949ca20e310f2fbb4ec0bd05a57ac3045f