Virtual TestNets are live! ⚡️ Test and stage dapps on real-time production data.
Get started →

All Products

DevNets

FAQ: DevNets

What DevNet JSON-RPC calls are visible in Tenderly Debugger?


  • compute: We only store this call if it fails, so only failed compute calls are visible in Debugger.
  • read: We don’t store this call, so it’s not visible in Debugger.
  • write: We store both successful and failed write calls, so they’re visible in Debugger.

Can you send me some ETH or ERC-20 tokens for testing purposes?


You can increase the balance of any address using the “Fund Accounts” button available in your development environments in the Tenderly Dashboard.

Also, you can use custom RPC methods tenderly_setBalance and tenderly_addBalance to manage balances, and for ERC-20 tokens tenderly_setErc20Balance. Learn more about our custom RPC methods.