Skip to content

Commit

Permalink
Update hprop_ledger_events_info_action with respect to new default
Browse files Browse the repository at this point in the history
conway genesis
  • Loading branch information
Jimbo4350 authored and mgmeier committed May 8, 2024
1 parent faabaab commit 7194947
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ hprop_ledger_events_info_action = H.integrationRetryWorkspace 0 "info-hash" $ \t
H.execCli' execConfig
[ "conway", "governance", "drep", "registration-certificate"
, "--drep-verification-key-file", drepVkeyFp n
, "--key-reg-deposit-amt", show @Int 0
, "--key-reg-deposit-amt", show @Int 1_000_000
, "--out-file", drepCertFile n
]

Expand Down Expand Up @@ -169,7 +169,7 @@ hprop_ledger_events_info_action = H.integrationRetryWorkspace 0 "info-hash" $ \t
void $ H.execCli' execConfig
[ "conway", "governance", "action", "create-info"
, "--testnet"
, "--governance-action-deposit", show @Int 0 -- TODO: Get this from the node
, "--governance-action-deposit", show @Int 1_000_000 -- TODO: Get this from the node
, "--deposit-return-stake-verification-key-file", stakeVkeyFp
, "--anchor-url", "https://tinyurl.com/3wrwb2as"
, "--anchor-data-hash", proposalAnchorDataHash
Expand Down

0 comments on commit 7194947

Please sign in to comment.