Skip to content

Commit 703f3a1

Browse files
authored
Merge pull request #9 from o1-labs/ocv-v2-web
Remove test proposals from production
2 parents b2c6b3d + 3d7d325 commit 703f3a1

File tree

3 files changed

+10
-45
lines changed

3 files changed

+10
-45
lines changed

server/proposals/proposals.json

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -572,21 +572,6 @@
572572
"network": "devnet",
573573
"is_complete": false
574574
},
575-
{
576-
"id": 39,
577-
"key": "MIP86",
578-
"category": "Core",
579-
"title": "Demo MIP for Mesa Upgrade - Testing Purposes Only",
580-
"description": "From Thursday, 25 September 2025, to Friday, 10 October 2025 13:34:30 GMT",
581-
"start_time": 1758791040000,
582-
"end_time": 1760103270000,
583-
"epoch": 32,
584-
"ledger_hash": "jwnuZ1gKvqkBvskrKhV84gD2z7kSTWVPsJohxg16VARpLz345f2",
585-
"url": "",
586-
"version": "V2",
587-
"network": "mainnet",
588-
"is_complete": false
589-
},
590575
{
591576
"id": 40,
592577
"key": "MIP87",
@@ -601,36 +586,6 @@
601586
"version": "V2",
602587
"network": "devnet",
603588
"is_complete": false
604-
},
605-
{
606-
"id": 41,
607-
"key": "MIP88",
608-
"category": "Core",
609-
"title": "Demo MIP for Mesa Upgrade - Testing Purposes Only - 2",
610-
"description": "From Thursday, 25 September 2025, to Friday, 10 October 2025 13:34:30 GMT",
611-
"start_time": 1758791040000,
612-
"end_time": 1760103270000,
613-
"epoch": 32,
614-
"ledger_hash": "jwnuZ1gKvqkBvskrKhV84gD2z7kSTWVPsJohxg16VARpLz345f2",
615-
"url": "",
616-
"version": "V2",
617-
"network": "mainnet",
618-
"is_complete": false
619-
},
620-
{
621-
"id": 42,
622-
"key": "MIP89",
623-
"category": "Core",
624-
"title": "Demo MIP for Mesa Upgrade - Testing Purposes Only - 3",
625-
"description": "From Thursday, October 14 - 00:00 GMT, 2025 to Wednesday - 00:00 GMT, October 15, 2025",
626-
"start_time": 1760400000000,
627-
"end_time": 1760486400000,
628-
"epoch": 33,
629-
"ledger_hash": "jxAxNh9C2JoitepV5djDDyunkU6pU7Wd1YXECbRwHd2VxXDS2ZV",
630-
"url": "",
631-
"version": "V2",
632-
"network": "mainnet",
633-
"is_complete": true
634589
}
635590
]
636591
}

web/common/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const siteConfig = {
1111
github: 'https://github.com/o1-labs/mina-on-chain-voting',
1212
granola: 'https://granola.team',
1313
minaFoundation: 'https://www.minafoundation.com',
14+
o1labs: 'https://o1labs.org',
1415
FAQ: 'https://forums.minaprotocol.com/t/on-chain-voting-frequently-asked-questions-faq/5959',
1516
},
1617
};

web/components/layout-footer.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@ export const Footer = () => {
5757
>
5858
Granola
5959
</a>
60+
, maintained by{' '}
61+
<a
62+
href={siteConfig.links.o1labs}
63+
target="_blank"
64+
rel="noreferrer"
65+
className="font-medium underline underline-offset-4 text-logoOrange"
66+
>
67+
o1Labs
68+
</a>
6069
</div>
6170
</div>
6271
</footer>

0 commit comments

Comments
 (0)