Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
chore: protect abstract class consturctor
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis committed Jul 2, 2022
1 parent 905f98c commit 278f5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chain-adapters/src/evm/EVMBaseAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export abstract class EVMBaseAdapter<T extends EVMChainIds> implements IChainAda

static defaultBIP44Params: BIP44Params

constructor(args: EVMBaseAdapterArgs) {
protected constructor(args: EVMBaseAdapterArgs) {
EVMBaseAdapter.defaultBIP44Params = (<typeof EVMBaseAdapter>this.constructor).defaultBIP44Params

this.supportedChainIds = args.supportedChainIds
Expand Down

0 comments on commit 278f5da

Please sign in to comment.