Skip to content

Commit

Permalink
removing unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Feb 20, 2024
1 parent 3a0b404 commit 44826f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
6 changes: 0 additions & 6 deletions boxes/blank-react/src/contracts/src/main.nr
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ contract Blank {
use dep::aztec::{
protocol_types::address::AztecAddress,
state_vars::{singleton::Singleton, map::Map},
context::{PrivateContext, PublicContext, Context},
note::{
utils as note_utils,
note_interface::NoteInterface,
note_header::NoteHeader,
},
};

use dep::value_note::value_note::{ValueNote, VALUE_NOTE_LEN};
Expand Down
6 changes: 0 additions & 6 deletions boxes/blank/src/contracts/src/main.nr
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ contract Blank {
use dep::aztec::{
protocol_types::address::AztecAddress,
state_vars::{singleton::Singleton, map::Map},
context::{PrivateContext, PublicContext, Context},
note::{
utils as note_utils,
note_interface::NoteInterface,
note_header::NoteHeader,
},
};

use dep::value_note::value_note::{ValueNote, VALUE_NOTE_LEN};
Expand Down
4 changes: 2 additions & 2 deletions boxes/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@aztec/boxes",
"name": "create-aztec-app",
"packageManager": "[email protected]",
"version": "0.24.0",
"type": "module",
Expand All @@ -12,7 +12,7 @@
"blank"
],
"bin": {
"create-aztec-app": "npx.js"
".": "npx.js"
},
"resolutions": {
"@aztec/accounts": "portal:../yarn-project/accounts",
Expand Down

0 comments on commit 44826f4

Please sign in to comment.