ethers-io / ethers-cli

Deprecated; please see the `@ethersproject/cli` package instead
https://github.com/ethers-io/ethers.js/tree/ethers-v5-beta/packages/cli
17 stars 13 forks source link

custom ens registry in ethers-cli #6

Open Amxx opened 4 years ago

Amxx commented 4 years ago

Some network include a non-official ens deployment, which is not at the "common" address. ethers-ens (from the cli package) can connect to any network, using the --rpc URL option, which is great, but there is currently no way to set the ensregistry.

This would be very usefull to script ens maintenance operations on sidechains and OVM layer 2.