From 2785d050bf9578e78e5baa2c9d52d8ff440df313 Mon Sep 17 00:00:00 2001 From: MG Date: Mon, 19 Feb 2024 20:44:24 +0300 Subject: [PATCH] Update App.jsx, Changed default input DID value! Changed default input value since that DID was not resolving anymore! --- src/components/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/App.jsx b/src/components/App.jsx index 1f15ab3..e4f75d9 100644 --- a/src/components/App.jsx +++ b/src/components/App.jsx @@ -86,7 +86,7 @@ export class App extends Component { } autoResolve = true; } else { - input = 'did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl_xLDI9Nfk38w5w'; + input = 'did:ethr:mainnet:0x3b0bc51ab9de1e5b7b6e34e5b960285805c41736'; autoResolve = false; } return (