Skip to content

Commit

Permalink
upgrade to rollkit v0.13.3 (#369)
Browse files Browse the repository at this point in the history
Co-authored-by: Ganesha Upadhyaya <[email protected]>
  • Loading branch information
gupadhyaya and Ganesha Upadhyaya authored May 9, 2024
1 parent 3079ae9 commit 74156f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .vitepress/constants/constants.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const constants = Object.freeze({
golangVersion: "1.22.2",

rollkitLatestTag: "v0.13.2",
rollkitLatestSha: "d6c34e8",
rollkitCosmosSDKVersion: "v0.50.5-rollkit-v0.13.1-no-fraud-proofs",
rollkitLatestTag: "v0.13.3",
rollkitLatestSha: "45b1573",
rollkitCosmosSDKVersion: "v0.50.6-rollkit-v0.13.3-no-fraud-proofs",

mockDALatestTag: "v0.1.0",

Expand Down
2 changes: 1 addition & 1 deletion guides/ibc-connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Change into the `gm` directory and install Rollkit with IBC compatibility:

```bash
cd gm
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/[email protected].5-rollkit-v0.13.1-no-fraud-proofs
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/[email protected].6-rollkit-v0.13.3-no-fraud-proofs
go mod tidy
go mod download
```
Expand Down
2 changes: 1 addition & 1 deletion tutorials/cosmwasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Cosmos-SDK applications to connect to Celestia's data availability network.
git clone https://github.com/CosmWasm/wasmd.git
cd wasmd
git checkout tags/v0.50.0
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/[email protected].5-rollkit-v0.13.1-no-fraud-proofs
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/[email protected].6-rollkit-v0.13.3-no-fraud-proofs
go mod tidy -compat=1.17
go mod download
```
Expand Down

0 comments on commit 74156f6

Please sign in to comment.