Skip to content

Commit 773cf21

Browse files
committed
feat(sdk-coin-vet): enable staking in prod
Ticket: SC-4542
1 parent 18d4cb0 commit 773cf21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2431,7 +2431,7 @@ export const allCoinsAndTokens = [
24312431
18, // 1 VET = 10^18 wei
24322432
UnderlyingAsset.VET,
24332433
BaseUnit.ETH, // The smallest unit of VET, similar to Ethereum, is called 'wei'.
2434-
VET_FEATURES,
2434+
[...VET_FEATURES, CoinFeature.STAKING],
24352435
KeyCurve.Secp256k1,
24362436
80,
24372437
200,

0 commit comments

Comments
 (0)