Skip to content

Commit

Permalink
Rename package: sdk-network-providers.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Jan 11, 2023
1 parent 9429911 commit 7e1f47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-network-providers/tokenDefinitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit 7e1f47f

Please sign in to comment.