blockchain-lab-um / masca

Snap for managing VCs and DIDs in MetaMask
https://masca.io
Apache License 2.0
53 stars 16 forks source link

fix: sepolia ethr registry address #545

Closed radleylewis closed 7 months ago

radleylewis commented 8 months ago

Closes #543

Overview The current sepolia network configuration breaks on resolveDid.

Fix The registry address for sepolia differs from the other included networks and has been provided.

Troubleshooting Invoke the resolveDid rpc call with a sepolia network did to test that it now resolves.

Housekeeping All existing tests are still passing.

changeset-bot[bot] commented 8 months ago

⚠️ No Changeset found

Latest commit: 08a8a9d01d60c38f204f726e6a3d5c50ad1fb477

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

martines3000 commented 7 months ago

Fixed in: #546