Skip to content

Commit

Permalink
empty struct line
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Jul 10, 2023
1 parent c4ab00d commit 32b043f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions packages/eventindexer/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,12 @@ func Run(
}

i, err := indexer.NewService(indexer.NewServiceOpts{
EventRepo: eventRepository,
BlockRepo: blockRepository,
StatRepo: statRepository,
EthClient: ethClient,
RPCClient: rpcClient,
SrcTaikoAddress: common.HexToAddress(os.Getenv("L1_TAIKO_ADDRESS")),

EventRepo: eventRepository,
BlockRepo: blockRepository,
StatRepo: statRepository,
EthClient: ethClient,
RPCClient: rpcClient,
SrcTaikoAddress: common.HexToAddress(os.Getenv("L1_TAIKO_ADDRESS")),
ProverPoolAddress: common.HexToAddress(os.Getenv("PROVER_POOL_ADDRESS")),
SrcBridgeAddress: common.HexToAddress(os.Getenv("BRIDGE_ADDRESS")),
SrcSwapAddresses: stringsToAddresses(strings.Split(os.Getenv("SWAP_ADDRESSES"), ",")),
Expand Down

0 comments on commit 32b043f

Please sign in to comment.