Skip to content

Commit

Permalink
fix(tmyg9): update contributors (#99)
Browse files Browse the repository at this point in the history
* save

* rm
  • Loading branch information
leohhhn authored Jun 19, 2024
1 parent 40ce70d commit ac1205d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cmd/gnoblog-cli/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func findFilePaths(startPath string) ([]string, error) {
func askForConfirmation(chainID string, keyName string) bool {
reader := bufio.NewReader(os.Stdin)
for {
fmt.Printf("Are you sure you want to post to chain with id `%s` with key `%s`? (y/n):", chainID, keyName)
fmt.Printf("Are you sure you want interact with chain with id `%s` with key `%s`? (y/n):", chainID, keyName)
input, err := reader.ReadString('\n')
if err != nil {
fmt.Println("Error reading input:", err)
Expand Down
12 changes: 5 additions & 7 deletions posts/2024-06-20_myg-9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,14 +223,12 @@ Status: Merged
## Student Contributor Program

**Mustapha**
* Made a V0 Auction dapp ([PR#2265](https://github.com/gnolang/gno/pull/2265))
* Made a V0 Auction dapp ([PR#2265](https://github.com/gnolang/gno/pull/2265))

**Antonio**
- GNOWLEDGE
A [realm](https://github.com/iam-agf/Gnowledge) to simulate a Stackoverflow styled. Sharing to get some feedback. You can interact with it via https://github.com/iam-agf/Gnowledge-website .

**Antonio**
* https://github.com/iam-agf/Shiken
## Contributors
- **Antonio**
- GNOWLEDGE: A realm to simulate a Stackoverflow styled. Sharing to get some feedback. You can check it out via https://github.com/iam-agf/Gnowledge-website
- [Shiken Project repositories](https://github.com/iam-agf?tab=repositories&q=shiken&type=source&language=&sort=)

# New Content

Expand Down

0 comments on commit ac1205d

Please sign in to comment.