Skip to content

Commit

Permalink
Ajuste dirección smart contract
Browse files Browse the repository at this point in the history
  • Loading branch information
PELUQAZ committed Feb 2, 2025
1 parent 3836136 commit 60a31d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/front/wmc-front-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async function loadConfig() {
//const config = await response.json();
//apiBaseUrl = baseUrl; //config.apiBaseUrl;

CONTRACT_ADDRESS = '0x18E470a2f2E45316E48e6e986AF60EC1c0aCc55B'; //'0x40228886eF4e5a74377484F781337b2ADC9e71b2';
CONTRACT_ADDRESS = '0x438dA3c7756a10Cf151E4Af055f8E1834d5f8eF5'; //'0x18E470a2f2E45316E48e6e986AF60EC1c0aCc55B';
USDC_TOKEN_ADDRESS = '0x41E94Eb019C0762f9Bfcf9Fb1E58725BfB0e7582'; //'0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359'; //config.usdcTokenAddress;

} catch (error) {
Expand Down

0 comments on commit 60a31d5

Please sign in to comment.