Skip to content

Commit

Permalink
build: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v4s committed Jan 24, 2025
1 parent 64b63d9 commit 06920d9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion contract/r/gnoswap/position/native_token.gno
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
1 change: 0 additions & 1 deletion contract/r/gnoswap/router/router.gno
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
1 change: 0 additions & 1 deletion contract/r/gnoswap/router/wrap_unwrap.gno
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 0 additions & 1 deletion contract/r/gnoswap/staker/wrap_unwrap.gno
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 06920d9

Please sign in to comment.