mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-22 06:42:00 +01:00
Update plutus to what is used by week04
This commit is contained in:
parent
50ee6b0394
commit
66dac083b1
4 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ source-repository-package
|
||||||
plutus-tx-plugin
|
plutus-tx-plugin
|
||||||
prettyprinter-configurable
|
prettyprinter-configurable
|
||||||
quickcheck-dynamic
|
quickcheck-dynamic
|
||||||
tag: 3aa86304e9bfc425667051a8a94db73fcdc38878
|
tag: 47bee0d683857655d60c230a8b25ab7058c54d55
|
||||||
|
|
||||||
-- The following sections are copied from the 'plutus' repository cabal.project at the revision
|
-- The following sections are copied from the 'plutus' repository cabal.project at the revision
|
||||||
-- given above.
|
-- given above.
|
||||||
|
|
|
@ -23,7 +23,7 @@ source-repository-package
|
||||||
plutus-tx-plugin
|
plutus-tx-plugin
|
||||||
prettyprinter-configurable
|
prettyprinter-configurable
|
||||||
quickcheck-dynamic
|
quickcheck-dynamic
|
||||||
tag: 3aa86304e9bfc425667051a8a94db73fcdc38878
|
tag: 47bee0d683857655d60c230a8b25ab7058c54d55
|
||||||
|
|
||||||
-- The following sections are copied from the 'plutus' repository cabal.project at the revision
|
-- The following sections are copied from the 'plutus' repository cabal.project at the revision
|
||||||
-- given above.
|
-- given above.
|
||||||
|
|
|
@ -39,7 +39,7 @@ valHash :: Ledger.ValidatorHash
|
||||||
valHash = Scripts.validatorHash validator
|
valHash = Scripts.validatorHash validator
|
||||||
|
|
||||||
scrAddress :: Ledger.Address
|
scrAddress :: Ledger.Address
|
||||||
scrAddress = ScriptAddress valHash
|
scrAddress = scriptHashAddress valHash
|
||||||
|
|
||||||
type GiftSchema =
|
type GiftSchema =
|
||||||
BlockchainActions
|
BlockchainActions
|
||||||
|
|
|
@ -23,7 +23,7 @@ source-repository-package
|
||||||
plutus-tx-plugin
|
plutus-tx-plugin
|
||||||
prettyprinter-configurable
|
prettyprinter-configurable
|
||||||
quickcheck-dynamic
|
quickcheck-dynamic
|
||||||
tag: 3aa86304e9bfc425667051a8a94db73fcdc38878
|
tag: 47bee0d683857655d60c230a8b25ab7058c54d55
|
||||||
|
|
||||||
-- The following sections are copied from the 'plutus' repository cabal.project at the revision
|
-- The following sections are copied from the 'plutus' repository cabal.project at the revision
|
||||||
-- given above.
|
-- given above.
|
||||||
|
|
Loading…
Reference in a new issue