Update public RPC capability metadata

This commit is contained in:
defiQUG
2026-03-28 19:18:20 -07:00
parent 141c8a278e
commit f6e842ea83
2 changed files with 6 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
"name": "Chain 138 RPC Capabilities",
"version": {
"major": 1,
"minor": 0,
"minor": 1,
"patch": 0
},
"generatedBy": "SolaceScanScout",
@@ -28,16 +28,15 @@
"eth_blockNumber",
"eth_syncing",
"eth_gasPrice",
"eth_maxPriorityFeePerGas",
"eth_feeHistory",
"eth_estimateGas",
"eth_getCode"
],
"unsupportedMethods": [
"eth_maxPriorityFeePerGas"
],
"unsupportedMethods": [],
"notes": [
"eth_feeHistory is available for wallet fee estimation.",
"eth_maxPriorityFeePerGas is currently not exposed on the public RPC, so some wallets will fall back to simpler fee heuristics."
"eth_maxPriorityFeePerGas is exposed on the public RPC for wallet-grade fee suggestion compatibility."
]
},
"tracing": {