Skip to content

Commit

Permalink
fix: temp print
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok committed Jul 8, 2024
1 parent 0a33aea commit 5906630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oracle/pkg/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func NewNode(opts *Options) (*Node, error) {
return nil, err
}

fmt.Println("USING L1 RPC URL", opts.L1RPCUrl)
l1Client, err := ethclient.Dial(opts.L1RPCUrl)
if err != nil {
nd.logger.Error("Failed to connect to the L1 Ethereum client", "error", err)
Expand Down

0 comments on commit 5906630

Please sign in to comment.