adding release matrix (#30)

This commit is contained in:
David Terpay 2023-08-25 16:06:55 -04:00 committed by GitHub
parent f5388ada18
commit 2882756286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,17 @@
Skip has built out a number of plug-and-play `lanes` on the SDK that your protocol can use, including in-protocol MEV recapture and Oracles! Additionally, the Block SDK can be extended to add **your own custom `lanes`** to configure your blocks to exactly fit your application needs.
<div align="center">
### Release Compatibility Matrix
| Block SDK Version | Cosmos SDK |
| :---------: | :--------: |
| `v1.x.x` | `v0.47.x` |
| `v2.x.x` | `v0.50.x` |
</div>
### 📚 Block SDK Documentation
To read more about how the Block SDK works, check out the [How it Works](https://docs.skip.money/chains/overview).