@audius/sdk 0.0.38 → 0.0.39

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@audius/sdk",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "audius": {
5
- "releaseSHA": "74503074cb96dea181ec2b218c5cb6d528c1db86"
5
+ "releaseSHA": "50f82fb3f32a51e7553ab9dd23582b4fad530648"
6
6
  },
7
7
  "description": "",
8
8
  "main": "dist/index.cjs.js",
@@ -157,7 +157,8 @@ export class AudiusLibs {
157
157
  static configInternalWeb3(
158
158
  registryAddress: string,
159
159
  providers: provider,
160
- privateKey: string
160
+ privateKey?: string,
161
+ entityManagerAddress?: string
161
162
  ) {
162
163
  let providerList
163
164
  if (typeof providers === 'string') {
@@ -174,6 +175,7 @@ export class AudiusLibs {
174
175
 
175
176
  return {
176
177
  registryAddress,
178
+ entityManagerAddress,
177
179
  useExternalWeb3: false,
178
180
  internalWeb3Config: {
179
181
  web3ProviderEndpoints: providerList,