Skip to content

Commit 6923cb1

Browse files
authored
Merge pull request #22 from initia-labs/feat/oracle2
feat: slinky oracle prices
2 parents aa53a51 + 84195f9 commit 6923cb1

File tree

9 files changed

+317
-275
lines changed

9 files changed

+317
-275
lines changed

app/ante/ante.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import (
1313
opchildante "github.com/initia-labs/OPinit/x/opchild/ante"
1414
opchildtypes "github.com/initia-labs/OPinit/x/opchild/types"
1515

16-
"github.com/skip-mev/block-sdk/block"
17-
auctionante "github.com/skip-mev/block-sdk/x/auction/ante"
18-
auctionkeeper "github.com/skip-mev/block-sdk/x/auction/keeper"
16+
"github.com/skip-mev/block-sdk/v2/block"
17+
auctionante "github.com/skip-mev/block-sdk/v2/x/auction/ante"
18+
auctionkeeper "github.com/skip-mev/block-sdk/v2/x/auction/keeper"
1919

2020
wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper"
2121
wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types"

0 commit comments

Comments
 (0)