Skip to content
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
4 changes: 4 additions & 0 deletions src/erc7730/common/ledger.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ def ledger_network_id(chain_id: int) -> str | None:
return "mantle_sepolia"
case 5031:
return "somnia"
case 5042:
return "arc"
case 6342:
return "megaeth_testnet"
case 8217:
Expand Down Expand Up @@ -225,6 +227,8 @@ def ledger_network_id(chain_id: int) -> str | None:
return "id4good"
case 1313114:
return "ether1"
case 5042002:
return "arc_testnet"
case 7762959:
return "musicoin"
case 11155111:
Expand Down
Loading