Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/beta' into refactor-resolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Wiebe committed Nov 7, 2019
2 parents 991f214 + 7f2f867 commit 8d59f3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ yarn-error.log
npm-package/
.idea/
coverage/
test.ts
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymathnetwork/sdk",
"version": "2.0.1-beta.47",
"version": "2.0.1-beta.49",
"description": "A Javascript SDK for interacting with the Polymath network for the browser and Node.js",
"bugs": {
"url": "https://github.com/PolymathNetwork/polymath-sdk/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/PolymathBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export class PolymathBase extends PolymathAPI {
): Promise<any[]> => {
const { moduleFactory } = this;

const moduleAddresses = await this.getModuleAddressesByName({ moduleName, symbol });
const moduleAddresses = await this.getModuleAddressesByName({ moduleName, symbol }, opts);

const { getModuleInstance } = moduleFactory;

Expand Down

0 comments on commit 8d59f3a

Please sign in to comment.