Skip to content

Commit d612d58

Browse files
authored
Merge pull request #6510 from BitGo/fix-hbar-token-initializer
fix(statics): remove tokenId from hbar initializer
2 parents 0624e90 + 717cd48 commit d612d58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/statics/src/coins.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4081,7 +4081,6 @@ export function createToken(token: AmsTokenConfig): Readonly<BaseCoin> | undefin
40814081
token.network, // network
40824082
token.decimalPlaces,
40834083
token.asset,
4084-
token.tokenId, // tokenId
40854084
token.contractAddress, // contractAddress
40864085
...commonArgs.slice(5, 8), // features, prefix, suffix
40874086
token.primaryKeyCurve

0 commit comments

Comments
 (0)