Skip to content

Commit

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

log.Info("Got protocol configs",
"ontakeForkHeight", protocolConfigs.ForkHeights.Ontake,
"pacayaForkHeight", protocolConfigs.ForkHeights.Pacaya,
)
// Otherwise, chain is after the Pacaya fork, just use the fork height numbers from the protocol configs.
c.OntakeClients.ForkHeight = protocolConfigs.ForkHeights.Ontake
c.PacayaClients.ForkHeight = protocolConfigs.ForkHeights.Pacaya
Expand Down

0 comments on commit d22dd3e

Please sign in to comment.