mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
change to the correct context url
This commit is contained in:
parent
bdaea12c92
commit
610bab81af
@ -19,7 +19,7 @@ interface IDDO {
|
||||
|
||||
export default class DDO {
|
||||
|
||||
public static CONTEXT: string = "https://w3id.org/future-method/v1"
|
||||
public static CONTEXT: string = "https://w3id.org/did/v1"
|
||||
|
||||
public static validateSignature(text: string, keyValue: string, signature: string, authenticationType: string) {
|
||||
if ( authenticationType === Authentication.TYPE_RSA ) {
|
||||
|
Loading…
Reference in New Issue
Block a user