Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions playground/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,12 +365,12 @@ Help = function (ethers) {
getWebSocketProvider: Func([ "%network", "%apiKey" ], H("AlchemyProvider"), ""),
//description: "create a Provider connected to the Alchemy WebSocket service",
//descriptions: [
// "the netwowk to connect to (default: homestead)",
// "the network to connect to (default: homestead)",
// "the service API key (default: a highly throttled shared key)"
//]
},
descriptions: [
"the netwowk to connect to (default: homestead)",
"the network to connect to (default: homestead)",
"the service API key (default: a highly throttled shared key)"
],
insert: "new AlchemyProvider(%network)"
Expand Down