Skip to content

Commit

Permalink
fix: discovery URL
Browse files Browse the repository at this point in the history
  • Loading branch information
micwallace committed Oct 15, 2024
1 parent 953f10e commit 0667c78
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import {TokenScriptEngine} from "@tokenscript/engine-js/src/Engine";

const COLLECTION_CACHE_TTL = 86400;
const TOKEN_CACHE_TTL = 3600;
export const BASE_TOKEN_DISCOVERY_URL = //'https://api.token-discovery.tokenscript.org';
'http://localhost:3000';
export const BASE_TOKEN_DISCOVERY_URL = 'https://api.token-discovery.tokenscript.org';
//'http://localhost:3000';

export class DiscoveryAdapter implements ITokenDiscoveryAdapter {

Expand Down

0 comments on commit 0667c78

Please sign in to comment.