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...
|
||||
if (!network.ensAddress) {
|
||||
errors.throwError(
|
||||
'network does support ENS',
|
||||
'network does not support ENS',
|
||||
errors.UNSUPPORTED_OPERATION,
|
||||
{ operation: 'ENS', network: network.name }
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user