diff --git a/router/gno_helper.gno b/router/gno_helper.gno deleted file mode 100644 index cecbb2f6a..000000000 --- a/router/gno_helper.gno +++ /dev/null @@ -1,11 +0,0 @@ -package router - -import ( - "std" - - "gno.land/r/gnoswap/v1/consts" -) - -func GetOrigPkgAddr() std.Address { - return consts.ROUTER_ADDR -}