Skip to content

Commit

Permalink
fix: reference to testnets
Browse files Browse the repository at this point in the history
  • Loading branch information
martillansky committed Sep 28, 2024
1 parent 58082f6 commit bb87828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/contracts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export const configSets = {
'mainPreAudit': {chainSet: ChainSet.MAINNETS, chainSetId: 'mainPreAudit', id: '5'},
};

//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 configSetSelection = process.env.DEPLOYED_APP == 'https://testnets--proof-of-humanity-v2.netlify.app/'? configSets.testOld : configSets.main;

export const Contract = {
ProofOfHumanity:
(configSetSelection.id === configSets.testOld.id) ?
Expand Down

0 comments on commit bb87828

Please sign in to comment.