Skip to content

Commit 0267bfa

Browse files
authored
Fix CI errors (#2007)
* Address CI errors. Signed-off-by: bgravenorst <[email protected]> * Fix additional errors. Signed-off-by: bgravenorst <[email protected]> --------- Signed-off-by: bgravenorst <[email protected]>
1 parent e582cc9 commit 0267bfa

24 files changed

+27
-27
lines changed

services/reference/linea/json-rpc-methods/debug/debug_traceblockbyhash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: debug_traceBlockByHash API method
2+
description: Return tracing results by executing all transactions in the block
33
---
44

55
import Tabs from "@theme/Tabs";

services/reference/linea/json-rpc-methods/debug/debug_traceblockbynumber.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: debug_traceBlockByNumber API method
2+
description: Return tracing results by executing all transactions in a specified block number.
33
---
44
import Tabs from '@theme/Tabs';
55
import TabItem from '@theme/TabItem';
@@ -16,7 +16,7 @@ Returns tracing results by executing all transactions in the specified block num
1616
`safe` isn't supported. Use `finalized` instead.
1717
Learn more about [Linea's layer 2 finalization](https://docs.linea.build/developers/guides/finalized-block).
1818
:::
19-
19+
2020
- Optional tracing options object with the following fields:
2121
- `tracer`: (string) _[optional]_ type of tracer. Supports [`callTracer`](../debug/index.md#calltracer) or
2222
[`prestateTracer`](../debug/index.md#prestatetracer).

services/reference/linea/json-rpc-methods/debug/debug_tracetransaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: debug_traceTransaction API method
2+
description: Returns tracing results for the specified transaction.
33
---
44

55
import Tabs from "@theme/Tabs";

services/reference/mantle/json-rpc-methods/debug/debug_storagerangeat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: debug_storageRangeAt API method
2+
description: Return the contract storage for the specified range.
33
---
44

55
import Tabs from "@theme/Tabs";

services/reference/mantle/json-rpc-methods/debug/debug_traceblock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: debug_traceBlock API method
2+
description: Return a full trace of all invoked opcodes of all transactions included in the block.
33
---
44

55
import Tabs from "@theme/Tabs";

services/reference/mantle/json-rpc-methods/debug/debug_traceblockbyhash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: debug_traceBlockByHash API method
2+
description: Return tracing results by executing all transactions in the block specified by the block hash.
33
---
44

55
import Tabs from "@theme/Tabs";

services/reference/mantle/json-rpc-methods/debug/debug_traceblockbynumber.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: debug_traceBlockByNumber API method
2+
description: Return tracing results by executing all transactions in the specified block number.
33
---
44

55
import Tabs from "@theme/Tabs";

services/reference/mantle/json-rpc-methods/debug/debug_tracecall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: debug_traceCall API method
2+
description: Returns the number of possible tracing results in the context of the given block execution.
33
---
44

55
import Tabs from "@theme/Tabs";

services/reference/mantle/json-rpc-methods/debug/debug_tracetransaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: debug_traceTransaction API method
2+
description: Returns tracing results for the specified transaction.
33
---
44

55
import Tabs from "@theme/Tabs";

services/reference/mantle/json-rpc-methods/rollup_gasprices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: rollup_gasPrices API method
2+
description: Returns the current layer 1 (L1) and layer 2 (L2) gas prices.
33
---
44

55
import Tabs from "@theme/Tabs";

0 commit comments

Comments
 (0)