-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Ganesha Upadhyaya <[email protected]>
- Loading branch information
1 parent
3079ae9
commit 74156f6
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | |
|
||
```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 | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
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 | ||
``` | ||
|