Skip to content

Commit aa3ed62

Browse files
Merge pull request #218 from GeneralMagicio/added-payment-address
added payment router and processor address in abc configs
2 parents 3263652 + 338e4fc commit aa3ed62

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)