Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/beta' into feat/disable-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Wiebe committed Dec 11, 2019
2 parents d656a32 + 48d8056 commit ff45b6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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.74",
"version": "2.0.1-beta.75",
"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
4 changes: 1 addition & 3 deletions src/Polymath.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { PolymathError } from './PolymathError';
import { PolymathBase } from './PolymathBase';

interface PolymathNetworkParams {
polymathRegistryAddress: string;
polymathRegistryAddress?: string;
speed?: TransactionSpeed;
}

Expand Down Expand Up @@ -61,8 +61,6 @@ export class Polymath {

public isConnected: boolean = false;

public polymathRegistryAddress: string = '';

private context: Context = {} as Context;

public connect: Connect = async ({
Expand Down

0 comments on commit ff45b6c

Please sign in to comment.