Skip to content

Commit

Permalink
Make walletUrl optional in NearConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina authored Oct 2, 2020
1 parent 0b68824 commit dced69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/near.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type NearConfig = {
masterAccount?: string;
networkId: string;
nodeUrl: string;
walletUrl: string;
walletUrl?: string;
}

export class Near {
Expand Down

0 comments on commit dced69d

Please sign in to comment.