Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use EIP-3770 and CAIP-10 chain-prefixed addresses for multichain support #11

Open
frangio opened this issue Apr 1, 2022 · 0 comments
Open

Comments

@frangio
Copy link
Contributor

frangio commented Apr 1, 2022

EIP-3770 addresses look like eth:0x0DA0C3e52C977Ed3cBc641fF02DD271c3ED55aFe or poly:0x0DA0C3e52C977Ed3cBc641fF02DD271c3ED55aFe. They map to CAIP-10 identifiers which look like eip155:1:0x0DA0C3e52C977Ed3cBc641fF02DD271c3ED55aFe.

We should support EIP-3770 but also CAIP-10 as not all chains will be covered by the former. Support for EIP-3770 should be built by mapping to CAIP-10 under the hood.

I'd propose to have URLs formatted in this way, maybe /eth:0x1234...5678/contract.

The search bar should also support entering a chain-prefixed address.

@frangio frangio changed the title Use EIP-3770 chain-prefixed addresses for multichain support Use EIP-3770 and CAIP-10 chain-prefixed addresses for multichain support Apr 1, 2022
@frangio frangio added this to the Official Launch milestone Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants