From 8fc00d68d7272101ce6be84c257156c27be51d18 Mon Sep 17 00:00:00 2001 From: Ricardo Lopes Date: Mon, 4 May 2026 17:04:35 +0100 Subject: [PATCH] feat: add RWA token tag --- src/tokens/token.ts | 1 + 1 file changed, 1 insertion(+) 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',