Skip to content

Commit

Permalink
fix spelling of package on readme. (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessgusclark authored Oct 11, 2021
1 parent e3506f9 commit a10edd6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ This libraries are a set of wrappers that are used by [`@rsksmart/rLogin`](https

EIP-1193 adapters:

- `@rsmsart/rlogin-ledger-provider` - adapter for Ledger [`@ledgerhq/hw-app-eth`](https://github.com/LedgerHQ/ledgerjs/tree/master/packages/hw-app-eth)
- `@rsmsart/rlogin-trezor-provider` - adapter for Trezor [`trezor-connect`](https://github.com/trezor/connect)
- `@rsmsart/rlogin-dcent-provider` - adapter for D'Cent [`dcent-provider`](https://github.com/DcentWallet/dcent-provider)
- `@rsksmart/rlogin-ledger-provider` - adapter for Ledger [`@ledgerhq/hw-app-eth`](https://github.com/LedgerHQ/ledgerjs/tree/master/packages/hw-app-eth)
- `@rsksmart/rlogin-trezor-provider` - adapter for Trezor [`trezor-connect`](https://github.com/trezor/connect)
- `@rsksmart/rlogin-dcent-provider` - adapter for D'Cent [`dcent-provider`](https://github.com/DcentWallet/dcent-provider)

Internals:

- `@rsmsart/rlogin-eip1193-types` - types for EIP-1193
- `@rsmsart/rlogin-eip1193-proxy-subprovider` - fallbacks RPC requests to [`ethjs-query`](https://github.com/ethjs/ethjs-query)
- `@rsmsart/rlogin-transactions` - completes transaction fields (gas price, gas limit and nonce)
- `@rsmsart/rlogin-dpath` - calculates derivation paths for RSK
- `@rsksmart/rlogin-eip1193-types` - types for EIP-1193
- `@rsksmart/rlogin-eip1193-proxy-subprovider` - fallbacks RPC requests to [`ethjs-query`](https://github.com/ethjs/ethjs-query)
- `@rsksmart/rlogin-transactions` - completes transaction fields (gas price, gas limit and nonce)
- `@rsksmart/rlogin-dpath` - calculates derivation paths for RSK

## Run for development

Expand Down

0 comments on commit a10edd6

Please sign in to comment.