Skip to content

Commit ed0f1cb

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/sdk-coin-tempo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/sdk-core": "^36.23.1",
44-
"@bitgo/statics": "^58.16.1"
43+
"@bitgo/sdk-core": "^36.23.2",
44+
"@bitgo/statics": "^58.17.0"
4545
},
4646
"devDependencies": {
47-
"@bitgo/sdk-api": "^1.71.9",
48-
"@bitgo/sdk-test": "^9.1.17"
47+
"@bitgo/sdk-api": "^1.72.0",
48+
"@bitgo/sdk-test": "^9.1.18"
4949
},
5050
"files": [
5151
"dist"

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)