Skip to content

Commit 7dd578d

Browse files
Ganesha UpadhyayaGanesha Upadhyaya
Ganesha Upadhyaya
authored and
Ganesha Upadhyaya
committed
upgrade to rollkit v0.13.3
1 parent 3079ae9 commit 7dd578d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.vitepress/constants/constants.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
const constants = Object.freeze({
22
golangVersion: "1.22.2",
33

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

88
mockDALatestTag: "v0.1.0",
99

guides/ibc-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Change into the `gm` directory and install Rollkit with IBC compatibility:
4848

4949
```bash
5050
cd gm
51-
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/cosmos-sdk@v0.50.5-rollkit-v0.13.1-no-fraud-proofs
51+
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/cosmos-sdk@v0.50.6-rollkit-v0.13.3-no-fraud-proofs
5252
go mod tidy
5353
go mod download
5454
```

tutorials/cosmwasm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Cosmos-SDK applications to connect to Celestia's data availability network.
124124
git clone https://github.com/CosmWasm/wasmd.git
125125
cd wasmd
126126
git checkout tags/v0.50.0
127-
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/cosmos-sdk@v0.50.5-rollkit-v0.13.1-no-fraud-proofs
127+
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/cosmos-sdk@v0.50.6-rollkit-v0.13.3-no-fraud-proofs
128128
go mod tidy -compat=1.17
129129
go mod download
130130
```

0 commit comments

Comments
 (0)