Skip to content

Commit

Permalink
feat: add allo v2 placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
boudra committed Jan 9, 2024
1 parent 411a931 commit 1fd75b9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/data-layer/src/allo/allo-v2.ts
Original file line number Diff line number Diff line change
@@ -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<TransactionExecutorResult> {
// // call allo v2 SDK
// throw new Error("Method not implemented.");
// }
// }

0 comments on commit 1fd75b9

Please sign in to comment.