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
4
4
5
5
## Vote With [ Auro Wallet] ( https://www.aurowallet.com/ )
6
6
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 ` ).
8
8
2 . Click on your address to copy it to the clipboard (we'll be using it in the next step).
9
9
3 . Click on "Send."
10
10
@@ -66,7 +66,7 @@ contain: 'MEF1 NO 1'.
66
66
```
67
67
68
68
* 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 ` ).
70
70
- Click on your wallet address to copy it to the clipboard (you’ll need it in step 4).
71
71
- Navigate to the Send feature in the wallet.
72
72
- In the To field, paste your own wallet address.
Original file line number Diff line number Diff line change 81
81
"url" : " " ,
82
82
"version" : " V2" ,
83
83
"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"
84
97
}
85
98
]
86
- }
99
+ }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const Footer = () => {
7
7
{ /* Main Footer Content */ }
8
8
< div className = "flex flex-col lg:flex-row justify-between items-center lg:items-start space-y-4 lg:space-y-0" >
9
9
{ /* 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 >
11
11
12
12
{ /* Links */ }
13
13
< 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