@ember-finance/sdk 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -55,6 +55,12 @@ class EmberVaults {
|
|
|
55
55
|
this.txBuilder.updateDeployment(newDeployment);
|
|
56
56
|
// Update admin calls
|
|
57
57
|
this.admin.updateDeployment(newDeployment);
|
|
58
|
+
// Update operator calls
|
|
59
|
+
this.operator.updateDeployment(newDeployment);
|
|
60
|
+
// Update vault admin calls
|
|
61
|
+
this.vaultAdmin.updateDeployment(newDeployment);
|
|
62
|
+
// Update user calls
|
|
63
|
+
this.user.updateDeployment(newDeployment);
|
|
58
64
|
}
|
|
59
65
|
/**
|
|
60
66
|
* Gets the current deployment configuration
|