Skip to content

Commit

Permalink
update un end point
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Taras authored and Nick Taras committed Dec 7, 2022
1 parent 0f747f4 commit b0a4184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/auth/signedUNChallenge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {UN, UNInterface} from "./util/UN";
export class SignedUNChallenge extends AbstractAuthentication implements AuthenticationMethod {

TYPE = "signedUN";
private static DEFAULT_ENDPOINT = "https://crypto-verify.herokuapp.com/use-devcon-ticket";
private static DEFAULT_ENDPOINT = "https://attestation-verify.tokenscript.org/un";

async getTokenProof(_issuerConfig: OnChainTokenConfig | OffChainTokenConfig, _tokens: Array<any>, request: AuthenticateInterface): Promise<AuthenticationResult> {

Expand Down
2 changes: 1 addition & 1 deletion token-negotiator-dist/negotiator.js

Large diffs are not rendered by default.

0 comments on commit b0a4184

Please sign in to comment.