Skip to content

Commit 139a9ee

Browse files
committed
add against coin
1 parent 5ee2ccc commit 139a9ee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/entities/perp/coins.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ export class PerpCoin {
1313
coin!: string;
1414

1515
@ApiProperty()
16-
usdPrice!: number;
16+
againstCoin!: string;
17+
18+
@ApiProperty()
19+
price!: number;
1720

1821
@ApiProperty()
1922
config!: PerpConfig[];

0 commit comments

Comments
 (0)