Skip to content

Commit b55d6a6

Browse files
feat: add a network connector
1 parent 0c7a7fc commit b55d6a6

File tree

8 files changed

+133
-15183
lines changed

8 files changed

+133
-15183
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ connection.connect(ProviderType.INJECTED, ChainId.ETHEREUM_ROPSTEN)
109109
const connectionData = connection.getConnectionData() // => connectionData is ConnectionData
110110
```
111111

112-
113-
114112
### .getAvialableProviders()
115113

116114
Returns the providers available for connection. If for example no `window` object is found, `ProviderType.INJECTED` will not be returned on the list
@@ -197,6 +195,7 @@ Represents the different types of connectors to the Ethereum Network
197195
enum ProviderType {
198196
INJECTED = 'injected',
199197
FORTMATIC = 'formatic',
198+
NETWORK = 'network'
200199
WALLET_CONNECT = 'wallet_connect'
201200
}
202201
```

0 commit comments

Comments
 (0)