export alwaysSucceedsPolicy in the linker
This commit is contained in:
parent
d534765ad1
commit
dacd52c915
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