Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Oct 24, 2024
1 parent 20d7b42 commit e37a443
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions providers/apis/defi/uniswapv3/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/rpc"

"github.com/skip-mev/slinky/oracle/config"
"github.com/skip-mev/slinky/oracle/types"
"github.com/skip-mev/slinky/pkg/slices"
Expand Down
3 changes: 0 additions & 3 deletions providers/providertest/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ func OracleConfigForProvider(providerNames ...string) (config.OracleConfig, erro
MaxPriceAge: cmdconfig.DefaultMaxPriceAge,
Metrics: config.MetricsConfig{
Enabled: false,
Telemetry: config.TelemetryConfig{
Disabled: true,
},
},
Providers: make(map[string]config.ProviderConfig),
Host: cmdconfig.DefaultHost,
Expand Down
3 changes: 2 additions & 1 deletion tests/integration/slinky_validator_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package integration

import (
"context"
mmtypes "github.com/skip-mev/slinky/x/marketmap/types"
"time"

mmtypes "github.com/skip-mev/slinky/x/marketmap/types"

stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"

oracleconfig "github.com/skip-mev/slinky/oracle/config"
Expand Down

0 comments on commit e37a443

Please sign in to comment.