diff --git a/packages/data-layer/src/allo/allo-v2.ts b/packages/data-layer/src/allo/allo-v2.ts new file mode 100644 index 0000000000..7fd852eb2c --- /dev/null +++ b/packages/data-layer/src/allo/allo-v2.ts @@ -0,0 +1,13 @@ +// placeholder for Allo V2 implementation +// +// import { Allo } from "../allo"; +// import { TransactionExecutorResult } from "../transaction-executor"; +// +// export class AlloV2 implements Allo { +// async createProject(args: { +// metadataCid: string; +// }): Promise { +// // call allo v2 SDK +// throw new Error("Method not implemented."); +// } +// }