penumbra-zone / web

Apache License 2.0
10 stars 7 forks source link

Update onboarding re: new registry version #1262

Closed grod220 closed 3 weeks ago

grod220 commented 3 weeks ago

Pairs with: https://github.com/prax-wallet/registry/pull/46

New registry has rpcs+frontends no longer indexed by chain id. This also removes the async nature of the rpc selection in the onboarding form.

changeset-bot[bot] commented 3 weeks ago

🦋 Changeset detected

Latest commit: 46eb1fb50a71e4094bfdb50079e73feeb5f32a0f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ---------------- | ----- | | chrome-extension | Minor |

Not sure what this means? Click here to learn what changesets are.

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

grod220 commented 3 weeks ago

@VanishMax it's a bit of a trade off. Decoupling rpcs from chain ids make them easier to access on the consumer side, but that means it's possible that rpcs with different chain ids could be co-mingled. Something we can figure out later if the registry ends up running into this case.