Skip to content

Commit

Permalink
feature: rm unused libraries contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-N-Chernyshov committed Oct 17, 2023
1 parent 56bf0ef commit d722b8e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ pragma solidity 0.8.15;

import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "../libraries/Bits.sol";
import "../libraries/Bitfield.sol";
import "./libraries/Bits.sol";
import "./libraries/Bitfield.sol";
import "./libraries/ScaleCodec.sol";
import "./ISimplifiedMMRProof.sol";
import "./ISimplifiedMMRVerification.sol";
import "../libraries/MerkleProof.sol";
import "./libraries/MerkleProof.sol";

/**
* @title A entry contract for the Ethereum light client
Expand Down

0 comments on commit d722b8e

Please sign in to comment.