Skip to content

Commit

Permalink
docs(cardano-services): CardanoTokenRegistry is not always a public s…
Browse files Browse the repository at this point in the history
…ervice
  • Loading branch information
rhyslbw committed Jun 2, 2023
1 parent c5b49f8 commit ddb06ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cardano-services/src/Asset/CardanoTokenRegistry.ts
Expand Up @@ -54,7 +54,7 @@ export interface CardanoTokenRegistryConfiguration {
tokenMetadataCacheTTL?: number;

/**
* The Cardano Token Registry public API base URL. Default: https://tokens.cardano.org
* The Cardano Token Registry API base URL. Default: https://tokens.cardano.org
*/
tokenMetadataServerUrl?: string;

Expand Down Expand Up @@ -85,7 +85,7 @@ export interface CardanoTokenRegistryDependencies {
}

/**
* TokenMetadataService implementation using Cardano Token Registry public API
* TokenMetadataService implementation using Cardano Token Registry API
*/
export class CardanoTokenRegistry implements TokenMetadataService {
/**
Expand Down

0 comments on commit ddb06ff

Please sign in to comment.