From 92f8283d3e346276d3b6e30951f188a3d74b2f9a Mon Sep 17 00:00:00 2001 From: Hazem <58445913+Hazem-dh@users.noreply.github.com> Date: Tue, 11 Feb 2025 11:28:39 +0100 Subject: [PATCH] Update Fhenix-JS.mdx updating the JsonRpcProvider link to the nitrogen testnet in the End-to-End Example Explanation --- docs/devdocs/FhenixJS/Fhenix-JS.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devdocs/FhenixJS/Fhenix-JS.mdx b/docs/devdocs/FhenixJS/Fhenix-JS.mdx index 7b36d714..461b861a 100644 --- a/docs/devdocs/FhenixJS/Fhenix-JS.mdx +++ b/docs/devdocs/FhenixJS/Fhenix-JS.mdx @@ -160,7 +160,7 @@ This example demonstrates a full interaction between a dApp and an FHE-enabled s import { FhenixClient } from 'fhenixjs'; import { JsonRpcProvider } from 'ethers' -const provider = new JsonRpcProvider('https://api.helium.fhenix.zone'); +const provider = new JsonRpcProvider('https://api.nitrogen.fhenix.zone'); const client = new FhenixClient({provider}); // == Input ==