@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.
@@ -186,4 +186,4 @@ export declare class AudiusLibs {
186
186
  }
187
187
  export { AudiusABIDecoder, Utils, SolanaUtils, CreatorNode };
188
188
  export { SanityChecks } from './sanityChecks';
189
- export { RewardsAttester } from './services/solana';
189
+ export { RewardsAttester, DEFAULT_MINT, MintName } from './services/solana';
package/dist/index.cjs.js CHANGED
@@ -35878,9 +35878,9 @@ var EthWeb3Manager = /*#__PURE__*/function () {
35878
35878
  }();
35879
35879
 
35880
35880
  var name = "@audius/sdk";
35881
- var version = "3.0.8-beta.1";
35881
+ var version = "3.0.8-beta.2";
35882
35882
  var audius = {
35883
- releaseSHA: "7822b850e06a7b85434f932d803d0020b7d13b8d"
35883
+ releaseSHA: "06fa8b274489d59b098d7ce4be0cbed9cb3b6412"
35884
35884
  };
35885
35885
  var description = "Audius SDK";
35886
35886
  var keywords = [
@@ -55733,6 +55733,11 @@ var SolanaWeb3Manager = /*#__PURE__*/function () {
55733
55733
 
55734
55734
  return deriveEthWalletFromAddress;
55735
55735
  }()
55736
+ /**
55737
+ * Creates transfer instructions from the current user's user bank to the provided solana address.
55738
+ * Supports both $AUDIO or USDC user banks.
55739
+ */
55740
+
55736
55741
  }, {
55737
55742
  key: "createTransferInstructionsFromCurrentUser",
55738
55743
  value: function () {
@@ -74657,6 +74662,7 @@ exports.CreateGrantSchema = CreateGrantSchema;
74657
74662
  exports.CreatePlaylistSchema = CreatePlaylistSchema;
74658
74663
  exports.CreatorNode = CreatorNode;
74659
74664
  exports.CrossPlatformFileSchema = CrossPlatformFileSchema;
74665
+ exports.DEFAULT_MINT = DEFAULT_MINT;
74660
74666
  exports.DecodedUserTokenFromJSON = DecodedUserTokenFromJSON;
74661
74667
  exports.DecodedUserTokenFromJSONTyped = DecodedUserTokenFromJSONTyped;
74662
74668
  exports.DecodedUserTokenToJSON = DecodedUserTokenToJSON;