Skip to content

Commit

Permalink
Merge pull request #81 from GoPlausible/main
Browse files Browse the repository at this point in the history
Update App.jsx, Changed default input DID value!
  • Loading branch information
peacekeeper authored Feb 19, 2024
2 parents 18f7be7 + 2785d05 commit 535029a
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 535029a

Please sign in to comment.