Skip to content

Commit

Permalink
add p/grc, p/maths, p/ufmt to genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
jaekwon committed Apr 27, 2022
1 parent 1d4e9a4 commit f51d4f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Add to your emacs configuration file:

Notable contributions of fixes/features/refactors:

* [https://github.com/gnolang/gno/pull/136](#136) - @moul, foo20, a grc20 example smart contract
* [https://github.com/gnolang/gno/pull/126](#126) - @moul, feat: use the new Precompile in gnodev and in the addpkg/execution flow (2/2)
* [https://github.com/gnolang/gno/pull/119](#119) - @moul, add a Gno2Go precompiler (1/2)
* [https://github.com/gnolang/gno/pull/112](#112) - @moul, feat: add 'gnokey maketx --broadcast' option
Expand Down
2 changes: 1 addition & 1 deletion cmd/gnoland/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func makeGenesisDoc(pvPub crypto.PubKey) *bft.GenesisDoc {
}
// Load initial packages from examples.
txs := []std.Tx{}
for _, path := range []string{"p/avl", "r/users", "r/boards", "r/banktest"} {
for _, path := range []string{"p/avl", "p/grc/grc20", "p/grc/grc721", "p/maths", "p/ufmt", "r/foo20", "r/users", "r/boards", "r/banktest"} {
// open files in directory as MemPackage.
memPkg := gno.ReadMemPackage("./examples/gno.land/"+path, "gno.land/"+path)
var tx std.Tx
Expand Down
2 changes: 2 additions & 0 deletions gnoland/website/views/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
* [/r/nft](/r/nft)
* [/r/users](/r/users)
* [/r/banktest](/r/banktest)
* [/p/grc/grc20](/p/grc/grc20)
* [/p/grc/grc721](/p/grc/grc721)

This is a testnet. \
Package names are not guaranteed to be available for production.\
Expand Down

0 comments on commit f51d4f8

Please sign in to comment.