Skip to content

Commit 4e593ff

Browse files
committed
feat(statics): enable staking in testnet
TICKET: SC-2419
1 parent e867c03 commit 4e593ff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/statics/src/coins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export const coins = CoinMap.fromCoins([
209209
18,
210210
UnderlyingAsset.AVAXC,
211211
BaseUnit.ETH,
212-
AVAXC_FEATURES
212+
[...AVAXC_FEATURES, CoinFeature.STAKING]
213213
),
214214
account(
215215
'f3f0f790-fc53-40ba-a9cc-71909fc50566',

modules/statics/test/unit/coins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
426426
CoinFeature.CUSTODY_BITGO_GERMANY,
427427
CoinFeature.CUSTODY_BITGO_FRANKFURT,
428428
CoinFeature.CUSTODY_BITGO_SWITZERLAND,
429+
CoinFeature.STAKING,
429430
],
430431
},
431432
tavaxp: {

0 commit comments

Comments
 (0)