/** * ERC-7752 0G Bridge — Standalone entry point * * Install once, import only what you need: * import { BridgeClient } from 'opacus-sdk/bridge'; * * No dependency on Nitro, H3, escrow, mint, or kinetic score. */ export { BridgeClient } from './erc-standards/ERC7752BridgeClient.js'; export type { BridgeIntent, BridgeSubmitOptions } from './erc-standards/ERC7752BridgeClient.js'; export { OPACUS_TREASURY, PROTOCOL_FEE_BPS, toGross, calcFee } from './erc-standards/index.js'; //# sourceMappingURL=bridge.d.ts.map