🤔 Got questions? Schedule an office hours session.
Node RPC

FAQ: Node

I've been trying to verify my email as a destination for Alerts/Web3 Actions but every time I click the link in my email, it shows up as an invalid verification code.

Where can I find the Node RPC access key?

To find your Node RPC access key, open the Tenderly Dashboard and navigate to the Node tab in the navigation menu. Your access key is at the top of the page.

Can I change the Node RPC access key?

Yes, you can change your node access key. In the Tenderly Dashboard, head over to the Node tab in the navigation menu. Your access key is at the top of the page. Click “…” and then Reset Access Key.

node access key

How does tenderly_estimateGas provide 100% accurate estimations?

The tenderly_estimateGas RPC method ensures accuracy by providing enough gas so no internal calls fail. The eth_estimateGas might underestimate the gas in case of reverts due to insufficient gas provided to the transaction.