update gitmodules and waku.nimble

This commit is contained in:
Ivan FB 2026-03-25 17:50:33 +01:00
parent f60596af0a
commit 90b66a4f4b
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270
2 changed files with 4 additions and 1 deletions

3
.gitmodules vendored
View File

@ -8,3 +8,6 @@
url = https://github.com/logos-messaging/waku-rlnv2-contract.git
ignore = untracked
branch = master
[submodule "vendor/nph"]
path = vendor/nph
url = https://github.com/arnetheduck/nph

View File

@ -28,7 +28,7 @@ requires "nim >= 2.2.4",
"nat_traversal",
"dnsdisc",
"dnsclient",
"httputils",
"httputils >= 0.4.1",
# Cryptography
"nimcrypto",
"secp256k1",