Skip to content

Commit

Permalink
fix: undeclared
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v4s committed Jan 24, 2025
1 parent 1b07794 commit 60ca369
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions contract/r/gnoswap/gov/staker/_helper_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ var (
quxPath string = "gno.land/r/onbloc/qux"

oblPath string = "gno.land/r/onbloc/obl"
// wugnotPath string = "gno.land/r/demo/wugnot" // from consts
// gnsPath string = "gno.land/r/gnoswap/v1/gns" // from consts

ugnotDenom string = "ugnot"
ugnotPath string = "ugnot"
wugnotPath string = "gno.land/r/demo/wugnot"

fee100 uint32 = 100
fee500 uint32 = 500
Expand Down

0 comments on commit 60ca369

Please sign in to comment.