Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update universal resolver driver for element #210

Closed
OR13 opened this issue Jun 22, 2021 · 4 comments
Closed

Update universal resolver driver for element #210

OR13 opened this issue Jun 22, 2021 · 4 comments

Comments

@OR13
Copy link
Member

OR13 commented Jun 22, 2021

The current version is very outdated:

https://github.com/decentralized-identity/universal-resolver/blob/b0b4ea7054b971840c147edb1a1fd8d425932b54/config.json#L80

instead of:

"url": "https://element-did.com/api/v1/sidetree/$1",

it should be:

"url": "https://staging.element.transmute.industries/api/element/$1",

for example:

https://staging.element.transmute.industries/element/did:elem:ropsten:EiB840YJmTWfbUBsFx_C3TbcdAp_KkM1qTCkR3bSQIMd9Q

@BenjaminMoe
Copy link
Contributor

BenjaminMoe commented Dec 23, 2021

Or maybe update it to be ropsten specific?

{
	"pattern": "^did:elem:ropsten:(.+)$",
	"url": "https://ropsten.element.transmute.industries/api/1.0/identifiers/$1",
	"testIdentifiers": [ "did:elem:ropsten:EiCtwD11AV9e1oISQRHnMJsBC3OBdYDmx8xeKeASrKaw6A" ]
},

@OR13
Copy link
Member Author

OR13 commented Dec 23, 2021

Yeah, we want to do this ASAP....

@BenjaminMoe
Copy link
Contributor

decentralized-identity/universal-resolver#287

I think we can mark this as closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants