Skip to content

Commit

Permalink
op-chain-ops: fix imports order
Browse files Browse the repository at this point in the history
  • Loading branch information
protolambda committed Feb 22, 2023
1 parent 1618500 commit 37fc57c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions op-chain-ops/genesis/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,22 @@ import (
"encoding/binary"
"errors"
"fmt"
"github.com/ethereum/go-ethereum/core/types"
"math/big"

"github.com/ethereum-optimism/optimism/op-node/rollup/derive"

"github.com/ethereum-optimism/optimism/op-chain-ops/crossdomain"
"github.com/ethereum-optimism/optimism/op-chain-ops/genesis/migration"
"github.com/ethereum/go-ethereum/crypto"

"github.com/ethereum-optimism/optimism/op-bindings/predeploys"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/rawdb"
"github.com/ethereum/go-ethereum/core/state"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/core/vm"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethdb"
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/trie"

"github.com/ethereum-optimism/optimism/op-bindings/predeploys"
"github.com/ethereum-optimism/optimism/op-chain-ops/crossdomain"
"github.com/ethereum-optimism/optimism/op-chain-ops/genesis/migration"
"github.com/ethereum-optimism/optimism/op-node/rollup/derive"
)

// MaxSlotChecks is the maximum number of storage slots to check
Expand Down

0 comments on commit 37fc57c

Please sign in to comment.