Skip to content

Commit 0ed70f6

Browse files
authored
fix(templates): fix the cosmos-sdk version for scaffolded ignite apps (#4551)
1 parent 794456a commit 0ed70f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ignite/services/plugin/template/go.mod.plush

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ require (
99
)
1010

1111
replace github.com/ignite/cli/v29 => github.com/ignite/cli/v29 main
12-
replace github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.52.0-rc.2.0.20250127135924-c9d68e4322bb
12+
replace github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.50.12

0 commit comments

Comments
 (0)