Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashmi-278 authored Nov 29, 2023
1 parent b780e89 commit bd7e8c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daostar-website/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function App() {
...instance,
registrationNetwork: {
...instance.registrationNetwork,
id: "mainnetV0"
id: "ethereum"
}
}));

Expand Down Expand Up @@ -246,4 +246,4 @@ if (window.location.path === "creative-universe") {
window.location = "https://github.com/metagov/daostar/discussions/41";
}

export default App;
export default App;

0 comments on commit bd7e8c6

Please sign in to comment.