Skip to content

Commit d85dd65

Browse files
authored
Merge pull request #6596 from BitGo/SC-2595
feat: add staking feature to testnet vechain
2 parents 92c999a + 628f7d6 commit d85dd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/coins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1722,7 +1722,7 @@ export const coins = CoinMap.fromCoins([
17221722
18,
17231723
UnderlyingAsset.VET,
17241724
BaseUnit.ETH,
1725-
VET_FEATURES,
1725+
[...VET_FEATURES, CoinFeature.STAKING],
17261726
KeyCurve.Secp256k1,
17271727
80,
17281728
200,

0 commit comments

Comments
 (0)