Skip to content

Commit 6ceaf6f

Browse files
authored
Merge pull request #2 from o1-labs/ocv-v2-web
Adding a new devnet proposal for testing purposes
2 parents 95c6a03 + 0a05c1d commit 6ceaf6f

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ On-Chain Voting is a protocol developed to help with governing the Mina L1 block
44

55
## Vote With [Auro Wallet](https://www.aurowallet.com/)
66

7-
1. Ensure you're on the correct network (in this case devnet).
7+
1. Ensure you're on the correct network (in this case `devnet`).
88
2. Click on your address to copy it to the clipboard (we'll be using it in the next step).
99
3. Click on "Send."
1010

@@ -66,7 +66,7 @@ contain: 'MEF1 NO 1'.
6666
```
6767

6868
*Vote With Auro Wallet*
69-
- Ensure you're on the correct network (e.g., devnet).
69+
- Ensure you're on the correct network (e.g., `devnet`).
7070
- Click on your wallet address to copy it to the clipboard (you’ll need it in step 4).
7171
- Navigate to the Send feature in the wallet.
7272
- In the To field, paste your own wallet address.

server/proposals/proposals.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,19 @@
8181
"url": "",
8282
"version": "V2",
8383
"network": "devnet"
84+
},
85+
{
86+
"id": 6,
87+
"key": "MIP53",
88+
"category": "Core",
89+
"title": "Demo MIP53",
90+
"description": "",
91+
"start_time": 1753702740000,
92+
"end_time": 1754307832603,
93+
"epoch": 31,
94+
"url": "",
95+
"version": "V2",
96+
"network": "devnet"
8497
}
8598
]
86-
}
99+
}

web/components/layout-footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const Footer = () => {
77
{/* Main Footer Content */}
88
<div className="flex flex-col lg:flex-row justify-between items-center lg:items-start space-y-4 lg:space-y-0">
99
{/* Copyright Text */}
10-
<p className="text-gray-500 text-sm">© 2024 Mina Foundation. All rights reserved.</p>
10+
<p className="text-gray-500 text-sm">© {new Date().getFullYear()} Mina Foundation. All rights reserved.</p>
1111

1212
{/* Links */}
1313
<div className="flex flex-col lg:flex-row items-center space-y-2 lg:space-y-0 lg:space-x-6">

0 commit comments

Comments
 (0)