Skip to content

Commit

Permalink
fix: linting imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ecPablo committed Feb 27, 2025
1 parent e23f14f commit 0e40040
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@ import (

solBinary "github.com/gagliardetto/binary"
chainselectors "github.com/smartcontractkit/chain-selectors"
mcmsSolana "github.com/smartcontractkit/mcms/sdk/solana"

burnmint "github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings/example_burnmint_token_pool"
lockrelease "github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings/example_lockrelease_token_pool"
solTokenUtil "github.com/smartcontractkit/chainlink-ccip/chains/solana/utils/tokens"
mcmsSolana "github.com/smartcontractkit/mcms/sdk/solana"

"github.com/gagliardetto/solana-go"
"github.com/stretchr/testify/require"
"go.uber.org/zap/zapcore"

"github.com/smartcontractkit/chainlink-ccip/chains/solana/contracts/tests/testutils"
"github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings/ccip_offramp"
"github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings/ccip_router"
"github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings/fee_quoter"
"github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings/test_token_pool"
"github.com/stretchr/testify/require"
"go.uber.org/zap/zapcore"

"github.com/smartcontractkit/chainlink/deployment"
"github.com/smartcontractkit/chainlink/deployment/ccip/changeset"
Expand Down

0 comments on commit 0e40040

Please sign in to comment.