(provider)
| 134 | } |
| 135 | |
| 136 | function getLibrary(provider) { |
| 137 | |
| 138 | const library = new Web3Provider(provider); |
| 139 | library.pollingInterval = 8000; |
| 140 | return library; |
| 141 | } |
| 142 | |
| 143 | function onConnectionClicked(currentConnector, name, setActivatingConnector, activate) { |
| 144 | const connectorsByName = stores.accountStore.getStore('connectorsByName') |
nothing calls this directly
no outgoing calls
no test coverage detected