gnolang / gnonative

Develop for Gno using your app's native language
Apache License 2.0
9 stars 9 forks source link

Chore: Use gnoclient from gnolang/gno #109

Closed jefft0 closed 5 months ago

jefft0 commented 5 months ago

The gnoclient package has been merged in to the main gno repo. The files are the same as the local copy of gnoclient in gnonative. We should use the main gno repo. This PR has two commits:

  1. Update gno.mod to use the latest gnolang/gno
  2. Change the imports to use github.com/gnolang/gno/gno.land/pkg/gnoclient. Remove the local gnoclient folder.