Skip to content

Commit

Permalink
Update App.jsx, Changed default input DID value!
Browse files Browse the repository at this point in the history
Changed default input value since that DID was not resolving anymore!
  • Loading branch information
emg110 authored Feb 19, 2024
1 parent 18f7be7 commit 2785d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 2785d05

Please sign in to comment.