From 89c658d020cfc1470776d13a5d21f5fd124a8056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDiga=20Kokelj?= Date: Tue, 17 Oct 2023 15:19:58 +0200 Subject: [PATCH] fix commented out testnet --- tools/walletextension/api/staticOG/javascript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/walletextension/api/staticOG/javascript.js b/tools/walletextension/api/staticOG/javascript.js index 33aae2b72c..d0389d36ea 100644 --- a/tools/walletextension/api/staticOG/javascript.js +++ b/tools/walletextension/api/staticOG/javascript.js @@ -69,7 +69,7 @@ function getNetworkName(gatewayAddress) { function getRPCFromUrl(gatewayAddress) { // get the correct RPC endpoint for each network switch(gatewayAddress) { - // case 'https://testnet.obscu.ro/': + // case 'https://testnet.obscu.ro': // return 'https://rpc.sepolia-testnet.obscu.ro' case 'https://sepolia-testnet.obscu.ro': return 'https://rpc.sepolia-testnet.obscu.ro'