Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandra Tran <[email protected]>
  • Loading branch information
Alexandra Tran committed Oct 4, 2024
1 parent 3ab8cd9 commit f686991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/public-networks/reference/engine-api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"engine_getBlobsV1","params":[["0
```json
{
"jsonrpc": "2.0",
"method": "engine_getPayloadBodiesByHashV1",
"method": "engine_getBlobsV1",
"params": [
[
"0x000657f37554c781402a22917dee2f75def7ab966d7b770905398eba3c444014"
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ const config = {
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages: ["solidity", "toml", "java"],
additionalLanguages: ["solidity", "toml", "java", "bash"],
},
mermaid: {
options: {
Expand Down

0 comments on commit f686991

Please sign in to comment.