Skip to content

Commit 6ca864a

Browse files
committed
chore(sdk-coin-hbar): use contractAddress to form tokenId
TICKET: WIN-4533
1 parent 9bdffde commit 6ca864a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/statics/src/tokenConfig.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,9 @@ const formattedHbarTokens = coins.reduce((acc: HbarTokenConfig[], coin) => {
455455
network: coin.network.type === NetworkType.MAINNET ? 'Mainnet' : 'Testnet',
456456
name: coin.fullName,
457457
decimalPlaces: coin.decimalPlaces,
458+
nodeAccountId: coin.nodeAccountId,
459+
tokenId: coin.tokenId,
460+
contractAddress: coin.contractAddress,
458461
});
459462
}
460463
return acc;

0 commit comments

Comments
 (0)