Detects if the current network is on the Galactica fork by checking the best block. This is an alias for isGalacticaForked('best').
Block number or ID (e.g., 'best', 'finalized', or numeric)
A promise that resolves to true if Galactica fork is detected, false otherwise.
Checks if the given block is Galactica-forked by inspecting the block details.
Criteria:
Optional
revision: string | numberBlock number or ID (e.g., 'best', 'finalized', or numeric).
true
if Galactica-forked, otherwise false
.
Clears the Galactica fork detection cache. This is mainly useful for testing purposes.