Skip to content

Commit

Permalink
Third1 Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratnesh4193 committed Oct 29, 2023
1 parent f251126 commit 5a044b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ethereum/web3.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Web3 from "web3";
let web3;
console.log(Window.web3);
if (window.web3 !== undefined) {
web3 = new Web3(window.web3.currentProvider);
} else {
Expand Down

0 comments on commit 5a044b8

Please sign in to comment.