Skip to content

Commit

Permalink
Update register-drep.mdx
Browse files Browse the repository at this point in the history
Add 2000000 lovelace DRep deposit
  • Loading branch information
adamrusch authored Nov 6, 2023
1 parent 1727cf7 commit 44f7eee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/register-drep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ There are three ways to generate the certificate:
````
cardano-cli conway governance drep registration-certificate \
--drep-verification-key-file drep.vkey \
--key-reg-deposit-amt 0 \
--key-reg-deposit-amt 2000000 \
--out-file drep-register.cert
````

Expand All @@ -66,7 +66,7 @@ cardano-cli conway governance drep registration-certificate \
````
cardano-cli conway governance drep registration-certificate \
--drep-verification-key "$(cat drep.vkey | jq -r .cborHex | cut -c 5-)" \
--key-reg-deposit-amt 0 \
--key-reg-deposit-amt 2000000 \
--out-file drep-register.cert
````

Expand All @@ -75,7 +75,7 @@ cardano-cli conway governance drep registration-certificate \
````
cardano-cli conway governance drep registration-certificate \
--drep-key-hash $(cat drep.id) \
--key-reg-deposit-amt 0 \
--key-reg-deposit-amt 2000000 \
--out-file drep-register.cert
````

Expand Down

0 comments on commit 44f7eee

Please sign in to comment.