@audius/sdk 3.0.3-beta.106 → 3.0.3-beta.107

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.
@@ -600,9 +600,9 @@ if (typeof window !== 'undefined' && window && window.Web3) {
600
600
  var LibsWeb3 = Web3;
601
601
 
602
602
  var name = "@audius/sdk";
603
- var version$1 = "3.0.3-beta.106";
603
+ var version$1 = "3.0.3-beta.107";
604
604
  var audius = {
605
- releaseSHA: "3456a2fc01303eb6388c203b2cd6fe689249db69"
605
+ releaseSHA: "84542713c7675159a9de7c3670f17d8c50e3980f"
606
606
  };
607
607
  var description = "Audius SDK";
608
608
  var main = "dist/index.cjs.js";
@@ -37370,7 +37370,7 @@ var SolanaWeb3Manager = /*#__PURE__*/function () {
37370
37370
  case 3:
37371
37371
  userbank = _context2.sent;
37372
37372
  _context2.next = 6;
37373
- return this.getTokenAccountInfo(userbank.toString());
37373
+ return this.getTokenAccountInfo(userbank.toString(), mint);
37374
37374
 
37375
37375
  case 6:
37376
37376
  tokenAccount = _context2.sent;