Skip to content

Commit

Permalink
fix mr conflict changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed Sep 25, 2023
1 parent 3b5095d commit fc2c391
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tools/walletextension/api/staticOG/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ async function addNetworkToMetaMask(ethereum, userID, chainIDDecimal) {
decimals: 18
},
rpcUrls: [obscuroGatewayAddress+"/"+obscuroGatewayVersion+'/?u='+userID],
<<<<<<< HEAD
blockExplorerUrls: null
=======
blockExplorerUrls: ['https://testnet.obscuroscan.io'],
>>>>>>> 5ac5482f (Match network configuration with Chainlist)
},
],
});
Expand Down Expand Up @@ -317,8 +313,5 @@ const initialize = async () => {

}

<<<<<<< HEAD
window.addEventListener(eventDomLoaded, checkIfMetamaskIsLoaded);
=======
window.addEventListener(eventDomLoaded, initialize);
>>>>>>> 5ac5482f (Match network configuration with Chainlist)

0 comments on commit fc2c391

Please sign in to comment.