export { createPublicClient, MAINNET_CHAINS, type SupportedMainnetChain, } from "./mainnet-client"; export { createPublicTestnetClient, TESTNET_CHAINS, type SupportedTestnetChain, } from "./testnet-client";