Skip to content

Commit

Permalink
Set default blockchain network to Ropsten
Browse files Browse the repository at this point in the history
  • Loading branch information
DOkwufulueze committed Nov 8, 2020
1 parent d52d733 commit 33b3f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 9,7 @@ export const NETWORKS = {
"666": "Daniel Private Blockchain" // This is a test private blockchain. You can change it to your own private blockchain if you have one.
};

export const APPROVED_NETWORK_ID = "666"; // Default is undefined. Set as you choose
export const APPROVED_NETWORK_ID = "3"; // Default is Ropsten. Set as you choose

export const MUTATION_TYPES = {
CHANGE_CURRENT_ROUTE_TO: "changeCurrentRouteTo",
Expand Down

0 comments on commit 33b3f37

Please sign in to comment.