Skip to content

Commit

Permalink
Update hprop_ledger_events_propose_new_constitution_spo wrt 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 f3f59ed commit 072450b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ module Cardano.Testnet.Test.LedgerEvents.Gov.ProposeNewConstitution

import Cardano.Api as Api
import Cardano.Api.Error (displayError)
import qualified Cardano.Api.Ledger as L
import Cardano.Api.Shelley

import qualified Cardano.Ledger.Conway.Governance as L
import qualified Cardano.Ledger.Conway.Governance as Ledger
import qualified Cardano.Ledger.Shelley.LedgerState as L
import Cardano.Testnet

import Prelude
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE NumericUnderscores #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}
Expand Down Expand Up @@ -129,7 +130,7 @@ hprop_ledger_events_propose_new_constitution_spo = H.integrationWorkspace "propo
H.noteM_ $ H.execCli' execConfig
[ "conway", "governance", "action", "create-constitution"
, "--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 072450b

Please sign in to comment.