Skip to content

Commit

Permalink
Add support for [email protected] RPC methods
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomatbarbosa authored and pedrobranco committed Jul 27, 2022
1 parent dda21b4 commit bd19116
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ module.exports = {
category: 'network',
version: '>=0.1.0'
},
getDeploymentInfo: {
category: 'blockchain',
version: '>=0.23.0'
},
getDescriptorInfo: {
category: 'util',
version: '>=0.18.0'
Expand Down

0 comments on commit bd19116

Please sign in to comment.