Use absolute path for waku-rlnv2-contract

This commit is contained in:
stubbsta 2025-06-09 10:56:16 +02:00
parent 30406542fe
commit 1d5b07fb91

View File

@ -239,7 +239,7 @@ proc deployTestToken*(
## submodulePath: path to the submodule containing contract deploy scripts
# All RLN related tests should be run from the root directory of the project
let submodulePath = "./vendor/waku-rlnv2-contract"
let submodulePath = absolutePath("./vendor/waku-rlnv2-contract")
let forgePath = getForgePath()
debug "Forge path", forgePath