Skip to content

Commit e9cadcd

Browse files
authored
Merge pull request #7532 from BitGo/harit/SC-3978-with-mainnet
feat(statics): staking feature for apt and tapt
2 parents b9fdf1d + b3a7dcd commit e9cadcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,7 +1926,7 @@ export const allCoinsAndTokens = [
19261926
8,
19271927
UnderlyingAsset.APT,
19281928
BaseUnit.APT,
1929-
APT_FEATURES,
1929+
[...APT_FEATURES, CoinFeature.STAKING],
19301930
KeyCurve.Ed25519,
19311931
80,
19321932
200
@@ -1939,7 +1939,7 @@ export const allCoinsAndTokens = [
19391939
8,
19401940
UnderlyingAsset.APT,
19411941
BaseUnit.APT,
1942-
APT_FEATURES,
1942+
[...APT_FEATURES, CoinFeature.STAKING],
19431943
KeyCurve.Ed25519,
19441944
80,
19451945
200

0 commit comments

Comments
 (0)