diff --git a/src/provider/Provider.ts b/src/provider/Provider.ts index 11ab090f..cbe39c44 100644 --- a/src/provider/Provider.ts +++ b/src/provider/Provider.ts @@ -47,8 +47,8 @@ export class Provider extends Instantiable { ) const args = { - did, - signature, + documentId: did, + signature: signature, document: JSON.stringify(document), publisherAddress: account.getId() }