Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update cache configs about eth fee APIs #48

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions rpc_configs/geth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ methods:
- method: eth_gasPrice
cache:
size: 1
ttl_seconds: 12
- method: eth_blobBaseFee
cache:
size: 1
ttl_seconds: 12
- method: eth_maxPriorityFeePerGas
cache:
size: 1
ttl_seconds: 12
- method: eth_feeHistory
params:
- name: blockCount
Expand Down
6 changes: 5 additions & 1 deletion rpc_configs/standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,22 @@ methods:
- method: eth_gasPrice
cache:
size: 1
ttl_seconds: 12
- method: eth_blobBaseFee
cache:
size: 1
ttl_seconds: 12
- method: eth_maxPriorityFeePerGas
cache:
size: 1
ttl_seconds: 12
- method: eth_feeHistory
params:
- name: blockCount
ty: Bytes
- name: newestBlock
ty: Boolean
ty: BlockTag
inject: true
- name: rewardPercentiles
ty: Bytes
# Eth namespace (sign)
Expand Down
Loading