Rocket RPC
Eden Rocket RPC offers a faster experience than Eden RPC which may be better for some use cases. By sending transactions using Rocket RPC your transactions are more likely to be included as soon as possible. This is because Rocket RPC is an aggregator that sends your transactions to multiple RPC providers/builders giving you the best possible chance at your transaction getting included in a block quickly.
The downside is that because your transactions are forwarded to third-parties outside of the Eden ecosystem, Eden cannot guarantee that your transactions won't be frontrun. That said, Eden will only forward your transactions to vetted third-parties that have no known history of frontrunning their users.
Endpointโ
- Ethereum:
https://api.edennetwork.io/v1/rocket
RPC Comparisonโ
RPC | Transaction Confidentiality | Inclusion Speed |
---|---|---|
Speed RPC | None (Public) | Fastest ๐๐๐ |
Eden Rocket RPC | Some (Eden and other repuatable builders) | Fast ๐ |
Eden RPC | Max (Eden builders only) | Slow ๐ข |
Using Eden Rocket RPCโ
To add Eden RPC endpoint follow these steps:
- Enter your MetaMask and click on your RPC endpoint at the top of your MetaMask. By default it says โEthereum mainnet.โ
- Click โCustom RPCโ
- Add
https://api.edennetwork.io/v1/rocket
with a chainID of1
and currency ofETH
. - Scroll to the bottom and click โSaveโ
When should I use Rocket RPC?โ
You should use Rocket RPC if you want to be included in blocks as soon as possible and if your transaction is unlikely to be frontrun. For example, if you are minting an NFT.