Skip to content

Commit 56e1aab

Browse files
authored
Merge pull request #9798 from ardislu/patch-1
Document the `defaultBlock` options `safe` and `finalized`
2 parents 4deb47c + f728f31 commit 56e1aab

File tree

1 file changed

+2
-0
lines changed
  • src/content/developers/docs/apis/json-rpc

1 file changed

+2
-0
lines changed

src/content/developers/docs/apis/json-rpc/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ The following options are possible for the defaultBlock parameter:
7575
- `HEX String` - an integer block number
7676
- `String "earliest"` for the earliest/genesis block
7777
- `String "latest"` - for the latest mined block
78+
- `String "safe"` - for the latest safe head block
79+
- `String "finalized"` - for the latest finalized block
7880
- `String "pending"` - for the pending state/transactions
7981

8082
## Examples

0 commit comments

Comments
 (0)