Skip to content

Commit

Permalink
Merge pull request #5 from decentraland/feat/rpc
Browse files Browse the repository at this point in the history
feat: add a network connector
  • Loading branch information
nicosantangelo authored Feb 22, 2021
2 parents 0c7a7fc + b55d6a6 commit 3c18867
Show file tree
Hide file tree
Showing 8 changed files with 133 additions and 15,183 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ connection.connect(ProviderType.INJECTED, ChainId.ETHEREUM_ROPSTEN)
const connectionData = connection.getConnectionData() // => connectionData is ConnectionData
```



### .getAvialableProviders()

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

0 comments on commit 3c18867

Please sign in to comment.