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,