Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Feb 10, 2025
1 parent 372866e commit 1b8cc59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/genesis-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export class GenesisProvider implements ProviderInterface {
case 'chain_getBlock':
return this.getBlock()
case 'chain_getBlockHash':
case 'chain_getFinalizedHead':
return this.blockHash
case 'state_getKeysPaged':
case 'state_getKeysPagedAt': {
Expand Down

0 comments on commit 1b8cc59

Please sign in to comment.