diff --git a/contract/r/gnoswap/position/native_token.gno b/contract/r/gnoswap/position/native_token.gno index d2e9fd18c..c73adea0c 100644 --- a/contract/r/gnoswap/position/native_token.gno +++ b/contract/r/gnoswap/position/native_token.gno @@ -8,7 +8,6 @@ import ( "gno.land/p/demo/ufmt" "gno.land/p/gnoswap/consts" - "gno.land/r/gnoswap/v1/common" ) // wrap wraps the specified amount of the native token `ugnot` into the wrapped token `wugnot`. diff --git a/contract/r/gnoswap/router/router.gno b/contract/r/gnoswap/router/router.gno index 08664d6e9..931640105 100644 --- a/contract/r/gnoswap/router/router.gno +++ b/contract/r/gnoswap/router/router.gno @@ -10,7 +10,6 @@ import ( "gno.land/p/gnoswap/consts" "gno.land/r/demo/wugnot" - "gno.land/r/gnoswap/v1/common" en "gno.land/r/gnoswap/v1/emission" ) diff --git a/contract/r/gnoswap/router/wrap_unwrap.gno b/contract/r/gnoswap/router/wrap_unwrap.gno index faa546677..dbb44cf76 100644 --- a/contract/r/gnoswap/router/wrap_unwrap.gno +++ b/contract/r/gnoswap/router/wrap_unwrap.gno @@ -7,7 +7,6 @@ import ( "gno.land/p/demo/ufmt" "gno.land/p/gnoswap/consts" - "gno.land/r/gnoswap/v1/common" ) func wrap(ugnotAmount uint64) { diff --git a/contract/r/gnoswap/staker/wrap_unwrap.gno b/contract/r/gnoswap/staker/wrap_unwrap.gno index 5c968e7bb..5f44802c8 100644 --- a/contract/r/gnoswap/staker/wrap_unwrap.gno +++ b/contract/r/gnoswap/staker/wrap_unwrap.gno @@ -7,7 +7,6 @@ import ( "gno.land/p/demo/ufmt" "gno.land/p/gnoswap/consts" - "gno.land/r/gnoswap/v1/common" ) // wrap converts `ugnot` tokens into `wugnot` tokens.