@openzeppelin/contracts-ui-builder-adapter-midnight
Version:
Midnight Adapter for Contracts UI Builder
17 lines (13 loc) • 456 B
text/typescript
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';