Skip to content

Commit

Permalink
chore: remove periodPrice
Browse files Browse the repository at this point in the history
  • Loading branch information
filo87 committed Jun 12, 2024
1 parent e607cfd commit 3597a31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mappings/services/assetService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export class AssetService extends Asset {
asset.presentValue = BigInt(0)
asset.outstandingQuantity = BigInt(0)
asset.currentPrice = BigInt(0)
asset.periodPrice = BigInt(0)
asset.notional = BigInt(0)
asset.writeOffPercentage = BigInt(0)
asset.totalBorrowed = BigInt(0)
Expand Down

0 comments on commit 3597a31

Please sign in to comment.