Skip to content

Instantly share code, notes, and snippets.

View VeryCB's full-sized avatar

VeryCB VeryCB

View GitHub Profile
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.13;
import "@openzeppelin/contracts/access/AccessControlEnumerable.sol";
/**
* @dev ASM Genome Mining - PermissionControl contract
*/
import ethers from 'ethers'
import _ from 'underscore'
import dotenv from 'dotenv'
dotenv.config()
const delay = (time) => {
return new Promise((resolve) => setTimeout(resolve, time))
}