UNPKG

@openzeppelin/contracts-ui-builder-adapter-midnight

Version:
17 lines (13 loc) 456 B
export * from './adapter'; export { default } from './adapter'; // Default export for convenience // Optionally re-export types if needed // export * from './types'; // No types.ts in Midnight adapter yet export { MidnightAdapter } from './adapter'; export { midnightNetworks, midnightTestnetNetworks, // Individual networks midnightTestnet, } from './networks'; // Export adapter configuration export { midnightAdapterConfig } from './config';