Skip to content

Commit 338e4fc

Browse files
committed
added payment router and processor address in abc configs
1 parent 793d2ae commit 338e4fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/entities/project.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ export class Abc {
164164
nftContractAddress: string;
165165
@Field()
166166
chainId: number;
167+
@Field(_type => String, { nullable: true })
168+
paymentProcessorAddress?: string;
169+
@Field(_type => String, { nullable: true })
170+
paymentRouterAddress?: string;
167171
}
168172

169173
@Entity()

0 commit comments

Comments
 (0)