DNS ENOTFOUND on relayer.testnet.zama.cloud – Testnet v2 Rollout Status?

Hi Zama team & community! :wave:

First off, massive congrats on Testnet v2 launch today — the encrypted compute upgrades look game-changing! Been following since the July public testnet and can’t wait for mainnet EOY.

Quick technical hurdle while integrating:

  • Following FHEVM tutorials (e.g., Sepolia setup with relayer-sdk@0.2.0), the default relayerUrl is https://relayer.testnet.zama.cloud.
  • But pinging it returns DNS ENOTFOUND (no resolution at all).

Related threads I’ve seen:

Questions for clarity:

  1. Is the public relayer fully live for v2, or still in staged/whitelist rollout? (Gateway at sepolia.zama.ai works fine.)
  2. Any temp workaround/alt endpoint? (E.g., local relayer setup?)
  3. ETA for stable access? Building a confidential voting dApp and this is the last piece!

Code snippet for context (Node.js createInstance):

2 Likes

Hi @aa2hr
Please update your project with the following packages versions:

  • The latest version of the relayer-sdk is v0.3.0-6
  • The latest version of the Hardhat Plugin is v0.3.0-3
  • The new relayer url is https://relayer.testnet.zama.org as specified in the latest doc page: Initialization | Relayer SDK Guides | Protocol
    Don’t hesitate to contact us if you need any additional help!
3 Likes
Hey @AlexB and Zama team,

Thanks a ton for the rapid response and package updates! 🚀
2 Likes