We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b364bb1 + 9ed860e commit c4cd6c8Copy full SHA for c4cd6c8
modules/sdk-coin-polyx/src/polyx.ts
@@ -15,7 +15,7 @@ import { SubstrateCoin } from '@bitgo/abstract-substrate';
15
export class Polyx extends SubstrateCoin {
16
protected readonly _staticsCoin: Readonly<StaticsBaseCoin>;
17
protected constructor(bitgo: BitGoBase, staticsCoin?: Readonly<StaticsBaseCoin>) {
18
- super(bitgo);
+ super(bitgo, staticsCoin);
19
20
if (!staticsCoin) {
21
throw new Error('missing required constructor parameter staticsCoin');
0 commit comments