From cb60a4ed88e198043178b35cbefd84c82928d68c Mon Sep 17 00:00:00 2001 From: Gourav Patidar Date: Tue, 2 Jul 2024 15:33:50 +0530 Subject: [PATCH 1/2] refactor: Update DID example --- README.md | 2 +- uni-resolver-web/src/main/resources/application.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11445c11..4dd2f569 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ You should then be able to resolve identifiers locally using simple `curl` reque curl -X GET http://localhost:8080/1.0/identifiers/did:pdc:8801:0xf47b66bc0d9b7c73f9ff27bf1f49a2b69dc167fc curl -X GET http://localhost:8080/1.0/identifiers/did:tys:4B4AbVzzcJSnCZsdX4VaKyQgHRnC curl -X GET http://localhost:8080/1.0/identifiers/did:plc:yk4dd2qkboz2yv6tpubpc6co - curl -X GET http://localhost:8080/1.0/identifiers/did:evrc:issuer:ethereum:246d9b34-09e1-496e-ad5b-fb5ea889d96b + curl -X GET http://localhost:8080/1.0/identifiers/did:evrc:issuer:polygon:62eeb90e-eee4-4d31-8927-1075e82b2a74 curl -X GET http://localhost:8080/1.0/identifiers/did:keri:EKYGGh-FtAphGmSZbsuBs_t4qpsjYJ2ZqvMKluq9OxmP curl -X GET http://localhost:8080/1.0/identifiers/did:webs:peacekeeper.github.io:did-webs-iiw-tutorial:EKYGGh-FtAphGmSZbsuBs_t4qpsjYJ2ZqvMKluq9OxmP curl -X GET http://localhost:8080/1.0/identifiers/did:content:3SqTXtoMpiPeNo5vEP2p7yNGQUeCGjqW1wnctv8yaCWXojD29GYcUEo diff --git a/uni-resolver-web/src/main/resources/application.yml b/uni-resolver-web/src/main/resources/application.yml index 0e3be8dc..ee4d1f2b 100644 --- a/uni-resolver-web/src/main/resources/application.yml +++ b/uni-resolver-web/src/main/resources/application.yml @@ -307,7 +307,7 @@ uniresolver: - pattern: "^(did:evrc:.+)$" url: ${uniresolver_web_driver_url_did_evrc:http://driver-did-evrc:8080/} testIdentifiers: - - did:evrc:issuer:ethereum:246d9b34-09e1-496e-ad5b-fb5ea889d96b + - did:evrc:issuer:polygon:62eeb90e-eee4-4d31-8927-1075e82b2a74 - pattern: "^(did:keri:.+)$" url: ${uniresolver_web_driver_url_did_kerri:http://driver-did-keri:7678/} testIdentifiers: From e275927336bc09d34d9512517c7ef1c6eb5bc933 Mon Sep 17 00:00:00 2001 From: Gourav Patidar Date: Thu, 4 Jul 2024 13:28:21 +0530 Subject: [PATCH 2/2] fix: Added driver version in docker image --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 67fea274..9671d92f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -333,7 +333,7 @@ services: ports: - "8144:8000" driver-did-evrc: - image: viitorcloud/uni-resolver-driver-did-evrc:latest + image: viitorcloud/uni-resolver-driver-did-evrc:v1.1.0 ports: - "8145:8080" driver-did-keri: