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.
1 parent 04a19ec commit 431b86aCopy full SHA for 431b86a
modules/statics/src/coins/vetTokens.ts
@@ -1,5 +1,5 @@
1
import { tvetToken, vetToken } from '../account';
2
-import { UnderlyingAsset, CoinFeature } from '../base';
+import { UnderlyingAsset } 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, CoinFeature.REBASE_TOKEN]
+ VET_TOKEN_FEATURES
23
),
24
];
0 commit comments