Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Jan 28, 2025
1 parent d22dd3e commit 592c804
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/taiko-client/pkg/rpc/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ func (c *Client) initForkHeightConfigs(ctx context.Context) error {
c.PacayaClients.ForkHeight = pacayaForkHeightDevnet
}

log.Info("Pacaya fork client fork height", "chainID", c.L2.ChainID.Uint64(), "forkHeight", c.PacayaClients.ForkHeight)

ontakeProtocolConfigs, err := c.OntakeClients.TaikoL1.GetConfig(&bind.CallOpts{Context: ctx})
if err != nil {
return fmt.Errorf("failed to get Ontake protocol configs: %w", err)
Expand Down

0 comments on commit 592c804

Please sign in to comment.