File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed
Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff 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 ` ).
882 . Click on your address to copy it to the clipboard (we'll be using it in the next step).
993 . 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.
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments