-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
39 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
module gno.land/r/x/grc20_dynamic_call/bar | ||
module gno.land/r/x/grc20_dynamic_call/bar | ||
|
||
require ( | ||
gno.land/p/demo/grc/grc20 v0.0.0-latest | ||
gno.land/p/demo/ufmt v0.0.0-latest | ||
gno.land/r/demo/users v0.0.0-latest | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
module gno.land/r/x/grc20_dynamic_call/baz | ||
module gno.land/r/x/grc20_dynamic_call/baz | ||
|
||
require ( | ||
gno.land/p/demo/grc/grc20 v0.0.0-latest | ||
gno.land/p/demo/ufmt v0.0.0-latest | ||
gno.land/r/demo/users v0.0.0-latest | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
module gno.land/r/x/grc20_dynamic_call/foo | ||
module gno.land/r/x/grc20_dynamic_call/foo | ||
|
||
require ( | ||
gno.land/p/demo/grc/grc20 v0.0.0-latest | ||
gno.land/p/demo/ufmt v0.0.0-latest | ||
gno.land/r/demo/users v0.0.0-latest | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
module gno.land/r/x/grc20_dynamic_call/registry | ||
module gno.land/r/x/grc20_dynamic_call/registry | ||
|
||
require ( | ||
gno.land/r/demo/users v0.0.0-latest | ||
gno.land/r/x/grc20_dynamic_call/bar v0.0.0-latest | ||
gno.land/r/x/grc20_dynamic_call/baz v0.0.0-latest | ||
gno.land/r/x/grc20_dynamic_call/foo v0.0.0-latest | ||
gno.land/r/x/grc20_dynamic_call/wrapper v0.0.0-latest | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
module gno.land/r/x/grc20_dynamic_call/wrapper | ||
module gno.land/r/x/grc20_dynamic_call/wrapper | ||
|
||
require ( | ||
gno.land/r/demo/users v0.0.0-latest | ||
gno.land/r/x/grc20_dynamic_call/bar v0.0.0-latest | ||
gno.land/r/x/grc20_dynamic_call/baz v0.0.0-latest | ||
gno.land/r/x/grc20_dynamic_call/foo v0.0.0-latest | ||
gno.land/r/x/grc20_dynamic_call/registry v0.0.0-latest | ||
) |