Allow any Networkish for getDefaultProvider (#2031).
This commit is contained in:
parent
375627f6b1
commit
cc250b2060
@ -43,7 +43,7 @@ const logger = new Logger(version);
|
||||
////////////////////////
|
||||
// Helper Functions
|
||||
|
||||
function getDefaultProvider(network?: Network | string, options?: any): BaseProvider {
|
||||
function getDefaultProvider(network?: Networkish, options?: any): BaseProvider {
|
||||
if (network == null) { network = "homestead"; }
|
||||
|
||||
// If passed a URL, figure out the right type of provider based on the scheme
|
||||
|
Loading…
Reference in New Issue
Block a user