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: charts/hedera-json-rpc-relay/values.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ config:
23
23
GAS_PRICE_TINY_BAR_BUFFER: 10000000000
24
24
HBAR_RATE_LIMIT_TINYBAR: 5000000000
25
25
HBAR_RATE_LIMIT_DURATION: 60000
26
+
HBAR_RATE_LIMIT_BASIC: 5000000000
26
27
# Valid options are `previewnet`, `testnet`, and `mainnet` for remote options. For local use {"127.0.01:50211":"0.0.3"}. For IPs use {"$IPv4_ADDR_1:$PORT_1":"$ACCOUNT_ID_1"} form
Copy file name to clipboardExpand all lines: docs/configuration.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,11 +67,11 @@ Unless you need to set a non-default value, it is recommended to only populate o
67
67
|`ETH_FEE_HISTORY_FIXED`| "true" | Flag to set if eth_feeHistory should return a fixed fee for the set of results. |
68
68
|`GAS_PRICE_PERCENTAGE_BUFFER`| "0" | The additional buffer that adds a percentage on top of the calculated network gasPrice. This may be used by operators to reduce the chances of `INSUFFICIENT_TX_FEE` errors experienced by users caused by minor fluctuations in the exchange rate. |
69
69
|`GAS_PRICE_TINY_BAR_BUFFER`| "10000000000" | The additional buffer range to allow during a relay precheck of gas price. This supports slight fluctuations in network gasprice calculations. |
70
-
|`HBAR_RATE_LIMIT_DURATION`| "80000" | HBar budget limit duration. This creates a timestamp, which resets all limits, when it's reached. Default is to 80000 (80 seconds).|
71
-
|`HBAR_RATE_LIMIT_TINYBAR`| "11_000_000_000" | Total hbar budget in tinybars (110 hbars per 80 seconds).|
72
-
|`HBAR_RATE_LIMIT_BASIC`| "92_592_592" | Individual limit in tinybars for spending plans with a BASIC tier. (equivalent of 1_000 HBARs per day for a duration of 80 seconds)|
73
-
|`HBAR_RATE_LIMIT_EXTENDED`| "925_925_925" | Individual limit in tinybars for spending plans with a EXTENDED tier. (equivalent of 10_000 HBARs per day for a duration of 80 seconds)|
74
-
|`HBAR_RATE_LIMIT_PRIVILEGED`| "1_851_851_850" | Individual limit in tinybars for spending plans with a PRIVILEGED tier. (equivalent of 20_000 HBARs per day for a duration of 80 seconds)|
70
+
|`HBAR_RATE_LIMIT_DURATION`| "86400000" | HBAR budget limit duration. This creates a timestamp, which resets all limits, when it's reached. Defaults to 1 day. |
71
+
|`HBAR_RATE_LIMIT_TINYBAR`| "800000000000" | Total HBAR budget (in tinybars). Defaults to 8000 HBARs. |
72
+
|`HBAR_RATE_LIMIT_BASIC`| "1120000000" | Individual limit (in tinybars) for spending plans with a BASIC tier. Defaults to 11.2 HBARs. |
73
+
|`HBAR_RATE_LIMIT_EXTENDED`| "3200000000" | Individual limit (in tinybars) for spending plans with a EXTENDED tier. Defaults to 32 HBARs. |
74
+
|`HBAR_RATE_LIMIT_PRIVILEGED`| "8000000000" | Individual limit (in tinybars) for spending plans with a PRIVILEGED tier. Defaults to 80 HBARs. |
75
75
|`HBAR_SPENDING_PLANS_CONFIG_FILE`| "spendingPlansConfig.json" | The name of the JSON file containing the pre-configured spending plans for supported projects and partner projects. |
76
76
|`HAPI_CLIENT_DURATION_RESET`| "3600000" | Time until client reinitialization. (ms) |
77
77
|`HAPI_CLIENT_ERROR_RESET`|[21, 50]| Array of status codes, which when encountered will trigger a reinitialization. Status codes are availble [here](https://github.com/hashgraph/hedera-protobufs/blob/main/services/response_code.proto). |
0 commit comments