Skip to content

Commit

Permalink
add lnv3 module
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Jan 3, 2024
1 parent b1df959 commit 4473a36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apollo/prisma/migrations/20240103024546_init/migration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
Warnings:
- You are about to drop the `Lnv20RelayInfo` table. If the table is not empty, all the data it contains will be lost.
*/
-- DropTable
DROP TABLE "Lnv20RelayInfo";
2 changes: 2 additions & 0 deletions apollo/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { S2sv21Module } from './s2sv21/s2sv21.module';
import { LnbridgeModule } from './lnbridge/lnbridge.module';
import { L2arbitrumModule } from './l2arbitrum/l2arbitrum.module';
import { Lnbridgev20Module } from './lnbridgev20/lnbridgev20.module';
import { Lnv3Module } from './lnv3/lnv3.module';

const chainEnvFilePath = `.env.${process.env.NODE_ENV || 'prod'}`;

Expand Down Expand Up @@ -48,6 +49,7 @@ export class BigIntScalar extends BigInt {}
S2sv21Module,
L2arbitrumModule,
Lnbridgev20Module,
Lnv3Module,
],
controllers: [AppController],
providers: [AppService, BigIntScalar],
Expand Down

0 comments on commit 4473a36

Please sign in to comment.