File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
const constants = Object . freeze ( {
2
2
golangVersion : "1.22.2" ,
3
3
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" ,
7
7
8
8
mockDALatestTag : "v0.1.0" ,
9
9
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Change into the `gm` directory and install Rollkit with IBC compatibility:
48
48
49
49
``` bash
50
50
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
52
52
go mod tidy
53
53
go mod download
54
54
```
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ Cosmos-SDK applications to connect to Celestia's data availability network.
124
124
git clone https://github.com/CosmWasm/wasmd.git
125
125
cd wasmd
126
126
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
128
128
go mod tidy -compat=1.17
129
129
go mod download
130
130
` ` `
You can’t perform that action at this time.
0 commit comments