Skip to content

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 and enitrat committed Oct 9, 2024
1 parent 290a89d commit 2922ef3
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 @@ -351,5 +351,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 2922ef3

Please sign in to comment.