@toruslabs/ethereum-controllers 5.5.0 → 5.5.1

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.
@@ -2630,7 +2630,7 @@ class AddChainController extends AbstractMessageController {
2630
2630
  try {
2631
2631
  const msgObject = this.getMessage(messageId);
2632
2632
  await this.approveMessage(messageId, msgObject.messageParams);
2633
- this.addChain(msgObject.messageParams);
2633
+ await this.addChain(msgObject.messageParams);
2634
2634
  this.updateMessage(_objectSpread(_objectSpread({}, msgObject), {}, {
2635
2635
  rawSig: JSON.stringify(msgObject.messageParams)
2636
2636
  }));