Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nivasan1 committed Mar 21, 2024
1 parent 10dcdd4 commit 3af612d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions protocol/x/prices/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func NewKeeper(
indexerEventManager: indexerEventManager,
marketToCreatedAt: map[uint32]time.Time{},
authorities: lib.UniqueSliceToSet(authorities),
currencyPairIDCache: NewCurrencyPairIDCache(),
}
}

Expand Down
2 changes: 1 addition & 1 deletion protocol/x/prices/keeper/slinky_adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"cosmossdk.io/math"
"fmt"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/dydxprotocol/v4-chain/protocol/lib/slinky"
slinkytypes "github.com/skip-mev/slinky/pkg/types"
oracletypes "github.com/skip-mev/slinky/x/oracle/types"
"github.com/dydxprotocol/v4-chain/protocol/lib/slinky"
"strings"
)

Expand Down

0 comments on commit 3af612d

Please sign in to comment.