Skip to content

Commit

Permalink
docs: update integration to use SDK fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Apr 22, 2024
1 parent 8422b79 commit 4291e50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions INTEGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ The integration steps include the following:

## Example integration of the PoA Module

Use this fork of the SDK which has very minor configurations to support PoA (a single line). Changes can be found in the rollchains [.gitpatch](https://github.com/rollchains/cosmos-sdk/tree/v0.50.6/.gitpatches) directory.

```go.mod
replace github.com/cosmos-sdk/cosmos-sdk v0.50.6 => github.com/rollchains/cosmos-sdk v0.50.6
```

```go
// app.go

Expand Down

0 comments on commit 4291e50

Please sign in to comment.