Skip to content

Commit

Permalink
Move import
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanTinianov committed Oct 31, 2023
1 parent 3a6c76b commit 0144a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/chains/evm/gas/suggested_price_estimator.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ package gas

import (
"context"
"github.com/smartcontractkit/chainlink-relay/pkg/services"
"slices"
"sync"
"time"

"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/pkg/errors"

"github.com/smartcontractkit/chainlink-relay/pkg/services"
feetypes "github.com/smartcontractkit/chainlink/v2/common/fee/types"
"github.com/smartcontractkit/chainlink/v2/core/assets"
evmclient "github.com/smartcontractkit/chainlink/v2/core/chains/evm/client"
Expand Down

0 comments on commit 0144a76

Please sign in to comment.