@audius/sdk 3.0.3-beta.109 → 3.0.3-beta.110

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.109";
603
+ var version$1 = "3.0.3-beta.110";
604
604
  var audius = {
605
- releaseSHA: "e9e322a2ed5a616a1018c8797bcd8728119489dc"
605
+ releaseSHA: "1ae17927811e748e14844208abda042e1d2fd15e"
606
606
  };
607
607
  var description = "Audius SDK";
608
608
  var main = "dist/index.cjs.js";
@@ -11447,7 +11447,10 @@ var ServiceProviderFactoryClient = /*#__PURE__*/function (_GovernedContractClie)
11447
11447
  axiosRequestObj = {
11448
11448
  url: requestUrl,
11449
11449
  method: 'get',
11450
- timeout: 1000
11450
+ timeout: 1000,
11451
+ params: {
11452
+ 'allow_unregistered': 'true'
11453
+ }
11451
11454
  };
11452
11455
  _context.next = 13;
11453
11456
  return axios(axiosRequestObj);