Skip to content

Commit

Permalink
temporally disable RegisterGRC20Internface in test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
notJoon committed Dec 18, 2024
1 parent 609d58a commit 2bbdfe3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions position/_helper_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,13 @@ func (QuxToken) Approve() func(spender pusers.AddressOrName, amount uint64) {
func init() {
std.TestSetRealm(std.NewUserRealm(consts.TOKEN_REGISTER))

pl.RegisterGRC20Interface(wugnotPath, WugnotToken{})
pl.RegisterGRC20Interface(gnsPath, GNSToken{})
pl.RegisterGRC20Interface(barPath, BarToken{})
pl.RegisterGRC20Interface(bazPath, BazToken{})
pl.RegisterGRC20Interface(fooPath, FooToken{})
pl.RegisterGRC20Interface(oblPath, OBLToken{})
pl.RegisterGRC20Interface(quxPath, QuxToken{})
// pl.RegisterGRC20Interface(wugnotPath, WugnotToken{})
// pl.RegisterGRC20Interface(gnsPath, GNSToken{})
// pl.RegisterGRC20Interface(barPath, BarToken{})
// pl.RegisterGRC20Interface(bazPath, BazToken{})
// pl.RegisterGRC20Interface(fooPath, FooToken{})
// pl.RegisterGRC20Interface(oblPath, OBLToken{})
// pl.RegisterGRC20Interface(quxPath, QuxToken{})
}

var (
Expand Down

0 comments on commit 2bbdfe3

Please sign in to comment.