unsupported getDefaultProvider network #2008
-
Hi!
Error :
Ethers.js version : 5.4.6 Do you know what can be the problem ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The default provider does not currently support Mumbai. I am waiting on a billing issue with INFURA, and then I should be able to add it. For now the easiest thing to do is either register with INFURA for your own polygon-enabled account and use the InfuraProvider or to use the AlchemyProvider (which will work best if you register for your own API key, but Alchemy does provide polygon support on the ethers-provided keys). |
Beta Was this translation helpful? Give feedback.
The default provider does not currently support Mumbai. I am waiting on a billing issue with INFURA, and then I should be able to add it.
For now the easiest thing to do is either register with INFURA for your own polygon-enabled account and use the InfuraProvider or to use the AlchemyProvider (which will work best if you register for your own API key, but Alchemy does provide polygon support on the ethers-provided keys).