You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Pull Request Number (if not provided, scans root_directory) - PR must be merged to develop branch'
17
+
description: 'Pull Request Number (if not provided, scans root_directory) - PR must be merged to develop branch. DONT provide if `README documentation` is T from above'
8
18
required: false
9
19
type: string
10
20
root_directory:
11
21
description: 'Only scans files in this directory (relative to repository root, e.g., packages/core/src)'
12
22
required: true
13
-
default: 'packages/core/src/test_resources'
23
+
default: 'packages/plugin-near/'
14
24
type: string
15
25
excluded_directories:
16
26
description: 'Directories to exclude from scanning (comma-separated, relative to root_directory)'
Copy file name to clipboardexpand all lines: docs/docs/packages/plugins.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -610,12 +610,12 @@ The Fuel plugin provides an interface to the Fuel Ignition blockchain.
610
610
**Actions:**
611
611
612
612
1.`TRANSFER_FUEL_ETH` - Transfer ETH to a given Fuel address. - **Inputs**: - `toAddress` (string): The Fuel address to transfer ETH to. - `amount` (string): The amount of ETH to transfer. - **Outputs**: Confirmation message with transaction details. - **Example**:
0 commit comments