From 1bcc11d303249fb86e36a32437b748b78ede551d Mon Sep 17 00:00:00 2001 From: Rolson Quadras Date: Sat, 2 May 2020 11:04:12 -0400 Subject: [PATCH] chore: Update trustbloc issuer DID and assertionMethod (#79) Signed-off-by: Rolson Quadras --- plugfest-2020/vendors/trustbloc/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugfest-2020/vendors/trustbloc/index.js b/plugfest-2020/vendors/trustbloc/index.js index 03b9d4b7..a8a6e048 100644 --- a/plugfest-2020/vendors/trustbloc/index.js +++ b/plugfest-2020/vendors/trustbloc/index.js @@ -21,9 +21,9 @@ module.exports = { options: [ { // eslint-disable-next-line max-len - issuer: 'did:trustbloc:testnet.trustbloc.dev:EiCK3DGsh6BzGNm4gSTW1UMWHkGk3OrQ52pfTkYH1_DLlg', + issuer: 'did:trustbloc:testnet.trustbloc.dev:EiCfRcBfwmBnZLZ7ESNxGgwUpfT23Rg159wO5QUa3_sghg', // eslint-disable-next-line max-len - assertionMethod: 'did:trustbloc:testnet.trustbloc.dev:EiCK3DGsh6BzGNm4gSTW1UMWHkGk3OrQ52pfTkYH1_DLlg#key-1', + assertionMethod: 'did:trustbloc:testnet.trustbloc.dev:EiCfRcBfwmBnZLZ7ESNxGgwUpfT23Rg159wO5QUa3_sghg#SnUe0sJ6fuz_i3RKwzLg', }, ], },