Skip to content

Commit

Permalink
Merge pull request #169 from gnoswap-labs/GSW-863-feat-deploy-without…
Browse files Browse the repository at this point in the history
…-testcase

GSW-863 feat: deploy without testcase
  • Loading branch information
notJoon committed Feb 19, 2024
2 parents 3da3a6b + e260777 commit 1a0c567
Show file tree
Hide file tree
Showing 31 changed files with 441 additions and 629 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
.ipynb_checkpoints
signed*
signed*
_upload
121 changes: 0 additions & 121 deletions _setup/fred/fred.gno

This file was deleted.

7 changes: 0 additions & 7 deletions _setup/fred/gno.mod

This file was deleted.

4 changes: 2 additions & 2 deletions _setup/gns/gns.gno
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ const (
)

func init() {
// r3v4_xxx: SET MAXIMUM SUPLLY
// r3v4_xxx: SET MAXIMUM SUPPLY

gns = grc20.NewAdminToken("Gnoswap", "GNS", 6)
// gns.Mint(admin, 100_000_000_000_000) // @administrator
// gns.Mint(admin, 100_000_000_000_000) // @administrator
gns.Mint(INTERNAL_REWARD_ACCOUNT, 400_000_000_000_000) // @INTERNAL_REWARD_ACCOUNT
gns.Mint(std.Address("g1jg8mtutu9khhfwc4nxmuhcpftf0pajdhfvsqf5"), 100_000_000_000) // default test1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ require (
gno.land/r/demo/bar v0.0.0-latest
gno.land/r/demo/baz v0.0.0-latest
gno.land/r/demo/foo v0.0.0-latest
gno.land/r/demo/fred v0.0.0-latest
gno.land/r/demo/gns v0.0.0-latest
gno.land/r/demo/obl v0.0.0-latest
gno.land/r/demo/pool v0.0.0-latest
gno.land/r/demo/qux v0.0.0-latest
gno.land/r/demo/router v0.0.0-latest
gno.land/r/demo/staker v0.0.0-latest
gno.land/r/demo/thud v0.0.0-latest
gno.land/r/demo/users v0.0.0-latest
gno.land/r/demo/wugnot v0.0.0-latest
)
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,7 @@ func init() {
rRegistry.RegisterGRC20Interface("gno.land/r/demo/qux", QuxTokenInterface{})
sRegistry.RegisterGRC20Interface("gno.land/r/demo/qux", QuxTokenInterface{})

pRegistry.RegisterGRC20Interface("gno.land/r/demo/fred", FredTokenInterface{})
rRegistry.RegisterGRC20Interface("gno.land/r/demo/fred", FredTokenInterface{})
sRegistry.RegisterGRC20Interface("gno.land/r/demo/fred", FredTokenInterface{})

pRegistry.RegisterGRC20Interface("gno.land/r/demo/obl", OblTokenInterface{})
rRegistry.RegisterGRC20Interface("gno.land/r/demo/obl", OblTokenInterface{})
sRegistry.RegisterGRC20Interface("gno.land/r/demo/obl", OblTokenInterface{})

pRegistry.RegisterGRC20Interface("gno.land/r/demo/thud", ThudTokenInterface{})
rRegistry.RegisterGRC20Interface("gno.land/r/demo/thud", ThudTokenInterface{})
sRegistry.RegisterGRC20Interface("gno.land/r/demo/thud", ThudTokenInterface{})
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
33 changes: 0 additions & 33 deletions _setup/grc20_wrapper_init/wrapper_fred.gno

This file was deleted.

33 changes: 0 additions & 33 deletions _setup/grc20_wrapper_init/wrapper_thud.gno

This file was deleted.

7 changes: 0 additions & 7 deletions _setup/thud/gno.mod

This file was deleted.

121 changes: 0 additions & 121 deletions _setup/thud/thud.gno

This file was deleted.

Loading

0 comments on commit 1a0c567

Please sign in to comment.