From 1d5b07fb91941092395c1f7edb7844365105875f Mon Sep 17 00:00:00 2001 From: stubbsta Date: Mon, 9 Jun 2025 10:56:16 +0200 Subject: [PATCH] Use absolute path for waku-rlnv2-contract --- tests/waku_rln_relay/utils_onchain.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/waku_rln_relay/utils_onchain.nim b/tests/waku_rln_relay/utils_onchain.nim index cb1ad399e..219ef012e 100644 --- a/tests/waku_rln_relay/utils_onchain.nim +++ b/tests/waku_rln_relay/utils_onchain.nim @@ -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