Skip to content

Commit

Permalink
adapt to eip-1193 provider changes (#252)
Browse files Browse the repository at this point in the history
* adapt to eip-1193 provider changes

* fixing the eip 1193 request response impact

* bumped eth-json-rpc-provider

* response renamed to result, retain result logging

* include try catch

* update the jsdoc of type FakeProviderStub
  • Loading branch information
kanthesha authored Jul 17, 2024
1 parent 2e30d53 commit b1bdd38
Show file tree
Hide file tree
Showing 7 changed files with 272 additions and 1,443 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@metamask/eth-json-rpc-provider": "^4.0.0",
"@metamask/eth-json-rpc-provider": "^4.1.0",
"@metamask/safe-event-emitter": "^3.0.0",
"@metamask/utils": "^8.1.0",
"json-rpc-random-id": "^1.0.1",
Expand Down
Loading

0 comments on commit b1bdd38

Please sign in to comment.