Skip to content

Commit

Permalink
Merge pull request #489 from TokenScript/chore/un-update
Browse files Browse the repository at this point in the history
update un end point
  • Loading branch information
micwallace authored Dec 8, 2022
2 parents 0f747f4 + b0a4184 commit 57c2292
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.

1 comment on commit 57c2292

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🔴 Statements 42.72% 854/1999
🔴 Branches 28.7% 227/791
🔴 Functions 44.3% 132/298
🔴 Lines 42.4% 753/1776

Test suite run success

71 tests passing in 8 suites.

Report generated by 🧪jest coverage report action from 57c2292

Please sign in to comment.