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

[Polygon] Unstoppable Domains set reverse address record. #2742

Open
JABirchall opened this issue Nov 5, 2023 · 1 comment
Open

[Polygon] Unstoppable Domains set reverse address record. #2742

JABirchall opened this issue Nov 5, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@JABirchall
Copy link
Contributor

JABirchall commented Nov 5, 2023

What is the feature about

unstoppable domains is a domain name service on polygon, adopted and supported. It is possible for users to mint a domain to a safe wallet.

But can be difficult for non-tech orientated users to know how to set the reverse records from the safe wallet.

I think it would be useful for users who have minted a UD to there safe wallet and easy method to set its reverse records so the wallet can be resolved.

The list of requirements

If the safe wallet has a UD NFT and that UD NFT doesnt resolve to the wallets address.
Display a "set reverse records" button which will set the reverse.

When the button is pressed send 2 transcations to the domain manager contract in order
Contract: 0xa9a6a3626993d487d2dbda3173cf58ca1a9d9e9f

  1. Call setMany()
keys = ["crypto.ETH.address", "crypto.MATIC.version.BEP20.address", "crypto.MATIC.version.ERC20.address", "crypto.MATIC.version.MATIC.address"]
values = ["{{address}}","{{address}}","{{address}}","{{address}}"]
token = {{selected token}}
  1. call setReverse() tags are the domain arrayed by . example safe.gnosis.polygon would be
    tags = ["safe", "gnosis", "polygon"]

This will then allow the address to be resolved by name.

Designs/sketches

Im not a designer but heres a rough idea

Links

https://docs.unstoppabledomains.com/
https://unstoppabledomains.com/developers
https://polygon.technology/blog/unstoppable-domains-and-polygon-labs-launch-polygon-web3-domains

@katspaugh
Copy link
Member

Not a priority for us in the foreseeable future but please feel free to propose a pull request.

@schmanu schmanu added the enhancement New feature or request label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants