use liqwid-nix 2.0
This commit is contained in:
parent
b6ab3762ce
commit
7e628328da
35 changed files with 458 additions and 564 deletions
|
|
@ -44,8 +44,8 @@ import Sample.Shared (
|
|||
governor,
|
||||
signer,
|
||||
stakeAssetClass,
|
||||
stakeScriptHash,
|
||||
stakeSymbol,
|
||||
stakeValidatorHash,
|
||||
)
|
||||
import Test.Util (sortValue)
|
||||
|
||||
|
|
@ -77,7 +77,7 @@ stakeDepositWithdraw config =
|
|||
, signedWith signer
|
||||
, input $
|
||||
mconcat
|
||||
[ script stakeValidatorHash
|
||||
[ script stakeScriptHash
|
||||
, withValue
|
||||
( sortValue $
|
||||
st
|
||||
|
|
@ -88,7 +88,7 @@ stakeDepositWithdraw config =
|
|||
]
|
||||
, output $
|
||||
mconcat
|
||||
[ script stakeValidatorHash
|
||||
[ script stakeScriptHash
|
||||
, withValue
|
||||
( sortValue $
|
||||
st
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue