We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3db7c22 + c4621ce commit 0935364Copy full SHA for 0935364
modules/statics/src/coins/vetTokens.ts
@@ -1,5 +1,5 @@
1
import { tvetToken, vetToken } from '../account';
2
-import { UnderlyingAsset } from '../base';
+import { UnderlyingAsset, CoinFeature } from '../base';
3
import { VET_TOKEN_FEATURES } from '../coinFeatures';
4
5
export const vetTokens = [
@@ -19,6 +19,6 @@ export const vetTokens = [
19
18,
20
'0x0000000000000000000000000000456e65726779',
21
UnderlyingAsset['tvet:vtho'],
22
- VET_TOKEN_FEATURES
+ [...VET_TOKEN_FEATURES, CoinFeature.REBASE_TOKEN]
23
),
24
];
0 commit comments