Skip to content

Commit

Permalink
Update docs/developers/reference/api/linea-getproof.mdx
Browse files Browse the repository at this point in the history
safe not supported
  • Loading branch information
m4sterbunny authored Sep 11, 2024
1 parent 534e752 commit 56e9907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/reference/api/linea-getproof.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In the [example response](#response) the account exists but the slot does not.
- `address`: A string representing the address (20 bytes) for which the proof is requested.
- `storageKeys`: An array of 32-byte storage keys to be proofed and included.
- `blockParameter`: A hexadecimal block number, or one of the string tags `latest`, `earliest`,
`pending`, `safe`, or `finalized`.
`pending`, or `finalized`.

:::note
A `finalized` block is a block on an L2 blockchain (Linea) that has been confirmed and validated by
Expand Down

0 comments on commit 56e9907

Please sign in to comment.