Skip to content

Commit

Permalink
chore!: rename package to @metamask/eth-json-rpc-filters
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Sep 22, 2023
1 parent 8e66247 commit 3c46803
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# eth-json-rpc-filters
# `@metamask/eth-json-rpc-filters`

[json-rpc-engine](https://github.com/kumavis/json-rpc-engine) middleware implementing ethereum filter methods.
[json-rpc-engine](https://github.com/MetaMask/json-rpc-engine) middleware implementing Ethereum filter methods.
Backed by an [eth-block-tracker](https://github.com/MetaMask/eth-block-tracker) and web3 provider interface (`web3.currentProvider`).

### supported rpc methods
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "eth-json-rpc-filters",
"name": "@metamask/eth-json-rpc-filters",
"version": "6.0.1",
"description": "[json-rpc-engine](https://github.com/MetaMask/json-rpc-engine) middleware implementing ethereum filter methods. Backed by an [eth-block-tracker](https://github.com/MetaMask/eth-block-tracker) and web3 provider interface (`web3.currentProvider`).",
"main": "index.js",
Expand Down

0 comments on commit 3c46803

Please sign in to comment.