@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.
package/dist/web-libs.js CHANGED
@@ -33620,9 +33620,9 @@ var EthWeb3Manager = /*#__PURE__*/function () {
33620
33620
  }();
33621
33621
 
33622
33622
  var name = "@audius/sdk";
33623
- var version = "3.0.3-beta.106";
33623
+ var version = "3.0.3-beta.107";
33624
33624
  var audius = {
33625
- releaseSHA: "3456a2fc01303eb6388c203b2cd6fe689249db69"
33625
+ releaseSHA: "84542713c7675159a9de7c3670f17d8c50e3980f"
33626
33626
  };
33627
33627
  var description = "Audius SDK";
33628
33628
  var main = "dist/index.cjs.js";
@@ -52091,7 +52091,7 @@ var SolanaWeb3Manager = /*#__PURE__*/function () {
52091
52091
  case 3:
52092
52092
  userbank = _context2.sent;
52093
52093
  _context2.next = 6;
52094
- return this.getTokenAccountInfo(userbank.toString());
52094
+ return this.getTokenAccountInfo(userbank.toString(), mint);
52095
52095
 
52096
52096
  case 6:
52097
52097
  tokenAccount = _context2.sent;