File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3939
4040### Added
4141
42+ - ** Initial Release** : This version includes support for the following wallet RPC methods:
43+ - ` wallet_addEthereumChain `
44+ - ` wallet_switchEthereumChain `
45+ - ` wallet_watchAsset `
46+ - ` wallet_requestPermissions `
47+ - ` wallet_getPermissions `
48+ - ` wallet_revokePermissions `
49+
50+ ## [ 0.1.0]
51+
52+ ### Added
53+
4254- ** Initial Release** : This version includes support for the following wallet RPC methods:
4355 - ` wallet_addEthereumChain `
4456 - ` wallet_switchEthereumChain `
Original file line number Diff line number Diff line change 1212 "react-dom" : " ^18.3.1" ,
1313 "uuid" : " ^10.0.0" ,
1414 "web3" : " ^4.14.0" ,
15- "web3-plugin-wallet-rpc" : " 0.1.0-rc.1 "
15+ "web3-plugin-wallet-rpc" : " * "
1616 },
1717 "devDependencies" : {
1818 "@chainsafe/eslint-config" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " web3-plugin-wallet-rpc" ,
3- "version" : " 0.1.0-rc.1 " ,
3+ "version" : " 0.1.0" ,
44 "description" : " Web3.js plugin to add support for wallet-related RPC methods" ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments