You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Boost the rate at which you receive Karma. The longer you lock your vault, the higher your boost, and the faster you accumulate Karma. You can add more SNT at any time, but withdrawing your SNT is only possible once the vault unlocks.'asconst
description="Extending lock time increasing Karma boost"
258
-
actions={[
259
-
{
260
-
label: 'Cancel',
261
-
},
262
-
{
263
-
label: 'Extend lock',
264
-
},
265
-
]}
299
+
actions={EXTEND_LOCK_ACTIONS}
266
300
onClose={()=>setOpenModalVaultId(null)}
267
-
infoMessage="Boost the rate at which you receive Karma. The longer you lock your vault, the higher your boost, and the faster you accumulate Karma. You can add more SNT at any time, but withdrawing your SNT is only possible once the vault unlocks."
description="Lock this vault to receive more Karma"
283
-
actions={[
284
-
{
285
-
label: "Don't lock",
286
-
},
287
-
{
288
-
label: 'Lock',
289
-
},
290
-
]}
317
+
actions={LOCK_VAULT_ACTIONS}
291
318
onClose={()=>setOpenModalVaultId(null)}
292
-
infoMessage="Boost the rate at which you receive Karma. The longer you lock your vault, the higher your boost, and the faster you accumulate Karma. You can add more SNT at any time, but withdrawing your SNT is only possible once the vault unlocks."
0 commit comments