Type Alias: SupportedChains
type SupportedChains = "solana";
Defined in: packages/overcast-core/src/assets/index.ts:17
The chains an Asset can live on. A curated, human union rather than a free string so callers get type-safety and autocomplete — extend it as new settlement layers are supported.