Supported Networks
Blacksun currently supports Ethereum on the Mainnet and Goerli testnet. The following table lists all the supported Ethereum RPC methods along with their respective networks and Compute Unit (CU) weights.
Ethereum
Ethereum RPC Method | Supported Networks | CU Weight |
---|---|---|
eth_blockNumber | Mainnet | 1 |
eth_getBalance | Mainnet | 2 |
eth_sendRawTransaction | Mainnet | 29 |
eth_call | Mainnet | 2 |
eth_estimateGas | Mainnet | 10 |
eth_getTransactionByHash | Mainnet | 2 |
eth_getTransactionReceipt | Mainnet | 2 |
eth_getCode | Mainnet | 2 |
eth_getStorageAt | Mainnet | 2 |
eth_getLogs | Mainnet | 8 |
eth_getBlockByHash | Mainnet | 2 |
eth_getBlockByNumber | Mainnet | 2 |
eth_getTransactionByBlockHashAndIndex | Mainnet | 1 |
eth_getTransactionByBlockNumberAndIndex | Mainnet | 1 |
eth_getUncleByBlockHashAndIndex | Mainnet | 1 |
eth_getUncleByBlockNumberAndIndex | Mainnet | 1 |
eth_getBlockTransactionCountByHash | Mainnet | 2 |
eth_getBlockTransactionCountByNumber | Mainnet | 2 |
eth_getUncleCountByBlockHash | Mainnet | 2 |
eth_getUncleCountByBlockNumber | Mainnet | 1 |
eth_getTransactionCount | Mainnet | 2 |
eth_gasPrice | Mainnet | 2 |
eth_chainId | Mainnet | 1 |
eth_syncing | Mainnet | 1 |
eth_feeHistory | Mainnet | 4 |
eth_protocolVersion | Mainnet | 1 |
net_version | Mainnet | 1 |
net_listening | Mainnet | 1 |