diff --git a/src/escrow-factory/index.ts b/src/escrow-factory/index.ts index 586947d..42ae7de 100644 --- a/src/escrow-factory/index.ts +++ b/src/escrow-factory/index.ts @@ -1 +1,3 @@ export {EscrowFactory} from './escrow-factory' +export {EscrowFactoryFacade} from './escrow-factory-facade' +export {EscrowFactoryZksync} from './escrow-factory-zksync'