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

lint fixes

This commit is contained in:
Jernej Pregelj 2019-04-10 12:30:17 +02:00
parent 26a721f754
commit 304fda8820

View File

@ -43,7 +43,7 @@ export class Keeper extends Instantiable {
EscrowReward.getInstance(config), EscrowReward.getInstance(config),
AccessSecretStoreCondition.getInstance(config), AccessSecretStoreCondition.getInstance(config),
// Conditions // Conditions
EscrowAccessSecretStoreTemplate.getInstance(config) EscrowAccessSecretStoreTemplate.getInstance(config),
]) ])
// Main contracts // Main contracts
@ -58,11 +58,11 @@ export class Keeper extends Instantiable {
keeper.conditions = { keeper.conditions = {
lockRewardCondition: resolvedInstances[6], lockRewardCondition: resolvedInstances[6],
escrowReward: resolvedInstances[7], escrowReward: resolvedInstances[7],
accessSecretStoreCondition: resolvedInstances[8] accessSecretStoreCondition: resolvedInstances[8],
} }
// Conditions // Conditions
keeper.templates = { keeper.templates = {
escrowAccessSecretStoreTemplate: resolvedInstances[9] escrowAccessSecretStoreTemplate: resolvedInstances[9],
} }
// Utils // Utils