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

Commit 3adb64e

Browse files
committed
Fix the provider type in the network status message
1 parent 4bb8787 commit 3adb64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devnet/state.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function get_summary() {
4545
{ chain: .key|tonumber
4646
, height: .value.height
4747
, hash: .value.hash
48-
, type: (if ((.key|tonumber) > 19 and (.key|tonumber) < 40) then "evm" else "default" end)
48+
, type: (if ((.key|tonumber) > 19 and (.key|tonumber) < 25) then "evm" else "default" end)
4949
}
5050
| with_entries (.key |= ascii_downcase)
5151
]

0 commit comments

Comments
 (0)