Merge pull request #220 from Liqwid-Labs/connor/export-alwaysSucceedsPolicy
Export `alwaysSucceedsPolicy` in the linker
This commit is contained in:
commit
ef9131adbd
1 changed files with 6 additions and 0 deletions
|
|
@ -114,6 +114,11 @@ linker = do
|
|||
, Tagged AuthorityTokenTag CurrencySymbol
|
||||
]
|
||||
"agora:mutateGovernorValidator"
|
||||
alwaysSucceedsPolicy' <-
|
||||
fetchTS
|
||||
@MintingPolicyRole
|
||||
@'[]
|
||||
"agora:alwaysSucceedsPolicy"
|
||||
|
||||
governor <- getParam
|
||||
|
||||
|
|
@ -180,6 +185,7 @@ linker = do
|
|||
, ("agora:noOpValidator", toRoledScript noOpVal')
|
||||
, ("agora:treasuryWithdrawalValidator", toRoledScript treaWithdrawalVal')
|
||||
, ("agora:mutateGovernorValidator", toRoledScript mutateGovVal')
|
||||
, ("agora:alwaysSucceedsPolicy", toRoledScript alwaysSucceedsPolicy')
|
||||
]
|
||||
, information =
|
||||
AgoraScriptInfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue