Skip to content

Commit

Permalink
fix: prepare index for production
Browse files Browse the repository at this point in the history
  • Loading branch information
martillansky committed Nov 1, 2024
1 parent 5bcf22d commit deac2dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/contracts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ export const configSets = {
},
};

/* export const configSetSelection =
export const configSetSelection =
process.env.DEPLOYED_APP ==
"https://testnets--proof-of-humanity-v2.netlify.app/"
? configSets.testOld
: configSets.main;
*/
export const configSetSelection = configSets.mainOld;

export const Contract = {
ProofOfHumanity:
Expand Down

0 comments on commit deac2dd

Please sign in to comment.