@hashgraphonline/hashinal-wc 1.0.76 → 1.0.78

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.
@@ -1866,6 +1866,7 @@ class HashinalsWalletConnectSDK {
1866
1866
  logger: "error"
1867
1867
  });
1868
1868
  HashinalsWalletConnectSDK.dAppConnectorInstance.onSessionIframeCreated = (session) => {
1869
+ this.logger.info("new session from from iframe", session);
1869
1870
  this.handleNewSession(session);
1870
1871
  if (onSessionIframeCreated) {
1871
1872
  onSessionIframeCreated(session);