Skip to content

Commit 3011889

Browse files
authored
chore(gnovm): use aib gno fork (#243)
* chore(gnovm): use aib gno fork * chore: add cl
1 parent 75fc9cf commit 3011889

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

gnovm/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# GnoVM App Changelog
22

3+
## [`v0.1.1`](https://github.com/ignite/apps/releases/tag/gnovm/v0.1.1)
4+
5+
- [#243](https://github.com/ignite/apps/pull/243) Use AiB Gno fork.
6+
37
## [`v0.1.0`](https://github.com/ignite/apps/releases/tag/gnovm/v0.1.0)
48

59
- First release of the GnoVM app compatible with Ignite >= v29.5.0

gnovm/template/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package template
22

33
const (
44
GnolangPackage = "github.com/gnolang/gno"
5-
GnolangForkPackage = "github.com/julienrbrt/gno"
6-
GnolangForkVersion = "v0.0.0-20251016194523-cc39946f0d00"
5+
GnolangForkPackage = "github.com/allinbits/gno"
6+
GnolangForkVersion = "v0.0.0-20251027152958-cf2243d301a3"
77

88
GnoVMModulePackage = "github.com/ignite/gnovm"
99
GnoVMModuleVersion = "v0.1.0-alpha.1"

0 commit comments

Comments
 (0)