Skip to content

Instantly share code, notes, and snippets.

View dplaneta's full-sized avatar

Dawid Planeta dplaneta

  • London
View GitHub Profile
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.30;
import "@openzeppelin/contracts/access/extensions/AccessControlDefaultAdminRules.sol";
import "@openzeppelin/contracts/security/Pausable.sol";
/**
* @title Database Merkle Root Settlement
* @dev Smart contract for settling database merkle trees with timestamp verification
*