From a2f65361886596df9bf4270f92c06379a987abba Mon Sep 17 00:00:00 2001 From: Zach Price <37559274+zachchan105@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:09:39 -0800 Subject: [PATCH] add telestai to chains/src/chains/index.ts I think this was missed because chains.tls.mainnet returns undefined --- src/chains/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/chains/index.ts b/src/chains/index.ts index 57452dc..b159e20 100644 --- a/src/chains/index.ts +++ b/src/chains/index.ts @@ -26,6 +26,7 @@ export * from './qtum'; export * from './ravencoin'; export * from './reddcoin'; export * from './ritocoin'; +export * from './telestai'; export * from './vertcoin'; export * from './viacoin'; export * from './x42';