We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d62591 commit 22b7a2cCopy full SHA for 22b7a2c
src.ts/providers/default-provider.ts
@@ -61,7 +61,7 @@ const Testnets = "goerli kovan sepolia classicKotti optimism-goerli arbitrum-goe
61
* // third-party services available
62
* provider = getDefaultProvider("mainnet");
63
*
64
- * // Connect to Polygoin, but only allow Etherscan and
+ * // Connect to Polygon, but only allow Etherscan and
65
* // INFURA and use "MY_API_KEY" in calls to Etherscan.
66
* provider = getDefaultProvider("matic", {
67
* etherscan: "MY_API_KEY",
0 commit comments