Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ export enum CoinFeature {
* This coin is deprecated
*/
DEPRECATED = 'deprecated',
/**
* This coin is sunsetting and will be deprecated in the near future, but is not deprecated yet
*/
SUNSETTING = 'sunsetting',
/**
* This coin is a dummy object meant to be a placeholder for an unsupported token
*/
Expand Down
Loading