docs: fixed typo in jsdocs (#4417)

This commit is contained in:
Richard Moore 2023-11-02 14:33:28 -04:00
parent 5d62591796
commit 22b7a2c111

View File

@ -61,7 +61,7 @@ const Testnets = "goerli kovan sepolia classicKotti optimism-goerli arbitrum-goe
* // third-party services available * // third-party services available
* provider = getDefaultProvider("mainnet"); * provider = getDefaultProvider("mainnet");
* *
* // Connect to Polygoin, but only allow Etherscan and * // Connect to Polygon, but only allow Etherscan and
* // INFURA and use "MY_API_KEY" in calls to Etherscan. * // INFURA and use "MY_API_KEY" in calls to Etherscan.
* provider = getDefaultProvider("matic", { * provider = getDefaultProvider("matic", {
* etherscan: "MY_API_KEY", * etherscan: "MY_API_KEY",