Skip to content

Commit

Permalink
Update Testnet Tegistry (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 authored Sep 1, 2023
1 parent 4c24a46 commit 2f370ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/components/common/ProgressTracker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ const ProgressTracker = () => {
{/* to not show any countdown from 1 sept to 7 sept */}
{!electionStarted &&
countdown.days === 0 &&
countdown.hours === 0 ? null : (
countdown.hours === 0 &&
countdown.minutes === 0 &&
countdown.seconds === 0 ? null : (
<div
style={{ backgroundColor: '#F29BC0' }}
className="p-2 text-white font-semibold flex gap-x-8 justify-center items-center"
Expand Down
2 changes: 1 addition & 1 deletion src/utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function getConfig() {
case 'dev':
return {
network_id: 'testnet',
app_contract: 'registry-unstable.i-am-human.testnet',
app_contract: 'registry-1.i-am-human.testnet',
og_contract: 'community-v1.i-am-human.testnet',
// gooddollar_contract: 'gooddollar-v1.i-am-human.testnet',
// fractal_contract: 'fractal-1.i-am-human.testnet', // for DEV ENV
Expand Down

0 comments on commit 2f370ea

Please sign in to comment.