Fixed typo in error message (#580).
This commit is contained in:
parent
8737f12e1b
commit
c969fe5a68
@ -1142,7 +1142,7 @@ export class BaseProvider extends Provider {
|
|||||||
// No ENS...
|
// No ENS...
|
||||||
if (!network.ensAddress) {
|
if (!network.ensAddress) {
|
||||||
errors.throwError(
|
errors.throwError(
|
||||||
'network does support ENS',
|
'network does not support ENS',
|
||||||
errors.UNSUPPORTED_OPERATION,
|
errors.UNSUPPORTED_OPERATION,
|
||||||
{ operation: 'ENS', network: network.name }
|
{ operation: 'ENS', network: network.name }
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user