Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouop0 committed Aug 25, 2024
1 parent a945859 commit c068519
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
13 changes: 6 additions & 7 deletions internal/handler/logFilter.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@ package handler

import (
"context"
"github.com/spf13/cast"
"math/big"
"strings"

"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/optimism-java/dispute-explorer/internal/blockchain"
"github.com/optimism-java/dispute-explorer/internal/schema"
"github.com/optimism-java/dispute-explorer/internal/svc"
"github.com/optimism-java/dispute-explorer/pkg/event"
"github.com/optimism-java/dispute-explorer/pkg/log"

"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/pkg/errors"
"github.com/spf13/cast"
"math/big"
"strings"
)

func LogFilter(ctx *svc.ServiceContext, block schema.SyncBlock, addresses []common.Address, topics [][]common.Hash) ([]*schema.SyncEvent, error) {
Expand Down
1 change: 1 addition & 0 deletions pkg/event/DisputeGameProxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package event

import (
"encoding/json"

"github.com/spf13/cast"

"github.com/ethereum/go-ethereum/common"
Expand Down
1 change: 1 addition & 0 deletions pkg/event/DisputeGameResolved.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package event

import (
"encoding/json"

"github.com/spf13/cast"

"github.com/ethereum/go-ethereum/common"
Expand Down

0 comments on commit c068519

Please sign in to comment.