Skip to content

Commit

Permalink
Ajuste generando config.json en .yml pero parámetros quemados
Browse files Browse the repository at this point in the history
  • Loading branch information
PELUQAZ committed Dec 9, 2024
1 parent 484558b commit 4dfde7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/front/wmc-front-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 4dfde7e

Please sign in to comment.