Skip to content

Commit d74c7b3

Browse files
Update README.md
1 parent 6236da1 commit d74c7b3

File tree

1 file changed

+1
-1
lines changed
  • docs/osmosis-core/modules/ibc-rate-limit

1 file changed

+1
-1
lines changed

docs/osmosis-core/modules/ibc-rate-limit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is done in exchange for a potential (one-way) bridge liveness tradeoff, in
1111

1212
The architecture of this package is a minimal go package which implements an [IBC Middleware](https://github.com/cosmos/ibc-go/blob/f57170b1d4dd202a3c6c1c61dcf302b6a9546405/docs/ibc/middleware/develop.md) that wraps the [ICS20 transfer](https://ibc.cosmos.network/main/apps/transfer/overview.html) app, and calls into a cosmwasm contract.
1313
The cosmwasm contract then has all of the actual IBC rate limiting logic.
14-
The Cosmwasm code can be found in the [`contracts`](./contracts/) package, with bytecode findable in the [`bytecode`](./bytecode/) folder. The cosmwasm VM usage allows Osmosis chain governance to choose to change this safety control with no hard forks, via a parameter change proposal, a great mitigation for faster threat adaptavity.
14+
The Cosmwasm code can be found in the [`contracts`](https://github.com/osmosis-labs/osmosis/tree/main/x/ibc-rate-limit/contracts) package, with bytecode findable in the [`bytecode`](https://github.com/osmosis-labs/osmosis/tree/main/x/ibc-rate-limit/bytecode) directory. The cosmwasm VM usage allows Osmosis chain governance to choose to change this safety control with no hard forks, via a parameter change proposal, a great mitigation for faster threat adaptavity.
1515

1616
The status of the module is being in a state suitable for some initial governance settable rate limits for high value bridged assets.
1717
Its not in its long term / end state for all channels by any means, but does act as a strong protection we

0 commit comments

Comments
 (0)