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:
parent
26a721f754
commit
304fda8820
@ -43,7 +43,7 @@ export class Keeper extends Instantiable {
|
||||
EscrowReward.getInstance(config),
|
||||
AccessSecretStoreCondition.getInstance(config),
|
||||
// Conditions
|
||||
EscrowAccessSecretStoreTemplate.getInstance(config)
|
||||
EscrowAccessSecretStoreTemplate.getInstance(config),
|
||||
])
|
||||
|
||||
// Main contracts
|
||||
@ -58,11 +58,11 @@ export class Keeper extends Instantiable {
|
||||
keeper.conditions = {
|
||||
lockRewardCondition: resolvedInstances[6],
|
||||
escrowReward: resolvedInstances[7],
|
||||
accessSecretStoreCondition: resolvedInstances[8]
|
||||
accessSecretStoreCondition: resolvedInstances[8],
|
||||
}
|
||||
// Conditions
|
||||
keeper.templates = {
|
||||
escrowAccessSecretStoreTemplate: resolvedInstances[9]
|
||||
escrowAccessSecretStoreTemplate: resolvedInstances[9],
|
||||
}
|
||||
|
||||
// Utils
|
||||
|
Loading…
Reference in New Issue
Block a user