Skip to content

Commit

Permalink
Third7 Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratnesh4193 committed Oct 30, 2023
1 parent 85ca258 commit 3bf61fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Screens/HomeScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const HomeScreen = () => {
const loadData = async () => {
setIsLoading(1);
try {
console.log(factory);
const newProjectList = await factory.methods
.getDeployedProjects()
.call();
Expand Down

0 comments on commit 3bf61fd

Please sign in to comment.