-
Notifications
You must be signed in to change notification settings - Fork 389
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
3 changed files
with
0 additions
and
23 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,3 +1 @@ | ||
module gno.land/p/demo/airdrop | ||
|
||
require gno.land/p/demo/ufmt v0.0.0-latest |
9 changes: 0 additions & 9 deletions
9
examples/gno.land/p/demo/airdrop/grc20_merkle_airdrop/gno.mod
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,10 +1 @@ | ||
module gno.land/p/demo/airdrop/grc20_merkle_airdrop | ||
|
||
require ( | ||
gno.land/p/demo/airdrop v0.0.0-latest | ||
gno.land/p/demo/avl v0.0.0-latest | ||
gno.land/p/demo/grc/grc20 v0.0.0-latest | ||
gno.land/p/demo/merkle v0.0.0-latest | ||
gno.land/p/demo/ufmt v0.0.0-latest | ||
gno.land/p/demo/urequire 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,13 +1 @@ | ||
module gno.land/r/demo/foo20_airdrop | ||
|
||
require ( | ||
gno.land/p/demo/airdrop v0.0.0-latest | ||
gno.land/p/demo/airdrop/grc20_merkle_airdrop v0.0.0-latest | ||
gno.land/p/demo/grc/grc20 v0.0.0-latest | ||
gno.land/p/demo/json v0.0.0-latest | ||
gno.land/p/demo/merkle v0.0.0-latest | ||
gno.land/p/demo/ufmt v0.0.0-latest | ||
gno.land/p/demo/urequire v0.0.0-latest | ||
gno.land/p/demo/users v0.0.0-latest | ||
gno.land/r/demo/foo20 v0.0.0-latest | ||
) |