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
{{ message }}
This repository was archived by the owner on Apr 19, 2024. It is now read-only.
description: Change the addresses in your validator profile.
3
+
title: Change your addresses
4
4
---
5
5
6
6
importprofilefrom'./assets/profile.png';
@@ -9,7 +9,11 @@ import changeStepTwo from './assets/change-admin-address-2.png';
9
9
10
10
## Overview
11
11
12
-
This guide describes how to change your admin address, which is the address you use to manage your profile and staking activities, and to claim self-staking rewards.
12
+
This guide describes how to change the addresses in your validator profile.
13
+
14
+
## Change your admin address {#admin}
15
+
16
+
You can change your admin address, used for managing your profile, staking activities, and claiming rewards.
13
17
14
18
Key points:
15
19
@@ -18,8 +22,6 @@ Key points:
18
22
* Your current stake amount will be automatically transferred to the new admin address.
19
23
* Any unclaimed rewards from your old admin address will remain there, and you can claim them at any time by logging in with the old admin address.
20
24
21
-
## Change your admin address {#admin}
22
-
23
25
1. Open the [Validator Dashboard](https://validator.roninchain.com), then go to your account, and then click **My profile**.
24
26
<imgsrc={profile}width={280} />
25
27
@@ -29,6 +31,8 @@ Key points:
29
31
3. Paste your new admin address.
30
32
<imgsrc={changeStepTwo}width={400} />
31
33
32
-
4. Save the changes.
34
+
4. Save the change and sign the transaction.
33
35
34
-
There's a cooldown period of 24 hours after changing the admin address. That means you will not able to modify the admin address again until 24 hours after the last change.
36
+
:::info[Cooldown period]
37
+
After changing your admin address or fast finality vote key, there's a 24-hour cooldown period. During this time, you won't be able to modify either value until 24 hours after the last change.
Copy file name to clipboardExpand all lines: docs/validators/manage/finality-vote-key.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,4 +96,6 @@ BLS proof #0: {redacted}
96
96
97
97
4. Save the changes.
98
98
99
-
There's a cooldown period of 24 hours after changing the finality vote key. That means you will not able to modify the finality vote key again until 24 hours after the last change.
99
+
:::info[Cooldown period]
100
+
After changing your admin address or fast finality vote key, there's a 24-hour cooldown period. During this time, you won't be able to modify either value until 24 hours after the last change.
0 commit comments