Skip to content
Open
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
6 changes: 6 additions & 0 deletions src/erc7730/common/ledger.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ def ledger_network_id(chain_id: int) -> str | None:
return "thundercore"
case 137:
return "polygon"
case 143:
return "monad"
case 146:
return "sonic"
case 196:
Expand Down Expand Up @@ -143,6 +145,8 @@ def ledger_network_id(chain_id: int) -> str | None:
return "mantle"
case 5003:
return "mantle_sepolia"
case 5031:
return "somnia"
case 6342:
return "megaeth_testnet"
case 8217:
Expand All @@ -157,6 +161,8 @@ def ledger_network_id(chain_id: int) -> str | None:
return "shido"
case 10001:
return "ethereum_pow"
case 16661:
return "zero_gravity"
case 17000:
return "ethereum_holesky"
case 24484:
Expand Down
Loading