superfuse-wizard
Version:
Interactive smart contract generator based on Superchain 's interoperability standard.
17 lines (12 loc) • 517 B
text/typescript
// place files you want to import through the `$lib` alias in this folder.
export type { TestGenericOptions, TestKindedOptions } from './build-generic';
export { buildTestGeneric } from './build-generic';
export type { TestContract } from './contract';
export { TestBuilder } from './contract';
export { printTestContract } from './print';
export type { Info } from './set-info';
export { defaults as InfoDefaults } from './set-info';
export {
testERC20Votes,
testL2NativeSuperchainERC20,
} from './api';