From ea7c7b9d9509ebeb62108eb12f3e32dd2926f235 Mon Sep 17 00:00:00 2001 From: Lucas Tortora <85233773+lucas-tortora@users.noreply.github.com> Date: Mon, 13 May 2024 10:37:31 -0300 Subject: [PATCH] Update theme/src/theme/constant.tsx --- theme/src/theme/constant.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/src/theme/constant.tsx b/theme/src/theme/constant.tsx index 729cecd9077..c38cd15b367 100644 --- a/theme/src/theme/constant.tsx +++ b/theme/src/theme/constant.tsx @@ -12,7 +12,7 @@ export const Networks = { protocol: 'IOTA 2.0', httpRestApi: 'https://api.nova-testnet.iotaledger.net/', eventApi: 'wss://api.nova-testnet.iotaledger.net:443 (MQTT 3.1, /mqtt)', - permaNodeApi: 'https://api.nova-testnet.iotaledger.net/', + permaNodeApi: 'https://chronicle.nova-testnet.iotaledger.net', explorer: 'https://explorer.iota.org/iota2-testnet', faucet: 'https://faucet.nova-testnet.iotaledger.net', },