From f4de0b982c86baf11da0cbf8e233f06a396fb55f Mon Sep 17 00:00:00 2001 From: Mark Wu Date: Fri, 1 May 2026 13:45:43 -0700 Subject: [PATCH] fix: export chainId --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 2c1832e..7e947c4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,6 @@ export type { SupportedChain, SupportedToken } from './constants.js' export { + CHAIN_IDS, NATIVE_TOKEN_ADDRESS, TOKEN_CONTRACTS, TOKEN_CREDENTIAL_TYPES,