Skip to content

Commit

Permalink
add subType even for SFT
Browse files Browse the repository at this point in the history
  • Loading branch information
cfaur09 committed Sep 25, 2024
1 parent 92900cd commit 3ecd273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/endpoints/esdt/esdt.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ export class EsdtService {
identifier: elasticProperties.identifier,
name: elasticProperties.name,
type: elasticProperties.type as EsdtType,
subType: elasticProperties.type as EsdtSubType,
owner: elasticProperties.currentOwner,
decimals: elasticProperties.numDecimals,
canUpgrade: elasticProperties.properties?.canUpgrade ?? false,
Expand Down

0 comments on commit 3ecd273

Please sign in to comment.