From d3baf152035c8651ef78a39bbf80b2a7437bdf01 Mon Sep 17 00:00:00 2001 From: Lee ByeongJun Date: Wed, 18 Dec 2024 10:32:41 +0900 Subject: [PATCH] Update router/_helper_test.gno Co-authored-by: Blake <104744707+r3v4s@users.noreply.github.com> --- router/_helper_test.gno | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router/_helper_test.gno b/router/_helper_test.gno index 1eca42f3..b78458f8 100644 --- a/router/_helper_test.gno +++ b/router/_helper_test.gno @@ -21,7 +21,7 @@ import ( const ( ugnotDenom string = "ugnot" - ugnotPath string = "gno.land/r/gnoswap/v1/pool:ugnot" + ugnotPath string = "ugnot" wugnotPath string = "gno.land/r/demo/wugnot" gnsPath string = "gno.land/r/gnoswap/v1/gns" barPath string = "gno.land/r/onbloc/bar"