Skip to content

Commit 20dc532

Browse files
authored
fix: change uaxl to uamplifier in verifier onboarding (#1210)
1 parent 0d83505 commit 20dc532

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

src/content/docs/validator/amplifier/verifier-onboarding.mdx

+20-5
Original file line numberDiff line numberDiff line change
@@ -450,17 +450,32 @@ Prior to running the `ampd` daemon, you will need to set up your wallet with dev
450450

451451
1. Bond your verifier:
452452

453-
```bash
454-
ampd bond-verifier amplifier 100000000000 uaxl
455-
```
456-
457-
Bonded verifiers will stay bonded until they unbond or are removed by governance. The bond for testnet is 100000000000uaxl (100k AXL). The bond for mainnet is 50000000000uaxl (50k AXL).
453+
<tabs>
454+
<tab-item title="devnet-amplifier">
455+
```bash
456+
ampd bond-verifier validators 100 uamplifier
457+
```
458+
</tab-item>
459+
<tab-item title="testnet">
460+
```bash
461+
ampd bond-verifier amplifier 100000000000 uaxl
462+
```
463+
</tab-item>
464+
<tab-item title="mainnet">
465+
```bash
466+
ampd bond-verifier amplifier 50000000000 uaxl
467+
```
468+
</tab-item>
469+
</tabs>
470+
471+
Bonded verifiers will stay bonded until they unbond or are removed by governance. The bond for testnet is 100000000000uamplifier (100k AXL). The bond for mainnet is 50000000000uamplifier (50k AXL).
458472

459473
1. Register your public key with `ecdsa` or `ed25519`:
460474

461475
```bash
462476
ampd register-public-key ecdsa
463477
```
478+
464479

465480
1. Register support for desired chains, enabling `ampd` to participate in voting and signing for your supported chains.
466481

0 commit comments

Comments
 (0)