MCPcopy Create free account
hub / github.com/antonnell/networklist-org / getLibrary

Function getLibrary

components/unlock/unlock.js:136–141  ·  view source on GitHub ↗
(provider)

Source from the content-addressed store, hash-verified

134}
135
136function getLibrary(provider) {
137
138 const library = new Web3Provider(provider);
139 library.pollingInterval = 8000;
140 return library;
141}
142
143function onConnectionClicked(currentConnector, name, setActivatingConnector, activate) {
144 const connectorsByName = stores.accountStore.getStore('connectorsByName')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected