Skip to content

Commit 8d28282

Browse files
authored
Merge pull request #7743 from BitGo/SC-4542
feat(sdk-coin-vet): enable staking in prod
2 parents c51b81d + ed0f1cb commit 8d28282

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
@@ -2451,7 +2451,7 @@ export const allCoinsAndTokens = [
24512451
18, // 1 VET = 10^18 wei
24522452
UnderlyingAsset.VET,
24532453
BaseUnit.ETH, // The smallest unit of VET, similar to Ethereum, is called 'wei'.
2454-
VET_FEATURES,
2454+
[...VET_FEATURES, CoinFeature.STAKING],
24552455
KeyCurve.Secp256k1,
24562456
80,
24572457
200,

0 commit comments

Comments
 (0)