Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into use-refactored-kvindexer
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Apr 25, 2024
2 parents 6e84597 + c0edfb5 commit 3c9e663
Show file tree
Hide file tree
Showing 6 changed files with 306 additions and 277 deletions.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# minimove

optimistic rollup consumer chain with movevm.
minimove is an optimistic rollup consumer chain powered by movevm. It is a framework designed to simplify the process of bootstrapping an L2 network. The main advantage of using minimove is that you can leverage the OPinit stack for enhanced security and utilize all the initia ecosystem tooling from day one, without the need to prepare a validator group or build your own ecosystem tools.

## Getting Started

To get started with L2, please visit the documentation.

## Features

- Optimistic rollup consumer chain powered by movevm.
- Simplified network bootstrapping process.
- No need to prepare a validator group or build your own ecosystem tools.
- Enhanced security through the OPinit stack.
- Access to all initia ecosystem tools from day one.

## Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

## License

This project is licensed under the [BSL License](LICENSE).
6 changes: 3 additions & 3 deletions app/ante/ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import (
opchildtypes "github.com/initia-labs/OPinit/x/opchild/types"
moveante "github.com/initia-labs/initia/x/move/ante"

"github.com/skip-mev/block-sdk/block"
auctionante "github.com/skip-mev/block-sdk/x/auction/ante"
auctionkeeper "github.com/skip-mev/block-sdk/x/auction/keeper"
"github.com/skip-mev/block-sdk/v2/block"
auctionante "github.com/skip-mev/block-sdk/v2/x/auction/ante"
auctionkeeper "github.com/skip-mev/block-sdk/v2/x/auction/keeper"
)

// HandlerOptions extends the SDK's AnteHandler options by requiring the IBC
Expand Down
Loading

0 comments on commit 3c9e663

Please sign in to comment.