Skip to content

Commit

Permalink
Merge pull request #121 from gnoswap-labs/GSW-668-test-reduce-init-mk
Browse files Browse the repository at this point in the history
GSW-668 test: reduce initialize process
  • Loading branch information
notJoon authored Dec 13, 2023
2 parents 0a909ac + 4f6f231 commit 4932209
Show file tree
Hide file tree
Showing 23 changed files with 15 additions and 1,531 deletions.
43 changes: 12 additions & 31 deletions _setup/grc20_wrapper/grc20wrapper.gno
Original file line number Diff line number Diff line change
Expand Up @@ -51,35 +51,16 @@ func init() {
rRegistry.RegisterGRC20Interface("gno.land/r/st5", SwapTest5TokenCTokenInterface{})
sRegistry.RegisterGRC20Interface("gno.land/r/st5", SwapTest5TokenCTokenInterface{})

pRegistry.RegisterGRC20Interface("gno.land/r/st11", SwapTest11TokenCTokenInterface{})
rRegistry.RegisterGRC20Interface("gno.land/r/st11", SwapTest11TokenCTokenInterface{})
sRegistry.RegisterGRC20Interface("gno.land/r/st11", SwapTest11TokenCTokenInterface{})

pRegistry.RegisterGRC20Interface("gno.land/r/st22", SwapTest22TokenCTokenInterface{})
rRegistry.RegisterGRC20Interface("gno.land/r/st22", SwapTest22TokenCTokenInterface{})
sRegistry.RegisterGRC20Interface("gno.land/r/st22", SwapTest22TokenCTokenInterface{})

pRegistry.RegisterGRC20Interface("gno.land/r/st33", SwapTest33TokenCTokenInterface{})
rRegistry.RegisterGRC20Interface("gno.land/r/st33", SwapTest33TokenCTokenInterface{})
sRegistry.RegisterGRC20Interface("gno.land/r/st33", SwapTest33TokenCTokenInterface{})

pRegistry.RegisterGRC20Interface("gno.land/r/st44", SwapTest44TokenCTokenInterface{})
rRegistry.RegisterGRC20Interface("gno.land/r/st44", SwapTest44TokenCTokenInterface{})
sRegistry.RegisterGRC20Interface("gno.land/r/st44", SwapTest44TokenCTokenInterface{})

pRegistry.RegisterGRC20Interface("gno.land/r/st55", SwapTest55TokenCTokenInterface{})
rRegistry.RegisterGRC20Interface("gno.land/r/st55", SwapTest55TokenCTokenInterface{})
sRegistry.RegisterGRC20Interface("gno.land/r/st55", SwapTest55TokenCTokenInterface{})

pRegistry.RegisterGRC20Interface("gno.land/r/testtokena", TestTokenATokenInterface{})
rRegistry.RegisterGRC20Interface("gno.land/r/testtokena", TestTokenATokenInterface{})
sRegistry.RegisterGRC20Interface("gno.land/r/testtokena", TestTokenATokenInterface{})

pRegistry.RegisterGRC20Interface("gno.land/r/testtokenb", TestTokenBTokenInterface{})
rRegistry.RegisterGRC20Interface("gno.land/r/testtokenb", TestTokenBTokenInterface{})
sRegistry.RegisterGRC20Interface("gno.land/r/testtokenb", TestTokenBTokenInterface{})

pRegistry.RegisterGRC20Interface("gno.land/r/testtokenc", TestTokenCTokenInterface{})
rRegistry.RegisterGRC20Interface("gno.land/r/testtokenc", TestTokenCTokenInterface{})
sRegistry.RegisterGRC20Interface("gno.land/r/testtokenc", TestTokenCTokenInterface{})
// TO BE USED
// pRegistry.RegisterGRC20Interface("gno.land/r/testtokena", TestTokenATokenInterface{})
// rRegistry.RegisterGRC20Interface("gno.land/r/testtokena", TestTokenATokenInterface{})
// sRegistry.RegisterGRC20Interface("gno.land/r/testtokena", TestTokenATokenInterface{})

// pRegistry.RegisterGRC20Interface("gno.land/r/testtokenb", TestTokenBTokenInterface{})
// rRegistry.RegisterGRC20Interface("gno.land/r/testtokenb", TestTokenBTokenInterface{})
// sRegistry.RegisterGRC20Interface("gno.land/r/testtokenb", TestTokenBTokenInterface{})

// pRegistry.RegisterGRC20Interface("gno.land/r/testtokenc", TestTokenCTokenInterface{})
// rRegistry.RegisterGRC20Interface("gno.land/r/testtokenc", TestTokenCTokenInterface{})
// sRegistry.RegisterGRC20Interface("gno.land/r/testtokenc", TestTokenCTokenInterface{})
}
33 changes: 0 additions & 33 deletions _setup/grc20_wrapper/wrapper_st11.gno

This file was deleted.

33 changes: 0 additions & 33 deletions _setup/grc20_wrapper/wrapper_st22.gno

This file was deleted.

33 changes: 0 additions & 33 deletions _setup/grc20_wrapper/wrapper_st33.gno

This file was deleted.

33 changes: 0 additions & 33 deletions _setup/grc20_wrapper/wrapper_st44.gno

This file was deleted.

33 changes: 0 additions & 33 deletions _setup/grc20_wrapper/wrapper_st55.gno

This file was deleted.

1 change: 0 additions & 1 deletion _setup/st11/gno.mod

This file was deleted.

118 changes: 0 additions & 118 deletions _setup/st11/st11.gno

This file was deleted.

1 change: 0 additions & 1 deletion _setup/st22/gno.mod

This file was deleted.

Loading

0 comments on commit 4932209

Please sign in to comment.