diff --git a/src/tokens/token.ts b/src/tokens/token.ts index cd2051db..e980a347 100644 --- a/src/tokens/token.ts +++ b/src/tokens/token.ts @@ -56,6 +56,7 @@ export interface Coin { export enum TokenTag { STABLECOIN = 'stablecoin', MAJOR_ASSET = 'major_asset', + RWA = 'rwa', // Legacy tags SUPERTOKEN = 'supertoken', TESTNET = 'testnet',