We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9f260 commit 5df14a4Copy full SHA for 5df14a4
protocol/x/affiliates/keeper/keeper.go
@@ -15,6 +15,7 @@ import (
15
"github.com/dydxprotocol/v4-chain/protocol/indexer/indexer_manager"
16
"github.com/dydxprotocol/v4-chain/protocol/lib"
17
"github.com/dydxprotocol/v4-chain/protocol/x/affiliates/types"
18
+ statstypes "github.com/dydxprotocol/v4-chain/protocol/x/stats/types"
19
)
20
21
type (
0 commit comments