Skip to content

Commit cb2c07f

Browse files
chore(statics): add staking and custody feature to lightning
T1-3207
1 parent b27ccd0 commit cb2c07f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

modules/statics/src/lightning.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ interface LightningConstructorOptions {
1515
}
1616

1717
export class LightningCoin extends BaseCoin {
18-
public static readonly DEFAULT_FEATURES = [CoinFeature.LIGHTNING_MODEL];
18+
public static readonly DEFAULT_FEATURES = [
19+
CoinFeature.LIGHTNING_MODEL,
20+
CoinFeature.STAKING,
21+
CoinFeature.CUSTODY_BITGO_TRUST,
22+
];
1923

2024
/**
2125
* Additional fields for lightning coins

0 commit comments

Comments
 (0)