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
Copy file name to clipboardExpand all lines: docs/docs/_config-options.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@
45
45
|`pprof-host`|`localhost`| The interface on which the pprof HTTP server will listen for requests |
46
46
|`pprof-port`|`6062`| The port on which the pprof HTTP server will listen for requests |
47
47
|`remote-db`|| gRPC URL of a remote Juno node |
48
-
|`rpc-call-max-steps`|`4000000`| Maximum number of steps to be executed in starknet_call requests. The upper limit is 4 million steps, and any higher value will still be capped at 4 million|
48
+
|`rpc-call-max-steps`|`4000000`| Maximum number of steps to be executed in starknet_call requests |
49
49
|`rpc-cors-enable`|`false`| Enable CORS on RPC endpoints |
50
50
|`rpc-max-block-scan`|`18446744073709551615`| Maximum number of blocks scanned in single starknet_getEvents call |
51
51
|`versioned-constants-file`|| Use custom versioned constants from provided file |
0 commit comments