Skip to content

Commit

Permalink
Adds wallet:chainport:send CLI command (#5015)
Browse files Browse the repository at this point in the history
* Adds wallet:chainport:send CLI command

Also adds the web3-validator dependency to the ironfish-cli package.json to validate ethereum addresses

* changing validation order

* updating yarn lock
  • Loading branch information
patnir authored Jun 6, 2024
1 parent f5035de commit 584d5ca
Show file tree
Hide file tree
Showing 5 changed files with 667 additions and 4 deletions.
9 changes: 6 additions & 3 deletions ironfish-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"@ironfish/rust-nodejs": "2.3.0",
"@ironfish/sdk": "2.3.0",
"@oclif/core": "1.23.1",
"@oclif/plugin-autocomplete": "1.3.10",
"@oclif/plugin-help": "5.1.12",
"@oclif/plugin-not-found": "2.3.1",
"@oclif/plugin-warn-if-update-available": "2.0.40",
"@oclif/plugin-autocomplete": "1.3.10",
"@types/tar": "6.1.1",
"axios": "0.21.4",
"bech32": "2.0.0",
Expand All @@ -76,7 +76,8 @@
"json-colorizer": "2.2.2",
"supports-hyperlinks": "2.2.0",
"tar": "6.1.11",
"uuid": "8.3.2"
"uuid": "8.3.2",
"web3-validator": "2.0.6"
},
"oclif": {
"macos": {
Expand All @@ -94,7 +95,9 @@
"@oclif/plugin-autocomplete"
],
"topics": {
"wallet:scanning": { "description": "Turn on or off scanning for accounts" }
"wallet:scanning": {
"description": "Turn on or off scanning for accounts"
}
}
},
"bin": {
Expand Down
Loading

0 comments on commit 584d5ca

Please sign in to comment.