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

Enforce kakarot chain id log to use 7 bytes' #1481

Merged
merged 1 commit into from
Oct 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}')}"
)
Loading