@dynamic-labs-wallet/forward-mpc-client 0.9.0 → 0.10.0

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.
package/dist/index.cjs CHANGED
@@ -617,6 +617,8 @@ var ForwardMPCClient = class extends EventEmitter2.EventEmitter {
617
617
  }
618
618
  }
619
619
  };
620
+
621
+ // src/client-v2/errors.ts
620
622
  var ErrorCode = {
621
623
  // Transport
622
624
  CONNECTION_FAILED: "CONNECTION_FAILED",