The CU (Compute Unit) values for some Node API methods have been reduced.
Major Updates
The CU for transaction submission and gas estimation methods has been significantly reduced. With this change, fewer CUs are consumed per call, allowing you to handle more requests with the same credits.
Changes
EVM Chains (Ethereum, etc.)
| Method | Before | After |
|---|
eth_estimateGas | 67 CU | 20 CU |
eth_sendRawTransaction | 170 CU | 40 CU |
Kaia Chain (kaia namespace)
| Method | Before | After |
|---|
kaia_estimateGas | 67 CU | 20 CU |
kaia_sendRawTransaction | 170 CU | 40 CU |
Kaia Chain (klay namespace)
| Method | Before | After |
|---|
klay_estimateGas | 67 CU | 20 CU |
klay_sendRawTransaction | 170 CU | 40 CU |
Affected Chains
Arbitrum
Arc
Avalanche
Base
BNB
Ethereum
GIWA
Kaia
Luniverse
Optimism
Polygon
Quick Links