Skip to main content

📜 Etherlink Node Specifications

Node Client Support

SpecificationTypeComments
Node ClientgethCurrently, the EVM RPC endpoint only implements geth RPCs.

Geth Endpoint Support

EndpointSupportedComments
xpool_content or eth_getBlockByNumber with pending transactionstrueThe RPC is accessible but always returns an empty pool.
eth_getBlockByNumbertrue
eth_getTransactionReceipttrue
eth_blockNumbertrue
eth_getLogs or eth_getBlockReceiptsfalseIn Progress
debug_traceBlockByNumberfalseOn roadmap but not guaranteed
debug_traceTransactionfalseOn roadmap but not guaranteed

ethers.js SDK methods tested

MethodSupportedComments
provider.getBlock(link)true
provider.getTransactionReceipt (link)true
provider.getBlockNumber(link)true
provider.getBalance(link)true
singer.sendTransaction(link)true

Additional Information

Comments
Whitelisting Fireblocks IP addressesNot Supported
Native Token Decimals18
Fee StructurePost London (Fee market is not implemented yet, but the rollup supports EIP-1559 transaction types)