Skip to content

Commit

Permalink
migrated the faucet contract and it's dependencies from main to test… (
Browse files Browse the repository at this point in the history
…#956)

…3 branch

Please provide a detailed description of the changes made in this pull
request.

<details><summary>Checklists...</summary>

## Contributors Checklist

- [ ] Added new tests, or not needed, or not feasible
- [ ] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [ ] Updated the official documentation or not needed
- [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [ ] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
- [ ] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](../.benchmarks/README.md).

## Maintainers Checklist

- [ ] Checked that the author followed the guidelines in
`CONTRIBUTING.md`
- [ ] Checked the conventional-commit (especially PR title and verb,
presence of `BREAKING CHANGE:` in the body)
- [ ] Ensured that this PR is not a significant change or confirmed that
the review/consideration process was appropriate for the change
</details>

Co-authored-by: piux2 <>
  • Loading branch information
piux2 committed Aug 18, 2023
1 parent 57e9c33 commit ca7f448
Show file tree
Hide file tree
Showing 18 changed files with 2,219 additions and 132 deletions.
1 change: 1 addition & 0 deletions cmd/gnoland/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ func makeGenesisDoc(pvPub crypto.PubKey) *bft.GenesisDoc {
for _, path := range []string{
"p/demo/ufmt",
"p/demo/avl",
"p/demo/avl/v2",
"p/demo/grc/exts",
"p/demo/grc/grc20",
"p/demo/grc/grc721",
Expand Down
Loading

0 comments on commit ca7f448

Please sign in to comment.