Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Unify resolvers into one cli flag #1991

@santicomp2014

Description

@santicomp2014

Right now the way to specify the resolver and contracts for a specific TLD is
--ens-api test:<contract 1>@<address 1>
--ens-api test:<contract 2>@<address 1>
The rns resolver uses a similar approach but for only one TLD (.rsk)
--rns-api <contract 2>@<address 1>
This was introduced in #1939 as a workaround.

The correct way would be to unify both under a common flag for example
--resolver-api=ens:<contract 2>@<address 1>
--resolver-api=rns:<contract 2>@<address 1>

Metadata

Metadata

Assignees

No one assigned

    Labels

    cliSwarm command line interface

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions