Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
dev: enforce kakarot chain id log to use 7 bytes' (#1481)
Browse files Browse the repository at this point in the history
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg"
height="34" align="absmiddle"
alt="Reviewable"/>](https://reviewable.io/reviews/kkrt-labs/kakarot/1481)
<!-- Reviewable:end -->
  • Loading branch information
ClementWalter authored Oct 9, 2024
1 parent 0b4e939 commit 4dc30c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kakarot_scripts/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,5 +355,5 @@ def __next__(self) -> Account:

logger.info(
f"ℹ️ Connected to Starknet chain id {bytes.fromhex(f'{ChainId.starknet_chain_id.value:x}')} "
f"and Kakarot chain id {bytes.fromhex(f'{ChainId.chain_id.value:x}')}"
f"and Kakarot chain id {bytes.fromhex(f'{ChainId.chain_id.value:014x}')}"
)

0 comments on commit 4dc30c2

Please sign in to comment.