Skip to content

Commit 68c0250

Browse files
authored
Merge pull request #7234 from BitGo/coin-6055
chore(statics): remove rebase feature from vtho token
2 parents e4078d4 + 431b86a commit 68c0250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/statics/src/coins/vetTokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { tvetToken, vetToken } from '../account';
2-
import { UnderlyingAsset, CoinFeature } from '../base';
2+
import { UnderlyingAsset } from '../base';
33
import { VET_TOKEN_FEATURES } from '../coinFeatures';
44

55
export const vetTokens = [
@@ -19,6 +19,6 @@ export const vetTokens = [
1919
18,
2020
'0x0000000000000000000000000000456e65726779',
2121
UnderlyingAsset['tvet:vtho'],
22-
[...VET_TOKEN_FEATURES, CoinFeature.REBASE_TOKEN]
22+
VET_TOKEN_FEATURES
2323
),
2424
];

0 commit comments

Comments
 (0)