diff --git a/src-network-providers/tokenDefinitions.ts b/src-network-providers/tokenDefinitions.ts index b0444028..fc97af03 100644 --- a/src-network-providers/tokenDefinitions.ts +++ b/src-network-providers/tokenDefinitions.ts @@ -44,7 +44,7 @@ export class DefinitionOfFungibleTokenOnNetwork { /** * The implementation has been moved here from the following location: - * https://github.com/multiversx/mx-sdk-js/blob/release/v9/src/token.ts + * https://github.com/multiversx/mx-sdk-js-core/blob/release/v9/src/token.ts */ static fromResponseOfGetTokenProperties(identifier: string, data: Buffer[]): DefinitionOfFungibleTokenOnNetwork { let result = new DefinitionOfFungibleTokenOnNetwork(); @@ -106,7 +106,7 @@ export class DefinitionOfTokenCollectionOnNetwork { /** * The implementation has been moved here from the following location: - * https://github.com/multiversx/mx-sdk-js/blob/release/v9/src/token.ts + * https://github.com/multiversx/mx-sdk-js-core/blob/release/v9/src/token.ts */ static fromResponseOfGetTokenProperties(collection: string, data: Buffer[]): DefinitionOfTokenCollectionOnNetwork { let result = new DefinitionOfTokenCollectionOnNetwork();