Skip to content

Commit

Permalink
oracle price feed via slinky ve (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 authored Apr 25, 2024
1 parent e0a2f64 commit d98c855
Show file tree
Hide file tree
Showing 5 changed files with 282 additions and 274 deletions.
6 changes: 3 additions & 3 deletions app/ante/ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import (
opchildante "github.com/initia-labs/OPinit/x/opchild/ante"
opchildtypes "github.com/initia-labs/OPinit/x/opchild/types"

"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 d98c855

Please sign in to comment.