@wagmi/core
Version:
VanillaJS library for Ethereum
8 lines • 476 B
JavaScript
////////////////////////////////////////////////////////////////////////////////
// Tempo
////////////////////////////////////////////////////////////////////////////////
/** biome-ignore-all lint/performance/noReExportAll: entrypoint */
// biome-ignore lint/performance/noBarrelFile: entrypoint module
export * as Actions from '../tempo/actions/index.js';
export { dangerous_secp256k1, tempoWallet, webAuthn, } from '../tempo/Connectors.js';
//# sourceMappingURL=tempo.js.map