Skip to content

Commit

Permalink
Remove references to old loom-js version from README
Browse files Browse the repository at this point in the history
  • Loading branch information
enlight committed Sep 17, 2021
1 parent 812fc75 commit 834681f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Expand Up @@ -140,9 +140,6 @@ LoomProvider combined with Web3 supports the following `JSON RPC` calls

### Custom Loom provider methods

Install the loom-js beta version:
`yarn add loom-js@beta`

Sometimes the project requires few functions that aren't provided directly from LoomProvider in this case is possible to add a custom Eth RPC method. You can add it as such:

```js
Expand All @@ -156,9 +153,6 @@ The first param should be the Ethereum RPC call method to add on LoomProvider an

### Overwrite Loom provider methods

Install the loom-js beta version:
`yarn add loom-js@beta`

If the project requires to overwrite a RPC function that already exists on LoomProvider. You can add it as such:

```js
Expand Down

0 comments on commit 834681f

Please sign in to comment.