Polygon Compute Units
Different transaction categories are assigned specific Compute Unit values. These CUs reflect the resources needed for each type of transaction:
| Transaction Category | Associated Compute Units |
|---|---|
| XS | 1 |
| S | 5 |
| M | 10 |
| L | 50 |
| XL | 100 |
| Egress | Custom |
| Batch Queries | Custom |
The table below shows the supported Polygon methods along with their assigned CU values.
ETH RPC
| Name | Value |
|---|---|
| eth_getBlockByHash | S |
| eth_getBlockByNumber | S |
| eth_blockNumber | XS |
| eth_getTransactionCount | M |
| eth_getTransactionByHash | S |
| eth_getTransactionReceipt | S |
| eth_getTransactionByBlockHashAndIndex | S |
| eth_getTransactionByBlockNumberAndIndex | S |
| eth_getBlockTransactionCountByHash | S |
| eth_getBlockTransactionCountByNumber | S |
| eth_getUncleByBlockNumberAndIndex | S |
| eth_getUncleByBlockHashAndIndex | S |
| eth_getUncleCountByBlockHash | S |
| eth_getUncleCountByBlockNumber | S |
| eth_call | M |
| eth_getLogs | L |
| eth_getStorageAt | S |
| eth_getCode | S |
| eth_sendRawTransaction | XL |
| eth_gasPrice | S |
| eth_estimateGas | L |
| eth_feeHistory | XS |
| eth_maxPriorityFeePerGas | XS |
| eth_chainId | XS |
| net_version | XS |
| eth_getBalance | S |
| web3_clientVersion | XS |
Tendermint RPC
| Method | Weight |
|---|---|
| health | XS |
| status | XS |
| net_info | XS |
| block | S |
| blockchain | M |
| block_by_hash | S |
| block_results | S |
| block_search | XL |
| commit | S |
| validators | S |
| genesis | XS |
| dump_consensus_state | L |
| consensus_state | S |
| consensus_params | S |
| unconfirmed_txs | L |
| num_unconfirmed_txs | XS |
| tx_search | L |
| broadcast_tx_sync | S |
| broadcast_tx_async | S |
| broadcast_evidence | S |
| check_tx | M |
| tx | S |
| abci_info | XS |
| abci_query | S |
Tendermint Rest
| Path | Weight |
|---|---|
| health | XS |
| status | XS |
| net_info | XS |
| blockchain | M |
| block | S |
| block_by_hash | S |
| block_results | S |
| block_search | XL |
| commit | S |
| validators | S |
| genesis | XS |
| dump_consensus_state | L |
| consensus_state | S |
| consensus_params | S |
| unconfirmed_txs | L |
| num_unconfirmed_txs | XS |
| tx_search | L |
| broadcast_tx | S |
| check_tx | M |
| tx | S |
| abci_info | XS |
| abci_query | S |
👋 Need Help?
Contact us through email or our support page for any issues, bugs, or assistance you may need.
Updated 3 months ago
