@audius/sdk 3.0.8-beta.1 → 3.0.8-beta.2

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.
@@ -601,9 +601,9 @@ if (typeof window !== 'undefined' && window && window.Web3) {
601
601
  var LibsWeb3 = Web3;
602
602
 
603
603
  var name = "@audius/sdk";
604
- var version$1 = "3.0.8-beta.1";
604
+ var version$1 = "3.0.8-beta.2";
605
605
  var audius = {
606
- releaseSHA: "7822b850e06a7b85434f932d803d0020b7d13b8d"
606
+ releaseSHA: "06fa8b274489d59b098d7ce4be0cbed9cb3b6412"
607
607
  };
608
608
  var description = "Audius SDK";
609
609
  var keywords = [
@@ -36782,6 +36782,11 @@ var SolanaWeb3Manager = /*#__PURE__*/function () {
36782
36782
 
36783
36783
  return deriveEthWalletFromAddress;
36784
36784
  }()
36785
+ /**
36786
+ * Creates transfer instructions from the current user's user bank to the provided solana address.
36787
+ * Supports both $AUDIO or USDC user banks.
36788
+ */
36789
+
36785
36790
  }, {
36786
36791
  key: "createTransferInstructionsFromCurrentUser",
36787
36792
  value: function () {