1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

Fix dependencies references on Escrow template.

This commit is contained in:
Pedro Gutiérrez 2019-03-12 23:44:16 +01:00 committed by Pedro Gutiérrez
parent 0ffa0e4204
commit 51fbbc887e

View File

@ -20,8 +20,8 @@ export const escrowAccessSecretStoreTemplateServiceAgreementTemplate: ServiceAgr
],
"conditionDependency": {
"lockReward": [],
"grantSecretStoreAccess": [],
"releaseReward": [
"accessSecretStore": [],
"escrowReward": [
"lockReward",
"accessSecretStore"
]