From 4dfde7e6bca535f13b51772f9cd4646372cd7d22 Mon Sep 17 00:00:00 2001 From: Lukas Vallejo Meluk Date: Mon, 9 Dec 2024 01:38:07 +0100 Subject: [PATCH] =?UTF-8?q?Ajuste=20generando=20config.json=20en=20.yml=20?= =?UTF-8?q?pero=20par=C3=A1metros=20quemados?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/front/wmc-front-script.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/front/wmc-front-script.js b/test/front/wmc-front-script.js index 958cf89..ee644aa 100644 --- a/test/front/wmc-front-script.js +++ b/test/front/wmc-front-script.js @@ -30,9 +30,9 @@ async function loadConfig() { //const config = await response.json(); //apiBaseUrl = baseUrl; //config.apiBaseUrl; - CONTRACT_ADDRESS = config.contractAddress; //'0xE2e2b4297c51bF174b656F064BA3cb82095A5399'; - USDC_TOKEN_ADDRESS = config.usdcTokenAddress; //'0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359'; - + CONTRACT_ADDRESS = '0xE2e2b4297c51bF174b656F064BA3cb82095A5399'; //config.contractAddress; + USDC_TOKEN_ADDRESS = '0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359'; //config.usdcTokenAddress; + } catch (error) { console.error("Error al cargar config.json:", error); }