Skip to content

Commit

Permalink
fix lint err
Browse files Browse the repository at this point in the history
  • Loading branch information
trestinlsd committed Oct 23, 2024
1 parent 6ccf100 commit 8c3649c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion precompiles/avs/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ package avs
import (
"errors"
"fmt"
"strconv"

exocmn "github.com/ExocoreNetwork/exocore/precompiles/common"
avstype "github.com/ExocoreNetwork/exocore/x/avs/types"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/vm"
cmn "github.com/evmos/evmos/v16/precompiles/common"
"strconv"
)

const (
Expand Down

0 comments on commit 8c3649c

Please sign in to comment.