Skip to content

Commit

Permalink
Remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aajj999 committed Jun 7, 2024
1 parent 655665e commit a367ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions vlayer/ethereum/circuits/lib/src/slot.nr
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
use dep::ethereum::misc::{
types::{Address, Bytes32, ADDRESS_LENGTH, BYTES32_LENGTH}, bytes32::field_to_bytes32,
bytes::add_bigint
};
use dep::ethereum::misc::types::Bytes32;
use dep::std::hash::keccak256;
use dep::ethereum::uint256::U256;

Expand Down
2 changes: 1 addition & 1 deletion vlayer/ethereum/circuits/lib/src/token.nr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use dep::ethereum::{
account_with_storage::get_account_with_storage, misc::types::{Address, Bytes32},
account_with_storage::get_account_with_storage, misc::types::Address,
misc::bytes32::address_to_bytes32
};
use dep::std::field::bytes32_to_field;
Expand Down

0 comments on commit a367ae4

Please sign in to comment.