diff --git a/tools/walletextension/api/staticOG/javascript.js b/tools/walletextension/api/staticOG/javascript.js index 429bbe3a92..5e2783f299 100644 --- a/tools/walletextension/api/staticOG/javascript.js +++ b/tools/walletextension/api/staticOG/javascript.js @@ -31,7 +31,6 @@ let obscuroGatewayAddress = window.location.protocol + "//" + window.location.ho async function addNetworkToMetaMask(ethereum, userID, chainIDDecimal) { // add network to MetaMask let chainIdHex = "0x" + chainIDDecimal.toString(16); // Convert to hexadecimal and prefix with '0x' - console.log("ChainIdHex: ", chainIdHex) try { await ethereum.request({ method: 'wallet_addEthereumChain', @@ -228,4 +227,4 @@ const initialize = () => { } -window.addEventListener(eventDomLoaded, initialize); \ No newline at end of file +window.addEventListener(eventDomLoaded, initialize);