Skip to content

Commit

Permalink
Add acknowledgements (#61)
Browse files Browse the repository at this point in the history
* Add acknowledgements

* Update README.md

* Update README.md

---------

Co-authored-by: nghuyenthevinh2000 <[email protected]>
  • Loading branch information
faddat and nghuyenthevinh2000 authored Mar 20, 2024
1 parent 4e85091 commit 30084eb
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ Ex: When you sent STARS on Hub to Osmosis, you will get Osmosis(Hub(STARS)) whic

![Diagram of the process of swapping accumulated ibc-tokens fee](https://i.imgur.com/D1wSrMm.png "Diagram of the process of swapping accumulated ibc-tokens fee")

###### Swap Ibc-token

###### Swap Ibc-token

Expand All @@ -81,18 +80,27 @@ After reverse the ibc-token, XCS will :

Current version of fee-abstraction working with XCSv2


## Repository Structure

This repository is branched by the cosmos-sdk versions and ibc-go versions used. Currently fee abstraction supports:

- SDK v0.47.x & IBC-go v7.*
- branch: release/v7.0.x
- path: github.com/osmosis-labs/fee-abstraction/v7
- SDK v0.46.x
- SDK v0.46.x (Obsolete)
- branch: release/v6.0.x
- path: github.com/osmosis-labs/fee-abstraction/v6
- SDK v0.45.x
- SDK v0.45.x (Obsolete)
- branch: release/v4.0.x
- path: github.com/osmosis-labs/fee-abstraction/v4

## Acknowledgements

* cosmos-sdk:
* many developers :)
* async-icq
* strangelove ventures
* ideation
* osmosis grants program
* mergify configuration and branching strategy
* ibc-go

0 comments on commit 30084eb

Please sign in to comment.